@charset "UTF-8";
/* 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 Arial, Helvetica, 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;
  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;
  box-shadow: 0 0 3px #999;
  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 v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

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: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

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; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 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) ")"; }
  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; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .table td, .data-table td, .cart .totals table td,
  .table th,
  .data-table th,
  .cart .totals table th {
    background-color: #fff !important; }
  .btn > .caret, .button > .caret, .my-wishlist .link-edit > .caret,
  .dropup > .btn > .caret,
  .dropup > .button > .caret,
  .my-wishlist .dropup > .link-edit > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table, .data-table, .cart .totals table {
    border-collapse: collapse !important; }
  .table-bordered th, .data-table th, .availability-only-details th,
  .table-bordered td,
  .data-table td,
  .availability-only-details td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #428bca;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive, .block-banner .block-content img, .category-image img, .product-review .product-img-box .product-image {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail, .products-grid .product-image img, .products-list .product-image img, .product-essential .product-img-box img {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  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"] {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 20px;
  margin-bottom: 20px; }
  header[role="banner"]:before, header[role="banner"]:after {
    content: " ";
    display: table; }
  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.66667%; } }
  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.33333%; } }
  @media (min-width: 768px) {
    header[role="banner"] .form-language {
      float: left;
      width: 160px; }
      header[role="banner"] .form-language .form-control, header[role="banner"] .form-language .input-text, header[role="banner"] .form-language .form-list textarea, .form-list header[role="banner"] .form-language textarea,
      header[role="banner"] .form-language .form-list select, .form-list header[role="banner"] .form-language select, header[role="banner"] .form-language select,
      header[role="banner"] .form-language .product-options dd select, .product-options dd header[role="banner"] .form-language select,
      header[role="banner"] .form-language .product-options dd textarea, .product-options dd header[role="banner"] .form-language textarea, header[role="banner"] .form-language .multiple-checkout .data-table select, .multiple-checkout .data-table header[role="banner"] .form-language select, header[role="banner"] .form-language .my-wishlist textarea, .my-wishlist header[role="banner"] .form-language textarea {
        width: 120px; }
    header[role="banner"] .links {
      float: right;
      line-height: 30px; }
    header[role="banner"] .form-search:before, header[role="banner"] .form-search:after {
      content: " ";
      display: table; }
    header[role="banner"] .form-search:after {
      clear: both; } }
  @media (min-width: 992px) {
    header[role="banner"] .quick-access {
      float: right; } }

.layout {
  margin-left: -15px;
  margin-right: -15px; }
  .layout:before, .layout:after {
    content: " ";
    display: table; }
  .layout:after {
    clear: both; }
  .layout.layout-1-col div[role="main"] {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .layout.layout-1-col div[role="main"] {
        float: left;
        width: 100%; } }
  .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-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    div[role="main"] {
      float: left;
      width: 75%; } }

aside[role="complementary"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 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: " ";
    display: table; }
  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; } }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

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; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.text-muted {
  color: #999999; }

.text-primary {
  color: #f15c22; }

a.text-primary:hover {
  color: #d3450d; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #f15c22; }

a.bg-primary:hover {
  background-color: #d3450d; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header, .page-title {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul, ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline {
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

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: " ";
      display: table; }
    .dl-horizontal dd:after {
      clear: both; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #999999; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

h1, .h1 {
  font-size: 25px; }

h2, .h2 {
  font-size: 22px; }

h3, .h3 {
  font-size: 20px; }

h4, .h4 {
  font-size: 17px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

.page-title {
  margin-top: 0; }
  .page-title:before, .page-title:after {
    content: " ";
    display: table; }
  .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; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .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, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .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 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: 0%; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: 0%; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .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 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: 0%; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: 0%; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .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 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: 0%; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: 0%; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.col2-set,
.col2-set,
.col4-set {
  margin-left: -15px;
  margin-right: -15px; }
  .col2-set:before, .col2-set:after,
  .col2-set:before,
  .col2-set:after,
  .col4-set:before,
  .col4-set:after {
    content: " ";
    display: table; }
  .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.33333%; } }

.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.66667%; } }

.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.33333%; } }

.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, .data-table, .cart .totals table {
  width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th, .data-table > thead > tr > th, .cart .totals table > thead > tr > th,
  .table > thead > tr > td,
  .data-table > thead > tr > td,
  .cart .totals table > thead > tr > td,
  .table > tbody > tr > th,
  .data-table > tbody > tr > th,
  .cart .totals table > tbody > tr > th,
  .table > tbody > tr > td,
  .data-table > tbody > tr > td,
  .cart .totals table > tbody > tr > td,
  .table > tfoot > tr > th,
  .data-table > tfoot > tr > th,
  .cart .totals table > tfoot > tr > th,
  .table > tfoot > tr > td,
  .data-table > tfoot > tr > td,
  .cart .totals table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th, .data-table > thead > tr > th, .cart .totals table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th, .data-table > caption + thead > tr:first-child > th, .cart .totals table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .data-table > caption + thead > tr:first-child > td,
  .cart .totals table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .data-table > colgroup + thead > tr:first-child > th,
  .cart .totals table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .data-table > colgroup + thead > tr:first-child > td,
  .cart .totals table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .data-table > thead:first-child > tr:first-child > th,
  .cart .totals table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td,
  .data-table > thead:first-child > tr:first-child > td,
  .cart .totals table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody, .data-table > tbody + tbody, .cart .totals table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table, .data-table .table, .cart .totals table .table, .table .data-table, .data-table .data-table, .cart .totals table .data-table, .table .cart .totals table, .cart .totals .table table, .data-table .cart .totals table, .cart .totals .data-table table, .cart .totals table table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered, .data-table, .availability-only-details {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th, .data-table > thead > tr > th, .availability-only-details > thead > tr > th,
  .table-bordered > thead > tr > td,
  .data-table > thead > tr > td,
  .availability-only-details > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .data-table > tbody > tr > th,
  .availability-only-details > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .data-table > tbody > tr > td,
  .availability-only-details > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .data-table > tfoot > tr > th,
  .availability-only-details > tfoot > tr > th,
  .table-bordered > tfoot > tr > td,
  .data-table > tfoot > tr > td,
  .availability-only-details > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th, .data-table > thead > tr > th, .availability-only-details > thead > tr > th,
  .table-bordered > thead > tr > td,
  .data-table > thead > tr > td,
  .availability-only-details > 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: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active, .data-table > thead > tr > td.active, .cart .totals table > thead > tr > td.active,
.table > thead > tr > th.active,
.data-table > thead > tr > th.active,
.cart .totals table > thead > tr > th.active,
.table > thead > tr.active > td,
.data-table > thead > tr.active > td,
.cart .totals table > thead > tr.active > td,
.table > thead > tr.active > th,
.data-table > thead > tr.active > th,
.cart .totals table > thead > tr.active > th,
.table > tbody > tr > td.active,
.data-table > tbody > tr > td.active,
.cart .totals table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.data-table > tbody > tr > th.active,
.cart .totals table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.data-table > tbody > tr.active > td,
.cart .totals table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.data-table > tbody > tr.active > th,
.cart .totals table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.data-table > tfoot > tr > td.active,
.cart .totals table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.data-table > tfoot > tr > th.active,
.cart .totals table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.data-table > tfoot > tr.active > td,
.cart .totals table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.data-table > tfoot > tr.active > th,
.cart .totals table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success, .data-table > thead > tr > td.success, .cart .totals table > thead > tr > td.success,
.table > thead > tr > th.success,
.data-table > thead > tr > th.success,
.cart .totals table > thead > tr > th.success,
.table > thead > tr.success > td,
.data-table > thead > tr.success > td,
.cart .totals table > thead > tr.success > td,
.table > thead > tr.success > th,
.data-table > thead > tr.success > th,
.cart .totals table > thead > tr.success > th,
.table > tbody > tr > td.success,
.data-table > tbody > tr > td.success,
.cart .totals table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.data-table > tbody > tr > th.success,
.cart .totals table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.data-table > tbody > tr.success > td,
.cart .totals table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.data-table > tbody > tr.success > th,
.cart .totals table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.data-table > tfoot > tr > td.success,
.cart .totals table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.data-table > tfoot > tr > th.success,
.cart .totals table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.data-table > tfoot > tr.success > td,
.cart .totals table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.data-table > tfoot > tr.success > th,
.cart .totals table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info, .data-table > thead > tr > td.info, .cart .totals table > thead > tr > td.info,
.table > thead > tr > th.info,
.data-table > thead > tr > th.info,
.cart .totals table > thead > tr > th.info,
.table > thead > tr.info > td,
.data-table > thead > tr.info > td,
.cart .totals table > thead > tr.info > td,
.table > thead > tr.info > th,
.data-table > thead > tr.info > th,
.cart .totals table > thead > tr.info > th,
.table > tbody > tr > td.info,
.data-table > tbody > tr > td.info,
.cart .totals table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.data-table > tbody > tr > th.info,
.cart .totals table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.data-table > tbody > tr.info > td,
.cart .totals table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.data-table > tbody > tr.info > th,
.cart .totals table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.data-table > tfoot > tr > td.info,
.cart .totals table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.data-table > tfoot > tr > th.info,
.cart .totals table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.data-table > tfoot > tr.info > td,
.cart .totals table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.data-table > tfoot > tr.info > th,
.cart .totals table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning, .data-table > thead > tr > td.warning, .cart .totals table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.data-table > thead > tr > th.warning,
.cart .totals table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.data-table > thead > tr.warning > td,
.cart .totals table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.data-table > thead > tr.warning > th,
.cart .totals table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.data-table > tbody > tr > td.warning,
.cart .totals table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.data-table > tbody > tr > th.warning,
.cart .totals table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.data-table > tbody > tr.warning > td,
.cart .totals table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.data-table > tbody > tr.warning > th,
.cart .totals table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.data-table > tfoot > tr > td.warning,
.cart .totals table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.data-table > tfoot > tr > th.warning,
.cart .totals table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.data-table > tfoot > tr.warning > td,
.cart .totals table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.data-table > tfoot > tr.warning > th,
.cart .totals table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger, .data-table > thead > tr > td.danger, .cart .totals table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.data-table > thead > tr > th.danger,
.cart .totals table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.data-table > thead > tr.danger > td,
.cart .totals table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.data-table > thead > tr.danger > th,
.cart .totals table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.data-table > tbody > tr > td.danger,
.cart .totals table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.data-table > tbody > tr > th.danger,
.cart .totals table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.data-table > tbody > tr.danger > td,
.cart .totals table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.data-table > tbody > tr.danger > th,
.cart .totals table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.data-table > tfoot > tr > td.danger,
.cart .totals table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.data-table > tfoot > tr > th.danger,
.cart .totals table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.data-table > tfoot > tr.danger > td,
.cart .totals table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.data-table > tfoot > tr.danger > th,
.cart .totals table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table, .table-responsive > .data-table, .cart .totals .table-responsive > table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th, .table-responsive > .data-table > thead > tr > th, .cart .totals .table-responsive > table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .data-table > thead > tr > td,
      .cart .totals .table-responsive > table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .data-table > tbody > tr > th,
      .cart .totals .table-responsive > table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .data-table > tbody > tr > td,
      .cart .totals .table-responsive > table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .data-table > tfoot > tr > th,
      .cart .totals .table-responsive > table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td,
      .table-responsive > .data-table > tfoot > tr > td,
      .cart .totals .table-responsive > table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered, .table-responsive > .data-table, .table-responsive > .availability-only-details {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .data-table > thead > tr > th:first-child, .table-responsive > .availability-only-details > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .data-table > thead > tr > td:first-child,
      .table-responsive > .availability-only-details > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .data-table > tbody > tr > th:first-child,
      .table-responsive > .availability-only-details > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .data-table > tbody > tr > td:first-child,
      .table-responsive > .availability-only-details > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .data-table > tfoot > tr > th:first-child,
      .table-responsive > .availability-only-details > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child,
      .table-responsive > .data-table > tfoot > tr > td:first-child,
      .table-responsive > .availability-only-details > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .data-table > thead > tr > th:last-child, .table-responsive > .availability-only-details > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .data-table > thead > tr > td:last-child,
      .table-responsive > .availability-only-details > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .data-table > tbody > tr > th:last-child,
      .table-responsive > .availability-only-details > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .data-table > tbody > tr > td:last-child,
      .table-responsive > .availability-only-details > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .data-table > tfoot > tr > th:last-child,
      .table-responsive > .availability-only-details > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child,
      .table-responsive > .data-table > tfoot > tr > td:last-child,
      .table-responsive > .availability-only-details > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .data-table > tbody > tr:last-child > th, .table-responsive > .availability-only-details > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .data-table > tbody > tr:last-child > td,
      .table-responsive > .availability-only-details > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .data-table > tfoot > tr:last-child > th,
      .table-responsive > .availability-only-details > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td,
      .table-responsive > .data-table > tfoot > tr:last-child > td,
      .table-responsive > .availability-only-details > tfoot > tr:last-child > td {
        border-bottom: 0; } }

.data-table > tbody > tr:nth-child(odd) > td,
.data-table > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 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"] {
  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; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control, .input-text, .form-list textarea,
.form-list select, .form-language select, .product-options dd .input-text,
.product-options dd select,
.product-options dd textarea, .multiple-checkout .data-table select, .my-wishlist textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus, .input-text:focus, .form-list textarea:focus,
  .form-list select:focus, .form-language select:focus, .product-options dd .input-text:focus,
  .product-options dd select:focus,
  .product-options dd textarea:focus, .multiple-checkout .data-table select:focus, .my-wishlist textarea:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder, .input-text::-moz-placeholder, .form-list textarea::-moz-placeholder,
  .form-list select::-moz-placeholder, .form-language select::-moz-placeholder, .product-options dd .input-text::-moz-placeholder,
  .product-options dd select::-moz-placeholder,
  .product-options dd textarea::-moz-placeholder, .multiple-checkout .data-table select::-moz-placeholder, .my-wishlist textarea::-moz-placeholder {
    color: #999999;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder, .form-list textarea:-ms-input-placeholder,
  .form-list select:-ms-input-placeholder, .form-language select:-ms-input-placeholder, .product-options dd .input-text:-ms-input-placeholder,
  .product-options dd select:-ms-input-placeholder,
  .product-options dd textarea:-ms-input-placeholder, .multiple-checkout .data-table select:-ms-input-placeholder, .my-wishlist textarea:-ms-input-placeholder {
    color: #999999; }
  .form-control::-webkit-input-placeholder, .input-text::-webkit-input-placeholder, .form-list textarea::-webkit-input-placeholder,
  .form-list select::-webkit-input-placeholder, .form-language select::-webkit-input-placeholder, .product-options dd .input-text::-webkit-input-placeholder,
  .product-options dd select::-webkit-input-placeholder,
  .product-options dd textarea::-webkit-input-placeholder, .multiple-checkout .data-table select::-webkit-input-placeholder, .my-wishlist textarea::-webkit-input-placeholder {
    color: #999999; }
  .form-control[disabled], .input-text[disabled], .form-list textarea[disabled],
  .form-list select[disabled], .form-language select[disabled], .product-options dd .input-text[disabled],
  .product-options dd select[disabled],
  .product-options dd textarea[disabled], .multiple-checkout .data-table select[disabled], .my-wishlist textarea[disabled], .form-control[readonly], .input-text[readonly], .form-list textarea[readonly],
  .form-list select[readonly], .form-language select[readonly], .product-options dd .input-text[readonly],
  .product-options dd select[readonly],
  .product-options dd textarea[readonly], .multiple-checkout .data-table select[readonly], .my-wishlist textarea[readonly],
  fieldset[disabled] .form-control,
  fieldset[disabled] .input-text,
  fieldset[disabled] .form-list textarea,
  .form-list fieldset[disabled] textarea,
  fieldset[disabled] .form-list select,
  .form-list fieldset[disabled] select,
  fieldset[disabled] .form-language select,
  .form-language fieldset[disabled] select,
  fieldset[disabled] .product-options dd select,
  .product-options dd fieldset[disabled] select,
  fieldset[disabled] .product-options dd textarea,
  .product-options dd fieldset[disabled] textarea,
  fieldset[disabled] .multiple-checkout .data-table select,
  .multiple-checkout .data-table fieldset[disabled] select,
  fieldset[disabled] .my-wishlist textarea,
  .my-wishlist fieldset[disabled] textarea {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control, textarea.input-text, .form-list textarea, .product-options dd textarea.input-text,
.product-options dd textarea, .my-wishlist textarea {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="date"] {
  line-height: 34px; }

.form-group, .form-list li {
  margin-bottom: 15px; }

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px; }
  .radio label,
  .checkbox label {
    display: inline;
    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],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled]
input[type="checkbox"],
.radio[disabled],
fieldset[disabled]
.radio,
.radio-inline[disabled],
fieldset[disabled]
.radio-inline,
.checkbox[disabled],
fieldset[disabled]
.checkbox,
.checkbox-inline[disabled],
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-text, .form-list .input-group-sm > textarea,
.form-list .input-group-sm > select, .form-language .input-group-sm > select, .product-options dd .input-group-sm > .input-text,
.product-options dd .input-group-sm > select,
.product-options dd .input-group-sm > textarea, .multiple-checkout .data-table .input-group-sm > select, .my-wishlist .input-group-sm > textarea,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .input-group-sm > .input-group-btn > .button, .my-wishlist .input-group-sm > .input-group-btn > .link-edit, .cart-table .qty {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-text,
.form-list .input-group-sm > select, .form-language .input-group-sm > select,
.product-options dd .input-group-sm > select, .multiple-checkout .data-table .input-group-sm > select,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .input-group-sm > .input-group-btn > select.button, .my-wishlist .input-group-sm > .input-group-btn > select.link-edit, .cart-table select.qty {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-text, .form-list .input-group-sm > textarea,
.product-options dd .input-group-sm > textarea, .my-wishlist .input-group-sm > textarea,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, .input-group-sm > .input-group-btn > textarea.button, .my-wishlist .input-group-sm > .input-group-btn > textarea.link-edit, .cart-table textarea.qty,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-text[multiple],
.form-list .input-group-sm > select[multiple],
.form-language .input-group-sm > select[multiple],
.product-options dd .input-group-sm > select[multiple],
.multiple-checkout .data-table .input-group-sm > select[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple],
.input-group-sm > .input-group-btn > select.button[multiple],
.my-wishlist .input-group-sm > .input-group-btn > select.link-edit[multiple],
.cart-table select.qty[multiple] {
  height: auto; }

.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-text, .form-list .input-group-lg > textarea,
.form-list .input-group-lg > select, .form-language .input-group-lg > select, .product-options dd .input-group-lg > .input-text,
.product-options dd .input-group-lg > select,
.product-options dd .input-group-lg > textarea, .multiple-checkout .data-table .input-group-lg > select, .my-wishlist .input-group-lg > textarea,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .input-group-lg > .input-group-btn > .button, .my-wishlist .input-group-lg > .input-group-btn > .link-edit {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-text,
.form-list .input-group-lg > select, .form-language .input-group-lg > select,
.product-options dd .input-group-lg > select, .multiple-checkout .data-table .input-group-lg > select,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, .input-group-lg > .input-group-btn > select.button, .my-wishlist .input-group-lg > .input-group-btn > select.link-edit {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-text, .form-list .input-group-lg > textarea,
.product-options dd .input-group-lg > textarea, .my-wishlist .input-group-lg > textarea,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > .input-group-btn > textarea.button, .my-wishlist .input-group-lg > .input-group-btn > textarea.link-edit,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-text[multiple],
.form-list .input-group-lg > select[multiple],
.form-language .input-group-lg > select[multiple],
.product-options dd .input-group-lg > select[multiple],
.multiple-checkout .data-table .input-group-lg > select[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple],
.input-group-lg > .input-group-btn > select.button[multiple],
.my-wishlist .input-group-lg > .input-group-btn > select.link-edit[multiple] {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback .input-text, .has-feedback .form-list textarea, .form-list .has-feedback textarea,
  .has-feedback .form-list select, .form-list .has-feedback select, .has-feedback .form-language select, .form-language .has-feedback select, .has-feedback .product-options dd .input-text, .product-options dd .has-feedback .input-text,
  .has-feedback .product-options dd select, .product-options dd .has-feedback select,
  .has-feedback .product-options dd textarea, .product-options dd .has-feedback textarea, .has-feedback .multiple-checkout .data-table select, .multiple-checkout .data-table .has-feedback select, .has-feedback .my-wishlist textarea, .my-wishlist .has-feedback textarea {
    padding-right: 42.5px; }
  .has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d; }

.has-success .form-control, .has-success .input-text, .has-success .form-list textarea, .form-list .has-success textarea,
.has-success .form-list select, .form-list .has-success select, .has-success .form-language select, .form-language .has-success select, .has-success .product-options dd .input-text, .product-options dd .has-success .input-text,
.has-success .product-options dd select, .product-options dd .has-success select,
.has-success .product-options dd textarea, .product-options dd .has-success textarea, .has-success .multiple-checkout .data-table select, .multiple-checkout .data-table .has-success select, .has-success .my-wishlist textarea, .my-wishlist .has-success textarea {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .has-success .input-text:focus, .has-success .form-list textarea:focus, .form-list .has-success textarea:focus,
  .has-success .form-list select:focus, .form-list .has-success select:focus, .has-success .form-language select:focus, .form-language .has-success select:focus,
  .has-success .product-options dd select:focus, .product-options dd .has-success select:focus,
  .has-success .product-options dd textarea:focus, .product-options dd .has-success textarea:focus, .has-success .multiple-checkout .data-table select:focus, .multiple-checkout .data-table .has-success select:focus, .has-success .my-wishlist textarea:focus, .my-wishlist .has-success textarea:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b; }

.has-warning .form-control, .has-warning .input-text, .has-warning .form-list textarea, .form-list .has-warning textarea,
.has-warning .form-list select, .form-list .has-warning select, .has-warning .form-language select, .form-language .has-warning select, .has-warning .product-options dd .input-text, .product-options dd .has-warning .input-text,
.has-warning .product-options dd select, .product-options dd .has-warning select,
.has-warning .product-options dd textarea, .product-options dd .has-warning textarea, .has-warning .multiple-checkout .data-table select, .multiple-checkout .data-table .has-warning select, .has-warning .my-wishlist textarea, .my-wishlist .has-warning textarea {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus, .has-warning .input-text:focus, .has-warning .form-list textarea:focus, .form-list .has-warning textarea:focus,
  .has-warning .form-list select:focus, .form-list .has-warning select:focus, .has-warning .form-language select:focus, .form-language .has-warning select:focus,
  .has-warning .product-options dd select:focus, .product-options dd .has-warning select:focus,
  .has-warning .product-options dd textarea:focus, .product-options dd .has-warning textarea:focus, .has-warning .multiple-checkout .data-table select:focus, .multiple-checkout .data-table .has-warning select:focus, .has-warning .my-wishlist textarea:focus, .my-wishlist .has-warning textarea:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442; }

.has-error .form-control, .has-error .input-text, .has-error .form-list textarea, .form-list .has-error textarea,
.has-error .form-list select, .form-list .has-error select, .has-error .form-language select, .form-language .has-error select, .has-error .product-options dd .input-text, .product-options dd .has-error .input-text,
.has-error .product-options dd select, .product-options dd .has-error select,
.has-error .product-options dd textarea, .product-options dd .has-error textarea, .has-error .multiple-checkout .data-table select, .multiple-checkout .data-table .has-error select, .has-error .my-wishlist textarea, .my-wishlist .has-error textarea {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus, .has-error .input-text:focus, .has-error .form-list textarea:focus, .form-list .has-error textarea:focus,
  .has-error .form-list select:focus, .form-list .has-error select:focus, .has-error .form-language select:focus, .form-language .has-error select:focus,
  .has-error .product-options dd select:focus, .product-options dd .has-error select:focus,
  .has-error .product-options dd textarea:focus, .product-options dd .has-error textarea:focus, .has-error .multiple-checkout .data-table select:focus, .multiple-checkout .data-table .has-error select:focus, .has-error .my-wishlist textarea:focus, .my-wishlist .has-error textarea:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.form-control-static {
  margin-bottom: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group, .form-inline .form-list li, .form-list .form-inline li, .navbar-form .form-list li, .form-list .navbar-form li {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control, .form-inline .input-text, .navbar-form .input-text, .form-inline .form-list textarea, .form-list .form-inline textarea, .navbar-form .form-list textarea, .form-list .navbar-form textarea,
  .form-inline .form-list select, .form-list .form-inline select,
  .navbar-form .form-list select, .form-list .navbar-form select, .form-inline .form-language select, .form-language .form-inline select, .navbar-form .form-language select, .form-language .navbar-form select, .form-inline .product-options dd .input-text, .product-options dd .form-inline .input-text, .navbar-form .product-options dd .input-text, .product-options dd .navbar-form .input-text,
  .form-inline .product-options dd select, .product-options dd .form-inline select,
  .navbar-form .product-options dd select, .product-options dd .navbar-form select,
  .form-inline .product-options dd textarea, .product-options dd .form-inline textarea,
  .navbar-form .product-options dd textarea, .product-options dd .navbar-form textarea, .form-inline .multiple-checkout .data-table select, .multiple-checkout .data-table .form-inline select, .navbar-form .multiple-checkout .data-table select, .multiple-checkout .data-table .navbar-form select, .form-inline .my-wishlist textarea, .my-wishlist .form-inline textarea, .navbar-form .my-wishlist textarea, .my-wishlist .navbar-form textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control, .form-inline .input-group > .input-text, .navbar-form .input-group > .input-text, .form-inline .form-list .input-group > textarea, .form-list .form-inline .input-group > textarea, .navbar-form .form-list .input-group > textarea, .form-list .navbar-form .input-group > textarea,
  .form-inline .form-list .input-group > select, .form-list .form-inline .input-group > select,
  .navbar-form .form-list .input-group > select, .form-list .navbar-form .input-group > select, .form-inline .form-language .input-group > select, .form-language .form-inline .input-group > select, .navbar-form .form-language .input-group > select, .form-language .navbar-form .input-group > select, .form-inline .product-options dd .input-group > .input-text, .navbar-form .product-options dd .input-group > .input-text,
  .form-inline .product-options dd .input-group > select, .product-options dd .form-inline .input-group > select,
  .navbar-form .product-options dd .input-group > select, .product-options dd .navbar-form .input-group > select,
  .form-inline .product-options dd .input-group > textarea, .product-options dd .form-inline .input-group > textarea,
  .navbar-form .product-options dd .input-group > textarea, .product-options dd .navbar-form .input-group > textarea, .form-inline .multiple-checkout .data-table .input-group > select, .multiple-checkout .data-table .form-inline .input-group > select, .navbar-form .multiple-checkout .data-table .input-group > select, .multiple-checkout .data-table .navbar-form .input-group > select, .form-inline .my-wishlist .input-group > textarea, .my-wishlist .form-inline .input-group > textarea, .navbar-form .my-wishlist .input-group > textarea, .my-wishlist .navbar-form .input-group > textarea {
    width: 100%; }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 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 .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group, .form-horizontal .form-list li, .form-list .form-horizontal li {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-list li:before, .form-list .form-horizontal li:before, .form-horizontal .form-group:after, .form-horizontal .form-list li:after, .form-list .form-horizontal li:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after, .form-horizontal .form-list li:after, .form-list .form-horizontal li:after {
    clear: both; }

.form-horizontal .form-control-static {
  padding-top: 7px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }

p.control input.checkbox,
p.control input.radio {
  margin-right: 6px; }

.form-list:before, .form-list:after {
  content: " ";
  display: table; }

.form-list:after {
  clear: both; }

.form-list li:before, .form-list li:after {
  content: " ";
  display: table; }

.form-list li:after {
  clear: both; }

.form-list label {
  position: relative; }

.form-list label.required em {
  float: right;
  font-style: normal;
  color: #a94442;
  position: absolute;
  top: 0;
  right: -8px; }

.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; }

.form-list li.control .input-box {
  clear: none;
  display: inline;
  width: auto; }

.form-list .field {
  float: left;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px; }
  .form-list .field:first-child, .form-list .field:first-of-type {
    padding-left: 0; }
  .form-list .field:last-child {
    padding-right: 0; }

.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: " ";
    display: table; }
  .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: 4em 0 0;
  padding: 8px 0 0;
  border-top: 1px solid #e5e5e5;
  line-height: 34px;
  text-align: right; }
  .buttons-set:before, .buttons-set:after {
    content: " ";
    display: table; }
  .buttons-set:after {
    clear: both; }

.buttons-set p.required {
  margin: 0 0 10px; }

.buttons-set .back-link {
  float: left;
  margin: 0; }

.buttons-set button.button {
  float: right;
  margin-left: 5px; }

.buttons-set-order {
  margin: 10px 0 0; }

.buttons-set-order .please-wait {
  padding: 12px 7px 0 0; }

.validation-advice {
  clear: both;
  color: #a94442; }

.validation-failed {
  border-color: #a94442 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .validation-failed:focus {
    border-color: #843534 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 !important; }

p.required {
  text-align: right;
  color: #a94442; }

.v-fix {
  float: left; }

.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative; }

.btn, .button, .my-wishlist .link-edit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .button:focus, .my-wishlist .link-edit:focus, .btn:active:focus, .button:active:focus, .my-wishlist .link-edit:active:focus, .btn.active:focus, .active.button:focus, .my-wishlist .active.link-edit:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .button:hover, .my-wishlist .link-edit:hover, .btn:focus, .button:focus, .my-wishlist .link-edit:focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .button:active, .my-wishlist .link-edit:active, .btn.active, .active.button, .my-wishlist .active.link-edit {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .disabled.button, .my-wishlist .disabled.link-edit, .btn[disabled], .button[disabled], .my-wishlist .link-edit[disabled],
  fieldset[disabled] .btn,
  fieldset[disabled] .button,
  fieldset[disabled] .my-wishlist .link-edit,
  .my-wishlist fieldset[disabled] .link-edit {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

.btn-default, .button, .my-wishlist .link-edit {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .button:hover, .my-wishlist .link-edit:hover, .btn-default:focus, .button:focus, .my-wishlist .link-edit:focus, .btn-default:active, .button:active, .my-wishlist .link-edit:active, .btn-default.active, .active.button, .my-wishlist .active.link-edit {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .open .btn-default.dropdown-toggle, .open .dropdown-toggle.button, .open .my-wishlist .dropdown-toggle.link-edit, .my-wishlist .open .dropdown-toggle.link-edit {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .btn-default:active, .button:active, .my-wishlist .link-edit:active, .btn-default.active, .active.button, .my-wishlist .active.link-edit {
    background-image: none; }
  .open .btn-default.dropdown-toggle, .open .dropdown-toggle.button, .open .my-wishlist .dropdown-toggle.link-edit, .my-wishlist .open .dropdown-toggle.link-edit {
    background-image: none; }
  .btn-default.disabled, .disabled.button, .my-wishlist .disabled.link-edit, .btn-default.disabled:hover, .disabled.button:hover, .my-wishlist .disabled.link-edit:hover, .btn-default.disabled:focus, .disabled.button:focus, .my-wishlist .disabled.link-edit:focus, .btn-default.disabled:active, .disabled.button:active, .my-wishlist .disabled.link-edit:active, .btn-default.disabled.active, .disabled.active.button, .my-wishlist .disabled.active.link-edit, .btn-default[disabled], .button[disabled], .my-wishlist .link-edit[disabled], .btn-default[disabled]:hover, .button[disabled]:hover, .my-wishlist .link-edit[disabled]:hover, .btn-default[disabled]:focus, .button[disabled]:focus, .my-wishlist .link-edit[disabled]:focus, .btn-default[disabled]:active, .button[disabled]:active, .my-wishlist .link-edit[disabled]:active, .btn-default[disabled].active, .button[disabled].active, .my-wishlist .link-edit[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .button,
  fieldset[disabled] .my-wishlist .link-edit,
  .my-wishlist fieldset[disabled] .link-edit,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .button:hover,
  fieldset[disabled] .my-wishlist .link-edit:hover,
  .my-wishlist fieldset[disabled] .link-edit:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .button:focus,
  fieldset[disabled] .my-wishlist .link-edit:focus,
  .my-wishlist fieldset[disabled] .link-edit:focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .button:active,
  fieldset[disabled] .my-wishlist .link-edit:active,
  .my-wishlist fieldset[disabled] .link-edit:active,
  fieldset[disabled] .btn-default.active,
  fieldset[disabled] .active.button,
  fieldset[disabled] .my-wishlist .active.link-edit,
  .my-wishlist fieldset[disabled] .active.link-edit {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge, .button .badge, .my-wishlist .link-edit .badge {
    color: #fff;
    background-color: #333; }

.btn-primary, .btn-cart, .btn-checkout, .my-wishlist .btn-add {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }
  .btn-primary:hover, .btn-cart:hover, .btn-checkout:hover, .my-wishlist .btn-add:hover, .btn-primary:focus, .btn-cart:focus, .btn-checkout:focus, .my-wishlist .btn-add:focus, .btn-primary:active, .btn-cart:active, .btn-checkout:active, .my-wishlist .btn-add:active, .btn-primary.active, .active.btn-cart, .active.btn-checkout, .my-wishlist .active.btn-add {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e; }
  .open .btn-primary.dropdown-toggle, .open .dropdown-toggle.btn-cart, .open .dropdown-toggle.btn-checkout, .open .my-wishlist .dropdown-toggle.btn-add, .my-wishlist .open .dropdown-toggle.btn-add {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e; }
  .btn-primary:active, .btn-cart:active, .btn-checkout:active, .my-wishlist .btn-add:active, .btn-primary.active, .active.btn-cart, .active.btn-checkout, .my-wishlist .active.btn-add {
    background-image: none; }
  .open .btn-primary.dropdown-toggle, .open .dropdown-toggle.btn-cart, .open .dropdown-toggle.btn-checkout, .open .my-wishlist .dropdown-toggle.btn-add, .my-wishlist .open .dropdown-toggle.btn-add {
    background-image: none; }
  .btn-primary.disabled, .disabled.btn-cart, .disabled.btn-checkout, .my-wishlist .disabled.btn-add, .btn-primary.disabled:hover, .disabled.btn-cart:hover, .disabled.btn-checkout:hover, .my-wishlist .disabled.btn-add:hover, .btn-primary.disabled:focus, .disabled.btn-cart:focus, .disabled.btn-checkout:focus, .my-wishlist .disabled.btn-add:focus, .btn-primary.disabled:active, .disabled.btn-cart:active, .disabled.btn-checkout:active, .my-wishlist .disabled.btn-add:active, .btn-primary.disabled.active, .disabled.active.btn-cart, .disabled.active.btn-checkout, .my-wishlist .disabled.active.btn-add, .btn-primary[disabled], .btn-cart[disabled], .btn-checkout[disabled], .my-wishlist .btn-add[disabled], .btn-primary[disabled]:hover, .btn-cart[disabled]:hover, .btn-checkout[disabled]:hover, .my-wishlist .btn-add[disabled]:hover, .btn-primary[disabled]:focus, .btn-cart[disabled]:focus, .btn-checkout[disabled]:focus, .my-wishlist .btn-add[disabled]:focus, .btn-primary[disabled]:active, .btn-cart[disabled]:active, .btn-checkout[disabled]:active, .my-wishlist .btn-add[disabled]:active, .btn-primary[disabled].active, .btn-cart[disabled].active, .btn-checkout[disabled].active, .my-wishlist .btn-add[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-cart,
  fieldset[disabled] .btn-checkout,
  fieldset[disabled] .my-wishlist .btn-add,
  .my-wishlist fieldset[disabled] .btn-add,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-cart:hover,
  fieldset[disabled] .btn-checkout:hover,
  fieldset[disabled] .my-wishlist .btn-add:hover,
  .my-wishlist fieldset[disabled] .btn-add:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-cart:focus,
  fieldset[disabled] .btn-checkout:focus,
  fieldset[disabled] .my-wishlist .btn-add:focus,
  .my-wishlist fieldset[disabled] .btn-add:focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-cart:active,
  fieldset[disabled] .btn-checkout:active,
  fieldset[disabled] .my-wishlist .btn-add:active,
  .my-wishlist fieldset[disabled] .btn-add:active,
  fieldset[disabled] .btn-primary.active,
  fieldset[disabled] .active.btn-cart,
  fieldset[disabled] .active.btn-checkout,
  fieldset[disabled] .my-wishlist .active.btn-add,
  .my-wishlist fieldset[disabled] .active.btn-add {
    background-color: #428bca;
    border-color: #357ebd; }
  .btn-primary .badge, .btn-cart .badge, .btn-checkout .badge, .my-wishlist .btn-add .badge {
    color: #428bca;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #47a447;
    border-color: #398439; }
  .open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #47a447;
    border-color: #398439; }
  .btn-success:active, .btn-success.active {
    background-image: none; }
  .open .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc; }
  .open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active {
    background-image: none; }
  .open .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512; }
  .open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active {
    background-image: none; }
  .open .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925; }
  .open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active {
    background-image: none; }
  .open .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  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, .block .actions button.button, .cart-table .button, #multiship-addresses-table tfoot .button {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.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%; }

.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; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1001;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999999; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 991; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control, .input-group .input-text, .input-group .form-list textarea, .form-list .input-group textarea,
  .input-group .form-list select, .form-list .input-group select, .input-group .form-language select, .form-language .input-group select, .input-group .product-options dd .input-text, .product-options dd .input-group .input-text,
  .input-group .product-options dd select, .product-options dd .input-group select,
  .input-group .product-options dd textarea, .product-options dd .input-group textarea, .input-group .multiple-checkout .data-table select, .multiple-checkout .data-table .input-group select, .input-group .my-wishlist textarea, .my-wishlist .input-group textarea {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn, .input-group .form-control, .input-group .input-text, .input-group .form-list textarea, .form-list .input-group textarea,
.input-group .form-list select, .form-list .input-group select, .input-group .form-language select, .form-language .input-group select, .input-group .product-options dd .input-text, .product-options dd .input-group .input-text,
.input-group .product-options dd select, .product-options dd .input-group select,
.input-group .product-options dd textarea, .product-options dd .input-group textarea, .input-group .multiple-checkout .data-table select, .multiple-checkout .data-table .input-group select, .input-group .my-wishlist textarea, .my-wishlist .input-group textarea {
  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),
  .input-group .input-text:not(:first-child):not(:last-child),
  .input-group .form-list textarea:not(:first-child):not(:last-child),
  .form-list .input-group textarea:not(:first-child):not(:last-child),
  .input-group .form-list select:not(:first-child):not(:last-child),
  .form-list .input-group select:not(:first-child):not(:last-child),
  .input-group .form-language select:not(:first-child):not(:last-child),
  .form-language .input-group select:not(:first-child):not(:last-child),
  .input-group .product-options dd select:not(:first-child):not(:last-child),
  .product-options dd .input-group select:not(:first-child):not(:last-child),
  .input-group .product-options dd textarea:not(:first-child):not(:last-child),
  .product-options dd .input-group textarea:not(:first-child):not(:last-child),
  .input-group .multiple-checkout .data-table select:not(:first-child):not(:last-child),
  .multiple-checkout .data-table .input-group select:not(:first-child):not(:last-child),
  .input-group .my-wishlist textarea:not(:first-child):not(:last-child),
  .my-wishlist .input-group textarea: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;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm, .form-list .input-group-sm > textarea.input-group-addon,
  .form-list .input-group-sm > select.input-group-addon, .form-language .input-group-sm > select.input-group-addon, .product-options dd .input-group-sm > .input-group-addon.input-text,
  .product-options dd .input-group-sm > select.input-group-addon,
  .product-options dd .input-group-sm > textarea.input-group-addon, .multiple-checkout .data-table .input-group-sm > select.input-group-addon, .my-wishlist .input-group-sm > textarea.input-group-addon,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, .input-group-sm > .input-group-btn > .input-group-addon.button, .my-wishlist .input-group-sm > .input-group-btn > .input-group-addon.link-edit, .cart-table .input-group-addon.qty {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg, .form-list .input-group-lg > textarea.input-group-addon,
  .form-list .input-group-lg > select.input-group-addon, .form-language .input-group-lg > select.input-group-addon, .product-options dd .input-group-lg > .input-group-addon.input-text,
  .product-options dd .input-group-lg > select.input-group-addon,
  .product-options dd .input-group-lg > textarea.input-group-addon, .multiple-checkout .data-table .input-group-lg > select.input-group-addon, .my-wishlist .input-group-lg > textarea.input-group-addon,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, .input-group-lg > .input-group-btn > .input-group-addon.button, .my-wishlist .input-group-lg > .input-group-btn > .input-group-addon.link-edit {
    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 .input-text:first-child, .input-group .form-list textarea:first-child, .form-list .input-group textarea:first-child,
.input-group .form-list select:first-child, .form-list .input-group select:first-child, .input-group .form-language select:first-child, .form-language .input-group select:first-child,
.input-group .product-options dd select:first-child, .product-options dd .input-group select:first-child,
.input-group .product-options dd textarea:first-child, .product-options dd .input-group textarea:first-child, .input-group .multiple-checkout .data-table select:first-child, .multiple-checkout .data-table .input-group select:first-child, .input-group .my-wishlist textarea:first-child, .my-wishlist .input-group textarea:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .button,
.my-wishlist .input-group-btn:first-child > .link-edit,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .button,
.my-wishlist .input-group-btn:first-child > .btn-group > .link-edit,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .button:not(:last-child):not(.dropdown-toggle),
.my-wishlist .input-group-btn:last-child > .link-edit:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .button,
.my-wishlist .input-group-btn:last-child > .btn-group:not(:last-child) > .link-edit {
  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 .input-text:last-child, .input-group .form-list textarea:last-child, .form-list .input-group textarea:last-child,
.input-group .form-list select:last-child, .form-list .input-group select:last-child, .input-group .form-language select:last-child, .form-language .input-group select:last-child,
.input-group .product-options dd select:last-child, .product-options dd .input-group select:last-child,
.input-group .product-options dd textarea:last-child, .product-options dd .input-group textarea:last-child, .input-group .multiple-checkout .data-table select:last-child, .multiple-checkout .data-table .input-group select:last-child, .input-group .my-wishlist textarea:last-child, .my-wishlist .input-group textarea:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .button,
.my-wishlist .input-group-btn:last-child > .link-edit,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .button,
.my-wishlist .input-group-btn:last-child > .btn-group > .link-edit,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .button:not(:first-child),
.my-wishlist .input-group-btn:first-child > .link-edit:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .button,
.my-wishlist .input-group-btn:first-child > .btn-group:not(:first-child) > .link-edit {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, .input-group-btn > .button, .my-wishlist .input-group-btn > .link-edit {
    position: relative; }
    .input-group-btn > .btn + .btn, .input-group-btn > .button + .btn, .my-wishlist .input-group-btn > .link-edit + .btn, .input-group-btn > .btn + .button, .input-group-btn > .button + .button, .my-wishlist .input-group-btn > .link-edit + .button, .my-wishlist .input-group-btn > .btn + .link-edit, .my-wishlist .input-group-btn > .button + .link-edit, .my-wishlist .input-group-btn > .link-edit + .link-edit {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .button:hover, .my-wishlist .input-group-btn > .link-edit:hover, .input-group-btn > .btn:focus, .input-group-btn > .button:focus, .my-wishlist .input-group-btn > .link-edit:focus, .input-group-btn > .btn:active, .input-group-btn > .button:active, .my-wishlist .input-group-btn > .link-edit:active {
      z-index: 2; }
  
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .button,
  .my-wishlist .input-group-btn:first-child > .link-edit,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .button,
  .my-wishlist .input-group-btn:last-child > .link-edit,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.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: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .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: #428bca; }
  .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 #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .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: #fff;
    background-color: #428bca; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .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-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  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;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: none; }
  .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: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @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: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; }
      .navbar-nav.navbar-right:last-child {
        margin-right: -15px; } }

@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;
  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 (max-width: 767px) {
    .navbar-form .form-group, .navbar-form .form-list li, .form-list .navbar-form li {
      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;
      box-shadow: none; }
      .navbar-form.navbar-right:last-child {
        margin-right: -15px; } }

.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-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .block .actions button.navbar-btn.button, .cart-table .navbar-btn.button, #multiship-addresses-table tfoot .navbar-btn.button {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; }
      .navbar-text.navbar-right:last-child {
        margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        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: #555;
      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: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #999999; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      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: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .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: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .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: #fff;
        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: #fff;
      background-color: #090909; }
    .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: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #999999; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }

@media (min-width: 768px) {
  .navbar-main .navbar-brand {
    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: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #999999; }

.breadcrumb strong {
  font-weight: normal;
  color: #999999; }

.pagination, .pager .pages ol {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li, .pager .pages ol > li {
    display: inline; }
    .pagination > li > a, .pager .pages ol > li > a,
    .pagination > li > span,
    .pager .pages ol > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #428bca;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a, .pager .pages ol > li:first-child > a,
    .pagination > li:first-child > span,
    .pager .pages ol > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a, .pager .pages ol > li:last-child > a,
    .pagination > li:last-child > span,
    .pager .pages ol > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pager .pages ol > li > a:hover, .pagination > li > a:focus, .pager .pages ol > li > a:focus,
  .pagination > li > span:hover,
  .pager .pages ol > li > span:hover,
  .pagination > li > span:focus,
  .pager .pages ol > li > span:focus {
    color: #2a6496;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pager .pages ol > .active > a, .pagination > .active > a:hover, .pager .pages ol > .active > a:hover, .pagination > .active > a:focus, .pager .pages ol > .active > a:focus,
  .pagination > .active > span,
  .pager .pages ol > .active > span,
  .pagination > .active > span:hover,
  .pager .pages ol > .active > span:hover,
  .pagination > .active > span:focus,
  .pager .pages ol > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default; }
  .pagination > .disabled > span, .pager .pages ol > .disabled > span,
  .pagination > .disabled > span:hover,
  .pager .pages ol > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pager .pages ol > .disabled > span:focus,
  .pagination > .disabled > a,
  .pager .pages ol > .disabled > a,
  .pagination > .disabled > a:hover,
  .pager .pages ol > .disabled > a:hover,
  .pagination > .disabled > a:focus,
  .pager .pages ol > .disabled > a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #ddd;
    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, .pager .pages ol > li > a,
.pagination-sm > li > span,
.pager .pages ol > li > span {
  padding: 5px 10px;
  font-size: 12px; }

.pagination-sm > li:first-child > a, .pager .pages ol > li:first-child > a,
.pagination-sm > li:first-child > span,
.pager .pages ol > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a, .pager .pages ol > li:last-child > a,
.pagination-sm > li:last-child > span,
.pager .pages ol > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager:before, .pager:after,
.sorter:before,
.sorter:after {
  content: " ";
  display: table; }

.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: 60px; }
  .pager .pages {
    float: left;
    width: 100%;
    margin-top: 4px;
    text-align: center; }
  .pager .pages ol {
    margin: 0;
    display: inline-block; }
  .pager .pages li {
    display: inline-block;
    margin: 0 2px; }

.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, .error-msg,
.success-msg,
.note-msg,
.notice-msg, .global-site-notice, .block-cart .subtotal {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4, .error-msg h4, .success-msg h4, .note-msg h4, .notice-msg h4, .global-site-notice h4, .block-cart .subtotal h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link, .error-msg .alert-link, .success-msg .alert-link, .note-msg .alert-link, .notice-msg .alert-link, .global-site-notice .alert-link, .block-cart .subtotal .alert-link {
    font-weight: bold; }
  .alert > p, .error-msg > p, .success-msg > p, .note-msg > p, .notice-msg > p, .global-site-notice > p, .block-cart .subtotal > p,
  .alert > ul,
  .error-msg > ul,
  .success-msg > ul,
  .note-msg > ul,
  .notice-msg > ul,
  .global-site-notice > ul,
  .block-cart .subtotal > ul {
    margin-bottom: 0; }
  .alert > p + p, .error-msg > p + p, .success-msg > p + p, .note-msg > p + p, .notice-msg > p + p, .global-site-notice > p + p, .block-cart .subtotal > p + p {
    margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }
  .alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success,
.success-msg {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr, .success-msg hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link, .success-msg .alert-link {
    color: #2b542c; }

.alert-info,
.note-msg,
.notice-msg, .block-cart .subtotal {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr, .note-msg hr, .notice-msg hr, .block-cart .subtotal hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link, .note-msg .alert-link, .notice-msg .alert-link, .block-cart .subtotal .alert-link {
    color: #245269; }

.alert-warning, .global-site-notice {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr, .global-site-notice hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link, .global-site-notice .alert-link {
    color: #66512c; }

.alert-danger, .error-msg {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr, .error-msg hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link, .error-msg .alert-link {
    color: #843534; }

.success {
  color: #3c763d; }

.error {
  color: #a94442; }

.notice {
  color: #31708f; }

.messages > li {
  margin-bottom: 10px; }

.global-site-notice p {
  margin: 0; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item, .form-search .search-autocomplete li, .checkout-progress li {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child, .form-search .search-autocomplete li:first-child, .checkout-progress li:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child, .form-search .search-autocomplete li:last-child, .checkout-progress li:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .list-group-item > .badge, .form-search .search-autocomplete li > .badge, .checkout-progress li > .badge {
    float: right; }
  .list-group-item > .badge + .badge, .form-search .search-autocomplete li > .badge + .badge, .checkout-progress li > .badge + .badge {
    margin-right: 5px; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5; }
  a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca; }
    a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
      color: inherit; }
    a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
      color: #e1edf7; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel, .block, .product-view .product-shop, .product-view .box-collateral, .cart .crosssell,
.cart .discount,
.cart .shipping, .box-account, .addresses-list li.item, .order-info-box, .gift-message, .order-about {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading, .block .block-title, .block-account .block-title, .product-view .product-shop .product-name, .product-view .box-collateral > h2, .cart .crosssell > h2,
.cart .discount > h2,
.cart .shipping > h2, .box-account .box-head, .addresses-list li.item h3 {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle, .block .block-title > .dropdown .dropdown-toggle, .block-account .block-title > .dropdown .dropdown-toggle, .product-view .product-shop .product-name > .dropdown .dropdown-toggle, .product-view .box-collateral > h2 > .dropdown .dropdown-toggle, .cart .crosssell > h2 > .dropdown .dropdown-toggle, .cart .discount > h2 > .dropdown .dropdown-toggle, .cart .shipping > h2 > .dropdown .dropdown-toggle, .box-account .box-head > .dropdown .dropdown-toggle, .addresses-list li.item h3 > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title, .block .block-title strong, .block-account .block-title strong, .product-view .product-shop .product-name h1, .cart .crosssell > h2,
.cart .discount > h2,
.cart .shipping > h2, .box-account .box-head h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a, .block .block-title strong > a, .block-account .block-title strong > a, .product-view .product-shop .product-name h1 > a, .cart .crosssell > h2 > a, .cart .discount > h2 > a, .cart .shipping > h2 > a, .box-account .box-head h2 > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group, .block > .list-group, .product-view .product-shop > .list-group, .product-view .box-collateral > .list-group, .cart .crosssell > .list-group, .cart .discount > .list-group, .cart .shipping > .list-group, .box-account > .list-group, .addresses-list li.item > .list-group, .order-info-box > .list-group, .gift-message > .list-group, .order-about > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item, .block > .list-group .list-group-item, .product-view .product-shop > .list-group .list-group-item, .product-view .box-collateral > .list-group .list-group-item, .cart .crosssell > .list-group .list-group-item, .cart .discount > .list-group .list-group-item, .cart .shipping > .list-group .list-group-item, .box-account > .list-group .list-group-item, .addresses-list li.item > .list-group .list-group-item, .order-info-box > .list-group .list-group-item, .gift-message > .list-group .list-group-item, .order-about > .list-group .list-group-item, .panel > .list-group .form-search .search-autocomplete li, .form-search .search-autocomplete .panel > .list-group li, .block > .list-group .form-search .search-autocomplete li, .form-search .search-autocomplete .block > .list-group li, .product-view .product-shop > .list-group .form-search .search-autocomplete li, .form-search .search-autocomplete .product-view .product-shop > .list-group li, .product-view .box-collateral > .list-group .form-search .search-autocomplete li, .form-search .search-autocomplete .product-view .box-collateral > .list-group li, .cart .crosssell > .list-group .form-search .search-autocomplete li, .form-search .search-autocomplete .cart .crosssell > .list-group li, .cart .discount > .list-group .form-search .search-autocomplete li, .form-search .search-autocomplete .cart .discount > .list-group li, .cart .shipping > .list-group .form-search .search-autocomplete li, .form-search .search-autocomplete .cart .shipping > .list-group li, .box-account > .list-group .form-search .search-autocomplete li, .form-search .search-autocomplete .box-account > .list-group li, .addresses-list li.item > .list-group .form-search .search-autocomplete li, .form-search .search-autocomplete .addresses-list li.item > .list-group li, .order-info-box > .list-group .form-search .search-autocomplete li, .form-search .search-autocomplete .order-info-box > .list-group li, .gift-message > .list-group .form-search .search-autocomplete li, .form-search .search-autocomplete .gift-message > .list-group li, .order-about > .list-group .form-search .search-autocomplete li, .form-search .search-autocomplete .order-about > .list-group li, .panel > .list-group .checkout-progress li, .checkout-progress .panel > .list-group li, .block > .list-group .checkout-progress li, .checkout-progress .block > .list-group li, .product-view .product-shop > .list-group .checkout-progress li, .checkout-progress .product-view .product-shop > .list-group li, .product-view .box-collateral > .list-group .checkout-progress li, .checkout-progress .product-view .box-collateral > .list-group li, .cart .crosssell > .list-group .checkout-progress li, .checkout-progress .cart .crosssell > .list-group li, .cart .discount > .list-group .checkout-progress li, .checkout-progress .cart .discount > .list-group li, .cart .shipping > .list-group .checkout-progress li, .checkout-progress .cart .shipping > .list-group li, .box-account > .list-group .checkout-progress li, .checkout-progress .box-account > .list-group li, .addresses-list li.item > .list-group .checkout-progress li, .checkout-progress .addresses-list li.item > .list-group li, .order-info-box > .list-group .checkout-progress li, .checkout-progress .order-info-box > .list-group li, .gift-message > .list-group .checkout-progress li, .checkout-progress .gift-message > .list-group li, .order-about > .list-group .checkout-progress li, .checkout-progress .order-about > .list-group li {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child, .block > .list-group:first-child .list-group-item:first-child, .product-view .product-shop > .list-group:first-child .list-group-item:first-child, .product-view .box-collateral > .list-group:first-child .list-group-item:first-child, .cart .crosssell > .list-group:first-child .list-group-item:first-child, .cart .discount > .list-group:first-child .list-group-item:first-child, .cart .shipping > .list-group:first-child .list-group-item:first-child, .box-account > .list-group:first-child .list-group-item:first-child, .addresses-list li.item > .list-group:first-child .list-group-item:first-child, .order-info-box > .list-group:first-child .list-group-item:first-child, .gift-message > .list-group:first-child .list-group-item:first-child, .order-about > .list-group:first-child .list-group-item:first-child, .panel > .list-group:first-child .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .panel > .list-group:first-child li:first-child, .block > .list-group:first-child .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .block > .list-group:first-child li:first-child, .product-view .product-shop > .list-group:first-child .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .product-view .product-shop > .list-group:first-child li:first-child, .product-view .box-collateral > .list-group:first-child .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .product-view .box-collateral > .list-group:first-child li:first-child, .cart .crosssell > .list-group:first-child .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .cart .crosssell > .list-group:first-child li:first-child, .cart .discount > .list-group:first-child .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .cart .discount > .list-group:first-child li:first-child, .cart .shipping > .list-group:first-child .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .cart .shipping > .list-group:first-child li:first-child, .box-account > .list-group:first-child .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .box-account > .list-group:first-child li:first-child, .addresses-list li.item > .list-group:first-child .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .addresses-list li.item > .list-group:first-child li:first-child, .order-info-box > .list-group:first-child .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .order-info-box > .list-group:first-child li:first-child, .gift-message > .list-group:first-child .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .gift-message > .list-group:first-child li:first-child, .order-about > .list-group:first-child .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .order-about > .list-group:first-child li:first-child, .panel > .list-group:first-child .checkout-progress li:first-child, .checkout-progress .panel > .list-group:first-child li:first-child, .block > .list-group:first-child .checkout-progress li:first-child, .checkout-progress .block > .list-group:first-child li:first-child, .product-view .product-shop > .list-group:first-child .checkout-progress li:first-child, .checkout-progress .product-view .product-shop > .list-group:first-child li:first-child, .product-view .box-collateral > .list-group:first-child .checkout-progress li:first-child, .checkout-progress .product-view .box-collateral > .list-group:first-child li:first-child, .cart .crosssell > .list-group:first-child .checkout-progress li:first-child, .checkout-progress .cart .crosssell > .list-group:first-child li:first-child, .cart .discount > .list-group:first-child .checkout-progress li:first-child, .checkout-progress .cart .discount > .list-group:first-child li:first-child, .cart .shipping > .list-group:first-child .checkout-progress li:first-child, .checkout-progress .cart .shipping > .list-group:first-child li:first-child, .box-account > .list-group:first-child .checkout-progress li:first-child, .checkout-progress .box-account > .list-group:first-child li:first-child, .addresses-list li.item > .list-group:first-child .checkout-progress li:first-child, .checkout-progress .addresses-list li.item > .list-group:first-child li:first-child, .order-info-box > .list-group:first-child .checkout-progress li:first-child, .checkout-progress .order-info-box > .list-group:first-child li:first-child, .gift-message > .list-group:first-child .checkout-progress li:first-child, .checkout-progress .gift-message > .list-group:first-child li:first-child, .order-about > .list-group:first-child .checkout-progress li:first-child, .checkout-progress .order-about > .list-group:first-child li:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child, .block > .list-group:last-child .list-group-item:last-child, .product-view .product-shop > .list-group:last-child .list-group-item:last-child, .product-view .box-collateral > .list-group:last-child .list-group-item:last-child, .cart .crosssell > .list-group:last-child .list-group-item:last-child, .cart .discount > .list-group:last-child .list-group-item:last-child, .cart .shipping > .list-group:last-child .list-group-item:last-child, .box-account > .list-group:last-child .list-group-item:last-child, .addresses-list li.item > .list-group:last-child .list-group-item:last-child, .order-info-box > .list-group:last-child .list-group-item:last-child, .gift-message > .list-group:last-child .list-group-item:last-child, .order-about > .list-group:last-child .list-group-item:last-child, .panel > .list-group:last-child .form-search .search-autocomplete li:last-child, .form-search .search-autocomplete .panel > .list-group:last-child li:last-child, .block > .list-group:last-child .form-search .search-autocomplete li:last-child, .form-search .search-autocomplete .block > .list-group:last-child li:last-child, .product-view .product-shop > .list-group:last-child .form-search .search-autocomplete li:last-child, .form-search .search-autocomplete .product-view .product-shop > .list-group:last-child li:last-child, .product-view .box-collateral > .list-group:last-child .form-search .search-autocomplete li:last-child, .form-search .search-autocomplete .product-view .box-collateral > .list-group:last-child li:last-child, .cart .crosssell > .list-group:last-child .form-search .search-autocomplete li:last-child, .form-search .search-autocomplete .cart .crosssell > .list-group:last-child li:last-child, .cart .discount > .list-group:last-child .form-search .search-autocomplete li:last-child, .form-search .search-autocomplete .cart .discount > .list-group:last-child li:last-child, .cart .shipping > .list-group:last-child .form-search .search-autocomplete li:last-child, .form-search .search-autocomplete .cart .shipping > .list-group:last-child li:last-child, .box-account > .list-group:last-child .form-search .search-autocomplete li:last-child, .form-search .search-autocomplete .box-account > .list-group:last-child li:last-child, .addresses-list li.item > .list-group:last-child .form-search .search-autocomplete li:last-child, .form-search .search-autocomplete .addresses-list li.item > .list-group:last-child li:last-child, .order-info-box > .list-group:last-child .form-search .search-autocomplete li:last-child, .form-search .search-autocomplete .order-info-box > .list-group:last-child li:last-child, .gift-message > .list-group:last-child .form-search .search-autocomplete li:last-child, .form-search .search-autocomplete .gift-message > .list-group:last-child li:last-child, .order-about > .list-group:last-child .form-search .search-autocomplete li:last-child, .form-search .search-autocomplete .order-about > .list-group:last-child li:last-child, .panel > .list-group:last-child .checkout-progress li:last-child, .checkout-progress .panel > .list-group:last-child li:last-child, .block > .list-group:last-child .checkout-progress li:last-child, .checkout-progress .block > .list-group:last-child li:last-child, .product-view .product-shop > .list-group:last-child .checkout-progress li:last-child, .checkout-progress .product-view .product-shop > .list-group:last-child li:last-child, .product-view .box-collateral > .list-group:last-child .checkout-progress li:last-child, .checkout-progress .product-view .box-collateral > .list-group:last-child li:last-child, .cart .crosssell > .list-group:last-child .checkout-progress li:last-child, .checkout-progress .cart .crosssell > .list-group:last-child li:last-child, .cart .discount > .list-group:last-child .checkout-progress li:last-child, .checkout-progress .cart .discount > .list-group:last-child li:last-child, .cart .shipping > .list-group:last-child .checkout-progress li:last-child, .checkout-progress .cart .shipping > .list-group:last-child li:last-child, .box-account > .list-group:last-child .checkout-progress li:last-child, .checkout-progress .box-account > .list-group:last-child li:last-child, .addresses-list li.item > .list-group:last-child .checkout-progress li:last-child, .checkout-progress .addresses-list li.item > .list-group:last-child li:last-child, .order-info-box > .list-group:last-child .checkout-progress li:last-child, .checkout-progress .order-info-box > .list-group:last-child li:last-child, .gift-message > .list-group:last-child .checkout-progress li:last-child, .checkout-progress .gift-message > .list-group:last-child li:last-child, .order-about > .list-group:last-child .checkout-progress li:last-child, .checkout-progress .order-about > .list-group:last-child li:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel-heading + .list-group .list-group-item:first-child, .block .block-title + .list-group .list-group-item:first-child, .block-account .block-title + .list-group .list-group-item:first-child, .product-view .product-shop .product-name + .list-group .list-group-item:first-child, .product-view .box-collateral > h2 + .list-group .list-group-item:first-child, .cart .crosssell > h2 + .list-group .list-group-item:first-child, .cart .discount > h2 + .list-group .list-group-item:first-child, .cart .shipping > h2 + .list-group .list-group-item:first-child, .box-account .box-head + .list-group .list-group-item:first-child, .addresses-list li.item h3 + .list-group .list-group-item:first-child, .panel-heading + .list-group .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .panel-heading + .list-group li:first-child, .block .block-title + .list-group .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .block .block-title + .list-group li:first-child, .block-account .block-title + .list-group .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .block-account .block-title + .list-group li:first-child, .product-view .product-shop .product-name + .list-group .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .product-view .product-shop .product-name + .list-group li:first-child, .product-view .box-collateral > h2 + .list-group .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .product-view .box-collateral > h2 + .list-group li:first-child, .cart .crosssell > h2 + .list-group .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .cart .crosssell > h2 + .list-group li:first-child, .cart .discount > h2 + .list-group .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .cart .discount > h2 + .list-group li:first-child, .cart .shipping > h2 + .list-group .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .cart .shipping > h2 + .list-group li:first-child, .box-account .box-head + .list-group .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .box-account .box-head + .list-group li:first-child, .addresses-list li.item h3 + .list-group .form-search .search-autocomplete li:first-child, .form-search .search-autocomplete .addresses-list li.item h3 + .list-group li:first-child, .panel-heading + .list-group .checkout-progress li:first-child, .checkout-progress .panel-heading + .list-group li:first-child, .block .block-title + .list-group .checkout-progress li:first-child, .checkout-progress .block .block-title + .list-group li:first-child, .block-account .block-title + .list-group .checkout-progress li:first-child, .checkout-progress .block-account .block-title + .list-group li:first-child, .product-view .product-shop .product-name + .list-group .checkout-progress li:first-child, .checkout-progress .product-view .product-shop .product-name + .list-group li:first-child, .product-view .box-collateral > h2 + .list-group .checkout-progress li:first-child, .checkout-progress .product-view .box-collateral > h2 + .list-group li:first-child, .cart .crosssell > h2 + .list-group .checkout-progress li:first-child, .checkout-progress .cart .crosssell > h2 + .list-group li:first-child, .cart .discount > h2 + .list-group .checkout-progress li:first-child, .checkout-progress .cart .discount > h2 + .list-group li:first-child, .cart .shipping > h2 + .list-group .checkout-progress li:first-child, .checkout-progress .cart .shipping > h2 + .list-group li:first-child, .box-account .box-head + .list-group .checkout-progress li:first-child, .checkout-progress .box-account .box-head + .list-group li:first-child, .addresses-list li.item h3 + .list-group .checkout-progress li:first-child, .checkout-progress .addresses-list li.item h3 + .list-group li:first-child {
  border-top-width: 0; }

.panel > .table, .block > .table, .product-view .product-shop > .table, .product-view .box-collateral > .table, .cart .crosssell > .table, .cart .discount > .table, .cart .shipping > .table, .box-account > .table, .addresses-list li.item > .table, .order-info-box > .table, .gift-message > .table, .order-about > .table, .panel > .data-table, .block > .data-table, .product-view .product-shop > .data-table, .product-view .box-collateral > .data-table, .cart .crosssell > .data-table, .cart .discount > .data-table, .cart .shipping > .data-table, .box-account > .data-table, .addresses-list li.item > .data-table, .order-info-box > .data-table, .gift-message > .data-table, .order-about > .data-table, .cart .totals .panel > table, .cart .totals .block > table, .product-view .cart .totals .product-shop > table, .cart .totals .product-view .product-shop > table, .product-view .cart .totals .box-collateral > table, .cart .totals .product-view .box-collateral > table, .cart .totals .crosssell > table, .cart .totals .discount > table, .cart .totals .shipping > table, .cart .totals .box-account > table, .addresses-list .cart .totals li.item > table, .cart .totals .addresses-list li.item > table, .cart .totals .order-info-box > table, .cart .totals .gift-message > table, .cart .totals .order-about > table,
.panel > .table-responsive > .table,
.block > .table-responsive > .table,
.product-view .product-shop > .table-responsive > .table,
.product-view .box-collateral > .table-responsive > .table,
.cart .crosssell > .table-responsive > .table,
.cart .discount > .table-responsive > .table,
.cart .shipping > .table-responsive > .table,
.box-account > .table-responsive > .table,
.addresses-list li.item > .table-responsive > .table,
.order-info-box > .table-responsive > .table,
.gift-message > .table-responsive > .table,
.order-about > .table-responsive > .table,
.panel > .table-responsive > .data-table,
.block > .table-responsive > .data-table,
.product-view .product-shop > .table-responsive > .data-table,
.product-view .box-collateral > .table-responsive > .data-table,
.cart .crosssell > .table-responsive > .data-table,
.cart .discount > .table-responsive > .data-table,
.cart .shipping > .table-responsive > .data-table,
.box-account > .table-responsive > .data-table,
.addresses-list li.item > .table-responsive > .data-table,
.order-info-box > .table-responsive > .data-table,
.gift-message > .table-responsive > .data-table,
.order-about > .table-responsive > .data-table,
.cart .totals .panel > .table-responsive > table,
.cart .totals .block > .table-responsive > table,
.product-view .cart .totals .product-shop > .table-responsive > table,
.cart .totals .product-view .product-shop > .table-responsive > table,
.product-view .cart .totals .box-collateral > .table-responsive > table,
.cart .totals .product-view .box-collateral > .table-responsive > table,
.cart .totals .crosssell > .table-responsive > table,
.cart .totals .discount > .table-responsive > table,
.cart .totals .shipping > .table-responsive > table,
.cart .totals .box-account > .table-responsive > table,
.addresses-list .cart .totals li.item > .table-responsive > table,
.cart .totals .addresses-list li.item > .table-responsive > table,
.cart .totals .order-info-box > .table-responsive > table,
.cart .totals .gift-message > .table-responsive > table,
.cart .totals .order-about > .table-responsive > table {
  margin-bottom: 0; }

.panel > .table:first-child, .block > .table:first-child, .product-view .product-shop > .table:first-child, .product-view .box-collateral > .table:first-child, .cart .crosssell > .table:first-child, .cart .discount > .table:first-child, .cart .shipping > .table:first-child, .box-account > .table:first-child, .addresses-list li.item > .table:first-child, .order-info-box > .table:first-child, .gift-message > .table:first-child, .order-about > .table:first-child, .panel > .data-table:first-child, .block > .data-table:first-child, .product-view .product-shop > .data-table:first-child, .product-view .box-collateral > .data-table:first-child, .cart .crosssell > .data-table:first-child, .cart .discount > .data-table:first-child, .cart .shipping > .data-table:first-child, .box-account > .data-table:first-child, .addresses-list li.item > .data-table:first-child, .order-info-box > .data-table:first-child, .gift-message > .data-table:first-child, .order-about > .data-table:first-child, .cart .totals .panel > table:first-child, .cart .totals .block > table:first-child, .product-view .cart .totals .product-shop > table:first-child, .cart .totals .product-view .product-shop > table:first-child, .product-view .cart .totals .box-collateral > table:first-child, .cart .totals .product-view .box-collateral > table:first-child, .cart .totals .crosssell > table:first-child, .cart .totals .discount > table:first-child, .cart .totals .shipping > table:first-child, .cart .totals .box-account > table:first-child, .addresses-list .cart .totals li.item > table:first-child, .cart .totals .addresses-list li.item > table:first-child, .cart .totals .order-info-box > table:first-child, .cart .totals .gift-message > table:first-child, .cart .totals .order-about > table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.block > .table-responsive:first-child > .table:first-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child,
.cart .crosssell > .table-responsive:first-child > .table:first-child,
.cart .discount > .table-responsive:first-child > .table:first-child,
.cart .shipping > .table-responsive:first-child > .table:first-child,
.box-account > .table-responsive:first-child > .table:first-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child,
.order-info-box > .table-responsive:first-child > .table:first-child,
.gift-message > .table-responsive:first-child > .table:first-child,
.order-about > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > .data-table:first-child,
.block > .table-responsive:first-child > .data-table:first-child,
.product-view .product-shop > .table-responsive:first-child > .data-table:first-child,
.product-view .box-collateral > .table-responsive:first-child > .data-table:first-child,
.cart .crosssell > .table-responsive:first-child > .data-table:first-child,
.cart .discount > .table-responsive:first-child > .data-table:first-child,
.cart .shipping > .table-responsive:first-child > .data-table:first-child,
.box-account > .table-responsive:first-child > .data-table:first-child,
.addresses-list li.item > .table-responsive:first-child > .data-table:first-child,
.order-info-box > .table-responsive:first-child > .data-table:first-child,
.gift-message > .table-responsive:first-child > .data-table:first-child,
.order-about > .table-responsive:first-child > .data-table:first-child,
.cart .totals .panel > .table-responsive:first-child > table:first-child,
.cart .totals .block > .table-responsive:first-child > table:first-child,
.product-view .cart .totals .product-shop > .table-responsive:first-child > table:first-child,
.cart .totals .product-view .product-shop > .table-responsive:first-child > table:first-child,
.product-view .cart .totals .box-collateral > .table-responsive:first-child > table:first-child,
.cart .totals .product-view .box-collateral > .table-responsive:first-child > table:first-child,
.cart .totals .crosssell > .table-responsive:first-child > table:first-child,
.cart .totals .discount > .table-responsive:first-child > table:first-child,
.cart .totals .shipping > .table-responsive:first-child > table:first-child,
.cart .totals .box-account > .table-responsive:first-child > table:first-child,
.addresses-list .cart .totals li.item > .table-responsive:first-child > table:first-child,
.cart .totals .addresses-list li.item > .table-responsive:first-child > table:first-child,
.cart .totals .order-info-box > .table-responsive:first-child > table:first-child,
.cart .totals .gift-message > .table-responsive:first-child > table:first-child,
.cart .totals .order-about > .table-responsive:first-child > table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .block > .table:first-child > thead:first-child > tr:first-child td:first-child, .product-view .product-shop > .table:first-child > thead:first-child > tr:first-child td:first-child, .product-view .box-collateral > .table:first-child > thead:first-child > tr:first-child td:first-child, .cart .crosssell > .table:first-child > thead:first-child > tr:first-child td:first-child, .cart .discount > .table:first-child > thead:first-child > tr:first-child td:first-child, .cart .shipping > .table:first-child > thead:first-child > tr:first-child td:first-child, .box-account > .table:first-child > thead:first-child > tr:first-child td:first-child, .addresses-list li.item > .table:first-child > thead:first-child > tr:first-child td:first-child, .order-info-box > .table:first-child > thead:first-child > tr:first-child td:first-child, .gift-message > .table:first-child > thead:first-child > tr:first-child td:first-child, .order-about > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .data-table:first-child > thead:first-child > tr:first-child td:first-child, .block > .data-table:first-child > thead:first-child > tr:first-child td:first-child, .product-view .product-shop > .data-table:first-child > thead:first-child > tr:first-child td:first-child, .product-view .box-collateral > .data-table:first-child > thead:first-child > tr:first-child td:first-child, .cart .crosssell > .data-table:first-child > thead:first-child > tr:first-child td:first-child, .cart .discount > .data-table:first-child > thead:first-child > tr:first-child td:first-child, .cart .shipping > .data-table:first-child > thead:first-child > tr:first-child td:first-child, .box-account > .data-table:first-child > thead:first-child > tr:first-child td:first-child, .addresses-list li.item > .data-table:first-child > thead:first-child > tr:first-child td:first-child, .order-info-box > .data-table:first-child > thead:first-child > tr:first-child td:first-child, .gift-message > .data-table:first-child > thead:first-child > tr:first-child td:first-child, .order-about > .data-table:first-child > thead:first-child > tr:first-child td:first-child, .cart .totals .panel > table:first-child > thead:first-child > tr:first-child td:first-child, .cart .totals .block > table:first-child > thead:first-child > tr:first-child td:first-child, .product-view .cart .totals .product-shop > table:first-child > thead:first-child > tr:first-child td:first-child, .cart .totals .product-view .product-shop > table:first-child > thead:first-child > tr:first-child td:first-child, .product-view .cart .totals .box-collateral > table:first-child > thead:first-child > tr:first-child td:first-child, .cart .totals .product-view .box-collateral > table:first-child > thead:first-child > tr:first-child td:first-child, .cart .totals .crosssell > table:first-child > thead:first-child > tr:first-child td:first-child, .cart .totals .discount > table:first-child > thead:first-child > tr:first-child td:first-child, .cart .totals .shipping > table:first-child > thead:first-child > tr:first-child td:first-child, .cart .totals .box-account > table:first-child > thead:first-child > tr:first-child td:first-child, .addresses-list .cart .totals li.item > table:first-child > thead:first-child > tr:first-child td:first-child, .cart .totals .addresses-list li.item > table:first-child > thead:first-child > tr:first-child td:first-child, .cart .totals .order-info-box > table:first-child > thead:first-child > tr:first-child td:first-child, .cart .totals .gift-message > table:first-child > thead:first-child > tr:first-child td:first-child, .cart .totals .order-about > table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .block > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .product-view .product-shop > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .product-view .box-collateral > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .crosssell > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .discount > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .shipping > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .box-account > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .addresses-list li.item > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .order-info-box > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .gift-message > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .order-about > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
  .block > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
  .product-view .product-shop > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
  .product-view .box-collateral > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .crosssell > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .discount > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .shipping > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
  .box-account > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
  .addresses-list li.item > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
  .order-info-box > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
  .gift-message > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
  .order-about > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .totals .panel > table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .totals .block > table:first-child > thead:first-child > tr:first-child th:first-child,
  .product-view .cart .totals .product-shop > table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .totals .product-view .product-shop > table:first-child > thead:first-child > tr:first-child th:first-child,
  .product-view .cart .totals .box-collateral > table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .totals .product-view .box-collateral > table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .totals .crosssell > table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .totals .discount > table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .totals .shipping > table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .totals .box-account > table:first-child > thead:first-child > tr:first-child th:first-child,
  .addresses-list .cart .totals li.item > table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .totals .addresses-list li.item > table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .totals .order-info-box > table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .totals .gift-message > table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .totals .order-about > table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .block > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .product-view .product-shop > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .product-view .box-collateral > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .crosssell > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .discount > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .shipping > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .box-account > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .addresses-list li.item > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .order-info-box > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .gift-message > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .order-about > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
  .block > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
  .product-view .product-shop > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
  .product-view .box-collateral > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .crosssell > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .discount > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .shipping > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
  .box-account > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
  .addresses-list li.item > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
  .order-info-box > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
  .gift-message > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
  .order-about > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .totals .panel > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .totals .block > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .product-view .cart .totals .product-shop > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .totals .product-view .product-shop > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .product-view .cart .totals .box-collateral > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .totals .product-view .box-collateral > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .totals .crosssell > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .totals .discount > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .totals .shipping > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .totals .box-account > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .addresses-list .cart .totals li.item > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .totals .addresses-list li.item > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .totals .order-info-box > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .totals .gift-message > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .totals .order-about > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .block > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .product-view .product-shop > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .product-view .box-collateral > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .crosssell > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .discount > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .shipping > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .box-account > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .addresses-list li.item > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .order-info-box > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .gift-message > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .order-about > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .panel > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
  .block > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
  .product-view .product-shop > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
  .product-view .box-collateral > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .crosssell > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .discount > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .shipping > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
  .box-account > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
  .addresses-list li.item > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
  .order-info-box > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
  .gift-message > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
  .order-about > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .totals .panel > table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .totals .block > table:first-child > tbody:first-child > tr:first-child th:first-child,
  .product-view .cart .totals .product-shop > table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .totals .product-view .product-shop > table:first-child > tbody:first-child > tr:first-child th:first-child,
  .product-view .cart .totals .box-collateral > table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .totals .product-view .box-collateral > table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .totals .crosssell > table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .totals .discount > table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .totals .shipping > table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .totals .box-account > table:first-child > tbody:first-child > tr:first-child th:first-child,
  .addresses-list .cart .totals li.item > table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .totals .addresses-list li.item > table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .totals .order-info-box > table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .totals .gift-message > table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .totals .order-about > table:first-child > tbody:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .block > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .product-view .product-shop > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .product-view .box-collateral > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .cart .crosssell > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .cart .discount > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .cart .shipping > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .box-account > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .addresses-list li.item > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .order-info-box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .gift-message > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .order-about > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:first-child,
  .block > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:first-child,
  .product-view .product-shop > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:first-child,
  .product-view .box-collateral > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:first-child,
  .cart .crosssell > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:first-child,
  .cart .discount > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:first-child,
  .cart .shipping > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:first-child,
  .box-account > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:first-child,
  .addresses-list li.item > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:first-child,
  .order-info-box > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:first-child,
  .gift-message > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:first-child,
  .order-about > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:first-child,
  .cart .totals .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
  .cart .totals .block > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
  .product-view .cart .totals .product-shop > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
  .cart .totals .product-view .product-shop > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
  .product-view .cart .totals .box-collateral > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
  .cart .totals .product-view .box-collateral > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
  .cart .totals .crosssell > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
  .cart .totals .discount > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
  .cart .totals .shipping > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
  .cart .totals .box-account > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
  .addresses-list .cart .totals li.item > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
  .cart .totals .addresses-list li.item > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
  .cart .totals .order-info-box > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
  .cart .totals .gift-message > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
  .cart .totals .order-about > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .block > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .product-view .product-shop > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .product-view .box-collateral > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .crosssell > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .discount > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .shipping > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .box-account > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .addresses-list li.item > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .order-info-box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .gift-message > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .order-about > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
  .block > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
  .product-view .product-shop > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
  .product-view .box-collateral > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .crosssell > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .discount > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .shipping > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
  .box-account > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
  .addresses-list li.item > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
  .order-info-box > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
  .gift-message > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
  .order-about > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .totals .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .totals .block > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
  .product-view .cart .totals .product-shop > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .totals .product-view .product-shop > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
  .product-view .cart .totals .box-collateral > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .totals .product-view .box-collateral > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .totals .crosssell > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .totals .discount > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .totals .shipping > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .totals .box-account > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
  .addresses-list .cart .totals li.item > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .totals .addresses-list li.item > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .totals .order-info-box > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .totals .gift-message > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
  .cart .totals .order-about > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .block > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .product-view .product-shop > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .product-view .box-collateral > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .crosssell > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .discount > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .shipping > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .box-account > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .addresses-list li.item > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .order-info-box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .gift-message > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .order-about > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
  .block > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
  .product-view .product-shop > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
  .product-view .box-collateral > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .crosssell > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .discount > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .shipping > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
  .box-account > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
  .addresses-list li.item > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
  .order-info-box > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
  .gift-message > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
  .order-about > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .totals .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .totals .block > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .product-view .cart .totals .product-shop > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .totals .product-view .product-shop > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .product-view .cart .totals .box-collateral > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .totals .product-view .box-collateral > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .totals .crosssell > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .totals .discount > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .totals .shipping > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .totals .box-account > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .addresses-list .cart .totals li.item > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .totals .addresses-list li.item > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .totals .order-info-box > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .totals .gift-message > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .cart .totals .order-about > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .block > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .product-view .product-shop > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .product-view .box-collateral > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .crosssell > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .discount > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .shipping > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .box-account > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .addresses-list li.item > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .order-info-box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .gift-message > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .order-about > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
  .block > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
  .product-view .product-shop > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
  .product-view .box-collateral > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .crosssell > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .discount > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .shipping > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
  .box-account > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
  .addresses-list li.item > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
  .order-info-box > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
  .gift-message > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
  .order-about > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .totals .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .totals .block > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child,
  .product-view .cart .totals .product-shop > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .totals .product-view .product-shop > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child,
  .product-view .cart .totals .box-collateral > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .totals .product-view .box-collateral > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .totals .crosssell > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .totals .discount > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .totals .shipping > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .totals .box-account > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child,
  .addresses-list .cart .totals li.item > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .totals .addresses-list li.item > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .totals .order-info-box > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .totals .gift-message > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child,
  .cart .totals .order-about > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .block > .table:first-child > thead:first-child > tr:first-child td:last-child, .product-view .product-shop > .table:first-child > thead:first-child > tr:first-child td:last-child, .product-view .box-collateral > .table:first-child > thead:first-child > tr:first-child td:last-child, .cart .crosssell > .table:first-child > thead:first-child > tr:first-child td:last-child, .cart .discount > .table:first-child > thead:first-child > tr:first-child td:last-child, .cart .shipping > .table:first-child > thead:first-child > tr:first-child td:last-child, .box-account > .table:first-child > thead:first-child > tr:first-child td:last-child, .addresses-list li.item > .table:first-child > thead:first-child > tr:first-child td:last-child, .order-info-box > .table:first-child > thead:first-child > tr:first-child td:last-child, .gift-message > .table:first-child > thead:first-child > tr:first-child td:last-child, .order-about > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .data-table:first-child > thead:first-child > tr:first-child td:last-child, .block > .data-table:first-child > thead:first-child > tr:first-child td:last-child, .product-view .product-shop > .data-table:first-child > thead:first-child > tr:first-child td:last-child, .product-view .box-collateral > .data-table:first-child > thead:first-child > tr:first-child td:last-child, .cart .crosssell > .data-table:first-child > thead:first-child > tr:first-child td:last-child, .cart .discount > .data-table:first-child > thead:first-child > tr:first-child td:last-child, .cart .shipping > .data-table:first-child > thead:first-child > tr:first-child td:last-child, .box-account > .data-table:first-child > thead:first-child > tr:first-child td:last-child, .addresses-list li.item > .data-table:first-child > thead:first-child > tr:first-child td:last-child, .order-info-box > .data-table:first-child > thead:first-child > tr:first-child td:last-child, .gift-message > .data-table:first-child > thead:first-child > tr:first-child td:last-child, .order-about > .data-table:first-child > thead:first-child > tr:first-child td:last-child, .cart .totals .panel > table:first-child > thead:first-child > tr:first-child td:last-child, .cart .totals .block > table:first-child > thead:first-child > tr:first-child td:last-child, .product-view .cart .totals .product-shop > table:first-child > thead:first-child > tr:first-child td:last-child, .cart .totals .product-view .product-shop > table:first-child > thead:first-child > tr:first-child td:last-child, .product-view .cart .totals .box-collateral > table:first-child > thead:first-child > tr:first-child td:last-child, .cart .totals .product-view .box-collateral > table:first-child > thead:first-child > tr:first-child td:last-child, .cart .totals .crosssell > table:first-child > thead:first-child > tr:first-child td:last-child, .cart .totals .discount > table:first-child > thead:first-child > tr:first-child td:last-child, .cart .totals .shipping > table:first-child > thead:first-child > tr:first-child td:last-child, .cart .totals .box-account > table:first-child > thead:first-child > tr:first-child td:last-child, .addresses-list .cart .totals li.item > table:first-child > thead:first-child > tr:first-child td:last-child, .cart .totals .addresses-list li.item > table:first-child > thead:first-child > tr:first-child td:last-child, .cart .totals .order-info-box > table:first-child > thead:first-child > tr:first-child td:last-child, .cart .totals .gift-message > table:first-child > thead:first-child > tr:first-child td:last-child, .cart .totals .order-about > table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .block > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .product-view .product-shop > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .product-view .box-collateral > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .crosssell > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .discount > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .shipping > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .box-account > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .addresses-list li.item > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .order-info-box > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .gift-message > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .order-about > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
  .block > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
  .product-view .product-shop > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
  .product-view .box-collateral > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .crosssell > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .discount > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .shipping > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
  .box-account > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
  .addresses-list li.item > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
  .order-info-box > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
  .gift-message > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
  .order-about > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .totals .panel > table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .totals .block > table:first-child > thead:first-child > tr:first-child th:last-child,
  .product-view .cart .totals .product-shop > table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .totals .product-view .product-shop > table:first-child > thead:first-child > tr:first-child th:last-child,
  .product-view .cart .totals .box-collateral > table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .totals .product-view .box-collateral > table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .totals .crosssell > table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .totals .discount > table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .totals .shipping > table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .totals .box-account > table:first-child > thead:first-child > tr:first-child th:last-child,
  .addresses-list .cart .totals li.item > table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .totals .addresses-list li.item > table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .totals .order-info-box > table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .totals .gift-message > table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .totals .order-about > table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .block > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .product-view .product-shop > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .product-view .box-collateral > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .crosssell > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .discount > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .shipping > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .box-account > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .addresses-list li.item > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .order-info-box > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .gift-message > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .order-about > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
  .block > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
  .product-view .product-shop > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
  .product-view .box-collateral > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .crosssell > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .discount > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .shipping > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
  .box-account > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
  .addresses-list li.item > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
  .order-info-box > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
  .gift-message > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
  .order-about > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .totals .panel > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .totals .block > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .product-view .cart .totals .product-shop > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .totals .product-view .product-shop > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .product-view .cart .totals .box-collateral > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .totals .product-view .box-collateral > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .totals .crosssell > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .totals .discount > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .totals .shipping > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .totals .box-account > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .addresses-list .cart .totals li.item > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .totals .addresses-list li.item > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .totals .order-info-box > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .totals .gift-message > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .totals .order-about > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .block > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .product-view .product-shop > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .product-view .box-collateral > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .crosssell > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .discount > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .shipping > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .box-account > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .addresses-list li.item > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .order-info-box > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .gift-message > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .order-about > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .panel > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
  .block > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
  .product-view .product-shop > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
  .product-view .box-collateral > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .crosssell > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .discount > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .shipping > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
  .box-account > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
  .addresses-list li.item > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
  .order-info-box > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
  .gift-message > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
  .order-about > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .totals .panel > table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .totals .block > table:first-child > tbody:first-child > tr:first-child th:last-child,
  .product-view .cart .totals .product-shop > table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .totals .product-view .product-shop > table:first-child > tbody:first-child > tr:first-child th:last-child,
  .product-view .cart .totals .box-collateral > table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .totals .product-view .box-collateral > table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .totals .crosssell > table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .totals .discount > table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .totals .shipping > table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .totals .box-account > table:first-child > tbody:first-child > tr:first-child th:last-child,
  .addresses-list .cart .totals li.item > table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .totals .addresses-list li.item > table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .totals .order-info-box > table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .totals .gift-message > table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .totals .order-about > table:first-child > tbody:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .block > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .product-view .product-shop > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .product-view .box-collateral > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .cart .crosssell > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .cart .discount > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .cart .shipping > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .box-account > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .addresses-list li.item > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .order-info-box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .gift-message > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .order-about > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:last-child,
  .block > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:last-child,
  .product-view .product-shop > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:last-child,
  .product-view .box-collateral > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:last-child,
  .cart .crosssell > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:last-child,
  .cart .discount > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:last-child,
  .cart .shipping > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:last-child,
  .box-account > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:last-child,
  .addresses-list li.item > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:last-child,
  .order-info-box > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:last-child,
  .gift-message > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:last-child,
  .order-about > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child td:last-child,
  .cart .totals .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
  .cart .totals .block > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
  .product-view .cart .totals .product-shop > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
  .cart .totals .product-view .product-shop > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
  .product-view .cart .totals .box-collateral > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
  .cart .totals .product-view .box-collateral > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
  .cart .totals .crosssell > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
  .cart .totals .discount > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
  .cart .totals .shipping > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
  .cart .totals .box-account > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
  .addresses-list .cart .totals li.item > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
  .cart .totals .addresses-list li.item > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
  .cart .totals .order-info-box > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
  .cart .totals .gift-message > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
  .cart .totals .order-about > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .block > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .product-view .product-shop > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .product-view .box-collateral > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .crosssell > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .discount > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .shipping > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .box-account > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .addresses-list li.item > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .order-info-box > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .gift-message > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .order-about > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
  .block > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
  .product-view .product-shop > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
  .product-view .box-collateral > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .crosssell > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .discount > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .shipping > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
  .box-account > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
  .addresses-list li.item > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
  .order-info-box > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
  .gift-message > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
  .order-about > .table-responsive:first-child > .data-table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .totals .panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .totals .block > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
  .product-view .cart .totals .product-shop > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .totals .product-view .product-shop > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
  .product-view .cart .totals .box-collateral > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .totals .product-view .box-collateral > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .totals .crosssell > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .totals .discount > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .totals .shipping > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .totals .box-account > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
  .addresses-list .cart .totals li.item > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .totals .addresses-list li.item > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .totals .order-info-box > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .totals .gift-message > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
  .cart .totals .order-about > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .block > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .product-view .product-shop > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .product-view .box-collateral > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .crosssell > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .discount > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .shipping > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .box-account > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .addresses-list li.item > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .order-info-box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .gift-message > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .order-about > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
  .block > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
  .product-view .product-shop > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
  .product-view .box-collateral > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .crosssell > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .discount > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .shipping > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
  .box-account > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
  .addresses-list li.item > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
  .order-info-box > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
  .gift-message > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
  .order-about > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .totals .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .totals .block > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .product-view .cart .totals .product-shop > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .totals .product-view .product-shop > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .product-view .cart .totals .box-collateral > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .totals .product-view .box-collateral > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .totals .crosssell > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .totals .discount > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .totals .shipping > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .totals .box-account > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .addresses-list .cart .totals li.item > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .totals .addresses-list li.item > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .totals .order-info-box > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .totals .gift-message > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .cart .totals .order-about > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .block > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .product-view .product-shop > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .product-view .box-collateral > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .crosssell > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .discount > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .shipping > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .box-account > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .addresses-list li.item > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .order-info-box > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .gift-message > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .order-about > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
  .block > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
  .product-view .product-shop > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
  .product-view .box-collateral > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .crosssell > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .discount > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .shipping > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
  .box-account > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
  .addresses-list li.item > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
  .order-info-box > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
  .gift-message > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
  .order-about > .table-responsive:first-child > .data-table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .totals .panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .totals .block > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child,
  .product-view .cart .totals .product-shop > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .totals .product-view .product-shop > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child,
  .product-view .cart .totals .box-collateral > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .totals .product-view .box-collateral > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .totals .crosssell > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .totals .discount > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .totals .shipping > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .totals .box-account > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child,
  .addresses-list .cart .totals li.item > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .totals .addresses-list li.item > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .totals .order-info-box > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .totals .gift-message > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child,
  .cart .totals .order-about > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px; }

.panel > .table:last-child, .block > .table:last-child, .product-view .product-shop > .table:last-child, .product-view .box-collateral > .table:last-child, .cart .crosssell > .table:last-child, .cart .discount > .table:last-child, .cart .shipping > .table:last-child, .box-account > .table:last-child, .addresses-list li.item > .table:last-child, .order-info-box > .table:last-child, .gift-message > .table:last-child, .order-about > .table:last-child, .panel > .data-table:last-child, .block > .data-table:last-child, .product-view .product-shop > .data-table:last-child, .product-view .box-collateral > .data-table:last-child, .cart .crosssell > .data-table:last-child, .cart .discount > .data-table:last-child, .cart .shipping > .data-table:last-child, .box-account > .data-table:last-child, .addresses-list li.item > .data-table:last-child, .order-info-box > .data-table:last-child, .gift-message > .data-table:last-child, .order-about > .data-table:last-child, .cart .totals .panel > table:last-child, .cart .totals .block > table:last-child, .product-view .cart .totals .product-shop > table:last-child, .cart .totals .product-view .product-shop > table:last-child, .product-view .cart .totals .box-collateral > table:last-child, .cart .totals .product-view .box-collateral > table:last-child, .cart .totals .crosssell > table:last-child, .cart .totals .discount > table:last-child, .cart .totals .shipping > table:last-child, .cart .totals .box-account > table:last-child, .addresses-list .cart .totals li.item > table:last-child, .cart .totals .addresses-list li.item > table:last-child, .cart .totals .order-info-box > table:last-child, .cart .totals .gift-message > table:last-child, .cart .totals .order-about > table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.block > .table-responsive:last-child > .table:last-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child,
.cart .crosssell > .table-responsive:last-child > .table:last-child,
.cart .discount > .table-responsive:last-child > .table:last-child,
.cart .shipping > .table-responsive:last-child > .table:last-child,
.box-account > .table-responsive:last-child > .table:last-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child,
.order-info-box > .table-responsive:last-child > .table:last-child,
.gift-message > .table-responsive:last-child > .table:last-child,
.order-about > .table-responsive:last-child > .table:last-child,
.panel > .table-responsive:last-child > .data-table:last-child,
.block > .table-responsive:last-child > .data-table:last-child,
.product-view .product-shop > .table-responsive:last-child > .data-table:last-child,
.product-view .box-collateral > .table-responsive:last-child > .data-table:last-child,
.cart .crosssell > .table-responsive:last-child > .data-table:last-child,
.cart .discount > .table-responsive:last-child > .data-table:last-child,
.cart .shipping > .table-responsive:last-child > .data-table:last-child,
.box-account > .table-responsive:last-child > .data-table:last-child,
.addresses-list li.item > .table-responsive:last-child > .data-table:last-child,
.order-info-box > .table-responsive:last-child > .data-table:last-child,
.gift-message > .table-responsive:last-child > .data-table:last-child,
.order-about > .table-responsive:last-child > .data-table:last-child,
.cart .totals .panel > .table-responsive:last-child > table:last-child,
.cart .totals .block > .table-responsive:last-child > table:last-child,
.product-view .cart .totals .product-shop > .table-responsive:last-child > table:last-child,
.cart .totals .product-view .product-shop > .table-responsive:last-child > table:last-child,
.product-view .cart .totals .box-collateral > .table-responsive:last-child > table:last-child,
.cart .totals .product-view .box-collateral > .table-responsive:last-child > table:last-child,
.cart .totals .crosssell > .table-responsive:last-child > table:last-child,
.cart .totals .discount > .table-responsive:last-child > table:last-child,
.cart .totals .shipping > .table-responsive:last-child > table:last-child,
.cart .totals .box-account > .table-responsive:last-child > table:last-child,
.addresses-list .cart .totals li.item > .table-responsive:last-child > table:last-child,
.cart .totals .addresses-list li.item > .table-responsive:last-child > table:last-child,
.cart .totals .order-info-box > .table-responsive:last-child > table:last-child,
.cart .totals .gift-message > .table-responsive:last-child > table:last-child,
.cart .totals .order-about > .table-responsive:last-child > table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .block > .table:last-child > tbody:last-child > tr:last-child td:first-child, .product-view .product-shop > .table:last-child > tbody:last-child > tr:last-child td:first-child, .product-view .box-collateral > .table:last-child > tbody:last-child > tr:last-child td:first-child, .cart .crosssell > .table:last-child > tbody:last-child > tr:last-child td:first-child, .cart .discount > .table:last-child > tbody:last-child > tr:last-child td:first-child, .cart .shipping > .table:last-child > tbody:last-child > tr:last-child td:first-child, .box-account > .table:last-child > tbody:last-child > tr:last-child td:first-child, .addresses-list li.item > .table:last-child > tbody:last-child > tr:last-child td:first-child, .order-info-box > .table:last-child > tbody:last-child > tr:last-child td:first-child, .gift-message > .table:last-child > tbody:last-child > tr:last-child td:first-child, .order-about > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .data-table:last-child > tbody:last-child > tr:last-child td:first-child, .block > .data-table:last-child > tbody:last-child > tr:last-child td:first-child, .product-view .product-shop > .data-table:last-child > tbody:last-child > tr:last-child td:first-child, .product-view .box-collateral > .data-table:last-child > tbody:last-child > tr:last-child td:first-child, .cart .crosssell > .data-table:last-child > tbody:last-child > tr:last-child td:first-child, .cart .discount > .data-table:last-child > tbody:last-child > tr:last-child td:first-child, .cart .shipping > .data-table:last-child > tbody:last-child > tr:last-child td:first-child, .box-account > .data-table:last-child > tbody:last-child > tr:last-child td:first-child, .addresses-list li.item > .data-table:last-child > tbody:last-child > tr:last-child td:first-child, .order-info-box > .data-table:last-child > tbody:last-child > tr:last-child td:first-child, .gift-message > .data-table:last-child > tbody:last-child > tr:last-child td:first-child, .order-about > .data-table:last-child > tbody:last-child > tr:last-child td:first-child, .cart .totals .panel > table:last-child > tbody:last-child > tr:last-child td:first-child, .cart .totals .block > table:last-child > tbody:last-child > tr:last-child td:first-child, .product-view .cart .totals .product-shop > table:last-child > tbody:last-child > tr:last-child td:first-child, .cart .totals .product-view .product-shop > table:last-child > tbody:last-child > tr:last-child td:first-child, .product-view .cart .totals .box-collateral > table:last-child > tbody:last-child > tr:last-child td:first-child, .cart .totals .product-view .box-collateral > table:last-child > tbody:last-child > tr:last-child td:first-child, .cart .totals .crosssell > table:last-child > tbody:last-child > tr:last-child td:first-child, .cart .totals .discount > table:last-child > tbody:last-child > tr:last-child td:first-child, .cart .totals .shipping > table:last-child > tbody:last-child > tr:last-child td:first-child, .cart .totals .box-account > table:last-child > tbody:last-child > tr:last-child td:first-child, .addresses-list .cart .totals li.item > table:last-child > tbody:last-child > tr:last-child td:first-child, .cart .totals .addresses-list li.item > table:last-child > tbody:last-child > tr:last-child td:first-child, .cart .totals .order-info-box > table:last-child > tbody:last-child > tr:last-child td:first-child, .cart .totals .gift-message > table:last-child > tbody:last-child > tr:last-child td:first-child, .cart .totals .order-about > table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .block > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .product-view .product-shop > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .product-view .box-collateral > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .crosssell > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .discount > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .shipping > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .box-account > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .addresses-list li.item > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .order-info-box > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .gift-message > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .order-about > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
  .block > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
  .product-view .product-shop > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
  .product-view .box-collateral > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .crosssell > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .discount > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .shipping > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
  .box-account > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
  .addresses-list li.item > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
  .order-info-box > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
  .gift-message > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
  .order-about > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .totals .panel > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .totals .block > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .product-view .cart .totals .product-shop > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .totals .product-view .product-shop > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .product-view .cart .totals .box-collateral > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .totals .product-view .box-collateral > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .totals .crosssell > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .totals .discount > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .totals .shipping > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .totals .box-account > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .addresses-list .cart .totals li.item > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .totals .addresses-list li.item > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .totals .order-info-box > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .totals .gift-message > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .totals .order-about > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .block > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .product-view .product-shop > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .product-view .box-collateral > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .crosssell > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .discount > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .shipping > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .box-account > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .addresses-list li.item > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .order-info-box > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .gift-message > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .order-about > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .block > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .product-view .product-shop > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .product-view .box-collateral > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .crosssell > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .discount > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .shipping > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .box-account > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .addresses-list li.item > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .order-info-box > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .gift-message > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .order-about > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .totals .panel > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .totals .block > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .product-view .cart .totals .product-shop > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .totals .product-view .product-shop > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .product-view .cart .totals .box-collateral > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .totals .product-view .box-collateral > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .totals .crosssell > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .totals .discount > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .totals .shipping > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .totals .box-account > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .addresses-list .cart .totals li.item > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .totals .addresses-list li.item > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .totals .order-info-box > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .totals .gift-message > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .totals .order-about > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .block > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .product-view .product-shop > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .product-view .box-collateral > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .crosssell > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .discount > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .shipping > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .box-account > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .addresses-list li.item > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .order-info-box > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .gift-message > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .order-about > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .panel > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .block > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .product-view .product-shop > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .product-view .box-collateral > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .crosssell > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .discount > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .shipping > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .box-account > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .addresses-list li.item > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .order-info-box > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .gift-message > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .order-about > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .totals .panel > table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .totals .block > table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .product-view .cart .totals .product-shop > table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .totals .product-view .product-shop > table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .product-view .cart .totals .box-collateral > table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .totals .product-view .box-collateral > table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .totals .crosssell > table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .totals .discount > table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .totals .shipping > table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .totals .box-account > table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .addresses-list .cart .totals li.item > table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .totals .addresses-list li.item > table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .totals .order-info-box > table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .totals .gift-message > table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .totals .order-about > table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .block > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .product-view .product-shop > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .product-view .box-collateral > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .cart .crosssell > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .cart .discount > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .cart .shipping > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .box-account > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .addresses-list li.item > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .order-info-box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .gift-message > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .order-about > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:first-child,
  .block > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:first-child,
  .product-view .product-shop > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:first-child,
  .product-view .box-collateral > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:first-child,
  .cart .crosssell > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:first-child,
  .cart .discount > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:first-child,
  .cart .shipping > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:first-child,
  .box-account > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:first-child,
  .addresses-list li.item > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:first-child,
  .order-info-box > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:first-child,
  .gift-message > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:first-child,
  .order-about > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:first-child,
  .cart .totals .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
  .cart .totals .block > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
  .product-view .cart .totals .product-shop > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
  .cart .totals .product-view .product-shop > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
  .product-view .cart .totals .box-collateral > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
  .cart .totals .product-view .box-collateral > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
  .cart .totals .crosssell > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
  .cart .totals .discount > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
  .cart .totals .shipping > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
  .cart .totals .box-account > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
  .addresses-list .cart .totals li.item > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
  .cart .totals .addresses-list li.item > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
  .cart .totals .order-info-box > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
  .cart .totals .gift-message > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
  .cart .totals .order-about > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .block > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .product-view .product-shop > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .product-view .box-collateral > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .crosssell > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .discount > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .shipping > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .box-account > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .addresses-list li.item > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .order-info-box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .gift-message > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .order-about > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
  .block > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
  .product-view .product-shop > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
  .product-view .box-collateral > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .crosssell > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .discount > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .shipping > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
  .box-account > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
  .addresses-list li.item > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
  .order-info-box > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
  .gift-message > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
  .order-about > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .totals .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .totals .block > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .product-view .cart .totals .product-shop > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .totals .product-view .product-shop > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .product-view .cart .totals .box-collateral > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .totals .product-view .box-collateral > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .totals .crosssell > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .totals .discount > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .totals .shipping > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .totals .box-account > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .addresses-list .cart .totals li.item > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .totals .addresses-list li.item > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .totals .order-info-box > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .totals .gift-message > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .cart .totals .order-about > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .block > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .product-view .product-shop > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .product-view .box-collateral > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .crosssell > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .discount > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .shipping > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .box-account > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .addresses-list li.item > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .order-info-box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .gift-message > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .order-about > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .block > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .product-view .product-shop > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .product-view .box-collateral > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .crosssell > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .discount > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .shipping > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .box-account > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .addresses-list li.item > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .order-info-box > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .gift-message > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .order-about > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .totals .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .totals .block > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .product-view .cart .totals .product-shop > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .totals .product-view .product-shop > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .product-view .cart .totals .box-collateral > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .totals .product-view .box-collateral > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .totals .crosssell > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .totals .discount > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .totals .shipping > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .totals .box-account > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .addresses-list .cart .totals li.item > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .totals .addresses-list li.item > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .totals .order-info-box > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .totals .gift-message > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .cart .totals .order-about > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .block > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .product-view .product-shop > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .product-view .box-collateral > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .crosssell > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .discount > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .shipping > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .box-account > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .addresses-list li.item > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .order-info-box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .gift-message > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .order-about > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .block > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .product-view .product-shop > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .product-view .box-collateral > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .crosssell > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .discount > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .shipping > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .box-account > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .addresses-list li.item > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .order-info-box > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .gift-message > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .order-about > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .totals .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .totals .block > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .product-view .cart .totals .product-shop > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .totals .product-view .product-shop > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .product-view .cart .totals .box-collateral > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .totals .product-view .box-collateral > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .totals .crosssell > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .totals .discount > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .totals .shipping > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .totals .box-account > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .addresses-list .cart .totals li.item > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .totals .addresses-list li.item > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .totals .order-info-box > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .totals .gift-message > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .cart .totals .order-about > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .block > .table:last-child > tbody:last-child > tr:last-child td:last-child, .product-view .product-shop > .table:last-child > tbody:last-child > tr:last-child td:last-child, .product-view .box-collateral > .table:last-child > tbody:last-child > tr:last-child td:last-child, .cart .crosssell > .table:last-child > tbody:last-child > tr:last-child td:last-child, .cart .discount > .table:last-child > tbody:last-child > tr:last-child td:last-child, .cart .shipping > .table:last-child > tbody:last-child > tr:last-child td:last-child, .box-account > .table:last-child > tbody:last-child > tr:last-child td:last-child, .addresses-list li.item > .table:last-child > tbody:last-child > tr:last-child td:last-child, .order-info-box > .table:last-child > tbody:last-child > tr:last-child td:last-child, .gift-message > .table:last-child > tbody:last-child > tr:last-child td:last-child, .order-about > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .data-table:last-child > tbody:last-child > tr:last-child td:last-child, .block > .data-table:last-child > tbody:last-child > tr:last-child td:last-child, .product-view .product-shop > .data-table:last-child > tbody:last-child > tr:last-child td:last-child, .product-view .box-collateral > .data-table:last-child > tbody:last-child > tr:last-child td:last-child, .cart .crosssell > .data-table:last-child > tbody:last-child > tr:last-child td:last-child, .cart .discount > .data-table:last-child > tbody:last-child > tr:last-child td:last-child, .cart .shipping > .data-table:last-child > tbody:last-child > tr:last-child td:last-child, .box-account > .data-table:last-child > tbody:last-child > tr:last-child td:last-child, .addresses-list li.item > .data-table:last-child > tbody:last-child > tr:last-child td:last-child, .order-info-box > .data-table:last-child > tbody:last-child > tr:last-child td:last-child, .gift-message > .data-table:last-child > tbody:last-child > tr:last-child td:last-child, .order-about > .data-table:last-child > tbody:last-child > tr:last-child td:last-child, .cart .totals .panel > table:last-child > tbody:last-child > tr:last-child td:last-child, .cart .totals .block > table:last-child > tbody:last-child > tr:last-child td:last-child, .product-view .cart .totals .product-shop > table:last-child > tbody:last-child > tr:last-child td:last-child, .cart .totals .product-view .product-shop > table:last-child > tbody:last-child > tr:last-child td:last-child, .product-view .cart .totals .box-collateral > table:last-child > tbody:last-child > tr:last-child td:last-child, .cart .totals .product-view .box-collateral > table:last-child > tbody:last-child > tr:last-child td:last-child, .cart .totals .crosssell > table:last-child > tbody:last-child > tr:last-child td:last-child, .cart .totals .discount > table:last-child > tbody:last-child > tr:last-child td:last-child, .cart .totals .shipping > table:last-child > tbody:last-child > tr:last-child td:last-child, .cart .totals .box-account > table:last-child > tbody:last-child > tr:last-child td:last-child, .addresses-list .cart .totals li.item > table:last-child > tbody:last-child > tr:last-child td:last-child, .cart .totals .addresses-list li.item > table:last-child > tbody:last-child > tr:last-child td:last-child, .cart .totals .order-info-box > table:last-child > tbody:last-child > tr:last-child td:last-child, .cart .totals .gift-message > table:last-child > tbody:last-child > tr:last-child td:last-child, .cart .totals .order-about > table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .block > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .product-view .product-shop > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .product-view .box-collateral > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .crosssell > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .discount > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .shipping > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .box-account > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .addresses-list li.item > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .order-info-box > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .gift-message > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .order-about > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
  .block > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
  .product-view .product-shop > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
  .product-view .box-collateral > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .crosssell > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .discount > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .shipping > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
  .box-account > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
  .addresses-list li.item > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
  .order-info-box > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
  .gift-message > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
  .order-about > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .totals .panel > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .totals .block > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .product-view .cart .totals .product-shop > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .totals .product-view .product-shop > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .product-view .cart .totals .box-collateral > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .totals .product-view .box-collateral > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .totals .crosssell > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .totals .discount > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .totals .shipping > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .totals .box-account > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .addresses-list .cart .totals li.item > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .totals .addresses-list li.item > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .totals .order-info-box > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .totals .gift-message > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .totals .order-about > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .block > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .product-view .product-shop > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .product-view .box-collateral > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .crosssell > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .discount > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .shipping > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .box-account > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .addresses-list li.item > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .order-info-box > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .gift-message > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .order-about > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .block > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .product-view .product-shop > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .product-view .box-collateral > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .crosssell > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .discount > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .shipping > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .box-account > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .addresses-list li.item > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .order-info-box > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .gift-message > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .order-about > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .totals .panel > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .totals .block > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .product-view .cart .totals .product-shop > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .totals .product-view .product-shop > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .product-view .cart .totals .box-collateral > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .totals .product-view .box-collateral > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .totals .crosssell > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .totals .discount > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .totals .shipping > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .totals .box-account > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .addresses-list .cart .totals li.item > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .totals .addresses-list li.item > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .totals .order-info-box > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .totals .gift-message > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .totals .order-about > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .block > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .product-view .product-shop > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .product-view .box-collateral > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .crosssell > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .discount > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .shipping > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .box-account > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .addresses-list li.item > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .order-info-box > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .gift-message > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .order-about > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .panel > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .block > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .product-view .product-shop > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .product-view .box-collateral > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .crosssell > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .discount > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .shipping > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .box-account > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .addresses-list li.item > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .order-info-box > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .gift-message > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .order-about > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .totals .panel > table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .totals .block > table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .product-view .cart .totals .product-shop > table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .totals .product-view .product-shop > table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .product-view .cart .totals .box-collateral > table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .totals .product-view .box-collateral > table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .totals .crosssell > table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .totals .discount > table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .totals .shipping > table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .totals .box-account > table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .addresses-list .cart .totals li.item > table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .totals .addresses-list li.item > table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .totals .order-info-box > table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .totals .gift-message > table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .totals .order-about > table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .block > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .product-view .product-shop > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .product-view .box-collateral > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .cart .crosssell > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .cart .discount > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .cart .shipping > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .box-account > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .addresses-list li.item > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .order-info-box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .gift-message > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .order-about > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:last-child,
  .block > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:last-child,
  .product-view .product-shop > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:last-child,
  .product-view .box-collateral > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:last-child,
  .cart .crosssell > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:last-child,
  .cart .discount > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:last-child,
  .cart .shipping > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:last-child,
  .box-account > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:last-child,
  .addresses-list li.item > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:last-child,
  .order-info-box > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:last-child,
  .gift-message > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:last-child,
  .order-about > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child td:last-child,
  .cart .totals .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
  .cart .totals .block > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
  .product-view .cart .totals .product-shop > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
  .cart .totals .product-view .product-shop > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
  .product-view .cart .totals .box-collateral > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
  .cart .totals .product-view .box-collateral > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
  .cart .totals .crosssell > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
  .cart .totals .discount > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
  .cart .totals .shipping > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
  .cart .totals .box-account > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
  .addresses-list .cart .totals li.item > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
  .cart .totals .addresses-list li.item > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
  .cart .totals .order-info-box > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
  .cart .totals .gift-message > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
  .cart .totals .order-about > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .block > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .product-view .product-shop > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .product-view .box-collateral > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .crosssell > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .discount > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .shipping > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .box-account > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .addresses-list li.item > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .order-info-box > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .gift-message > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .order-about > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
  .block > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
  .product-view .product-shop > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
  .product-view .box-collateral > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .crosssell > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .discount > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .shipping > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
  .box-account > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
  .addresses-list li.item > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
  .order-info-box > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
  .gift-message > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
  .order-about > .table-responsive:last-child > .data-table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .totals .panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .totals .block > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .product-view .cart .totals .product-shop > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .totals .product-view .product-shop > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .product-view .cart .totals .box-collateral > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .totals .product-view .box-collateral > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .totals .crosssell > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .totals .discount > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .totals .shipping > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .totals .box-account > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .addresses-list .cart .totals li.item > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .totals .addresses-list li.item > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .totals .order-info-box > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .totals .gift-message > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .cart .totals .order-about > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .block > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .product-view .product-shop > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .product-view .box-collateral > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .crosssell > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .discount > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .shipping > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .box-account > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .addresses-list li.item > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .order-info-box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .gift-message > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .order-about > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .block > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .product-view .product-shop > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .product-view .box-collateral > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .crosssell > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .discount > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .shipping > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .box-account > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .addresses-list li.item > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .order-info-box > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .gift-message > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .order-about > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .totals .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .totals .block > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .product-view .cart .totals .product-shop > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .totals .product-view .product-shop > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .product-view .cart .totals .box-collateral > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .totals .product-view .box-collateral > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .totals .crosssell > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .totals .discount > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .totals .shipping > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .totals .box-account > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .addresses-list .cart .totals li.item > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .totals .addresses-list li.item > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .totals .order-info-box > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .totals .gift-message > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .cart .totals .order-about > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .block > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .product-view .product-shop > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .product-view .box-collateral > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .crosssell > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .discount > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .shipping > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .box-account > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .addresses-list li.item > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .order-info-box > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .gift-message > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .order-about > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .block > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .product-view .product-shop > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .product-view .box-collateral > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .crosssell > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .discount > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .shipping > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .box-account > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .addresses-list li.item > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .order-info-box > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .gift-message > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .order-about > .table-responsive:last-child > .data-table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .totals .panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .totals .block > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .product-view .cart .totals .product-shop > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .totals .product-view .product-shop > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .product-view .cart .totals .box-collateral > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .totals .product-view .box-collateral > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .totals .crosssell > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .totals .discount > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .totals .shipping > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .totals .box-account > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .addresses-list .cart .totals li.item > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .totals .addresses-list li.item > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .totals .order-info-box > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .totals .gift-message > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .cart .totals .order-about > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px; }

.panel > .panel-body + .table, .block > .panel-body + .table, .product-view .product-shop > .panel-body + .table, .product-view .box-collateral > .panel-body + .table, .cart .crosssell > .panel-body + .table, .cart .discount > .panel-body + .table, .cart .shipping > .panel-body + .table, .box-account > .panel-body + .table, .addresses-list li.item > .panel-body + .table, .order-info-box > .panel-body + .table, .gift-message > .panel-body + .table, .order-about > .panel-body + .table, .panel > .panel-body + .data-table, .block > .panel-body + .data-table, .product-view .product-shop > .panel-body + .data-table, .product-view .box-collateral > .panel-body + .data-table, .cart .crosssell > .panel-body + .data-table, .cart .discount > .panel-body + .data-table, .cart .shipping > .panel-body + .data-table, .box-account > .panel-body + .data-table, .addresses-list li.item > .panel-body + .data-table, .order-info-box > .panel-body + .data-table, .gift-message > .panel-body + .data-table, .order-about > .panel-body + .data-table, .cart .totals .panel > .panel-body + table, .cart .totals .block > .panel-body + table, .product-view .cart .totals .product-shop > .panel-body + table, .cart .totals .product-view .product-shop > .panel-body + table, .product-view .cart .totals .box-collateral > .panel-body + table, .cart .totals .product-view .box-collateral > .panel-body + table, .cart .totals .crosssell > .panel-body + table, .cart .totals .discount > .panel-body + table, .cart .totals .shipping > .panel-body + table, .cart .totals .box-account > .panel-body + table, .addresses-list .cart .totals li.item > .panel-body + table, .cart .totals .addresses-list li.item > .panel-body + table, .cart .totals .order-info-box > .panel-body + table, .cart .totals .gift-message > .panel-body + table, .cart .totals .order-about > .panel-body + table,
.panel > .panel-body + .table-responsive,
.block > .panel-body + .table-responsive,
.product-view .product-shop > .panel-body + .table-responsive,
.product-view .box-collateral > .panel-body + .table-responsive,
.cart .crosssell > .panel-body + .table-responsive,
.cart .discount > .panel-body + .table-responsive,
.cart .shipping > .panel-body + .table-responsive,
.box-account > .panel-body + .table-responsive,
.addresses-list li.item > .panel-body + .table-responsive,
.order-info-box > .panel-body + .table-responsive,
.gift-message > .panel-body + .table-responsive,
.order-about > .panel-body + .table-responsive {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th, .block > .table > tbody:first-child > tr:first-child th, .product-view .product-shop > .table > tbody:first-child > tr:first-child th, .product-view .box-collateral > .table > tbody:first-child > tr:first-child th, .cart .crosssell > .table > tbody:first-child > tr:first-child th, .cart .discount > .table > tbody:first-child > tr:first-child th, .cart .shipping > .table > tbody:first-child > tr:first-child th, .box-account > .table > tbody:first-child > tr:first-child th, .addresses-list li.item > .table > tbody:first-child > tr:first-child th, .order-info-box > .table > tbody:first-child > tr:first-child th, .gift-message > .table > tbody:first-child > tr:first-child th, .order-about > .table > tbody:first-child > tr:first-child th, .panel > .data-table > tbody:first-child > tr:first-child th, .block > .data-table > tbody:first-child > tr:first-child th, .product-view .product-shop > .data-table > tbody:first-child > tr:first-child th, .product-view .box-collateral > .data-table > tbody:first-child > tr:first-child th, .cart .crosssell > .data-table > tbody:first-child > tr:first-child th, .cart .discount > .data-table > tbody:first-child > tr:first-child th, .cart .shipping > .data-table > tbody:first-child > tr:first-child th, .box-account > .data-table > tbody:first-child > tr:first-child th, .addresses-list li.item > .data-table > tbody:first-child > tr:first-child th, .order-info-box > .data-table > tbody:first-child > tr:first-child th, .gift-message > .data-table > tbody:first-child > tr:first-child th, .order-about > .data-table > tbody:first-child > tr:first-child th, .cart .totals .panel > table > tbody:first-child > tr:first-child th, .cart .totals .block > table > tbody:first-child > tr:first-child th, .product-view .cart .totals .product-shop > table > tbody:first-child > tr:first-child th, .cart .totals .product-view .product-shop > table > tbody:first-child > tr:first-child th, .product-view .cart .totals .box-collateral > table > tbody:first-child > tr:first-child th, .cart .totals .product-view .box-collateral > table > tbody:first-child > tr:first-child th, .cart .totals .crosssell > table > tbody:first-child > tr:first-child th, .cart .totals .discount > table > tbody:first-child > tr:first-child th, .cart .totals .shipping > table > tbody:first-child > tr:first-child th, .cart .totals .box-account > table > tbody:first-child > tr:first-child th, .addresses-list .cart .totals li.item > table > tbody:first-child > tr:first-child th, .cart .totals .addresses-list li.item > table > tbody:first-child > tr:first-child th, .cart .totals .order-info-box > table > tbody:first-child > tr:first-child th, .cart .totals .gift-message > table > tbody:first-child > tr:first-child th, .cart .totals .order-about > table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
.block > .table > tbody:first-child > tr:first-child td,
.product-view .product-shop > .table > tbody:first-child > tr:first-child td,
.product-view .box-collateral > .table > tbody:first-child > tr:first-child td,
.cart .crosssell > .table > tbody:first-child > tr:first-child td,
.cart .discount > .table > tbody:first-child > tr:first-child td,
.cart .shipping > .table > tbody:first-child > tr:first-child td,
.box-account > .table > tbody:first-child > tr:first-child td,
.addresses-list li.item > .table > tbody:first-child > tr:first-child td,
.order-info-box > .table > tbody:first-child > tr:first-child td,
.gift-message > .table > tbody:first-child > tr:first-child td,
.order-about > .table > tbody:first-child > tr:first-child td,
.panel > .data-table > tbody:first-child > tr:first-child td,
.block > .data-table > tbody:first-child > tr:first-child td,
.product-view .product-shop > .data-table > tbody:first-child > tr:first-child td,
.product-view .box-collateral > .data-table > tbody:first-child > tr:first-child td,
.cart .crosssell > .data-table > tbody:first-child > tr:first-child td,
.cart .discount > .data-table > tbody:first-child > tr:first-child td,
.cart .shipping > .data-table > tbody:first-child > tr:first-child td,
.box-account > .data-table > tbody:first-child > tr:first-child td,
.addresses-list li.item > .data-table > tbody:first-child > tr:first-child td,
.order-info-box > .data-table > tbody:first-child > tr:first-child td,
.gift-message > .data-table > tbody:first-child > tr:first-child td,
.order-about > .data-table > tbody:first-child > tr:first-child td,
.cart .totals .panel > table > tbody:first-child > tr:first-child td,
.cart .totals .block > table > tbody:first-child > tr:first-child td,
.product-view .cart .totals .product-shop > table > tbody:first-child > tr:first-child td,
.cart .totals .product-view .product-shop > table > tbody:first-child > tr:first-child td,
.product-view .cart .totals .box-collateral > table > tbody:first-child > tr:first-child td,
.cart .totals .product-view .box-collateral > table > tbody:first-child > tr:first-child td,
.cart .totals .crosssell > table > tbody:first-child > tr:first-child td,
.cart .totals .discount > table > tbody:first-child > tr:first-child td,
.cart .totals .shipping > table > tbody:first-child > tr:first-child td,
.cart .totals .box-account > table > tbody:first-child > tr:first-child td,
.addresses-list .cart .totals li.item > table > tbody:first-child > tr:first-child td,
.cart .totals .addresses-list li.item > table > tbody:first-child > tr:first-child td,
.cart .totals .order-info-box > table > tbody:first-child > tr:first-child td,
.cart .totals .gift-message > table > tbody:first-child > tr:first-child td,
.cart .totals .order-about > table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered, .block > .table-bordered, .product-view .product-shop > .table-bordered, .product-view .box-collateral > .table-bordered, .cart .crosssell > .table-bordered, .cart .discount > .table-bordered, .cart .shipping > .table-bordered, .box-account > .table-bordered, .addresses-list li.item > .table-bordered, .order-info-box > .table-bordered, .gift-message > .table-bordered, .order-about > .table-bordered, .panel > .data-table, .block > .data-table, .product-view .product-shop > .data-table, .product-view .box-collateral > .data-table, .cart .crosssell > .data-table, .cart .discount > .data-table, .cart .shipping > .data-table, .box-account > .data-table, .addresses-list li.item > .data-table, .order-info-box > .data-table, .gift-message > .data-table, .order-about > .data-table, .panel > .availability-only-details, .block > .availability-only-details, .product-view .product-shop > .availability-only-details, .product-view .box-collateral > .availability-only-details, .cart .crosssell > .availability-only-details, .cart .discount > .availability-only-details, .cart .shipping > .availability-only-details, .box-account > .availability-only-details, .addresses-list li.item > .availability-only-details, .order-info-box > .availability-only-details, .gift-message > .availability-only-details, .order-about > .availability-only-details,
.panel > .table-responsive > .table-bordered,
.block > .table-responsive > .table-bordered,
.product-view .product-shop > .table-responsive > .table-bordered,
.product-view .box-collateral > .table-responsive > .table-bordered,
.cart .crosssell > .table-responsive > .table-bordered,
.cart .discount > .table-responsive > .table-bordered,
.cart .shipping > .table-responsive > .table-bordered,
.box-account > .table-responsive > .table-bordered,
.addresses-list li.item > .table-responsive > .table-bordered,
.order-info-box > .table-responsive > .table-bordered,
.gift-message > .table-responsive > .table-bordered,
.order-about > .table-responsive > .table-bordered,
.panel > .table-responsive > .data-table,
.block > .table-responsive > .data-table,
.product-view .product-shop > .table-responsive > .data-table,
.product-view .box-collateral > .table-responsive > .data-table,
.cart .crosssell > .table-responsive > .data-table,
.cart .discount > .table-responsive > .data-table,
.cart .shipping > .table-responsive > .data-table,
.box-account > .table-responsive > .data-table,
.addresses-list li.item > .table-responsive > .data-table,
.order-info-box > .table-responsive > .data-table,
.gift-message > .table-responsive > .data-table,
.order-about > .table-responsive > .data-table,
.panel > .table-responsive > .availability-only-details,
.block > .table-responsive > .availability-only-details,
.product-view .product-shop > .table-responsive > .availability-only-details,
.product-view .box-collateral > .table-responsive > .availability-only-details,
.cart .crosssell > .table-responsive > .availability-only-details,
.cart .discount > .table-responsive > .availability-only-details,
.cart .shipping > .table-responsive > .availability-only-details,
.box-account > .table-responsive > .availability-only-details,
.addresses-list li.item > .table-responsive > .availability-only-details,
.order-info-box > .table-responsive > .availability-only-details,
.gift-message > .table-responsive > .availability-only-details,
.order-about > .table-responsive > .availability-only-details {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child, .block > .table-bordered > thead > tr > th:first-child, .product-view .product-shop > .table-bordered > thead > tr > th:first-child, .product-view .box-collateral > .table-bordered > thead > tr > th:first-child, .cart .crosssell > .table-bordered > thead > tr > th:first-child, .cart .discount > .table-bordered > thead > tr > th:first-child, .cart .shipping > .table-bordered > thead > tr > th:first-child, .box-account > .table-bordered > thead > tr > th:first-child, .addresses-list li.item > .table-bordered > thead > tr > th:first-child, .order-info-box > .table-bordered > thead > tr > th:first-child, .gift-message > .table-bordered > thead > tr > th:first-child, .order-about > .table-bordered > thead > tr > th:first-child, .panel > .data-table > thead > tr > th:first-child, .block > .data-table > thead > tr > th:first-child, .product-view .product-shop > .data-table > thead > tr > th:first-child, .product-view .box-collateral > .data-table > thead > tr > th:first-child, .cart .crosssell > .data-table > thead > tr > th:first-child, .cart .discount > .data-table > thead > tr > th:first-child, .cart .shipping > .data-table > thead > tr > th:first-child, .box-account > .data-table > thead > tr > th:first-child, .addresses-list li.item > .data-table > thead > tr > th:first-child, .order-info-box > .data-table > thead > tr > th:first-child, .gift-message > .data-table > thead > tr > th:first-child, .order-about > .data-table > thead > tr > th:first-child, .panel > .availability-only-details > thead > tr > th:first-child, .block > .availability-only-details > thead > tr > th:first-child, .product-view .product-shop > .availability-only-details > thead > tr > th:first-child, .product-view .box-collateral > .availability-only-details > thead > tr > th:first-child, .cart .crosssell > .availability-only-details > thead > tr > th:first-child, .cart .discount > .availability-only-details > thead > tr > th:first-child, .cart .shipping > .availability-only-details > thead > tr > th:first-child, .box-account > .availability-only-details > thead > tr > th:first-child, .addresses-list li.item > .availability-only-details > thead > tr > th:first-child, .order-info-box > .availability-only-details > thead > tr > th:first-child, .gift-message > .availability-only-details > thead > tr > th:first-child, .order-about > .availability-only-details > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .block > .table-bordered > thead > tr > td:first-child,
  .product-view .product-shop > .table-bordered > thead > tr > td:first-child,
  .product-view .box-collateral > .table-bordered > thead > tr > td:first-child,
  .cart .crosssell > .table-bordered > thead > tr > td:first-child,
  .cart .discount > .table-bordered > thead > tr > td:first-child,
  .cart .shipping > .table-bordered > thead > tr > td:first-child,
  .box-account > .table-bordered > thead > tr > td:first-child,
  .addresses-list li.item > .table-bordered > thead > tr > td:first-child,
  .order-info-box > .table-bordered > thead > tr > td:first-child,
  .gift-message > .table-bordered > thead > tr > td:first-child,
  .order-about > .table-bordered > thead > tr > td:first-child,
  .panel > .data-table > thead > tr > td:first-child,
  .block > .data-table > thead > tr > td:first-child,
  .product-view .product-shop > .data-table > thead > tr > td:first-child,
  .product-view .box-collateral > .data-table > thead > tr > td:first-child,
  .cart .crosssell > .data-table > thead > tr > td:first-child,
  .cart .discount > .data-table > thead > tr > td:first-child,
  .cart .shipping > .data-table > thead > tr > td:first-child,
  .box-account > .data-table > thead > tr > td:first-child,
  .addresses-list li.item > .data-table > thead > tr > td:first-child,
  .order-info-box > .data-table > thead > tr > td:first-child,
  .gift-message > .data-table > thead > tr > td:first-child,
  .order-about > .data-table > thead > tr > td:first-child,
  .panel > .availability-only-details > thead > tr > td:first-child,
  .block > .availability-only-details > thead > tr > td:first-child,
  .product-view .product-shop > .availability-only-details > thead > tr > td:first-child,
  .product-view .box-collateral > .availability-only-details > thead > tr > td:first-child,
  .cart .crosssell > .availability-only-details > thead > tr > td:first-child,
  .cart .discount > .availability-only-details > thead > tr > td:first-child,
  .cart .shipping > .availability-only-details > thead > tr > td:first-child,
  .box-account > .availability-only-details > thead > tr > td:first-child,
  .addresses-list li.item > .availability-only-details > thead > tr > td:first-child,
  .order-info-box > .availability-only-details > thead > tr > td:first-child,
  .gift-message > .availability-only-details > thead > tr > td:first-child,
  .order-about > .availability-only-details > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .block > .table-bordered > tbody > tr > th:first-child,
  .product-view .product-shop > .table-bordered > tbody > tr > th:first-child,
  .product-view .box-collateral > .table-bordered > tbody > tr > th:first-child,
  .cart .crosssell > .table-bordered > tbody > tr > th:first-child,
  .cart .discount > .table-bordered > tbody > tr > th:first-child,
  .cart .shipping > .table-bordered > tbody > tr > th:first-child,
  .box-account > .table-bordered > tbody > tr > th:first-child,
  .addresses-list li.item > .table-bordered > tbody > tr > th:first-child,
  .order-info-box > .table-bordered > tbody > tr > th:first-child,
  .gift-message > .table-bordered > tbody > tr > th:first-child,
  .order-about > .table-bordered > tbody > tr > th:first-child,
  .panel > .data-table > tbody > tr > th:first-child,
  .block > .data-table > tbody > tr > th:first-child,
  .product-view .product-shop > .data-table > tbody > tr > th:first-child,
  .product-view .box-collateral > .data-table > tbody > tr > th:first-child,
  .cart .crosssell > .data-table > tbody > tr > th:first-child,
  .cart .discount > .data-table > tbody > tr > th:first-child,
  .cart .shipping > .data-table > tbody > tr > th:first-child,
  .box-account > .data-table > tbody > tr > th:first-child,
  .addresses-list li.item > .data-table > tbody > tr > th:first-child,
  .order-info-box > .data-table > tbody > tr > th:first-child,
  .gift-message > .data-table > tbody > tr > th:first-child,
  .order-about > .data-table > tbody > tr > th:first-child,
  .panel > .availability-only-details > tbody > tr > th:first-child,
  .block > .availability-only-details > tbody > tr > th:first-child,
  .product-view .product-shop > .availability-only-details > tbody > tr > th:first-child,
  .product-view .box-collateral > .availability-only-details > tbody > tr > th:first-child,
  .cart .crosssell > .availability-only-details > tbody > tr > th:first-child,
  .cart .discount > .availability-only-details > tbody > tr > th:first-child,
  .cart .shipping > .availability-only-details > tbody > tr > th:first-child,
  .box-account > .availability-only-details > tbody > tr > th:first-child,
  .addresses-list li.item > .availability-only-details > tbody > tr > th:first-child,
  .order-info-box > .availability-only-details > tbody > tr > th:first-child,
  .gift-message > .availability-only-details > tbody > tr > th:first-child,
  .order-about > .availability-only-details > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .block > .table-bordered > tbody > tr > td:first-child,
  .product-view .product-shop > .table-bordered > tbody > tr > td:first-child,
  .product-view .box-collateral > .table-bordered > tbody > tr > td:first-child,
  .cart .crosssell > .table-bordered > tbody > tr > td:first-child,
  .cart .discount > .table-bordered > tbody > tr > td:first-child,
  .cart .shipping > .table-bordered > tbody > tr > td:first-child,
  .box-account > .table-bordered > tbody > tr > td:first-child,
  .addresses-list li.item > .table-bordered > tbody > tr > td:first-child,
  .order-info-box > .table-bordered > tbody > tr > td:first-child,
  .gift-message > .table-bordered > tbody > tr > td:first-child,
  .order-about > .table-bordered > tbody > tr > td:first-child,
  .panel > .data-table > tbody > tr > td:first-child,
  .block > .data-table > tbody > tr > td:first-child,
  .product-view .product-shop > .data-table > tbody > tr > td:first-child,
  .product-view .box-collateral > .data-table > tbody > tr > td:first-child,
  .cart .crosssell > .data-table > tbody > tr > td:first-child,
  .cart .discount > .data-table > tbody > tr > td:first-child,
  .cart .shipping > .data-table > tbody > tr > td:first-child,
  .box-account > .data-table > tbody > tr > td:first-child,
  .addresses-list li.item > .data-table > tbody > tr > td:first-child,
  .order-info-box > .data-table > tbody > tr > td:first-child,
  .gift-message > .data-table > tbody > tr > td:first-child,
  .order-about > .data-table > tbody > tr > td:first-child,
  .panel > .availability-only-details > tbody > tr > td:first-child,
  .block > .availability-only-details > tbody > tr > td:first-child,
  .product-view .product-shop > .availability-only-details > tbody > tr > td:first-child,
  .product-view .box-collateral > .availability-only-details > tbody > tr > td:first-child,
  .cart .crosssell > .availability-only-details > tbody > tr > td:first-child,
  .cart .discount > .availability-only-details > tbody > tr > td:first-child,
  .cart .shipping > .availability-only-details > tbody > tr > td:first-child,
  .box-account > .availability-only-details > tbody > tr > td:first-child,
  .addresses-list li.item > .availability-only-details > tbody > tr > td:first-child,
  .order-info-box > .availability-only-details > tbody > tr > td:first-child,
  .gift-message > .availability-only-details > tbody > tr > td:first-child,
  .order-about > .availability-only-details > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .block > .table-bordered > tfoot > tr > th:first-child,
  .product-view .product-shop > .table-bordered > tfoot > tr > th:first-child,
  .product-view .box-collateral > .table-bordered > tfoot > tr > th:first-child,
  .cart .crosssell > .table-bordered > tfoot > tr > th:first-child,
  .cart .discount > .table-bordered > tfoot > tr > th:first-child,
  .cart .shipping > .table-bordered > tfoot > tr > th:first-child,
  .box-account > .table-bordered > tfoot > tr > th:first-child,
  .addresses-list li.item > .table-bordered > tfoot > tr > th:first-child,
  .order-info-box > .table-bordered > tfoot > tr > th:first-child,
  .gift-message > .table-bordered > tfoot > tr > th:first-child,
  .order-about > .table-bordered > tfoot > tr > th:first-child,
  .panel > .data-table > tfoot > tr > th:first-child,
  .block > .data-table > tfoot > tr > th:first-child,
  .product-view .product-shop > .data-table > tfoot > tr > th:first-child,
  .product-view .box-collateral > .data-table > tfoot > tr > th:first-child,
  .cart .crosssell > .data-table > tfoot > tr > th:first-child,
  .cart .discount > .data-table > tfoot > tr > th:first-child,
  .cart .shipping > .data-table > tfoot > tr > th:first-child,
  .box-account > .data-table > tfoot > tr > th:first-child,
  .addresses-list li.item > .data-table > tfoot > tr > th:first-child,
  .order-info-box > .data-table > tfoot > tr > th:first-child,
  .gift-message > .data-table > tfoot > tr > th:first-child,
  .order-about > .data-table > tfoot > tr > th:first-child,
  .panel > .availability-only-details > tfoot > tr > th:first-child,
  .block > .availability-only-details > tfoot > tr > th:first-child,
  .product-view .product-shop > .availability-only-details > tfoot > tr > th:first-child,
  .product-view .box-collateral > .availability-only-details > tfoot > tr > th:first-child,
  .cart .crosssell > .availability-only-details > tfoot > tr > th:first-child,
  .cart .discount > .availability-only-details > tfoot > tr > th:first-child,
  .cart .shipping > .availability-only-details > tfoot > tr > th:first-child,
  .box-account > .availability-only-details > tfoot > tr > th:first-child,
  .addresses-list li.item > .availability-only-details > tfoot > tr > th:first-child,
  .order-info-box > .availability-only-details > tfoot > tr > th:first-child,
  .gift-message > .availability-only-details > tfoot > tr > th:first-child,
  .order-about > .availability-only-details > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .block > .table-bordered > tfoot > tr > td:first-child,
  .product-view .product-shop > .table-bordered > tfoot > tr > td:first-child,
  .product-view .box-collateral > .table-bordered > tfoot > tr > td:first-child,
  .cart .crosssell > .table-bordered > tfoot > tr > td:first-child,
  .cart .discount > .table-bordered > tfoot > tr > td:first-child,
  .cart .shipping > .table-bordered > tfoot > tr > td:first-child,
  .box-account > .table-bordered > tfoot > tr > td:first-child,
  .addresses-list li.item > .table-bordered > tfoot > tr > td:first-child,
  .order-info-box > .table-bordered > tfoot > tr > td:first-child,
  .gift-message > .table-bordered > tfoot > tr > td:first-child,
  .order-about > .table-bordered > tfoot > tr > td:first-child,
  .panel > .data-table > tfoot > tr > td:first-child,
  .block > .data-table > tfoot > tr > td:first-child,
  .product-view .product-shop > .data-table > tfoot > tr > td:first-child,
  .product-view .box-collateral > .data-table > tfoot > tr > td:first-child,
  .cart .crosssell > .data-table > tfoot > tr > td:first-child,
  .cart .discount > .data-table > tfoot > tr > td:first-child,
  .cart .shipping > .data-table > tfoot > tr > td:first-child,
  .box-account > .data-table > tfoot > tr > td:first-child,
  .addresses-list li.item > .data-table > tfoot > tr > td:first-child,
  .order-info-box > .data-table > tfoot > tr > td:first-child,
  .gift-message > .data-table > tfoot > tr > td:first-child,
  .order-about > .data-table > tfoot > tr > td:first-child,
  .panel > .availability-only-details > tfoot > tr > td:first-child,
  .block > .availability-only-details > tfoot > tr > td:first-child,
  .product-view .product-shop > .availability-only-details > tfoot > tr > td:first-child,
  .product-view .box-collateral > .availability-only-details > tfoot > tr > td:first-child,
  .cart .crosssell > .availability-only-details > tfoot > tr > td:first-child,
  .cart .discount > .availability-only-details > tfoot > tr > td:first-child,
  .cart .shipping > .availability-only-details > tfoot > tr > td:first-child,
  .box-account > .availability-only-details > tfoot > tr > td:first-child,
  .addresses-list li.item > .availability-only-details > tfoot > tr > td:first-child,
  .order-info-box > .availability-only-details > tfoot > tr > td:first-child,
  .gift-message > .availability-only-details > tfoot > tr > td:first-child,
  .order-about > .availability-only-details > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .block > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .product-view .product-shop > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .product-view .box-collateral > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .cart .crosssell > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .cart .discount > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .cart .shipping > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .box-account > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .addresses-list li.item > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .order-info-box > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .gift-message > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .order-about > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .data-table > thead > tr > th:first-child,
  .block > .table-responsive > .data-table > thead > tr > th:first-child,
  .product-view .product-shop > .table-responsive > .data-table > thead > tr > th:first-child,
  .product-view .box-collateral > .table-responsive > .data-table > thead > tr > th:first-child,
  .cart .crosssell > .table-responsive > .data-table > thead > tr > th:first-child,
  .cart .discount > .table-responsive > .data-table > thead > tr > th:first-child,
  .cart .shipping > .table-responsive > .data-table > thead > tr > th:first-child,
  .box-account > .table-responsive > .data-table > thead > tr > th:first-child,
  .addresses-list li.item > .table-responsive > .data-table > thead > tr > th:first-child,
  .order-info-box > .table-responsive > .data-table > thead > tr > th:first-child,
  .gift-message > .table-responsive > .data-table > thead > tr > th:first-child,
  .order-about > .table-responsive > .data-table > thead > tr > th:first-child,
  .panel > .table-responsive > .availability-only-details > thead > tr > th:first-child,
  .block > .table-responsive > .availability-only-details > thead > tr > th:first-child,
  .product-view .product-shop > .table-responsive > .availability-only-details > thead > tr > th:first-child,
  .product-view .box-collateral > .table-responsive > .availability-only-details > thead > tr > th:first-child,
  .cart .crosssell > .table-responsive > .availability-only-details > thead > tr > th:first-child,
  .cart .discount > .table-responsive > .availability-only-details > thead > tr > th:first-child,
  .cart .shipping > .table-responsive > .availability-only-details > thead > tr > th:first-child,
  .box-account > .table-responsive > .availability-only-details > thead > tr > th:first-child,
  .addresses-list li.item > .table-responsive > .availability-only-details > thead > tr > th:first-child,
  .order-info-box > .table-responsive > .availability-only-details > thead > tr > th:first-child,
  .gift-message > .table-responsive > .availability-only-details > thead > tr > th:first-child,
  .order-about > .table-responsive > .availability-only-details > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .block > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .product-view .product-shop > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .product-view .box-collateral > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .cart .crosssell > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .cart .discount > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .cart .shipping > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .box-account > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .addresses-list li.item > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .order-info-box > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .gift-message > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .order-about > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .data-table > thead > tr > td:first-child,
  .block > .table-responsive > .data-table > thead > tr > td:first-child,
  .product-view .product-shop > .table-responsive > .data-table > thead > tr > td:first-child,
  .product-view .box-collateral > .table-responsive > .data-table > thead > tr > td:first-child,
  .cart .crosssell > .table-responsive > .data-table > thead > tr > td:first-child,
  .cart .discount > .table-responsive > .data-table > thead > tr > td:first-child,
  .cart .shipping > .table-responsive > .data-table > thead > tr > td:first-child,
  .box-account > .table-responsive > .data-table > thead > tr > td:first-child,
  .addresses-list li.item > .table-responsive > .data-table > thead > tr > td:first-child,
  .order-info-box > .table-responsive > .data-table > thead > tr > td:first-child,
  .gift-message > .table-responsive > .data-table > thead > tr > td:first-child,
  .order-about > .table-responsive > .data-table > thead > tr > td:first-child,
  .panel > .table-responsive > .availability-only-details > thead > tr > td:first-child,
  .block > .table-responsive > .availability-only-details > thead > tr > td:first-child,
  .product-view .product-shop > .table-responsive > .availability-only-details > thead > tr > td:first-child,
  .product-view .box-collateral > .table-responsive > .availability-only-details > thead > tr > td:first-child,
  .cart .crosssell > .table-responsive > .availability-only-details > thead > tr > td:first-child,
  .cart .discount > .table-responsive > .availability-only-details > thead > tr > td:first-child,
  .cart .shipping > .table-responsive > .availability-only-details > thead > tr > td:first-child,
  .box-account > .table-responsive > .availability-only-details > thead > tr > td:first-child,
  .addresses-list li.item > .table-responsive > .availability-only-details > thead > tr > td:first-child,
  .order-info-box > .table-responsive > .availability-only-details > thead > tr > td:first-child,
  .gift-message > .table-responsive > .availability-only-details > thead > tr > td:first-child,
  .order-about > .table-responsive > .availability-only-details > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .block > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .product-view .product-shop > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .cart .crosssell > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .cart .discount > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .cart .shipping > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .box-account > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .addresses-list li.item > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .order-info-box > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .gift-message > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .order-about > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .data-table > tbody > tr > th:first-child,
  .block > .table-responsive > .data-table > tbody > tr > th:first-child,
  .product-view .product-shop > .table-responsive > .data-table > tbody > tr > th:first-child,
  .product-view .box-collateral > .table-responsive > .data-table > tbody > tr > th:first-child,
  .cart .crosssell > .table-responsive > .data-table > tbody > tr > th:first-child,
  .cart .discount > .table-responsive > .data-table > tbody > tr > th:first-child,
  .cart .shipping > .table-responsive > .data-table > tbody > tr > th:first-child,
  .box-account > .table-responsive > .data-table > tbody > tr > th:first-child,
  .addresses-list li.item > .table-responsive > .data-table > tbody > tr > th:first-child,
  .order-info-box > .table-responsive > .data-table > tbody > tr > th:first-child,
  .gift-message > .table-responsive > .data-table > tbody > tr > th:first-child,
  .order-about > .table-responsive > .data-table > tbody > tr > th:first-child,
  .panel > .table-responsive > .availability-only-details > tbody > tr > th:first-child,
  .block > .table-responsive > .availability-only-details > tbody > tr > th:first-child,
  .product-view .product-shop > .table-responsive > .availability-only-details > tbody > tr > th:first-child,
  .product-view .box-collateral > .table-responsive > .availability-only-details > tbody > tr > th:first-child,
  .cart .crosssell > .table-responsive > .availability-only-details > tbody > tr > th:first-child,
  .cart .discount > .table-responsive > .availability-only-details > tbody > tr > th:first-child,
  .cart .shipping > .table-responsive > .availability-only-details > tbody > tr > th:first-child,
  .box-account > .table-responsive > .availability-only-details > tbody > tr > th:first-child,
  .addresses-list li.item > .table-responsive > .availability-only-details > tbody > tr > th:first-child,
  .order-info-box > .table-responsive > .availability-only-details > tbody > tr > th:first-child,
  .gift-message > .table-responsive > .availability-only-details > tbody > tr > th:first-child,
  .order-about > .table-responsive > .availability-only-details > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .block > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .product-view .product-shop > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .cart .crosssell > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .cart .discount > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .cart .shipping > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .box-account > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .addresses-list li.item > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .order-info-box > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .gift-message > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .order-about > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .data-table > tbody > tr > td:first-child,
  .block > .table-responsive > .data-table > tbody > tr > td:first-child,
  .product-view .product-shop > .table-responsive > .data-table > tbody > tr > td:first-child,
  .product-view .box-collateral > .table-responsive > .data-table > tbody > tr > td:first-child,
  .cart .crosssell > .table-responsive > .data-table > tbody > tr > td:first-child,
  .cart .discount > .table-responsive > .data-table > tbody > tr > td:first-child,
  .cart .shipping > .table-responsive > .data-table > tbody > tr > td:first-child,
  .box-account > .table-responsive > .data-table > tbody > tr > td:first-child,
  .addresses-list li.item > .table-responsive > .data-table > tbody > tr > td:first-child,
  .order-info-box > .table-responsive > .data-table > tbody > tr > td:first-child,
  .gift-message > .table-responsive > .data-table > tbody > tr > td:first-child,
  .order-about > .table-responsive > .data-table > tbody > tr > td:first-child,
  .panel > .table-responsive > .availability-only-details > tbody > tr > td:first-child,
  .block > .table-responsive > .availability-only-details > tbody > tr > td:first-child,
  .product-view .product-shop > .table-responsive > .availability-only-details > tbody > tr > td:first-child,
  .product-view .box-collateral > .table-responsive > .availability-only-details > tbody > tr > td:first-child,
  .cart .crosssell > .table-responsive > .availability-only-details > tbody > tr > td:first-child,
  .cart .discount > .table-responsive > .availability-only-details > tbody > tr > td:first-child,
  .cart .shipping > .table-responsive > .availability-only-details > tbody > tr > td:first-child,
  .box-account > .table-responsive > .availability-only-details > tbody > tr > td:first-child,
  .addresses-list li.item > .table-responsive > .availability-only-details > tbody > tr > td:first-child,
  .order-info-box > .table-responsive > .availability-only-details > tbody > tr > td:first-child,
  .gift-message > .table-responsive > .availability-only-details > tbody > tr > td:first-child,
  .order-about > .table-responsive > .availability-only-details > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .block > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .cart .crosssell > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .cart .discount > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .cart .shipping > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .box-account > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .order-info-box > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .gift-message > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .order-about > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .data-table > tfoot > tr > th:first-child,
  .block > .table-responsive > .data-table > tfoot > tr > th:first-child,
  .product-view .product-shop > .table-responsive > .data-table > tfoot > tr > th:first-child,
  .product-view .box-collateral > .table-responsive > .data-table > tfoot > tr > th:first-child,
  .cart .crosssell > .table-responsive > .data-table > tfoot > tr > th:first-child,
  .cart .discount > .table-responsive > .data-table > tfoot > tr > th:first-child,
  .cart .shipping > .table-responsive > .data-table > tfoot > tr > th:first-child,
  .box-account > .table-responsive > .data-table > tfoot > tr > th:first-child,
  .addresses-list li.item > .table-responsive > .data-table > tfoot > tr > th:first-child,
  .order-info-box > .table-responsive > .data-table > tfoot > tr > th:first-child,
  .gift-message > .table-responsive > .data-table > tfoot > tr > th:first-child,
  .order-about > .table-responsive > .data-table > tfoot > tr > th:first-child,
  .panel > .table-responsive > .availability-only-details > tfoot > tr > th:first-child,
  .block > .table-responsive > .availability-only-details > tfoot > tr > th:first-child,
  .product-view .product-shop > .table-responsive > .availability-only-details > tfoot > tr > th:first-child,
  .product-view .box-collateral > .table-responsive > .availability-only-details > tfoot > tr > th:first-child,
  .cart .crosssell > .table-responsive > .availability-only-details > tfoot > tr > th:first-child,
  .cart .discount > .table-responsive > .availability-only-details > tfoot > tr > th:first-child,
  .cart .shipping > .table-responsive > .availability-only-details > tfoot > tr > th:first-child,
  .box-account > .table-responsive > .availability-only-details > tfoot > tr > th:first-child,
  .addresses-list li.item > .table-responsive > .availability-only-details > tfoot > tr > th:first-child,
  .order-info-box > .table-responsive > .availability-only-details > tfoot > tr > th:first-child,
  .gift-message > .table-responsive > .availability-only-details > tfoot > tr > th:first-child,
  .order-about > .table-responsive > .availability-only-details > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .block > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .cart .crosssell > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .cart .discount > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .cart .shipping > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .box-account > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .order-info-box > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .gift-message > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .order-about > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .data-table > tfoot > tr > td:first-child,
  .block > .table-responsive > .data-table > tfoot > tr > td:first-child,
  .product-view .product-shop > .table-responsive > .data-table > tfoot > tr > td:first-child,
  .product-view .box-collateral > .table-responsive > .data-table > tfoot > tr > td:first-child,
  .cart .crosssell > .table-responsive > .data-table > tfoot > tr > td:first-child,
  .cart .discount > .table-responsive > .data-table > tfoot > tr > td:first-child,
  .cart .shipping > .table-responsive > .data-table > tfoot > tr > td:first-child,
  .box-account > .table-responsive > .data-table > tfoot > tr > td:first-child,
  .addresses-list li.item > .table-responsive > .data-table > tfoot > tr > td:first-child,
  .order-info-box > .table-responsive > .data-table > tfoot > tr > td:first-child,
  .gift-message > .table-responsive > .data-table > tfoot > tr > td:first-child,
  .order-about > .table-responsive > .data-table > tfoot > tr > td:first-child,
  .panel > .table-responsive > .availability-only-details > tfoot > tr > td:first-child,
  .block > .table-responsive > .availability-only-details > tfoot > tr > td:first-child,
  .product-view .product-shop > .table-responsive > .availability-only-details > tfoot > tr > td:first-child,
  .product-view .box-collateral > .table-responsive > .availability-only-details > tfoot > tr > td:first-child,
  .cart .crosssell > .table-responsive > .availability-only-details > tfoot > tr > td:first-child,
  .cart .discount > .table-responsive > .availability-only-details > tfoot > tr > td:first-child,
  .cart .shipping > .table-responsive > .availability-only-details > tfoot > tr > td:first-child,
  .box-account > .table-responsive > .availability-only-details > tfoot > tr > td:first-child,
  .addresses-list li.item > .table-responsive > .availability-only-details > tfoot > tr > td:first-child,
  .order-info-box > .table-responsive > .availability-only-details > tfoot > tr > td:first-child,
  .gift-message > .table-responsive > .availability-only-details > tfoot > tr > td:first-child,
  .order-about > .table-responsive > .availability-only-details > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child, .block > .table-bordered > thead > tr > th:last-child, .product-view .product-shop > .table-bordered > thead > tr > th:last-child, .product-view .box-collateral > .table-bordered > thead > tr > th:last-child, .cart .crosssell > .table-bordered > thead > tr > th:last-child, .cart .discount > .table-bordered > thead > tr > th:last-child, .cart .shipping > .table-bordered > thead > tr > th:last-child, .box-account > .table-bordered > thead > tr > th:last-child, .addresses-list li.item > .table-bordered > thead > tr > th:last-child, .order-info-box > .table-bordered > thead > tr > th:last-child, .gift-message > .table-bordered > thead > tr > th:last-child, .order-about > .table-bordered > thead > tr > th:last-child, .panel > .data-table > thead > tr > th:last-child, .block > .data-table > thead > tr > th:last-child, .product-view .product-shop > .data-table > thead > tr > th:last-child, .product-view .box-collateral > .data-table > thead > tr > th:last-child, .cart .crosssell > .data-table > thead > tr > th:last-child, .cart .discount > .data-table > thead > tr > th:last-child, .cart .shipping > .data-table > thead > tr > th:last-child, .box-account > .data-table > thead > tr > th:last-child, .addresses-list li.item > .data-table > thead > tr > th:last-child, .order-info-box > .data-table > thead > tr > th:last-child, .gift-message > .data-table > thead > tr > th:last-child, .order-about > .data-table > thead > tr > th:last-child, .panel > .availability-only-details > thead > tr > th:last-child, .block > .availability-only-details > thead > tr > th:last-child, .product-view .product-shop > .availability-only-details > thead > tr > th:last-child, .product-view .box-collateral > .availability-only-details > thead > tr > th:last-child, .cart .crosssell > .availability-only-details > thead > tr > th:last-child, .cart .discount > .availability-only-details > thead > tr > th:last-child, .cart .shipping > .availability-only-details > thead > tr > th:last-child, .box-account > .availability-only-details > thead > tr > th:last-child, .addresses-list li.item > .availability-only-details > thead > tr > th:last-child, .order-info-box > .availability-only-details > thead > tr > th:last-child, .gift-message > .availability-only-details > thead > tr > th:last-child, .order-about > .availability-only-details > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .block > .table-bordered > thead > tr > td:last-child,
  .product-view .product-shop > .table-bordered > thead > tr > td:last-child,
  .product-view .box-collateral > .table-bordered > thead > tr > td:last-child,
  .cart .crosssell > .table-bordered > thead > tr > td:last-child,
  .cart .discount > .table-bordered > thead > tr > td:last-child,
  .cart .shipping > .table-bordered > thead > tr > td:last-child,
  .box-account > .table-bordered > thead > tr > td:last-child,
  .addresses-list li.item > .table-bordered > thead > tr > td:last-child,
  .order-info-box > .table-bordered > thead > tr > td:last-child,
  .gift-message > .table-bordered > thead > tr > td:last-child,
  .order-about > .table-bordered > thead > tr > td:last-child,
  .panel > .data-table > thead > tr > td:last-child,
  .block > .data-table > thead > tr > td:last-child,
  .product-view .product-shop > .data-table > thead > tr > td:last-child,
  .product-view .box-collateral > .data-table > thead > tr > td:last-child,
  .cart .crosssell > .data-table > thead > tr > td:last-child,
  .cart .discount > .data-table > thead > tr > td:last-child,
  .cart .shipping > .data-table > thead > tr > td:last-child,
  .box-account > .data-table > thead > tr > td:last-child,
  .addresses-list li.item > .data-table > thead > tr > td:last-child,
  .order-info-box > .data-table > thead > tr > td:last-child,
  .gift-message > .data-table > thead > tr > td:last-child,
  .order-about > .data-table > thead > tr > td:last-child,
  .panel > .availability-only-details > thead > tr > td:last-child,
  .block > .availability-only-details > thead > tr > td:last-child,
  .product-view .product-shop > .availability-only-details > thead > tr > td:last-child,
  .product-view .box-collateral > .availability-only-details > thead > tr > td:last-child,
  .cart .crosssell > .availability-only-details > thead > tr > td:last-child,
  .cart .discount > .availability-only-details > thead > tr > td:last-child,
  .cart .shipping > .availability-only-details > thead > tr > td:last-child,
  .box-account > .availability-only-details > thead > tr > td:last-child,
  .addresses-list li.item > .availability-only-details > thead > tr > td:last-child,
  .order-info-box > .availability-only-details > thead > tr > td:last-child,
  .gift-message > .availability-only-details > thead > tr > td:last-child,
  .order-about > .availability-only-details > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .block > .table-bordered > tbody > tr > th:last-child,
  .product-view .product-shop > .table-bordered > tbody > tr > th:last-child,
  .product-view .box-collateral > .table-bordered > tbody > tr > th:last-child,
  .cart .crosssell > .table-bordered > tbody > tr > th:last-child,
  .cart .discount > .table-bordered > tbody > tr > th:last-child,
  .cart .shipping > .table-bordered > tbody > tr > th:last-child,
  .box-account > .table-bordered > tbody > tr > th:last-child,
  .addresses-list li.item > .table-bordered > tbody > tr > th:last-child,
  .order-info-box > .table-bordered > tbody > tr > th:last-child,
  .gift-message > .table-bordered > tbody > tr > th:last-child,
  .order-about > .table-bordered > tbody > tr > th:last-child,
  .panel > .data-table > tbody > tr > th:last-child,
  .block > .data-table > tbody > tr > th:last-child,
  .product-view .product-shop > .data-table > tbody > tr > th:last-child,
  .product-view .box-collateral > .data-table > tbody > tr > th:last-child,
  .cart .crosssell > .data-table > tbody > tr > th:last-child,
  .cart .discount > .data-table > tbody > tr > th:last-child,
  .cart .shipping > .data-table > tbody > tr > th:last-child,
  .box-account > .data-table > tbody > tr > th:last-child,
  .addresses-list li.item > .data-table > tbody > tr > th:last-child,
  .order-info-box > .data-table > tbody > tr > th:last-child,
  .gift-message > .data-table > tbody > tr > th:last-child,
  .order-about > .data-table > tbody > tr > th:last-child,
  .panel > .availability-only-details > tbody > tr > th:last-child,
  .block > .availability-only-details > tbody > tr > th:last-child,
  .product-view .product-shop > .availability-only-details > tbody > tr > th:last-child,
  .product-view .box-collateral > .availability-only-details > tbody > tr > th:last-child,
  .cart .crosssell > .availability-only-details > tbody > tr > th:last-child,
  .cart .discount > .availability-only-details > tbody > tr > th:last-child,
  .cart .shipping > .availability-only-details > tbody > tr > th:last-child,
  .box-account > .availability-only-details > tbody > tr > th:last-child,
  .addresses-list li.item > .availability-only-details > tbody > tr > th:last-child,
  .order-info-box > .availability-only-details > tbody > tr > th:last-child,
  .gift-message > .availability-only-details > tbody > tr > th:last-child,
  .order-about > .availability-only-details > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .block > .table-bordered > tbody > tr > td:last-child,
  .product-view .product-shop > .table-bordered > tbody > tr > td:last-child,
  .product-view .box-collateral > .table-bordered > tbody > tr > td:last-child,
  .cart .crosssell > .table-bordered > tbody > tr > td:last-child,
  .cart .discount > .table-bordered > tbody > tr > td:last-child,
  .cart .shipping > .table-bordered > tbody > tr > td:last-child,
  .box-account > .table-bordered > tbody > tr > td:last-child,
  .addresses-list li.item > .table-bordered > tbody > tr > td:last-child,
  .order-info-box > .table-bordered > tbody > tr > td:last-child,
  .gift-message > .table-bordered > tbody > tr > td:last-child,
  .order-about > .table-bordered > tbody > tr > td:last-child,
  .panel > .data-table > tbody > tr > td:last-child,
  .block > .data-table > tbody > tr > td:last-child,
  .product-view .product-shop > .data-table > tbody > tr > td:last-child,
  .product-view .box-collateral > .data-table > tbody > tr > td:last-child,
  .cart .crosssell > .data-table > tbody > tr > td:last-child,
  .cart .discount > .data-table > tbody > tr > td:last-child,
  .cart .shipping > .data-table > tbody > tr > td:last-child,
  .box-account > .data-table > tbody > tr > td:last-child,
  .addresses-list li.item > .data-table > tbody > tr > td:last-child,
  .order-info-box > .data-table > tbody > tr > td:last-child,
  .gift-message > .data-table > tbody > tr > td:last-child,
  .order-about > .data-table > tbody > tr > td:last-child,
  .panel > .availability-only-details > tbody > tr > td:last-child,
  .block > .availability-only-details > tbody > tr > td:last-child,
  .product-view .product-shop > .availability-only-details > tbody > tr > td:last-child,
  .product-view .box-collateral > .availability-only-details > tbody > tr > td:last-child,
  .cart .crosssell > .availability-only-details > tbody > tr > td:last-child,
  .cart .discount > .availability-only-details > tbody > tr > td:last-child,
  .cart .shipping > .availability-only-details > tbody > tr > td:last-child,
  .box-account > .availability-only-details > tbody > tr > td:last-child,
  .addresses-list li.item > .availability-only-details > tbody > tr > td:last-child,
  .order-info-box > .availability-only-details > tbody > tr > td:last-child,
  .gift-message > .availability-only-details > tbody > tr > td:last-child,
  .order-about > .availability-only-details > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .block > .table-bordered > tfoot > tr > th:last-child,
  .product-view .product-shop > .table-bordered > tfoot > tr > th:last-child,
  .product-view .box-collateral > .table-bordered > tfoot > tr > th:last-child,
  .cart .crosssell > .table-bordered > tfoot > tr > th:last-child,
  .cart .discount > .table-bordered > tfoot > tr > th:last-child,
  .cart .shipping > .table-bordered > tfoot > tr > th:last-child,
  .box-account > .table-bordered > tfoot > tr > th:last-child,
  .addresses-list li.item > .table-bordered > tfoot > tr > th:last-child,
  .order-info-box > .table-bordered > tfoot > tr > th:last-child,
  .gift-message > .table-bordered > tfoot > tr > th:last-child,
  .order-about > .table-bordered > tfoot > tr > th:last-child,
  .panel > .data-table > tfoot > tr > th:last-child,
  .block > .data-table > tfoot > tr > th:last-child,
  .product-view .product-shop > .data-table > tfoot > tr > th:last-child,
  .product-view .box-collateral > .data-table > tfoot > tr > th:last-child,
  .cart .crosssell > .data-table > tfoot > tr > th:last-child,
  .cart .discount > .data-table > tfoot > tr > th:last-child,
  .cart .shipping > .data-table > tfoot > tr > th:last-child,
  .box-account > .data-table > tfoot > tr > th:last-child,
  .addresses-list li.item > .data-table > tfoot > tr > th:last-child,
  .order-info-box > .data-table > tfoot > tr > th:last-child,
  .gift-message > .data-table > tfoot > tr > th:last-child,
  .order-about > .data-table > tfoot > tr > th:last-child,
  .panel > .availability-only-details > tfoot > tr > th:last-child,
  .block > .availability-only-details > tfoot > tr > th:last-child,
  .product-view .product-shop > .availability-only-details > tfoot > tr > th:last-child,
  .product-view .box-collateral > .availability-only-details > tfoot > tr > th:last-child,
  .cart .crosssell > .availability-only-details > tfoot > tr > th:last-child,
  .cart .discount > .availability-only-details > tfoot > tr > th:last-child,
  .cart .shipping > .availability-only-details > tfoot > tr > th:last-child,
  .box-account > .availability-only-details > tfoot > tr > th:last-child,
  .addresses-list li.item > .availability-only-details > tfoot > tr > th:last-child,
  .order-info-box > .availability-only-details > tfoot > tr > th:last-child,
  .gift-message > .availability-only-details > tfoot > tr > th:last-child,
  .order-about > .availability-only-details > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .block > .table-bordered > tfoot > tr > td:last-child,
  .product-view .product-shop > .table-bordered > tfoot > tr > td:last-child,
  .product-view .box-collateral > .table-bordered > tfoot > tr > td:last-child,
  .cart .crosssell > .table-bordered > tfoot > tr > td:last-child,
  .cart .discount > .table-bordered > tfoot > tr > td:last-child,
  .cart .shipping > .table-bordered > tfoot > tr > td:last-child,
  .box-account > .table-bordered > tfoot > tr > td:last-child,
  .addresses-list li.item > .table-bordered > tfoot > tr > td:last-child,
  .order-info-box > .table-bordered > tfoot > tr > td:last-child,
  .gift-message > .table-bordered > tfoot > tr > td:last-child,
  .order-about > .table-bordered > tfoot > tr > td:last-child,
  .panel > .data-table > tfoot > tr > td:last-child,
  .block > .data-table > tfoot > tr > td:last-child,
  .product-view .product-shop > .data-table > tfoot > tr > td:last-child,
  .product-view .box-collateral > .data-table > tfoot > tr > td:last-child,
  .cart .crosssell > .data-table > tfoot > tr > td:last-child,
  .cart .discount > .data-table > tfoot > tr > td:last-child,
  .cart .shipping > .data-table > tfoot > tr > td:last-child,
  .box-account > .data-table > tfoot > tr > td:last-child,
  .addresses-list li.item > .data-table > tfoot > tr > td:last-child,
  .order-info-box > .data-table > tfoot > tr > td:last-child,
  .gift-message > .data-table > tfoot > tr > td:last-child,
  .order-about > .data-table > tfoot > tr > td:last-child,
  .panel > .availability-only-details > tfoot > tr > td:last-child,
  .block > .availability-only-details > tfoot > tr > td:last-child,
  .product-view .product-shop > .availability-only-details > tfoot > tr > td:last-child,
  .product-view .box-collateral > .availability-only-details > tfoot > tr > td:last-child,
  .cart .crosssell > .availability-only-details > tfoot > tr > td:last-child,
  .cart .discount > .availability-only-details > tfoot > tr > td:last-child,
  .cart .shipping > .availability-only-details > tfoot > tr > td:last-child,
  .box-account > .availability-only-details > tfoot > tr > td:last-child,
  .addresses-list li.item > .availability-only-details > tfoot > tr > td:last-child,
  .order-info-box > .availability-only-details > tfoot > tr > td:last-child,
  .gift-message > .availability-only-details > tfoot > tr > td:last-child,
  .order-about > .availability-only-details > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .block > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .product-view .product-shop > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .product-view .box-collateral > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .cart .crosssell > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .cart .discount > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .cart .shipping > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .box-account > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .addresses-list li.item > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .order-info-box > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .gift-message > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .order-about > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .data-table > thead > tr > th:last-child,
  .block > .table-responsive > .data-table > thead > tr > th:last-child,
  .product-view .product-shop > .table-responsive > .data-table > thead > tr > th:last-child,
  .product-view .box-collateral > .table-responsive > .data-table > thead > tr > th:last-child,
  .cart .crosssell > .table-responsive > .data-table > thead > tr > th:last-child,
  .cart .discount > .table-responsive > .data-table > thead > tr > th:last-child,
  .cart .shipping > .table-responsive > .data-table > thead > tr > th:last-child,
  .box-account > .table-responsive > .data-table > thead > tr > th:last-child,
  .addresses-list li.item > .table-responsive > .data-table > thead > tr > th:last-child,
  .order-info-box > .table-responsive > .data-table > thead > tr > th:last-child,
  .gift-message > .table-responsive > .data-table > thead > tr > th:last-child,
  .order-about > .table-responsive > .data-table > thead > tr > th:last-child,
  .panel > .table-responsive > .availability-only-details > thead > tr > th:last-child,
  .block > .table-responsive > .availability-only-details > thead > tr > th:last-child,
  .product-view .product-shop > .table-responsive > .availability-only-details > thead > tr > th:last-child,
  .product-view .box-collateral > .table-responsive > .availability-only-details > thead > tr > th:last-child,
  .cart .crosssell > .table-responsive > .availability-only-details > thead > tr > th:last-child,
  .cart .discount > .table-responsive > .availability-only-details > thead > tr > th:last-child,
  .cart .shipping > .table-responsive > .availability-only-details > thead > tr > th:last-child,
  .box-account > .table-responsive > .availability-only-details > thead > tr > th:last-child,
  .addresses-list li.item > .table-responsive > .availability-only-details > thead > tr > th:last-child,
  .order-info-box > .table-responsive > .availability-only-details > thead > tr > th:last-child,
  .gift-message > .table-responsive > .availability-only-details > thead > tr > th:last-child,
  .order-about > .table-responsive > .availability-only-details > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .block > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .product-view .product-shop > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .product-view .box-collateral > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .cart .crosssell > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .cart .discount > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .cart .shipping > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .box-account > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .addresses-list li.item > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .order-info-box > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .gift-message > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .order-about > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .data-table > thead > tr > td:last-child,
  .block > .table-responsive > .data-table > thead > tr > td:last-child,
  .product-view .product-shop > .table-responsive > .data-table > thead > tr > td:last-child,
  .product-view .box-collateral > .table-responsive > .data-table > thead > tr > td:last-child,
  .cart .crosssell > .table-responsive > .data-table > thead > tr > td:last-child,
  .cart .discount > .table-responsive > .data-table > thead > tr > td:last-child,
  .cart .shipping > .table-responsive > .data-table > thead > tr > td:last-child,
  .box-account > .table-responsive > .data-table > thead > tr > td:last-child,
  .addresses-list li.item > .table-responsive > .data-table > thead > tr > td:last-child,
  .order-info-box > .table-responsive > .data-table > thead > tr > td:last-child,
  .gift-message > .table-responsive > .data-table > thead > tr > td:last-child,
  .order-about > .table-responsive > .data-table > thead > tr > td:last-child,
  .panel > .table-responsive > .availability-only-details > thead > tr > td:last-child,
  .block > .table-responsive > .availability-only-details > thead > tr > td:last-child,
  .product-view .product-shop > .table-responsive > .availability-only-details > thead > tr > td:last-child,
  .product-view .box-collateral > .table-responsive > .availability-only-details > thead > tr > td:last-child,
  .cart .crosssell > .table-responsive > .availability-only-details > thead > tr > td:last-child,
  .cart .discount > .table-responsive > .availability-only-details > thead > tr > td:last-child,
  .cart .shipping > .table-responsive > .availability-only-details > thead > tr > td:last-child,
  .box-account > .table-responsive > .availability-only-details > thead > tr > td:last-child,
  .addresses-list li.item > .table-responsive > .availability-only-details > thead > tr > td:last-child,
  .order-info-box > .table-responsive > .availability-only-details > thead > tr > td:last-child,
  .gift-message > .table-responsive > .availability-only-details > thead > tr > td:last-child,
  .order-about > .table-responsive > .availability-only-details > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .block > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .product-view .product-shop > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .cart .crosssell > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .cart .discount > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .cart .shipping > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .box-account > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .addresses-list li.item > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .order-info-box > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .gift-message > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .order-about > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .data-table > tbody > tr > th:last-child,
  .block > .table-responsive > .data-table > tbody > tr > th:last-child,
  .product-view .product-shop > .table-responsive > .data-table > tbody > tr > th:last-child,
  .product-view .box-collateral > .table-responsive > .data-table > tbody > tr > th:last-child,
  .cart .crosssell > .table-responsive > .data-table > tbody > tr > th:last-child,
  .cart .discount > .table-responsive > .data-table > tbody > tr > th:last-child,
  .cart .shipping > .table-responsive > .data-table > tbody > tr > th:last-child,
  .box-account > .table-responsive > .data-table > tbody > tr > th:last-child,
  .addresses-list li.item > .table-responsive > .data-table > tbody > tr > th:last-child,
  .order-info-box > .table-responsive > .data-table > tbody > tr > th:last-child,
  .gift-message > .table-responsive > .data-table > tbody > tr > th:last-child,
  .order-about > .table-responsive > .data-table > tbody > tr > th:last-child,
  .panel > .table-responsive > .availability-only-details > tbody > tr > th:last-child,
  .block > .table-responsive > .availability-only-details > tbody > tr > th:last-child,
  .product-view .product-shop > .table-responsive > .availability-only-details > tbody > tr > th:last-child,
  .product-view .box-collateral > .table-responsive > .availability-only-details > tbody > tr > th:last-child,
  .cart .crosssell > .table-responsive > .availability-only-details > tbody > tr > th:last-child,
  .cart .discount > .table-responsive > .availability-only-details > tbody > tr > th:last-child,
  .cart .shipping > .table-responsive > .availability-only-details > tbody > tr > th:last-child,
  .box-account > .table-responsive > .availability-only-details > tbody > tr > th:last-child,
  .addresses-list li.item > .table-responsive > .availability-only-details > tbody > tr > th:last-child,
  .order-info-box > .table-responsive > .availability-only-details > tbody > tr > th:last-child,
  .gift-message > .table-responsive > .availability-only-details > tbody > tr > th:last-child,
  .order-about > .table-responsive > .availability-only-details > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .block > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .product-view .product-shop > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .cart .crosssell > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .cart .discount > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .cart .shipping > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .box-account > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .addresses-list li.item > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .order-info-box > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .gift-message > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .order-about > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .data-table > tbody > tr > td:last-child,
  .block > .table-responsive > .data-table > tbody > tr > td:last-child,
  .product-view .product-shop > .table-responsive > .data-table > tbody > tr > td:last-child,
  .product-view .box-collateral > .table-responsive > .data-table > tbody > tr > td:last-child,
  .cart .crosssell > .table-responsive > .data-table > tbody > tr > td:last-child,
  .cart .discount > .table-responsive > .data-table > tbody > tr > td:last-child,
  .cart .shipping > .table-responsive > .data-table > tbody > tr > td:last-child,
  .box-account > .table-responsive > .data-table > tbody > tr > td:last-child,
  .addresses-list li.item > .table-responsive > .data-table > tbody > tr > td:last-child,
  .order-info-box > .table-responsive > .data-table > tbody > tr > td:last-child,
  .gift-message > .table-responsive > .data-table > tbody > tr > td:last-child,
  .order-about > .table-responsive > .data-table > tbody > tr > td:last-child,
  .panel > .table-responsive > .availability-only-details > tbody > tr > td:last-child,
  .block > .table-responsive > .availability-only-details > tbody > tr > td:last-child,
  .product-view .product-shop > .table-responsive > .availability-only-details > tbody > tr > td:last-child,
  .product-view .box-collateral > .table-responsive > .availability-only-details > tbody > tr > td:last-child,
  .cart .crosssell > .table-responsive > .availability-only-details > tbody > tr > td:last-child,
  .cart .discount > .table-responsive > .availability-only-details > tbody > tr > td:last-child,
  .cart .shipping > .table-responsive > .availability-only-details > tbody > tr > td:last-child,
  .box-account > .table-responsive > .availability-only-details > tbody > tr > td:last-child,
  .addresses-list li.item > .table-responsive > .availability-only-details > tbody > tr > td:last-child,
  .order-info-box > .table-responsive > .availability-only-details > tbody > tr > td:last-child,
  .gift-message > .table-responsive > .availability-only-details > tbody > tr > td:last-child,
  .order-about > .table-responsive > .availability-only-details > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .block > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .cart .crosssell > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .cart .discount > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .cart .shipping > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .box-account > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .order-info-box > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .gift-message > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .order-about > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .data-table > tfoot > tr > th:last-child,
  .block > .table-responsive > .data-table > tfoot > tr > th:last-child,
  .product-view .product-shop > .table-responsive > .data-table > tfoot > tr > th:last-child,
  .product-view .box-collateral > .table-responsive > .data-table > tfoot > tr > th:last-child,
  .cart .crosssell > .table-responsive > .data-table > tfoot > tr > th:last-child,
  .cart .discount > .table-responsive > .data-table > tfoot > tr > th:last-child,
  .cart .shipping > .table-responsive > .data-table > tfoot > tr > th:last-child,
  .box-account > .table-responsive > .data-table > tfoot > tr > th:last-child,
  .addresses-list li.item > .table-responsive > .data-table > tfoot > tr > th:last-child,
  .order-info-box > .table-responsive > .data-table > tfoot > tr > th:last-child,
  .gift-message > .table-responsive > .data-table > tfoot > tr > th:last-child,
  .order-about > .table-responsive > .data-table > tfoot > tr > th:last-child,
  .panel > .table-responsive > .availability-only-details > tfoot > tr > th:last-child,
  .block > .table-responsive > .availability-only-details > tfoot > tr > th:last-child,
  .product-view .product-shop > .table-responsive > .availability-only-details > tfoot > tr > th:last-child,
  .product-view .box-collateral > .table-responsive > .availability-only-details > tfoot > tr > th:last-child,
  .cart .crosssell > .table-responsive > .availability-only-details > tfoot > tr > th:last-child,
  .cart .discount > .table-responsive > .availability-only-details > tfoot > tr > th:last-child,
  .cart .shipping > .table-responsive > .availability-only-details > tfoot > tr > th:last-child,
  .box-account > .table-responsive > .availability-only-details > tfoot > tr > th:last-child,
  .addresses-list li.item > .table-responsive > .availability-only-details > tfoot > tr > th:last-child,
  .order-info-box > .table-responsive > .availability-only-details > tfoot > tr > th:last-child,
  .gift-message > .table-responsive > .availability-only-details > tfoot > tr > th:last-child,
  .order-about > .table-responsive > .availability-only-details > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .block > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .cart .crosssell > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .cart .discount > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .cart .shipping > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .box-account > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .order-info-box > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .gift-message > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .order-about > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .data-table > tfoot > tr > td:last-child,
  .block > .table-responsive > .data-table > tfoot > tr > td:last-child,
  .product-view .product-shop > .table-responsive > .data-table > tfoot > tr > td:last-child,
  .product-view .box-collateral > .table-responsive > .data-table > tfoot > tr > td:last-child,
  .cart .crosssell > .table-responsive > .data-table > tfoot > tr > td:last-child,
  .cart .discount > .table-responsive > .data-table > tfoot > tr > td:last-child,
  .cart .shipping > .table-responsive > .data-table > tfoot > tr > td:last-child,
  .box-account > .table-responsive > .data-table > tfoot > tr > td:last-child,
  .addresses-list li.item > .table-responsive > .data-table > tfoot > tr > td:last-child,
  .order-info-box > .table-responsive > .data-table > tfoot > tr > td:last-child,
  .gift-message > .table-responsive > .data-table > tfoot > tr > td:last-child,
  .order-about > .table-responsive > .data-table > tfoot > tr > td:last-child,
  .panel > .table-responsive > .availability-only-details > tfoot > tr > td:last-child,
  .block > .table-responsive > .availability-only-details > tfoot > tr > td:last-child,
  .product-view .product-shop > .table-responsive > .availability-only-details > tfoot > tr > td:last-child,
  .product-view .box-collateral > .table-responsive > .availability-only-details > tfoot > tr > td:last-child,
  .cart .crosssell > .table-responsive > .availability-only-details > tfoot > tr > td:last-child,
  .cart .discount > .table-responsive > .availability-only-details > tfoot > tr > td:last-child,
  .cart .shipping > .table-responsive > .availability-only-details > tfoot > tr > td:last-child,
  .box-account > .table-responsive > .availability-only-details > tfoot > tr > td:last-child,
  .addresses-list li.item > .table-responsive > .availability-only-details > tfoot > tr > td:last-child,
  .order-info-box > .table-responsive > .availability-only-details > tfoot > tr > td:last-child,
  .gift-message > .table-responsive > .availability-only-details > tfoot > tr > td:last-child,
  .order-about > .table-responsive > .availability-only-details > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td, .block > .table-bordered > thead > tr:first-child > td, .product-view .product-shop > .table-bordered > thead > tr:first-child > td, .product-view .box-collateral > .table-bordered > thead > tr:first-child > td, .cart .crosssell > .table-bordered > thead > tr:first-child > td, .cart .discount > .table-bordered > thead > tr:first-child > td, .cart .shipping > .table-bordered > thead > tr:first-child > td, .box-account > .table-bordered > thead > tr:first-child > td, .addresses-list li.item > .table-bordered > thead > tr:first-child > td, .order-info-box > .table-bordered > thead > tr:first-child > td, .gift-message > .table-bordered > thead > tr:first-child > td, .order-about > .table-bordered > thead > tr:first-child > td, .panel > .data-table > thead > tr:first-child > td, .block > .data-table > thead > tr:first-child > td, .product-view .product-shop > .data-table > thead > tr:first-child > td, .product-view .box-collateral > .data-table > thead > tr:first-child > td, .cart .crosssell > .data-table > thead > tr:first-child > td, .cart .discount > .data-table > thead > tr:first-child > td, .cart .shipping > .data-table > thead > tr:first-child > td, .box-account > .data-table > thead > tr:first-child > td, .addresses-list li.item > .data-table > thead > tr:first-child > td, .order-info-box > .data-table > thead > tr:first-child > td, .gift-message > .data-table > thead > tr:first-child > td, .order-about > .data-table > thead > tr:first-child > td, .panel > .availability-only-details > thead > tr:first-child > td, .block > .availability-only-details > thead > tr:first-child > td, .product-view .product-shop > .availability-only-details > thead > tr:first-child > td, .product-view .box-collateral > .availability-only-details > thead > tr:first-child > td, .cart .crosssell > .availability-only-details > thead > tr:first-child > td, .cart .discount > .availability-only-details > thead > tr:first-child > td, .cart .shipping > .availability-only-details > thead > tr:first-child > td, .box-account > .availability-only-details > thead > tr:first-child > td, .addresses-list li.item > .availability-only-details > thead > tr:first-child > td, .order-info-box > .availability-only-details > thead > tr:first-child > td, .gift-message > .availability-only-details > thead > tr:first-child > td, .order-about > .availability-only-details > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .block > .table-bordered > thead > tr:first-child > th,
  .product-view .product-shop > .table-bordered > thead > tr:first-child > th,
  .product-view .box-collateral > .table-bordered > thead > tr:first-child > th,
  .cart .crosssell > .table-bordered > thead > tr:first-child > th,
  .cart .discount > .table-bordered > thead > tr:first-child > th,
  .cart .shipping > .table-bordered > thead > tr:first-child > th,
  .box-account > .table-bordered > thead > tr:first-child > th,
  .addresses-list li.item > .table-bordered > thead > tr:first-child > th,
  .order-info-box > .table-bordered > thead > tr:first-child > th,
  .gift-message > .table-bordered > thead > tr:first-child > th,
  .order-about > .table-bordered > thead > tr:first-child > th,
  .panel > .data-table > thead > tr:first-child > th,
  .block > .data-table > thead > tr:first-child > th,
  .product-view .product-shop > .data-table > thead > tr:first-child > th,
  .product-view .box-collateral > .data-table > thead > tr:first-child > th,
  .cart .crosssell > .data-table > thead > tr:first-child > th,
  .cart .discount > .data-table > thead > tr:first-child > th,
  .cart .shipping > .data-table > thead > tr:first-child > th,
  .box-account > .data-table > thead > tr:first-child > th,
  .addresses-list li.item > .data-table > thead > tr:first-child > th,
  .order-info-box > .data-table > thead > tr:first-child > th,
  .gift-message > .data-table > thead > tr:first-child > th,
  .order-about > .data-table > thead > tr:first-child > th,
  .panel > .availability-only-details > thead > tr:first-child > th,
  .block > .availability-only-details > thead > tr:first-child > th,
  .product-view .product-shop > .availability-only-details > thead > tr:first-child > th,
  .product-view .box-collateral > .availability-only-details > thead > tr:first-child > th,
  .cart .crosssell > .availability-only-details > thead > tr:first-child > th,
  .cart .discount > .availability-only-details > thead > tr:first-child > th,
  .cart .shipping > .availability-only-details > thead > tr:first-child > th,
  .box-account > .availability-only-details > thead > tr:first-child > th,
  .addresses-list li.item > .availability-only-details > thead > tr:first-child > th,
  .order-info-box > .availability-only-details > thead > tr:first-child > th,
  .gift-message > .availability-only-details > thead > tr:first-child > th,
  .order-about > .availability-only-details > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .block > .table-bordered > tbody > tr:first-child > td,
  .product-view .product-shop > .table-bordered > tbody > tr:first-child > td,
  .product-view .box-collateral > .table-bordered > tbody > tr:first-child > td,
  .cart .crosssell > .table-bordered > tbody > tr:first-child > td,
  .cart .discount > .table-bordered > tbody > tr:first-child > td,
  .cart .shipping > .table-bordered > tbody > tr:first-child > td,
  .box-account > .table-bordered > tbody > tr:first-child > td,
  .addresses-list li.item > .table-bordered > tbody > tr:first-child > td,
  .order-info-box > .table-bordered > tbody > tr:first-child > td,
  .gift-message > .table-bordered > tbody > tr:first-child > td,
  .order-about > .table-bordered > tbody > tr:first-child > td,
  .panel > .data-table > tbody > tr:first-child > td,
  .block > .data-table > tbody > tr:first-child > td,
  .product-view .product-shop > .data-table > tbody > tr:first-child > td,
  .product-view .box-collateral > .data-table > tbody > tr:first-child > td,
  .cart .crosssell > .data-table > tbody > tr:first-child > td,
  .cart .discount > .data-table > tbody > tr:first-child > td,
  .cart .shipping > .data-table > tbody > tr:first-child > td,
  .box-account > .data-table > tbody > tr:first-child > td,
  .addresses-list li.item > .data-table > tbody > tr:first-child > td,
  .order-info-box > .data-table > tbody > tr:first-child > td,
  .gift-message > .data-table > tbody > tr:first-child > td,
  .order-about > .data-table > tbody > tr:first-child > td,
  .panel > .availability-only-details > tbody > tr:first-child > td,
  .block > .availability-only-details > tbody > tr:first-child > td,
  .product-view .product-shop > .availability-only-details > tbody > tr:first-child > td,
  .product-view .box-collateral > .availability-only-details > tbody > tr:first-child > td,
  .cart .crosssell > .availability-only-details > tbody > tr:first-child > td,
  .cart .discount > .availability-only-details > tbody > tr:first-child > td,
  .cart .shipping > .availability-only-details > tbody > tr:first-child > td,
  .box-account > .availability-only-details > tbody > tr:first-child > td,
  .addresses-list li.item > .availability-only-details > tbody > tr:first-child > td,
  .order-info-box > .availability-only-details > tbody > tr:first-child > td,
  .gift-message > .availability-only-details > tbody > tr:first-child > td,
  .order-about > .availability-only-details > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .block > .table-bordered > tbody > tr:first-child > th,
  .product-view .product-shop > .table-bordered > tbody > tr:first-child > th,
  .product-view .box-collateral > .table-bordered > tbody > tr:first-child > th,
  .cart .crosssell > .table-bordered > tbody > tr:first-child > th,
  .cart .discount > .table-bordered > tbody > tr:first-child > th,
  .cart .shipping > .table-bordered > tbody > tr:first-child > th,
  .box-account > .table-bordered > tbody > tr:first-child > th,
  .addresses-list li.item > .table-bordered > tbody > tr:first-child > th,
  .order-info-box > .table-bordered > tbody > tr:first-child > th,
  .gift-message > .table-bordered > tbody > tr:first-child > th,
  .order-about > .table-bordered > tbody > tr:first-child > th,
  .panel > .data-table > tbody > tr:first-child > th,
  .block > .data-table > tbody > tr:first-child > th,
  .product-view .product-shop > .data-table > tbody > tr:first-child > th,
  .product-view .box-collateral > .data-table > tbody > tr:first-child > th,
  .cart .crosssell > .data-table > tbody > tr:first-child > th,
  .cart .discount > .data-table > tbody > tr:first-child > th,
  .cart .shipping > .data-table > tbody > tr:first-child > th,
  .box-account > .data-table > tbody > tr:first-child > th,
  .addresses-list li.item > .data-table > tbody > tr:first-child > th,
  .order-info-box > .data-table > tbody > tr:first-child > th,
  .gift-message > .data-table > tbody > tr:first-child > th,
  .order-about > .data-table > tbody > tr:first-child > th,
  .panel > .availability-only-details > tbody > tr:first-child > th,
  .block > .availability-only-details > tbody > tr:first-child > th,
  .product-view .product-shop > .availability-only-details > tbody > tr:first-child > th,
  .product-view .box-collateral > .availability-only-details > tbody > tr:first-child > th,
  .cart .crosssell > .availability-only-details > tbody > tr:first-child > th,
  .cart .discount > .availability-only-details > tbody > tr:first-child > th,
  .cart .shipping > .availability-only-details > tbody > tr:first-child > th,
  .box-account > .availability-only-details > tbody > tr:first-child > th,
  .addresses-list li.item > .availability-only-details > tbody > tr:first-child > th,
  .order-info-box > .availability-only-details > tbody > tr:first-child > th,
  .gift-message > .availability-only-details > tbody > tr:first-child > th,
  .order-about > .availability-only-details > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .block > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .product-view .product-shop > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .product-view .box-collateral > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .cart .crosssell > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .cart .discount > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .cart .shipping > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .box-account > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .addresses-list li.item > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .order-info-box > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .gift-message > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .order-about > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .data-table > thead > tr:first-child > td,
  .block > .table-responsive > .data-table > thead > tr:first-child > td,
  .product-view .product-shop > .table-responsive > .data-table > thead > tr:first-child > td,
  .product-view .box-collateral > .table-responsive > .data-table > thead > tr:first-child > td,
  .cart .crosssell > .table-responsive > .data-table > thead > tr:first-child > td,
  .cart .discount > .table-responsive > .data-table > thead > tr:first-child > td,
  .cart .shipping > .table-responsive > .data-table > thead > tr:first-child > td,
  .box-account > .table-responsive > .data-table > thead > tr:first-child > td,
  .addresses-list li.item > .table-responsive > .data-table > thead > tr:first-child > td,
  .order-info-box > .table-responsive > .data-table > thead > tr:first-child > td,
  .gift-message > .table-responsive > .data-table > thead > tr:first-child > td,
  .order-about > .table-responsive > .data-table > thead > tr:first-child > td,
  .panel > .table-responsive > .availability-only-details > thead > tr:first-child > td,
  .block > .table-responsive > .availability-only-details > thead > tr:first-child > td,
  .product-view .product-shop > .table-responsive > .availability-only-details > thead > tr:first-child > td,
  .product-view .box-collateral > .table-responsive > .availability-only-details > thead > tr:first-child > td,
  .cart .crosssell > .table-responsive > .availability-only-details > thead > tr:first-child > td,
  .cart .discount > .table-responsive > .availability-only-details > thead > tr:first-child > td,
  .cart .shipping > .table-responsive > .availability-only-details > thead > tr:first-child > td,
  .box-account > .table-responsive > .availability-only-details > thead > tr:first-child > td,
  .addresses-list li.item > .table-responsive > .availability-only-details > thead > tr:first-child > td,
  .order-info-box > .table-responsive > .availability-only-details > thead > tr:first-child > td,
  .gift-message > .table-responsive > .availability-only-details > thead > tr:first-child > td,
  .order-about > .table-responsive > .availability-only-details > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .block > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .product-view .product-shop > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .product-view .box-collateral > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .cart .crosssell > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .cart .discount > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .cart .shipping > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .box-account > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .addresses-list li.item > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .order-info-box > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .gift-message > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .order-about > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .data-table > thead > tr:first-child > th,
  .block > .table-responsive > .data-table > thead > tr:first-child > th,
  .product-view .product-shop > .table-responsive > .data-table > thead > tr:first-child > th,
  .product-view .box-collateral > .table-responsive > .data-table > thead > tr:first-child > th,
  .cart .crosssell > .table-responsive > .data-table > thead > tr:first-child > th,
  .cart .discount > .table-responsive > .data-table > thead > tr:first-child > th,
  .cart .shipping > .table-responsive > .data-table > thead > tr:first-child > th,
  .box-account > .table-responsive > .data-table > thead > tr:first-child > th,
  .addresses-list li.item > .table-responsive > .data-table > thead > tr:first-child > th,
  .order-info-box > .table-responsive > .data-table > thead > tr:first-child > th,
  .gift-message > .table-responsive > .data-table > thead > tr:first-child > th,
  .order-about > .table-responsive > .data-table > thead > tr:first-child > th,
  .panel > .table-responsive > .availability-only-details > thead > tr:first-child > th,
  .block > .table-responsive > .availability-only-details > thead > tr:first-child > th,
  .product-view .product-shop > .table-responsive > .availability-only-details > thead > tr:first-child > th,
  .product-view .box-collateral > .table-responsive > .availability-only-details > thead > tr:first-child > th,
  .cart .crosssell > .table-responsive > .availability-only-details > thead > tr:first-child > th,
  .cart .discount > .table-responsive > .availability-only-details > thead > tr:first-child > th,
  .cart .shipping > .table-responsive > .availability-only-details > thead > tr:first-child > th,
  .box-account > .table-responsive > .availability-only-details > thead > tr:first-child > th,
  .addresses-list li.item > .table-responsive > .availability-only-details > thead > tr:first-child > th,
  .order-info-box > .table-responsive > .availability-only-details > thead > tr:first-child > th,
  .gift-message > .table-responsive > .availability-only-details > thead > tr:first-child > th,
  .order-about > .table-responsive > .availability-only-details > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .block > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .product-view .product-shop > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .cart .crosssell > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .cart .discount > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .cart .shipping > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .box-account > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .addresses-list li.item > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .order-info-box > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .gift-message > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .order-about > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .data-table > tbody > tr:first-child > td,
  .block > .table-responsive > .data-table > tbody > tr:first-child > td,
  .product-view .product-shop > .table-responsive > .data-table > tbody > tr:first-child > td,
  .product-view .box-collateral > .table-responsive > .data-table > tbody > tr:first-child > td,
  .cart .crosssell > .table-responsive > .data-table > tbody > tr:first-child > td,
  .cart .discount > .table-responsive > .data-table > tbody > tr:first-child > td,
  .cart .shipping > .table-responsive > .data-table > tbody > tr:first-child > td,
  .box-account > .table-responsive > .data-table > tbody > tr:first-child > td,
  .addresses-list li.item > .table-responsive > .data-table > tbody > tr:first-child > td,
  .order-info-box > .table-responsive > .data-table > tbody > tr:first-child > td,
  .gift-message > .table-responsive > .data-table > tbody > tr:first-child > td,
  .order-about > .table-responsive > .data-table > tbody > tr:first-child > td,
  .panel > .table-responsive > .availability-only-details > tbody > tr:first-child > td,
  .block > .table-responsive > .availability-only-details > tbody > tr:first-child > td,
  .product-view .product-shop > .table-responsive > .availability-only-details > tbody > tr:first-child > td,
  .product-view .box-collateral > .table-responsive > .availability-only-details > tbody > tr:first-child > td,
  .cart .crosssell > .table-responsive > .availability-only-details > tbody > tr:first-child > td,
  .cart .discount > .table-responsive > .availability-only-details > tbody > tr:first-child > td,
  .cart .shipping > .table-responsive > .availability-only-details > tbody > tr:first-child > td,
  .box-account > .table-responsive > .availability-only-details > tbody > tr:first-child > td,
  .addresses-list li.item > .table-responsive > .availability-only-details > tbody > tr:first-child > td,
  .order-info-box > .table-responsive > .availability-only-details > tbody > tr:first-child > td,
  .gift-message > .table-responsive > .availability-only-details > tbody > tr:first-child > td,
  .order-about > .table-responsive > .availability-only-details > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
  .block > .table-responsive > .table-bordered > tbody > tr:first-child > th,
  .product-view .product-shop > .table-responsive > .table-bordered > tbody > tr:first-child > th,
  .product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr:first-child > th,
  .cart .crosssell > .table-responsive > .table-bordered > tbody > tr:first-child > th,
  .cart .discount > .table-responsive > .table-bordered > tbody > tr:first-child > th,
  .cart .shipping > .table-responsive > .table-bordered > tbody > tr:first-child > th,
  .box-account > .table-responsive > .table-bordered > tbody > tr:first-child > th,
  .addresses-list li.item > .table-responsive > .table-bordered > tbody > tr:first-child > th,
  .order-info-box > .table-responsive > .table-bordered > tbody > tr:first-child > th,
  .gift-message > .table-responsive > .table-bordered > tbody > tr:first-child > th,
  .order-about > .table-responsive > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .data-table > tbody > tr:first-child > th,
  .block > .table-responsive > .data-table > tbody > tr:first-child > th,
  .product-view .product-shop > .table-responsive > .data-table > tbody > tr:first-child > th,
  .product-view .box-collateral > .table-responsive > .data-table > tbody > tr:first-child > th,
  .cart .crosssell > .table-responsive > .data-table > tbody > tr:first-child > th,
  .cart .discount > .table-responsive > .data-table > tbody > tr:first-child > th,
  .cart .shipping > .table-responsive > .data-table > tbody > tr:first-child > th,
  .box-account > .table-responsive > .data-table > tbody > tr:first-child > th,
  .addresses-list li.item > .table-responsive > .data-table > tbody > tr:first-child > th,
  .order-info-box > .table-responsive > .data-table > tbody > tr:first-child > th,
  .gift-message > .table-responsive > .data-table > tbody > tr:first-child > th,
  .order-about > .table-responsive > .data-table > tbody > tr:first-child > th,
  .panel > .table-responsive > .availability-only-details > tbody > tr:first-child > th,
  .block > .table-responsive > .availability-only-details > tbody > tr:first-child > th,
  .product-view .product-shop > .table-responsive > .availability-only-details > tbody > tr:first-child > th,
  .product-view .box-collateral > .table-responsive > .availability-only-details > tbody > tr:first-child > th,
  .cart .crosssell > .table-responsive > .availability-only-details > tbody > tr:first-child > th,
  .cart .discount > .table-responsive > .availability-only-details > tbody > tr:first-child > th,
  .cart .shipping > .table-responsive > .availability-only-details > tbody > tr:first-child > th,
  .box-account > .table-responsive > .availability-only-details > tbody > tr:first-child > th,
  .addresses-list li.item > .table-responsive > .availability-only-details > tbody > tr:first-child > th,
  .order-info-box > .table-responsive > .availability-only-details > tbody > tr:first-child > th,
  .gift-message > .table-responsive > .availability-only-details > tbody > tr:first-child > th,
  .order-about > .table-responsive > .availability-only-details > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td, .block > .table-bordered > tbody > tr:last-child > td, .product-view .product-shop > .table-bordered > tbody > tr:last-child > td, .product-view .box-collateral > .table-bordered > tbody > tr:last-child > td, .cart .crosssell > .table-bordered > tbody > tr:last-child > td, .cart .discount > .table-bordered > tbody > tr:last-child > td, .cart .shipping > .table-bordered > tbody > tr:last-child > td, .box-account > .table-bordered > tbody > tr:last-child > td, .addresses-list li.item > .table-bordered > tbody > tr:last-child > td, .order-info-box > .table-bordered > tbody > tr:last-child > td, .gift-message > .table-bordered > tbody > tr:last-child > td, .order-about > .table-bordered > tbody > tr:last-child > td, .panel > .data-table > tbody > tr:last-child > td, .block > .data-table > tbody > tr:last-child > td, .product-view .product-shop > .data-table > tbody > tr:last-child > td, .product-view .box-collateral > .data-table > tbody > tr:last-child > td, .cart .crosssell > .data-table > tbody > tr:last-child > td, .cart .discount > .data-table > tbody > tr:last-child > td, .cart .shipping > .data-table > tbody > tr:last-child > td, .box-account > .data-table > tbody > tr:last-child > td, .addresses-list li.item > .data-table > tbody > tr:last-child > td, .order-info-box > .data-table > tbody > tr:last-child > td, .gift-message > .data-table > tbody > tr:last-child > td, .order-about > .data-table > tbody > tr:last-child > td, .panel > .availability-only-details > tbody > tr:last-child > td, .block > .availability-only-details > tbody > tr:last-child > td, .product-view .product-shop > .availability-only-details > tbody > tr:last-child > td, .product-view .box-collateral > .availability-only-details > tbody > tr:last-child > td, .cart .crosssell > .availability-only-details > tbody > tr:last-child > td, .cart .discount > .availability-only-details > tbody > tr:last-child > td, .cart .shipping > .availability-only-details > tbody > tr:last-child > td, .box-account > .availability-only-details > tbody > tr:last-child > td, .addresses-list li.item > .availability-only-details > tbody > tr:last-child > td, .order-info-box > .availability-only-details > tbody > tr:last-child > td, .gift-message > .availability-only-details > tbody > tr:last-child > td, .order-about > .availability-only-details > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .block > .table-bordered > tbody > tr:last-child > th,
  .product-view .product-shop > .table-bordered > tbody > tr:last-child > th,
  .product-view .box-collateral > .table-bordered > tbody > tr:last-child > th,
  .cart .crosssell > .table-bordered > tbody > tr:last-child > th,
  .cart .discount > .table-bordered > tbody > tr:last-child > th,
  .cart .shipping > .table-bordered > tbody > tr:last-child > th,
  .box-account > .table-bordered > tbody > tr:last-child > th,
  .addresses-list li.item > .table-bordered > tbody > tr:last-child > th,
  .order-info-box > .table-bordered > tbody > tr:last-child > th,
  .gift-message > .table-bordered > tbody > tr:last-child > th,
  .order-about > .table-bordered > tbody > tr:last-child > th,
  .panel > .data-table > tbody > tr:last-child > th,
  .block > .data-table > tbody > tr:last-child > th,
  .product-view .product-shop > .data-table > tbody > tr:last-child > th,
  .product-view .box-collateral > .data-table > tbody > tr:last-child > th,
  .cart .crosssell > .data-table > tbody > tr:last-child > th,
  .cart .discount > .data-table > tbody > tr:last-child > th,
  .cart .shipping > .data-table > tbody > tr:last-child > th,
  .box-account > .data-table > tbody > tr:last-child > th,
  .addresses-list li.item > .data-table > tbody > tr:last-child > th,
  .order-info-box > .data-table > tbody > tr:last-child > th,
  .gift-message > .data-table > tbody > tr:last-child > th,
  .order-about > .data-table > tbody > tr:last-child > th,
  .panel > .availability-only-details > tbody > tr:last-child > th,
  .block > .availability-only-details > tbody > tr:last-child > th,
  .product-view .product-shop > .availability-only-details > tbody > tr:last-child > th,
  .product-view .box-collateral > .availability-only-details > tbody > tr:last-child > th,
  .cart .crosssell > .availability-only-details > tbody > tr:last-child > th,
  .cart .discount > .availability-only-details > tbody > tr:last-child > th,
  .cart .shipping > .availability-only-details > tbody > tr:last-child > th,
  .box-account > .availability-only-details > tbody > tr:last-child > th,
  .addresses-list li.item > .availability-only-details > tbody > tr:last-child > th,
  .order-info-box > .availability-only-details > tbody > tr:last-child > th,
  .gift-message > .availability-only-details > tbody > tr:last-child > th,
  .order-about > .availability-only-details > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .block > .table-bordered > tfoot > tr:last-child > td,
  .product-view .product-shop > .table-bordered > tfoot > tr:last-child > td,
  .product-view .box-collateral > .table-bordered > tfoot > tr:last-child > td,
  .cart .crosssell > .table-bordered > tfoot > tr:last-child > td,
  .cart .discount > .table-bordered > tfoot > tr:last-child > td,
  .cart .shipping > .table-bordered > tfoot > tr:last-child > td,
  .box-account > .table-bordered > tfoot > tr:last-child > td,
  .addresses-list li.item > .table-bordered > tfoot > tr:last-child > td,
  .order-info-box > .table-bordered > tfoot > tr:last-child > td,
  .gift-message > .table-bordered > tfoot > tr:last-child > td,
  .order-about > .table-bordered > tfoot > tr:last-child > td,
  .panel > .data-table > tfoot > tr:last-child > td,
  .block > .data-table > tfoot > tr:last-child > td,
  .product-view .product-shop > .data-table > tfoot > tr:last-child > td,
  .product-view .box-collateral > .data-table > tfoot > tr:last-child > td,
  .cart .crosssell > .data-table > tfoot > tr:last-child > td,
  .cart .discount > .data-table > tfoot > tr:last-child > td,
  .cart .shipping > .data-table > tfoot > tr:last-child > td,
  .box-account > .data-table > tfoot > tr:last-child > td,
  .addresses-list li.item > .data-table > tfoot > tr:last-child > td,
  .order-info-box > .data-table > tfoot > tr:last-child > td,
  .gift-message > .data-table > tfoot > tr:last-child > td,
  .order-about > .data-table > tfoot > tr:last-child > td,
  .panel > .availability-only-details > tfoot > tr:last-child > td,
  .block > .availability-only-details > tfoot > tr:last-child > td,
  .product-view .product-shop > .availability-only-details > tfoot > tr:last-child > td,
  .product-view .box-collateral > .availability-only-details > tfoot > tr:last-child > td,
  .cart .crosssell > .availability-only-details > tfoot > tr:last-child > td,
  .cart .discount > .availability-only-details > tfoot > tr:last-child > td,
  .cart .shipping > .availability-only-details > tfoot > tr:last-child > td,
  .box-account > .availability-only-details > tfoot > tr:last-child > td,
  .addresses-list li.item > .availability-only-details > tfoot > tr:last-child > td,
  .order-info-box > .availability-only-details > tfoot > tr:last-child > td,
  .gift-message > .availability-only-details > tfoot > tr:last-child > td,
  .order-about > .availability-only-details > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .block > .table-bordered > tfoot > tr:last-child > th,
  .product-view .product-shop > .table-bordered > tfoot > tr:last-child > th,
  .product-view .box-collateral > .table-bordered > tfoot > tr:last-child > th,
  .cart .crosssell > .table-bordered > tfoot > tr:last-child > th,
  .cart .discount > .table-bordered > tfoot > tr:last-child > th,
  .cart .shipping > .table-bordered > tfoot > tr:last-child > th,
  .box-account > .table-bordered > tfoot > tr:last-child > th,
  .addresses-list li.item > .table-bordered > tfoot > tr:last-child > th,
  .order-info-box > .table-bordered > tfoot > tr:last-child > th,
  .gift-message > .table-bordered > tfoot > tr:last-child > th,
  .order-about > .table-bordered > tfoot > tr:last-child > th,
  .panel > .data-table > tfoot > tr:last-child > th,
  .block > .data-table > tfoot > tr:last-child > th,
  .product-view .product-shop > .data-table > tfoot > tr:last-child > th,
  .product-view .box-collateral > .data-table > tfoot > tr:last-child > th,
  .cart .crosssell > .data-table > tfoot > tr:last-child > th,
  .cart .discount > .data-table > tfoot > tr:last-child > th,
  .cart .shipping > .data-table > tfoot > tr:last-child > th,
  .box-account > .data-table > tfoot > tr:last-child > th,
  .addresses-list li.item > .data-table > tfoot > tr:last-child > th,
  .order-info-box > .data-table > tfoot > tr:last-child > th,
  .gift-message > .data-table > tfoot > tr:last-child > th,
  .order-about > .data-table > tfoot > tr:last-child > th,
  .panel > .availability-only-details > tfoot > tr:last-child > th,
  .block > .availability-only-details > tfoot > tr:last-child > th,
  .product-view .product-shop > .availability-only-details > tfoot > tr:last-child > th,
  .product-view .box-collateral > .availability-only-details > tfoot > tr:last-child > th,
  .cart .crosssell > .availability-only-details > tfoot > tr:last-child > th,
  .cart .discount > .availability-only-details > tfoot > tr:last-child > th,
  .cart .shipping > .availability-only-details > tfoot > tr:last-child > th,
  .box-account > .availability-only-details > tfoot > tr:last-child > th,
  .addresses-list li.item > .availability-only-details > tfoot > tr:last-child > th,
  .order-info-box > .availability-only-details > tfoot > tr:last-child > th,
  .gift-message > .availability-only-details > tfoot > tr:last-child > th,
  .order-about > .availability-only-details > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .block > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .product-view .product-shop > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .cart .crosssell > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .cart .discount > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .cart .shipping > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .box-account > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .addresses-list li.item > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .order-info-box > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .gift-message > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .order-about > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .data-table > tbody > tr:last-child > td,
  .block > .table-responsive > .data-table > tbody > tr:last-child > td,
  .product-view .product-shop > .table-responsive > .data-table > tbody > tr:last-child > td,
  .product-view .box-collateral > .table-responsive > .data-table > tbody > tr:last-child > td,
  .cart .crosssell > .table-responsive > .data-table > tbody > tr:last-child > td,
  .cart .discount > .table-responsive > .data-table > tbody > tr:last-child > td,
  .cart .shipping > .table-responsive > .data-table > tbody > tr:last-child > td,
  .box-account > .table-responsive > .data-table > tbody > tr:last-child > td,
  .addresses-list li.item > .table-responsive > .data-table > tbody > tr:last-child > td,
  .order-info-box > .table-responsive > .data-table > tbody > tr:last-child > td,
  .gift-message > .table-responsive > .data-table > tbody > tr:last-child > td,
  .order-about > .table-responsive > .data-table > tbody > tr:last-child > td,
  .panel > .table-responsive > .availability-only-details > tbody > tr:last-child > td,
  .block > .table-responsive > .availability-only-details > tbody > tr:last-child > td,
  .product-view .product-shop > .table-responsive > .availability-only-details > tbody > tr:last-child > td,
  .product-view .box-collateral > .table-responsive > .availability-only-details > tbody > tr:last-child > td,
  .cart .crosssell > .table-responsive > .availability-only-details > tbody > tr:last-child > td,
  .cart .discount > .table-responsive > .availability-only-details > tbody > tr:last-child > td,
  .cart .shipping > .table-responsive > .availability-only-details > tbody > tr:last-child > td,
  .box-account > .table-responsive > .availability-only-details > tbody > tr:last-child > td,
  .addresses-list li.item > .table-responsive > .availability-only-details > tbody > tr:last-child > td,
  .order-info-box > .table-responsive > .availability-only-details > tbody > tr:last-child > td,
  .gift-message > .table-responsive > .availability-only-details > tbody > tr:last-child > td,
  .order-about > .table-responsive > .availability-only-details > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .block > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .product-view .product-shop > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .cart .crosssell > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .cart .discount > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .cart .shipping > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .box-account > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .addresses-list li.item > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .order-info-box > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .gift-message > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .order-about > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .data-table > tbody > tr:last-child > th,
  .block > .table-responsive > .data-table > tbody > tr:last-child > th,
  .product-view .product-shop > .table-responsive > .data-table > tbody > tr:last-child > th,
  .product-view .box-collateral > .table-responsive > .data-table > tbody > tr:last-child > th,
  .cart .crosssell > .table-responsive > .data-table > tbody > tr:last-child > th,
  .cart .discount > .table-responsive > .data-table > tbody > tr:last-child > th,
  .cart .shipping > .table-responsive > .data-table > tbody > tr:last-child > th,
  .box-account > .table-responsive > .data-table > tbody > tr:last-child > th,
  .addresses-list li.item > .table-responsive > .data-table > tbody > tr:last-child > th,
  .order-info-box > .table-responsive > .data-table > tbody > tr:last-child > th,
  .gift-message > .table-responsive > .data-table > tbody > tr:last-child > th,
  .order-about > .table-responsive > .data-table > tbody > tr:last-child > th,
  .panel > .table-responsive > .availability-only-details > tbody > tr:last-child > th,
  .block > .table-responsive > .availability-only-details > tbody > tr:last-child > th,
  .product-view .product-shop > .table-responsive > .availability-only-details > tbody > tr:last-child > th,
  .product-view .box-collateral > .table-responsive > .availability-only-details > tbody > tr:last-child > th,
  .cart .crosssell > .table-responsive > .availability-only-details > tbody > tr:last-child > th,
  .cart .discount > .table-responsive > .availability-only-details > tbody > tr:last-child > th,
  .cart .shipping > .table-responsive > .availability-only-details > tbody > tr:last-child > th,
  .box-account > .table-responsive > .availability-only-details > tbody > tr:last-child > th,
  .addresses-list li.item > .table-responsive > .availability-only-details > tbody > tr:last-child > th,
  .order-info-box > .table-responsive > .availability-only-details > tbody > tr:last-child > th,
  .gift-message > .table-responsive > .availability-only-details > tbody > tr:last-child > th,
  .order-about > .table-responsive > .availability-only-details > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .block > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .cart .crosssell > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .cart .discount > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .cart .shipping > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .box-account > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .order-info-box > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .gift-message > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .order-about > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .data-table > tfoot > tr:last-child > td,
  .block > .table-responsive > .data-table > tfoot > tr:last-child > td,
  .product-view .product-shop > .table-responsive > .data-table > tfoot > tr:last-child > td,
  .product-view .box-collateral > .table-responsive > .data-table > tfoot > tr:last-child > td,
  .cart .crosssell > .table-responsive > .data-table > tfoot > tr:last-child > td,
  .cart .discount > .table-responsive > .data-table > tfoot > tr:last-child > td,
  .cart .shipping > .table-responsive > .data-table > tfoot > tr:last-child > td,
  .box-account > .table-responsive > .data-table > tfoot > tr:last-child > td,
  .addresses-list li.item > .table-responsive > .data-table > tfoot > tr:last-child > td,
  .order-info-box > .table-responsive > .data-table > tfoot > tr:last-child > td,
  .gift-message > .table-responsive > .data-table > tfoot > tr:last-child > td,
  .order-about > .table-responsive > .data-table > tfoot > tr:last-child > td,
  .panel > .table-responsive > .availability-only-details > tfoot > tr:last-child > td,
  .block > .table-responsive > .availability-only-details > tfoot > tr:last-child > td,
  .product-view .product-shop > .table-responsive > .availability-only-details > tfoot > tr:last-child > td,
  .product-view .box-collateral > .table-responsive > .availability-only-details > tfoot > tr:last-child > td,
  .cart .crosssell > .table-responsive > .availability-only-details > tfoot > tr:last-child > td,
  .cart .discount > .table-responsive > .availability-only-details > tfoot > tr:last-child > td,
  .cart .shipping > .table-responsive > .availability-only-details > tfoot > tr:last-child > td,
  .box-account > .table-responsive > .availability-only-details > tfoot > tr:last-child > td,
  .addresses-list li.item > .table-responsive > .availability-only-details > tfoot > tr:last-child > td,
  .order-info-box > .table-responsive > .availability-only-details > tfoot > tr:last-child > td,
  .gift-message > .table-responsive > .availability-only-details > tfoot > tr:last-child > td,
  .order-about > .table-responsive > .availability-only-details > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .block > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .cart .crosssell > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .cart .discount > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .cart .shipping > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .box-account > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .order-info-box > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .gift-message > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .order-about > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .data-table > tfoot > tr:last-child > th,
  .block > .table-responsive > .data-table > tfoot > tr:last-child > th,
  .product-view .product-shop > .table-responsive > .data-table > tfoot > tr:last-child > th,
  .product-view .box-collateral > .table-responsive > .data-table > tfoot > tr:last-child > th,
  .cart .crosssell > .table-responsive > .data-table > tfoot > tr:last-child > th,
  .cart .discount > .table-responsive > .data-table > tfoot > tr:last-child > th,
  .cart .shipping > .table-responsive > .data-table > tfoot > tr:last-child > th,
  .box-account > .table-responsive > .data-table > tfoot > tr:last-child > th,
  .addresses-list li.item > .table-responsive > .data-table > tfoot > tr:last-child > th,
  .order-info-box > .table-responsive > .data-table > tfoot > tr:last-child > th,
  .gift-message > .table-responsive > .data-table > tfoot > tr:last-child > th,
  .order-about > .table-responsive > .data-table > tfoot > tr:last-child > th,
  .panel > .table-responsive > .availability-only-details > tfoot > tr:last-child > th,
  .block > .table-responsive > .availability-only-details > tfoot > tr:last-child > th,
  .product-view .product-shop > .table-responsive > .availability-only-details > tfoot > tr:last-child > th,
  .product-view .box-collateral > .table-responsive > .availability-only-details > tfoot > tr:last-child > th,
  .cart .crosssell > .table-responsive > .availability-only-details > tfoot > tr:last-child > th,
  .cart .discount > .table-responsive > .availability-only-details > tfoot > tr:last-child > th,
  .cart .shipping > .table-responsive > .availability-only-details > tfoot > tr:last-child > th,
  .box-account > .table-responsive > .availability-only-details > tfoot > tr:last-child > th,
  .addresses-list li.item > .table-responsive > .availability-only-details > tfoot > tr:last-child > th,
  .order-info-box > .table-responsive > .availability-only-details > tfoot > tr:last-child > th,
  .gift-message > .table-responsive > .availability-only-details > tfoot > tr:last-child > th,
  .order-about > .table-responsive > .availability-only-details > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive, .block > .table-responsive, .product-view .product-shop > .table-responsive, .product-view .box-collateral > .table-responsive, .cart .crosssell > .table-responsive, .cart .discount > .table-responsive, .cart .shipping > .table-responsive, .box-account > .table-responsive, .addresses-list li.item > .table-responsive, .order-info-box > .table-responsive, .gift-message > .table-responsive, .order-about > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel, .panel-group .block, .panel-group .product-view .product-shop, .product-view .panel-group .product-shop, .panel-group .product-view .box-collateral, .product-view .panel-group .box-collateral, .panel-group .cart .crosssell, .cart .panel-group .crosssell,
  .panel-group .cart .discount, .cart .panel-group .discount,
  .panel-group .cart .shipping, .cart .panel-group .shipping, .panel-group .box-account, .panel-group .addresses-list li.item, .addresses-list .panel-group li.item, .panel-group .order-info-box, .panel-group .gift-message, .panel-group .order-about {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden; }
    .panel-group .panel + .panel, .panel-group .block + .panel, .panel-group .product-view .product-shop + .panel, .product-view .panel-group .product-shop + .panel, .panel-group .product-view .box-collateral + .panel, .product-view .panel-group .box-collateral + .panel, .panel-group .cart .crosssell + .panel, .cart .panel-group .crosssell + .panel, .panel-group .cart .discount + .panel, .cart .panel-group .discount + .panel, .panel-group .cart .shipping + .panel, .cart .panel-group .shipping + .panel, .panel-group .box-account + .panel, .panel-group .addresses-list li.item + .panel, .addresses-list .panel-group li.item + .panel, .panel-group .order-info-box + .panel, .panel-group .gift-message + .panel, .panel-group .order-about + .panel, .panel-group .panel + .block, .panel-group .block + .block, .panel-group .product-view .product-shop + .block, .product-view .panel-group .product-shop + .block, .panel-group .product-view .box-collateral + .block, .product-view .panel-group .box-collateral + .block, .panel-group .cart .crosssell + .block, .cart .panel-group .crosssell + .block, .panel-group .cart .discount + .block, .cart .panel-group .discount + .block, .panel-group .cart .shipping + .block, .cart .panel-group .shipping + .block, .panel-group .box-account + .block, .panel-group .addresses-list li.item + .block, .addresses-list .panel-group li.item + .block, .panel-group .order-info-box + .block, .panel-group .gift-message + .block, .panel-group .order-about + .block, .panel-group .product-view .panel + .product-shop, .product-view .panel-group .panel + .product-shop, .panel-group .product-view .block + .product-shop, .product-view .panel-group .block + .product-shop, .panel-group .product-view .product-shop + .product-shop, .product-view .panel-group .product-shop + .product-shop, .panel-group .product-view .box-collateral + .product-shop, .product-view .panel-group .box-collateral + .product-shop, .panel-group .cart .product-view .crosssell + .product-shop, .product-view .panel-group .cart .crosssell + .product-shop, .cart .panel-group .product-view .crosssell + .product-shop, .product-view .cart .panel-group .crosssell + .product-shop, .panel-group .cart .product-view .discount + .product-shop, .product-view .panel-group .cart .discount + .product-shop, .cart .panel-group .product-view .discount + .product-shop, .product-view .cart .panel-group .discount + .product-shop, .panel-group .cart .product-view .shipping + .product-shop, .product-view .panel-group .cart .shipping + .product-shop, .cart .panel-group .product-view .shipping + .product-shop, .product-view .cart .panel-group .shipping + .product-shop, .panel-group .product-view .box-account + .product-shop, .product-view .panel-group .box-account + .product-shop, .panel-group .addresses-list .product-view li.item + .product-shop, .product-view .panel-group .addresses-list li.item + .product-shop, .addresses-list .panel-group .product-view li.item + .product-shop, .product-view .addresses-list .panel-group li.item + .product-shop, .panel-group .product-view .order-info-box + .product-shop, .product-view .panel-group .order-info-box + .product-shop, .panel-group .product-view .gift-message + .product-shop, .product-view .panel-group .gift-message + .product-shop, .panel-group .product-view .order-about + .product-shop, .product-view .panel-group .order-about + .product-shop, .panel-group .product-view .panel + .box-collateral, .product-view .panel-group .panel + .box-collateral, .panel-group .product-view .block + .box-collateral, .product-view .panel-group .block + .box-collateral, .panel-group .product-view .product-shop + .box-collateral, .product-view .panel-group .product-shop + .box-collateral, .panel-group .product-view .box-collateral + .box-collateral, .product-view .panel-group .box-collateral + .box-collateral, .panel-group .cart .product-view .crosssell + .box-collateral, .product-view .panel-group .cart .crosssell + .box-collateral, .cart .panel-group .product-view .crosssell + .box-collateral, .product-view .cart .panel-group .crosssell + .box-collateral, .panel-group .cart .product-view .discount + .box-collateral, .product-view .panel-group .cart .discount + .box-collateral, .cart .panel-group .product-view .discount + .box-collateral, .product-view .cart .panel-group .discount + .box-collateral, .panel-group .cart .product-view .shipping + .box-collateral, .product-view .panel-group .cart .shipping + .box-collateral, .cart .panel-group .product-view .shipping + .box-collateral, .product-view .cart .panel-group .shipping + .box-collateral, .panel-group .product-view .box-account + .box-collateral, .product-view .panel-group .box-account + .box-collateral, .panel-group .addresses-list .product-view li.item + .box-collateral, .product-view .panel-group .addresses-list li.item + .box-collateral, .addresses-list .panel-group .product-view li.item + .box-collateral, .product-view .addresses-list .panel-group li.item + .box-collateral, .panel-group .product-view .order-info-box + .box-collateral, .product-view .panel-group .order-info-box + .box-collateral, .panel-group .product-view .gift-message + .box-collateral, .product-view .panel-group .gift-message + .box-collateral, .panel-group .product-view .order-about + .box-collateral, .product-view .panel-group .order-about + .box-collateral, .panel-group .cart .panel + .crosssell, .cart .panel-group .panel + .crosssell, .panel-group .cart .block + .crosssell, .cart .panel-group .block + .crosssell, .panel-group .product-view .cart .product-shop + .crosssell, .cart .panel-group .product-view .product-shop + .crosssell, .product-view .panel-group .cart .product-shop + .crosssell, .cart .product-view .panel-group .product-shop + .crosssell, .panel-group .product-view .cart .box-collateral + .crosssell, .cart .panel-group .product-view .box-collateral + .crosssell, .product-view .panel-group .cart .box-collateral + .crosssell, .cart .product-view .panel-group .box-collateral + .crosssell, .panel-group .cart .crosssell + .crosssell, .cart .panel-group .crosssell + .crosssell, .panel-group .cart .discount + .crosssell, .cart .panel-group .discount + .crosssell, .panel-group .cart .shipping + .crosssell, .cart .panel-group .shipping + .crosssell, .panel-group .cart .box-account + .crosssell, .cart .panel-group .box-account + .crosssell, .panel-group .addresses-list .cart li.item + .crosssell, .cart .panel-group .addresses-list li.item + .crosssell, .addresses-list .panel-group .cart li.item + .crosssell, .cart .addresses-list .panel-group li.item + .crosssell, .panel-group .cart .order-info-box + .crosssell, .cart .panel-group .order-info-box + .crosssell, .panel-group .cart .gift-message + .crosssell, .cart .panel-group .gift-message + .crosssell, .panel-group .cart .order-about + .crosssell, .cart .panel-group .order-about + .crosssell,
    .panel-group .cart .panel + .discount, .cart .panel-group .panel + .discount,
    .panel-group .cart .block + .discount, .cart .panel-group .block + .discount,
    .panel-group .product-view .cart .product-shop + .discount, .cart .panel-group .product-view .product-shop + .discount, .product-view .panel-group .cart .product-shop + .discount, .cart .product-view .panel-group .product-shop + .discount,
    .panel-group .product-view .cart .box-collateral + .discount, .cart .panel-group .product-view .box-collateral + .discount, .product-view .panel-group .cart .box-collateral + .discount, .cart .product-view .panel-group .box-collateral + .discount,
    .panel-group .cart .crosssell + .discount, .cart .panel-group .crosssell + .discount,
    .panel-group .cart .discount + .discount, .cart .panel-group .discount + .discount,
    .panel-group .cart .shipping + .discount, .cart .panel-group .shipping + .discount,
    .panel-group .cart .box-account + .discount, .cart .panel-group .box-account + .discount,
    .panel-group .addresses-list .cart li.item + .discount, .cart .panel-group .addresses-list li.item + .discount, .addresses-list .panel-group .cart li.item + .discount, .cart .addresses-list .panel-group li.item + .discount,
    .panel-group .cart .order-info-box + .discount, .cart .panel-group .order-info-box + .discount,
    .panel-group .cart .gift-message + .discount, .cart .panel-group .gift-message + .discount,
    .panel-group .cart .order-about + .discount, .cart .panel-group .order-about + .discount,
    .panel-group .cart .panel + .shipping, .cart .panel-group .panel + .shipping,
    .panel-group .cart .block + .shipping, .cart .panel-group .block + .shipping,
    .panel-group .product-view .cart .product-shop + .shipping, .cart .panel-group .product-view .product-shop + .shipping, .product-view .panel-group .cart .product-shop + .shipping, .cart .product-view .panel-group .product-shop + .shipping,
    .panel-group .product-view .cart .box-collateral + .shipping, .cart .panel-group .product-view .box-collateral + .shipping, .product-view .panel-group .cart .box-collateral + .shipping, .cart .product-view .panel-group .box-collateral + .shipping,
    .panel-group .cart .crosssell + .shipping, .cart .panel-group .crosssell + .shipping,
    .panel-group .cart .discount + .shipping, .cart .panel-group .discount + .shipping,
    .panel-group .cart .shipping + .shipping, .cart .panel-group .shipping + .shipping,
    .panel-group .cart .box-account + .shipping, .cart .panel-group .box-account + .shipping,
    .panel-group .addresses-list .cart li.item + .shipping, .cart .panel-group .addresses-list li.item + .shipping, .addresses-list .panel-group .cart li.item + .shipping, .cart .addresses-list .panel-group li.item + .shipping,
    .panel-group .cart .order-info-box + .shipping, .cart .panel-group .order-info-box + .shipping,
    .panel-group .cart .gift-message + .shipping, .cart .panel-group .gift-message + .shipping,
    .panel-group .cart .order-about + .shipping, .cart .panel-group .order-about + .shipping, .panel-group .panel + .box-account, .panel-group .block + .box-account, .panel-group .product-view .product-shop + .box-account, .product-view .panel-group .product-shop + .box-account, .panel-group .product-view .box-collateral + .box-account, .product-view .panel-group .box-collateral + .box-account, .panel-group .cart .crosssell + .box-account, .cart .panel-group .crosssell + .box-account, .panel-group .cart .discount + .box-account, .cart .panel-group .discount + .box-account, .panel-group .cart .shipping + .box-account, .cart .panel-group .shipping + .box-account, .panel-group .box-account + .box-account, .panel-group .addresses-list li.item + .box-account, .addresses-list .panel-group li.item + .box-account, .panel-group .order-info-box + .box-account, .panel-group .gift-message + .box-account, .panel-group .order-about + .box-account, .panel-group .addresses-list .panel + li.item, .addresses-list .panel-group .panel + li.item, .panel-group .addresses-list .block + li.item, .addresses-list .panel-group .block + li.item, .panel-group .product-view .addresses-list .product-shop + li.item, .addresses-list .panel-group .product-view .product-shop + li.item, .product-view .panel-group .addresses-list .product-shop + li.item, .addresses-list .product-view .panel-group .product-shop + li.item, .panel-group .product-view .addresses-list .box-collateral + li.item, .addresses-list .panel-group .product-view .box-collateral + li.item, .product-view .panel-group .addresses-list .box-collateral + li.item, .addresses-list .product-view .panel-group .box-collateral + li.item, .panel-group .cart .addresses-list .crosssell + li.item, .addresses-list .panel-group .cart .crosssell + li.item, .cart .panel-group .addresses-list .crosssell + li.item, .addresses-list .cart .panel-group .crosssell + li.item, .panel-group .cart .addresses-list .discount + li.item, .addresses-list .panel-group .cart .discount + li.item, .cart .panel-group .addresses-list .discount + li.item, .addresses-list .cart .panel-group .discount + li.item, .panel-group .cart .addresses-list .shipping + li.item, .addresses-list .panel-group .cart .shipping + li.item, .cart .panel-group .addresses-list .shipping + li.item, .addresses-list .cart .panel-group .shipping + li.item, .panel-group .addresses-list .box-account + li.item, .addresses-list .panel-group .box-account + li.item, .panel-group .addresses-list li.item + li.item, .addresses-list .panel-group li.item + li.item, .panel-group .addresses-list .order-info-box + li.item, .addresses-list .panel-group .order-info-box + li.item, .panel-group .addresses-list .gift-message + li.item, .addresses-list .panel-group .gift-message + li.item, .panel-group .addresses-list .order-about + li.item, .addresses-list .panel-group .order-about + li.item, .panel-group .panel + .order-info-box, .panel-group .block + .order-info-box, .panel-group .product-view .product-shop + .order-info-box, .product-view .panel-group .product-shop + .order-info-box, .panel-group .product-view .box-collateral + .order-info-box, .product-view .panel-group .box-collateral + .order-info-box, .panel-group .cart .crosssell + .order-info-box, .cart .panel-group .crosssell + .order-info-box, .panel-group .cart .discount + .order-info-box, .cart .panel-group .discount + .order-info-box, .panel-group .cart .shipping + .order-info-box, .cart .panel-group .shipping + .order-info-box, .panel-group .box-account + .order-info-box, .panel-group .addresses-list li.item + .order-info-box, .addresses-list .panel-group li.item + .order-info-box, .panel-group .order-info-box + .order-info-box, .panel-group .gift-message + .order-info-box, .panel-group .order-about + .order-info-box, .panel-group .panel + .gift-message, .panel-group .block + .gift-message, .panel-group .product-view .product-shop + .gift-message, .product-view .panel-group .product-shop + .gift-message, .panel-group .product-view .box-collateral + .gift-message, .product-view .panel-group .box-collateral + .gift-message, .panel-group .cart .crosssell + .gift-message, .cart .panel-group .crosssell + .gift-message, .panel-group .cart .discount + .gift-message, .cart .panel-group .discount + .gift-message, .panel-group .cart .shipping + .gift-message, .cart .panel-group .shipping + .gift-message, .panel-group .box-account + .gift-message, .panel-group .addresses-list li.item + .gift-message, .addresses-list .panel-group li.item + .gift-message, .panel-group .order-info-box + .gift-message, .panel-group .gift-message + .gift-message, .panel-group .order-about + .gift-message, .panel-group .panel + .order-about, .panel-group .block + .order-about, .panel-group .product-view .product-shop + .order-about, .product-view .panel-group .product-shop + .order-about, .panel-group .product-view .box-collateral + .order-about, .product-view .panel-group .box-collateral + .order-about, .panel-group .cart .crosssell + .order-about, .cart .panel-group .crosssell + .order-about, .panel-group .cart .discount + .order-about, .cart .panel-group .discount + .order-about, .panel-group .cart .shipping + .order-about, .cart .panel-group .shipping + .order-about, .panel-group .box-account + .order-about, .panel-group .addresses-list li.item + .order-about, .addresses-list .panel-group li.item + .order-about, .panel-group .order-info-box + .order-about, .panel-group .gift-message + .order-about, .panel-group .order-about + .order-about {
      margin-top: 5px; }
  .panel-group .panel-heading, .panel-group .block .block-title, .block .panel-group .block-title, .panel-group .block-account .block-title, .block-account .panel-group .block-title, .panel-group .product-view .product-shop .product-name, .product-view .product-shop .panel-group .product-name, .panel-group .product-view .box-collateral > h2, .product-view .panel-group .box-collateral > h2, .panel-group .cart .crosssell > h2, .cart .panel-group .crosssell > h2,
  .panel-group .cart .discount > h2, .cart .panel-group .discount > h2,
  .panel-group .cart .shipping > h2, .cart .panel-group .shipping > h2, .panel-group .box-account .box-head, .box-account .panel-group .box-head, .panel-group .addresses-list li.item h3, .addresses-list li.item .panel-group h3 {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse .panel-body, .panel-group .block .block-title + .panel-collapse .panel-body, .block .panel-group .block-title + .panel-collapse .panel-body, .panel-group .block-account .block-title + .panel-collapse .panel-body, .block-account .panel-group .block-title + .panel-collapse .panel-body, .panel-group .product-view .product-shop .product-name + .panel-collapse .panel-body, .product-view .product-shop .panel-group .product-name + .panel-collapse .panel-body, .panel-group .product-view .box-collateral > h2 + .panel-collapse .panel-body, .product-view .panel-group .box-collateral > h2 + .panel-collapse .panel-body, .panel-group .cart .crosssell > h2 + .panel-collapse .panel-body, .cart .panel-group .crosssell > h2 + .panel-collapse .panel-body, .panel-group .cart .discount > h2 + .panel-collapse .panel-body, .cart .panel-group .discount > h2 + .panel-collapse .panel-body, .panel-group .cart .shipping > h2 + .panel-collapse .panel-body, .cart .panel-group .shipping > h2 + .panel-collapse .panel-body, .panel-group .box-account .box-head + .panel-collapse .panel-body, .box-account .panel-group .box-head + .panel-collapse .panel-body, .panel-group .addresses-list li.item h3 + .panel-collapse .panel-body, .addresses-list li.item .panel-group h3 + .panel-collapse .panel-body {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading, .block .panel-default > .block-title, .block-account .panel-default > .block-title, .product-view .product-shop .panel-default > .product-name, .product-view .box-collateral.panel-default > h2, .cart .crosssell.panel-default > h2,
  .cart .discount.panel-default > h2,
  .cart .shipping.panel-default > h2, .box-account .panel-default > .box-head, .addresses-list li.item .panel-default > h3 {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse .panel-body, .block .panel-default > .block-title + .panel-collapse .panel-body, .block-account .panel-default > .block-title + .panel-collapse .panel-body, .product-view .product-shop .panel-default > .product-name + .panel-collapse .panel-body, .product-view .box-collateral.panel-default > h2 + .panel-collapse .panel-body, .cart .crosssell.panel-default > h2 + .panel-collapse .panel-body, .cart .discount.panel-default > h2 + .panel-collapse .panel-body, .cart .shipping.panel-default > h2 + .panel-collapse .panel-body, .box-account .panel-default > .box-head + .panel-collapse .panel-body, .addresses-list li.item .panel-default > h3 + .panel-collapse .panel-body {
      border-top-color: #ddd; }
  .panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd; }

.panel-primary, .block-account {
  border-color: #428bca; }
  .panel-primary > .panel-heading, .block-account > .panel-heading, .block .panel-primary > .block-title, .block .block-account > .block-title, .block-account .panel-primary > .block-title, .block-account > .block-title, .product-view .product-shop .panel-primary > .product-name, .product-view .product-shop .block-account > .product-name, .product-view .box-collateral.panel-primary > h2, .product-view .box-collateral.block-account > h2, .cart .crosssell.panel-primary > h2, .cart .crosssell.block-account > h2,
  .cart .discount.panel-primary > h2,
  .cart .discount.block-account > h2,
  .cart .shipping.panel-primary > h2,
  .cart .shipping.block-account > h2, .box-account .panel-primary > .box-head, .box-account .block-account > .box-head, .addresses-list li.item .panel-primary > h3, .addresses-list li.item .block-account > h3 {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca; }
    .panel-primary > .panel-heading + .panel-collapse .panel-body, .block-account > .panel-heading + .panel-collapse .panel-body, .block .panel-primary > .block-title + .panel-collapse .panel-body, .block .block-account > .block-title + .panel-collapse .panel-body, .block-account .panel-primary > .block-title + .panel-collapse .panel-body, .block-account > .block-title + .panel-collapse .panel-body, .product-view .product-shop .panel-primary > .product-name + .panel-collapse .panel-body, .product-view .product-shop .block-account > .product-name + .panel-collapse .panel-body, .product-view .box-collateral.panel-primary > h2 + .panel-collapse .panel-body, .product-view .box-collateral.block-account > h2 + .panel-collapse .panel-body, .cart .crosssell.panel-primary > h2 + .panel-collapse .panel-body, .cart .crosssell.block-account > h2 + .panel-collapse .panel-body, .cart .discount.panel-primary > h2 + .panel-collapse .panel-body, .cart .discount.block-account > h2 + .panel-collapse .panel-body, .cart .shipping.panel-primary > h2 + .panel-collapse .panel-body, .cart .shipping.block-account > h2 + .panel-collapse .panel-body, .box-account .panel-primary > .box-head + .panel-collapse .panel-body, .box-account .block-account > .box-head + .panel-collapse .panel-body, .addresses-list li.item .panel-primary > h3 + .panel-collapse .panel-body, .addresses-list li.item .block-account > h3 + .panel-collapse .panel-body {
      border-top-color: #428bca; }
  .panel-primary > .panel-footer + .panel-collapse .panel-body, .block-account > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading, .block .panel-success > .block-title, .block-account .panel-success > .block-title, .product-view .product-shop .panel-success > .product-name, .product-view .box-collateral.panel-success > h2, .cart .crosssell.panel-success > h2,
  .cart .discount.panel-success > h2,
  .cart .shipping.panel-success > h2, .box-account .panel-success > .box-head, .addresses-list li.item .panel-success > h3 {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse .panel-body, .block .panel-success > .block-title + .panel-collapse .panel-body, .block-account .panel-success > .block-title + .panel-collapse .panel-body, .product-view .product-shop .panel-success > .product-name + .panel-collapse .panel-body, .product-view .box-collateral.panel-success > h2 + .panel-collapse .panel-body, .cart .crosssell.panel-success > h2 + .panel-collapse .panel-body, .cart .discount.panel-success > h2 + .panel-collapse .panel-body, .cart .shipping.panel-success > h2 + .panel-collapse .panel-body, .box-account .panel-success > .box-head + .panel-collapse .panel-body, .addresses-list li.item .panel-success > h3 + .panel-collapse .panel-body {
      border-top-color: #d6e9c6; }
  .panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading, .block .panel-info > .block-title, .block-account .panel-info > .block-title, .product-view .product-shop .panel-info > .product-name, .product-view .box-collateral.panel-info > h2, .cart .crosssell.panel-info > h2,
  .cart .discount.panel-info > h2,
  .cart .shipping.panel-info > h2, .box-account .panel-info > .box-head, .addresses-list li.item .panel-info > h3 {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse .panel-body, .block .panel-info > .block-title + .panel-collapse .panel-body, .block-account .panel-info > .block-title + .panel-collapse .panel-body, .product-view .product-shop .panel-info > .product-name + .panel-collapse .panel-body, .product-view .box-collateral.panel-info > h2 + .panel-collapse .panel-body, .cart .crosssell.panel-info > h2 + .panel-collapse .panel-body, .cart .discount.panel-info > h2 + .panel-collapse .panel-body, .cart .shipping.panel-info > h2 + .panel-collapse .panel-body, .box-account .panel-info > .box-head + .panel-collapse .panel-body, .addresses-list li.item .panel-info > h3 + .panel-collapse .panel-body {
      border-top-color: #bce8f1; }
  .panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading, .block .panel-warning > .block-title, .block-account .panel-warning > .block-title, .product-view .product-shop .panel-warning > .product-name, .product-view .box-collateral.panel-warning > h2, .cart .crosssell.panel-warning > h2,
  .cart .discount.panel-warning > h2,
  .cart .shipping.panel-warning > h2, .box-account .panel-warning > .box-head, .addresses-list li.item .panel-warning > h3 {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse .panel-body, .block .panel-warning > .block-title + .panel-collapse .panel-body, .block-account .panel-warning > .block-title + .panel-collapse .panel-body, .product-view .product-shop .panel-warning > .product-name + .panel-collapse .panel-body, .product-view .box-collateral.panel-warning > h2 + .panel-collapse .panel-body, .cart .crosssell.panel-warning > h2 + .panel-collapse .panel-body, .cart .discount.panel-warning > h2 + .panel-collapse .panel-body, .cart .shipping.panel-warning > h2 + .panel-collapse .panel-body, .box-account .panel-warning > .box-head + .panel-collapse .panel-body, .addresses-list li.item .panel-warning > h3 + .panel-collapse .panel-body {
      border-top-color: #faebcc; }
  .panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading, .block .panel-danger > .block-title, .block-account .panel-danger > .block-title, .product-view .product-shop .panel-danger > .product-name, .product-view .box-collateral.panel-danger > h2, .cart .crosssell.panel-danger > h2,
  .cart .discount.panel-danger > h2,
  .cart .shipping.panel-danger > h2, .box-account .panel-danger > .box-head, .addresses-list li.item .panel-danger > h3 {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse .panel-body, .block .panel-danger > .block-title + .panel-collapse .panel-body, .block-account .panel-danger > .block-title + .panel-collapse .panel-body, .product-view .product-shop .panel-danger > .product-name + .panel-collapse .panel-body, .product-view .box-collateral.panel-danger > h2 + .panel-collapse .panel-body, .cart .crosssell.panel-danger > h2 + .panel-collapse .panel-body, .cart .discount.panel-danger > h2 + .panel-collapse .panel-body, .cart .shipping.panel-danger > h2 + .panel-collapse .panel-body, .box-account .panel-danger > .box-head + .panel-collapse .panel-body, .addresses-list li.item .panel-danger > h3 + .panel-collapse .panel-body {
      border-top-color: #ebccd1; }
  .panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1; }

.well, .advanced-search-summary, .product-options, .product-pricing,
.tier-prices, .cart .totals, .checkout-agreements .agreement-content, .multiple-checkout .box, .checkout-multishipping-shipping .box-sp-methods {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote, .advanced-search-summary blockquote, .product-options blockquote, .product-pricing blockquote, .tier-prices blockquote, .cart .totals blockquote, .checkout-agreements .agreement-content blockquote, .multiple-checkout .box blockquote, .checkout-multishipping-shipping .box-sp-methods blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm, .advanced-search-summary, .product-options, .product-pricing,
.tier-prices, .multiple-checkout .box, .checkout-multishipping-shipping .box-sp-methods {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    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; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../vendor/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../vendor/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../vendor/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../vendor/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../vendor/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../vendor/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.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; }

.btn-remove, .btn-previous,
.btn-remove2, .btn-edit {
  display: inline-block;
  font-size: 0; }
  .btn-remove:hover, .btn-remove:focus, .btn-previous:hover, .btn-previous:focus,
  .btn-remove2:hover,
  .btn-remove2:focus, .btn-edit:hover, .btn-edit:focus {
    text-decoration: none; }
  .btn-remove:after, .btn-previous:after,
  .btn-remove2:after, .btn-edit:after {
    font-size: 14px;
    font-weight: bold;
    font-family: FontAwesome;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.btn-edit:after {
  content: ""; }

.btn-remove:after, .btn-remove2:after {
  content: ""; }

.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; }

.logo h1 {
  margin: 0; }

.form-language {
  margin-bottom: 10px; }
  .form-language label {
    display: none; }

.form-search {
  margin-bottom: 10px;
  position: relative; }
  .form-search .search-autocomplete {
    z-index: 1001; }
    .form-search .search-autocomplete li {
      cursor: pointer; }
      .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: #fff;
        background-color: #428bca;
        border-color: #428bca; }

.advanced-search .form-list .input-range {
  line-height: 34px; }
  .advanced-search .form-list .input-range small {
    float: right; }

.advanced-search-summary:before, .advanced-search-summary:after {
  content: " ";
  display: table; }

.advanced-search-summary:after {
  clear: both; }

.advanced-search-summary ul {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px; }

.advanced-search-summary strong {
  color: #f15c22; }

.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 {
  border-color: #ddd; }
  .block .block-title {
    border-color: #ddd;
    background-color: #f5f5f5;
    color: #333333; }
    .block .block-title strong {
      font-weight: 500; }
  .block .block-subtitle {
    margin: 0 15px 10px;
    padding: 10px 0;
    border-bottom: 1px solid #ddd; }
  .block .block-content:before, .block .block-content:after,
  .block .actions:before,
  .block .actions:after {
    content: " ";
    display: table; }
  .block .block-content:after,
  .block .actions:after {
    clear: both; }
  .block .block-content:before, .block .block-content:after {
    content: " ";
    display: table; }
  .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 #ddd;
    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; }
  .block .empty {
    margin: 0;
    padding: 15px; }
  .block li.odd {
    background-color: #f9f9f9; }

/* 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 {
  margin-left: 60px; }

.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 .block-title {
  border-color: #428bca;
  background-color: #428bca;
  color: #fff; }
  .block-account .block-title strong {
    font-weight: 500; }

.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 #ddd;
    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 #ddd; }
  .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: 4px;
  margin-bottom: 0;
  text-align: center; }
  .block-cart .subtotal .price {
    font-weight: bold; }

.block-cart .actions {
  border-bottom: 1px solid #ddd; }
  .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-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-description {
  margin-bottom: 10px; }

.category-products .toolbar {
  margin-bottom: 10px; }

.products-grid {
  margin-left: -15px;
  margin-right: -15px; }
  .products-grid:before, .products-grid:after {
    content: " ";
    display: table; }
  .products-grid:after {
    clear: both; }
  .products-grid .item {
    position: relative;
    float: left;
    width: 33.33333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 390px;
    padding-bottom: 80px; }
    .products-grid .item.first {
      clear: left; }
  .products-grid .product-image {
    display: block;
    margin-bottom: 10px; }
  .products-grid .product-name {
    min-height: 60px; }
  .products-grid .actions {
    position: absolute;
    bottom: 0; }
  .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: " ";
    display: table; }
  .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-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: 14px;
  font-weight: 500;
  line-height: 20px; }

.availability {
  margin: 0; }
  .availability span {
    font-weight: bold; }
  .availability.in-stock span {
    color: #3c763d; }
  .availability.out-of-stock span {
    color: #a94442; }

.availability-only span,
.availability-only a {
  font-weight: bold; }

.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: " ";
    display: table; }
  .add-to-box:after {
    clear: both; }
  .add-to-box .add-to-cart {
    margin: 0 -15px 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: " ";
    display: table; }
  .product-view:after {
    clear: both; }

.product-essential,
.product-collateral {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .product-essential,
    .product-collateral {
      float: left;
      width: 100%; } }

.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.33333%; } }
  .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: " ";
      display: table; }
    .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 {
    float: right;
    width: 41.66667%; } }

.product-view .product-shop {
  padding: 15px;
  border-color: #ddd; }
  .product-view .product-shop .product-name {
    margin: -15px -15px 15px;
    border-color: #ddd;
    background-color: #f5f5f5;
    color: #333333; }
  .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 .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 {
  margin-bottom: 10px;
  position: relative; }
  .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: #a94442; }
    .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 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: " ";
    display: table; }
  .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; }
    .product-options-bottom .add-to-links li {
      display: inline;
      margin-right: 20px; }
  .product-options-bottom .price-box {
    padding-top: 10px; }
    .product-options-bottom .price-box:before, .product-options-bottom .price-box:after {
      content: " ";
      display: table; }
    .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: 0 0 10px; }
  .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 {
  padding: 15px;
  border-color: #ddd; }
  .product-view .box-collateral:before, .product-view .box-collateral:after {
    content: " ";
    display: table; }
  .product-view .box-collateral:after {
    clear: both; }
  .product-view .box-collateral > h2 {
    margin: -15px -15px 15px;
    border-color: #ddd;
    background-color: #f5f5f5;
    font-size: 16px;
    color: #333333; }

.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: " ";
    display: table; }
  .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: #a94442; }

.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 #ddd; } }

.tags-list {
  margin: 0;
  padding: 10px; }
  .tags-list li {
    display: inline !important;
    margin: 0 3px; }

.product-teaser-small {
  border: 1px solid #EEEEEE;
  margin: 5px 0px;
  padding: 10px;
  text-align: center; }

.product-teaser {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px; }

.product-teaser-item {
  display: -webkit-box;
  display: flex;
  max-width: 200px; }

.product-teaser-new-button {
  border-radius: 50% !important;
  width: 30px;
  height: 30px;
  top: 15px;
  left: 25px;
  background: #0155A6;
  position: absolute;
  line-height: 30px;
  text-align: center;
  color: #ffffff !important;
  font-size: 8px;
  display: block; }

.product-teaser-name {
  text-transform: none !important; }

.price {
  white-space: nowrap; }

.price-box .price-label {
  white-space: nowrap; }

.price-box .price {
  font-weight: bold;
  color: #f15c22; }

.price-box .price-full {
  text-decoration: line-through; }

.regular-price {
  color: #f15c22; }
  .regular-price .price {
    font-weight: bold;
    color: #f15c22; }

.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: #f15c22; }

.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; }

.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: " ";
    display: table; }
  .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: " ";
    display: table; }
  .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;
    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.66667%; } }
    .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 {
  margin-bottom: 20px; }

@media (max-width: 768px) {
  .cart > form {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 15px;
    border: 1px solid #ddd; } }

.cart-table {
  margin-bottom: 0; }
  .cart-table .qty {
    width: auto;
    text-align: center; }
  .cart-table .btn-continue {
    float: left; }

.cart .cart-collaterals {
  margin-left: -15px;
  margin-right: -15px; }
  .cart .cart-collaterals:before, .cart .cart-collaterals:after {
    content: " ";
    display: table; }
  .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.66667%; } }
  @media (min-width: 768px) {
    .cart .cart-collaterals .totals {
      margin-right: 15px;
      float: right;
      width: 33.33333%; } }

.cart .crosssell,
.cart .discount,
.cart .shipping {
  border-color: #ddd; }
  .cart .crosssell > h2,
  .cart .discount > h2,
  .cart .shipping > h2 {
    border-color: #ddd;
    background-color: #f5f5f5;
    color: #333333;
    font-weight: 500; }

.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 {
  padding: 15px; }

.cart .shipping .shipping-form {
  padding: 15px; }

.cart .totals .checkout-types {
  margin-bottom: 0;
  text-align: 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 {
  top: 20px; }
  .truncated_full_value dl {
    margin: 0; }
  .truncated_full_value dd {
    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; }
  .sp-methods .form-list {
    padding-left: 20px; }
  .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 {
  display: block; }
  .tool-tip .btn-close {
    padding: 9px 14px; }
    .tool-tip .btn-close:before, .tool-tip .btn-close:after {
      content: " ";
      display: table; }
    .tool-tip .btn-close:after {
      clear: both; }
    .tool-tip .btn-close a {
      float: right;
      font-size: 0;
      color: #000;
      text-shadow: 0 1px 0 #fff;
      opacity: 0.2;
      filter: alpha(opacity=20); }
      .tool-tip .btn-close a:after {
        font-size: 14px;
        font-weight: bold;
        font-family: FontAwesome;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: ""; }
      .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 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: " ";
      display: table; }
    .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: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .gift-message-row .btn-close:after {
    font-size: 14px;
    font-weight: bold;
    font-family: FontAwesome;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .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: " ";
  display: table; }

.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 {
  margin-bottom: 0;
  overflow: auto;
  height: 240px; }

.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 #ddd; }
  .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 #ddd;
  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 #ddd;
    border-width: 0 1px 1px;
    background-color: #f5f5f5;
    color: #333333; }
    .opc .step-title:before, .opc .step-title:after {
      content: " ";
      display: table; }
    .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 #ddd;
    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: " ";
  display: table; }

.checkout-progress:after {
  clear: both; }

@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 #ddd; } }

.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 {
  width: 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 .box-title h3 {
  margin-top: 0; }

.multiple-checkout .box address {
  margin-bottom: 0; }

.multiple-checkout .place-order:before, .multiple-checkout .place-order:after {
  content: " ";
  display: table; }

.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: #f15c22; }

#multiship-addresses-table .qty {
  width: auto;
  text-align: center; }

.checkout-multishipping-billing .multiple-checkout {
  position: relative; }

.account-login .content {
  min-height: 242px; }

.captcha-image {
  position: relative;
  width: 258px; }

.captcha-note {
  clear: left;
  padding-top: 5px; }

.captcha-image .captcha-img {
  border-radius: 4px;
  border: 1px solid #ccc;
  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;
    animation: captcha-rotate 1.5s infinite linear; }

@-webkit-keyframes captcha-rotate {
  0% {
    -webkit-transform: rotate(0); }
  0% {
    -webkit-transform: rotate(-360deg); } }

@keyframes captcha-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

.box-account {
  padding: 15px;
  border-color: #ddd; }
  .box-account .box-head {
    margin: -15px -15px 15px;
    border-color: #ddd;
    background-color: #f5f5f5;
    color: #333333; }
    .box-account .box-head:before, .box-account .box-head:after {
      content: " ";
      display: table; }
    .box-account .box-head:after {
      clear: both; }
    .box-account .box-head h2 {
      float: left; }
    .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 #ddd;
  text-align: right; }
  .dashboard .box .box-title:before, .dashboard .box .box-title:after {
    content: " ";
    display: table; }
  .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: " ";
    display: table; }
  .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: #a94442; }

.addresses-list .separator {
  margin: 0 3px; }

.addresses-list li.item {
  padding: 15px;
  border-color: #ddd; }
  .addresses-list li.item h3 {
    margin: -15px -15px 15px;
    border-color: #ddd;
    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-left: 0;
  margin-right: 0;
  border-color: #ddd;
  padding-top: 15px; }
  .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 {
  padding: 15px;
  border-color: #ddd; }
  .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 {
  padding: 15px;
  border-color: #ddd; }
  .order-about dd {
    margin-bottom: 10px;
    padding-left: 10px; }
    .order-about dd:last-child {
      margin-bottom: 0; }

.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 {
  width: 100%;
  display: block; }

.product-review .product-img-box {
  float: left;
  width: 140px; }
  .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; }

.landing {
  text-align: center; }

.landing_page_headline {
  text-align: center;
  font-size: 44px !important; }

.country_icon {
  width: 137px;
  height: 137px;
  margin: 30px; }

html {
  height: 100%; }

.cms-selection-page {
  min-height: 100%;
  padding-bottom: 46px;
  position: relative; }
  .cms-selection-page .full-width-bottombar {
    position: absolute;
    width: 100%;
    bottom: 0; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  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: 1040;
  background-color: #000; }
  .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.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer .button + .btn, .modal-footer .my-wishlist .link-edit + .btn, .my-wishlist .modal-footer .link-edit + .btn, .modal-footer .btn + .button, .modal-footer .button + .button, .modal-footer .my-wishlist .link-edit + .button, .my-wishlist .modal-footer .link-edit + .button, .modal-footer .my-wishlist .btn + .link-edit, .my-wishlist .modal-footer .btn + .link-edit, .modal-footer .my-wishlist .button + .link-edit, .my-wishlist .modal-footer .button + .link-edit, .modal-footer .my-wishlist .link-edit + .link-edit, .my-wishlist .modal-footer .link-edit + .link-edit {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .button + .btn, .modal-footer .btn-group .my-wishlist .link-edit + .btn, .my-wishlist .modal-footer .btn-group .link-edit + .btn, .modal-footer .btn-group .btn + .button, .modal-footer .btn-group .button + .button, .modal-footer .btn-group .my-wishlist .link-edit + .button, .my-wishlist .modal-footer .btn-group .link-edit + .button, .modal-footer .btn-group .my-wishlist .btn + .link-edit, .my-wishlist .modal-footer .btn-group .btn + .link-edit, .modal-footer .btn-group .my-wishlist .button + .link-edit, .my-wishlist .modal-footer .btn-group .button + .link-edit, .modal-footer .btn-group .my-wishlist .link-edit + .link-edit, .my-wishlist .modal-footer .btn-group .link-edit + .link-edit {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.modal-open {
  overflow: hidden; }
  .modal-open body,
  .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, .truncated_full_value, .tool-tip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 400px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top, .top.truncated_full_value, .top.tool-tip {
    margin-top: -10px; }
  .popover.right, .right.truncated_full_value, .right.tool-tip {
    margin-left: 10px; }
  .popover.bottom, .bottom.truncated_full_value, .bottom.tool-tip {
    margin-top: 10px; }
  .popover.left, .left.truncated_full_value, .left.tool-tip {
    margin-left: -10px; }

.popover-title, .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; }

.popover-content, .truncated_full_value dd, .tool-tip-content {
  padding: 9px 14px; }

.popover > .arrow, .truncated_full_value > .arrow, .tool-tip > .arrow, .popover > .arrow:after, .truncated_full_value > .arrow:after, .tool-tip > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow, .truncated_full_value > .arrow, .tool-tip > .arrow {
  border-width: 11px; }

.popover > .arrow:after, .truncated_full_value > .arrow:after, .tool-tip > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow, .top.truncated_full_value > .arrow, .top.tool-tip > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  bottom: -11px; }
  .popover.top > .arrow:after, .top.truncated_full_value > .arrow:after, .top.tool-tip > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow, .right.truncated_full_value > .arrow, .right.tool-tip > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: fadein(rgba(0, 0, 0, 0.2), 5%); }
  .popover.right > .arrow:after, .right.truncated_full_value > .arrow:after, .right.tool-tip > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow, .bottom.truncated_full_value > .arrow, .bottom.tool-tip > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  top: -11px; }
  .popover.bottom > .arrow:after, .bottom.truncated_full_value > .arrow:after, .bottom.tool-tip > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow, .left.truncated_full_value > .arrow, .left.tool-tip > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: fadein(rgba(0, 0, 0, 0.2), 5%); }
  .popover.left > .arrow:after, .left.truncated_full_value > .arrow:after, .left.tool-tip > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    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: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    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, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    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 {
    outline: none;
    color: #fff;
    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%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%; }
  .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 #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn, .carousel-caption .button, .carousel-caption .my-wishlist .link-edit, .my-wishlist .carousel-caption .link-edit {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .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: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.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; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

.bs-prototype-override {
  display: block !important; }

.hidden {
  display: none !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; }

.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: " ";
  display: table; }

.clearer:after {
  clear: both; }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  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-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  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-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*# sourceMappingURL=default.css.map */
