@charset "UTF-8";
/** Overrides variables to set new breakpoints */
/* Shopping cart total summary row expandable to details */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Droid+Sans:400&subset=latin-ext");
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;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  text-align: left;
  width: 300px;
  z-index: 100; }

.map-popup-heading {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  width: 260px; }

.map-popup-heading h2 {
  font-size: 16px;
  margin: 0;
  text-shadow: 0 1px 0 #f6f6f6;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis; }

.map-popup-arrow {
  background: url(../../images/map_popup_arrow.gif) no-repeat;
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 19px; }

.map-popup-close {
  background: url(../../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.map-popup-content {
  border-top: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  width: 280px; }

.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right; }

.map-popup-checkout span {
  display: block;
  padding-right: 30px; }

.map-popup-checkout .paypal-logo {
  margin: 0 0 5px; }

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 0; }

.map-popup-price {
  margin: 5px 0 0; }

.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word; }

.map-popup-only-text {
  border-top: 1px solid #ddd; }

/* ======================================================================================= */
/*! normalize.css 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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Open Sans", 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: #f15c22;
  text-decoration: none; }
  a:hover, a:focus {
    color: #bb3d0c;
    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 {
  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-top: 20px;
  margin-bottom: 20px; }
  header[role="banner"] > .logo {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 960px) {
      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: 960px) {
      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: 960px) {
    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: 960px) {
      .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: 960px) {
      .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: 960px) {
    div[role="main"] {
      float: left;
      width: 75%; } }

aside[role="complementary"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  margin-bottom: 20px; }
  @media (min-width: 960px) {
    aside[role="complementary"] {
      float: left;
      width: 25%; } }
  @media (min-width: 960px) {
    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, .slider-header-aligned, .top-slider-block .content-slide.header-bottom, .top-slider-block .content-slide.header-top, .top-slider-block .content-slide.header-middle {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .slider-header-aligned:before, .top-slider-block .content-slide.header-bottom:before, .top-slider-block .content-slide.header-top:before, .top-slider-block .content-slide.header-middle:before, .container:after, .slider-header-aligned:after, .top-slider-block .content-slide.header-bottom:after, .top-slider-block .content-slide.header-top:after, .top-slider-block .content-slide.header-middle:after {
    content: " ";
    display: table; }
  .container:after, .slider-header-aligned:after, .top-slider-block .content-slide.header-bottom:after, .top-slider-block .content-slide.header-top:after, .top-slider-block .content-slide.header-middle:after {
    clear: both; }
  @media (min-width: 768px) {
    .container, .slider-header-aligned, .top-slider-block .content-slide.header-bottom, .top-slider-block .content-slide.header-top, .top-slider-block .content-slide.header-middle {
      width: 750px; } }
  @media (min-width: 960px) {
    .container, .slider-header-aligned, .top-slider-block .content-slide.header-bottom, .top-slider-block .content-slide.header-top, .top-slider-block .content-slide.header-middle {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container, .slider-header-aligned, .top-slider-block .content-slide.header-bottom, .top-slider-block .content-slide.header-top, .top-slider-block .content-slide.header-middle {
      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: 960px) {
  .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%; } }

/*
override container width on tablet
*/
@media (max-width: 959px) {
  .container, .slider-header-aligned, .top-slider-block .content-slide.header-bottom, .top-slider-block .content-slide.header-top, .top-slider-block .content-slide.header-middle {
    width: 100%; } }

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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

input[type="file"] {
  display: block; }

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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    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], [disabled].input-text, .form-list textarea[disabled],
  .form-list select[disabled], .form-language select[disabled], .product-options dd [disabled].input-text,
  .product-options dd select[disabled],
  .product-options dd textarea[disabled], .multiple-checkout .data-table select[disabled], .my-wishlist textarea[disabled], .form-control[readonly], [readonly].input-text, .form-list textarea[readonly],
  .form-list select[readonly], .form-language select[readonly], .product-options dd [readonly].input-text,
  .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[multiple].form-control,
.input-group-sm > select[multiple].input-text,
.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[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > select[multiple].button,
.my-wishlist .input-group-sm > .input-group-btn > select[multiple].link-edit,
.cart-table select[multiple].qty {
  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[multiple].form-control,
.input-group-lg > select[multiple].input-text,
.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[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > select[multiple].button,
.my-wishlist .input-group-lg > .input-group-btn > select[multiple].link-edit {
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus, .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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus, .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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .validation-failed:focus {
    border-color: #843534 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 !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;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .disabled.button, .my-wishlist .disabled.link-edit, .btn[disabled], [disabled].button, .my-wishlist [disabled].link-edit, 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);
    -webkit-box-shadow: none;
    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], [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, 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: #f15c22;
  border-color: #eb4c0f; }
  .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: #dc480e;
    border-color: #b13a0b; }
  .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: #dc480e;
    border-color: #b13a0b; }
  .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], [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, 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: #f15c22;
    border-color: #eb4c0f; }
  .btn-primary .badge, .btn-cart .badge, .btn-checkout .badge, .my-wishlist .btn-add .badge {
    color: #f15c22;
    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: #f15c22;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #bb3d0c;
    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: 1000;
  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;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  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: #f15c22; }

.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: 990; }

.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: 21%;
    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: #f15c22; }
  .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: #f15c22; }

.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; }
  .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, .slider-header-aligned > .navbar-header, .top-slider-block .content-slide.header-bottom > .navbar-header, .top-slider-block .content-slide.header-top > .navbar-header, .top-slider-block .content-slide.header-middle > .navbar-header,
.container > .navbar-collapse,
.slider-header-aligned > .navbar-collapse,
.top-slider-block .content-slide.header-bottom > .navbar-collapse,
.top-slider-block .content-slide.header-top > .navbar-collapse,
.top-slider-block .content-slide.header-middle > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header, .slider-header-aligned > .navbar-header, .top-slider-block .content-slide.header-bottom > .navbar-header, .top-slider-block .content-slide.header-top > .navbar-header, .top-slider-block .content-slide.header-middle > .navbar-header,
    .container > .navbar-collapse,
    .slider-header-aligned > .navbar-collapse,
    .top-slider-block .content-slide.header-bottom > .navbar-collapse,
    .top-slider-block .content-slide.header-top > .navbar-collapse,
    .top-slider-block .content-slide.header-middle > .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 > .slider-header-aligned .navbar-brand, .top-slider-block .navbar > .content-slide.header-bottom .navbar-brand, .top-slider-block .navbar > .content-slide.header-top .navbar-brand, .top-slider-block .navbar > .content-slide.header-middle .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;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (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;
      -webkit-box-shadow: none;
      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: 25px 15px;
  list-style: none; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
    .breadcrumb > li + li:last-child:before {
      content: "";
      padding: 0 5px; }
  .breadcrumb > .active {
    color: #999999; }

.breadcrumbs strong {
  font-weight: normal;
  color: #222222; }

.breadcrumbs {
  font-family: "Proxima Nova", sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 0; }
  .breadcrumbs li {
    display: inline-block; }
  .breadcrumbs a {
    color: #999999; }
    .breadcrumbs a:hover, .breadcrumbs a:focus {
      color: #222222; }
  .breadcrumbs span {
    background: none;
    padding: 0; }

.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: #f15c22;
      background-color: #efefef;
      border: 0 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: #663e36;
    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: #663e36;
    background-color: #efefef;
    border-color: #663e36;
    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; }

body div.alert, body div.error-msg,
body div.success-msg,
body div.note-msg,
body div.notice-msg, body div.global-site-notice, body .block-cart div.subtotal, .block-cart body div.subtotal {
  z-index: 99999999 !important;
  background-color: white !important;
  border-color: #f0f0f0 !important; }

.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: #f15c22;
    border-color: #f15c22; }
    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: #fde9e2; }

.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;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    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, .sidebar.col .block.block-account .block-title {
  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, .sidebar.col .block.block-account .block-title > .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, .panel-group .sidebar.col .block.block-account .block-title, .sidebar.col .block.block-account .panel-group .block-title {
    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, .sidebar.col .block.block-account .panel-default > .block-title {
    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: #f15c22; }
  .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, .sidebar.col .block.block-account .panel-primary > .block-title, .sidebar.col .block.block-account .block-account > .block-title {
    color: #fff;
    background-color: #f15c22;
    border-color: #f15c22; }
    .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-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, .sidebar.col .block.block-account .block-account > .block-title + .panel-collapse .panel-body {
      border-top-color: #f15c22; }
  .panel-primary > .panel-footer + .panel-collapse .panel-body, .block-account > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #f15c22; }

.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, .sidebar.col .block.block-account .panel-success > .block-title {
    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, .sidebar.col .block.block-account .panel-info > .block-title {
    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, .sidebar.col .block.block-account .panel-warning > .block-title {
    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, .sidebar.col .block.block-account .panel-danger > .block-title {
    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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote, .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-face {
  font-family: "FontAwesome";
  src: font-url("./fontawesome-webfont.eot");
  src: font-url("./fontawesome-webfont.eot?#iefix") format("embedded-opentype"), font-url("./fontawesome-webfont.woff") format("woff"), font-url("./fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
.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: 1000; }
    .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: #f15c22;
        border-color: #f15c22; }

.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: 320px) {
  .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: #f15c22;
  background-color: #f15c22;
  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: 0; }

.catalog-category-view, .catalogsearch-result-index {
  font-family: "Proxima Nova", sans-serif;
  font-size: 14px;
  /*********************
  // Category list mode
  ********************/ }
  @media (max-width: 767px) {
    .catalog-category-view .toolbar-top, .catalogsearch-result-index .toolbar-top {
      text-align: center !important; } }
  @media (max-width: 767px) {
    .catalog-category-view .toolbar .sorter, .catalogsearch-result-index .toolbar .sorter {
      text-align: center;
      display: block;
      width: 320px;
      margin: auto;
      /* margin-left: 15px; */
      padding-left: 19px; } }
  .catalog-category-view .category-banner, .catalogsearch-result-index .category-banner {
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 400px;
    max-width: 100%;
    margin: 0 auto 1em; }
    @media (max-width: 767px) {
      .catalog-category-view .category-banner, .catalogsearch-result-index .category-banner {
        background-position: 43%;
        height: 400px; } }
    @media (max-width: 767px) {
      .catalog-category-view .category-banner, .catalogsearch-result-index .category-banner {
        display: none !important; } }
  .catalog-category-view .category-banner-mobile, .catalogsearch-result-index .category-banner-mobile {
    display: none; }
    @media (max-width: 767px) {
      .catalog-category-view .category-banner-mobile, .catalogsearch-result-index .category-banner-mobile {
        display: block; } }
    .catalog-category-view .category-banner-mobile img, .catalogsearch-result-index .category-banner-mobile img {
      width: 100%; }
  .catalog-category-view .flexEmbed, .catalogsearch-result-index .flexEmbed {
    display: block;
    overflow: hidden;
    position: relative; }
    @media (max-width: 767px) {
      .catalog-category-view .flexEmbed, .catalogsearch-result-index .flexEmbed {
        overflow-y: auto; } }
    .catalog-category-view .flexEmbed:before, .catalogsearch-result-index .flexEmbed:before {
      content: "";
      display: block;
      width: 100%; }
  .catalog-category-view .flex-config:before, .catalogsearch-result-index .flex-config:before {
    content: "";
    padding-bottom: 30%; }
    @media (max-width: 1199px) {
      .catalog-category-view .flex-config:before, .catalogsearch-result-index .flex-config:before {
        padding-bottom: 40%; } }
    @media (max-width: 959px) {
      .catalog-category-view .flex-config:before, .catalogsearch-result-index .flex-config:before {
        padding-bottom: 60%; } }
    @media (max-width: 767px) {
      .catalog-category-view .flex-config:before, .catalogsearch-result-index .flex-config:before {
        padding-bottom: 0; } }
  .catalog-category-view .container-overlay, .catalogsearch-result-index .container-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .catalog-category-view .banner-overlay-wrapper, .catalogsearch-result-index .banner-overlay-wrapper {
    position: relative; }
  .catalog-category-view .banner-overlay, .catalogsearch-result-index .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    .catalog-category-view .banner-overlay.left, .catalogsearch-result-index .banner-overlay.left {
      left: 0;
      right: auto; }
    .catalog-category-view .banner-overlay.middle-left, .catalogsearch-result-index .banner-overlay.middle-left {
      left: 25%;
      right: auto; }
    .catalog-category-view .banner-overlay.middle-right, .catalogsearch-result-index .banner-overlay.middle-right {
      left: 50%;
      right: auto; }
    .catalog-category-view .banner-overlay.right, .catalogsearch-result-index .banner-overlay.right {
      left: auto;
      right: 0; }
  .catalog-category-view .category-img, .catalogsearch-result-index .category-img {
    width: 100%; }
  .catalog-category-view .category-info, .catalogsearch-result-index .category-info {
    padding: 3% 0; }
    @media (max-width: 959px) {
      .catalog-category-view .category-info, .catalogsearch-result-index .category-info {
        padding-bottom: 2%;
        padding-left: 0; } }
    @media (max-width: 767px) {
      .catalog-category-view .category-info, .catalogsearch-result-index .category-info {
        padding-right: 0; } }
    .catalog-category-view .category-info button, .catalogsearch-result-index .category-info button {
      font-size: 20px;
      text-transform: uppercase;
      border: 2px solid #000000;
      color: #000;
      border-radius: 2px;
      background-color: transparent;
      padding: 6px 30px;
      margin-top: 30px; }
      @media (max-width: 767px) {
        .catalog-category-view .category-info button, .catalogsearch-result-index .category-info button {
          margin-top: 15px; } }
      .catalog-category-view .category-info button span, .catalogsearch-result-index .category-info button span {
        background: none;
        height: auto; }
        .catalog-category-view .category-info button span span, .catalogsearch-result-index .category-info button span span {
          padding: 0;
          font-size: 20px;
          font-weight: normal;
          color: #000;
          text-align: center;
          white-space: nowrap;
          text-transform: uppercase;
          line-height: 1.42857; }
          @media (max-width: 767px) {
            .catalog-category-view .category-info button span span, .catalogsearch-result-index .category-info button span span {
              font-size: 17px; } }
    .catalog-category-view .category-info h2, .catalogsearch-result-index .category-info h2 {
      font-size: 22px;
      text-transform: none;
      margin-top: 10px;
      display: none; }
  .catalog-category-view h1, .catalogsearch-result-index h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    color: #222222;
    margin-top: 5px; }
  .catalog-category-view .testo_head_category, .catalogsearch-result-index .testo_head_category {
    font-size: 16px;
    color: #222222; }
    @media (max-width: 767px) {
      .catalog-category-view .testo_head_category, .catalogsearch-result-index .testo_head_category {
        font-size: 14px; } }
  .catalog-category-view .sorter, .catalogsearch-result-index .sorter {
    border-top: none;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .catalog-category-view .sorter, .catalogsearch-result-index .sorter {
        padding-top: 10px; } }
    .catalog-category-view .sorter .view-mode, .catalogsearch-result-index .sorter .view-mode {
      float: right;
      margin-right: 15px;
      font-size: 16px;
      font-weight: 300;
      color: #222222;
      padding-top: 4px; }
      @media (max-width: 767px) {
        .catalog-category-view .sorter .view-mode, .catalogsearch-result-index .sorter .view-mode {
          margin-right: 0;
          float: left; } }
      .catalog-category-view .sorter .view-mode a:hover, .catalogsearch-result-index .sorter .view-mode a:hover {
        color: black !important; }
      .catalog-category-view .sorter .view-mode a:hover, .catalog-category-view .sorter .view-mode a:focus, .catalogsearch-result-index .sorter .view-mode a:hover, .catalogsearch-result-index .sorter .view-mode a:focus {
        text-decoration: none;
        color: #222222;
        font-weight: bold; }
        .catalog-category-view .sorter .view-mode a:hover i, .catalog-category-view .sorter .view-mode a:focus i, .catalogsearch-result-index .sorter .view-mode a:hover i, .catalogsearch-result-index .sorter .view-mode a:focus i {
          color: #808080; }
      .catalog-category-view .sorter .view-mode i, .catalogsearch-result-index .sorter .view-mode i {
        padding: 0 7px;
        vertical-align: middle; }
        .catalog-category-view .sorter .view-mode i:hover, .catalogsearch-result-index .sorter .view-mode i:hover {
          color: black !important; }
      .catalog-category-view .sorter .view-mode strong i, .catalogsearch-result-index .sorter .view-mode strong i {
        color: #808080; }
    .catalog-category-view .sorter .sort-by, .catalogsearch-result-index .sorter .sort-by {
      padding-right: 0;
      height: auto;
      position: relative; }
      @media (max-width: 767px) {
        .catalog-category-view .sorter .sort-by, .catalogsearch-result-index .sorter .sort-by {
          float: left;
          margin-right: 10px; } }
      .catalog-category-view .sorter .sort-by select, .catalogsearch-result-index .sorter .sort-by select {
        display: none;
        border: none;
        background-color: #e9e9e9;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 300;
        color: #222222;
        width: auto;
        font-family: "Lato", sans-serif; }
        @media (max-width: 959px) {
          .catalog-category-view .sorter .sort-by select, .catalogsearch-result-index .sorter .sort-by select {
            display: inline-block; } }
        @media (max-width: 767px) {
          .catalog-category-view .sorter .sort-by select, .catalogsearch-result-index .sorter .sort-by select {
            font-size: 14px; } }
      .catalog-category-view .sorter .sort-by .toolbar-title, .catalogsearch-result-index .sorter .sort-by .toolbar-title {
        background: #e9e9e9;
        border: 1px solid #e1e1e1;
        text-transform: uppercase;
        padding: 8px 15px;
        line-height: normal;
        font-size: 16px;
        font-weight: 300;
        color: #222222; }
        @media (max-width: 959px) {
          .catalog-category-view .sorter .sort-by .toolbar-title, .catalogsearch-result-index .sorter .sort-by .toolbar-title {
            padding: 7px 8px;
            z-index: 2; } }
        @media (max-width: 767px) {
          .catalog-category-view .sorter .sort-by .toolbar-title, .catalogsearch-result-index .sorter .sort-by .toolbar-title {
            font-size: 14px; } }
        .catalog-category-view .sorter .sort-by .toolbar-title:after, .catalogsearch-result-index .sorter .sort-by .toolbar-title:after {
          content: "\f107";
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit;
          margin-left: 7px; }
          @media (max-width: 959px) {
            .catalog-category-view .sorter .sort-by .toolbar-title:after, .catalogsearch-result-index .sorter .sort-by .toolbar-title:after {
              display: none; } }
        .catalog-category-view .sorter .sort-by .toolbar-title label, .catalogsearch-result-index .sorter .sort-by .toolbar-title label {
          margin: 0;
          font-weight: 300; }
          @media (max-width: 959px) {
            .catalog-category-view .sorter .sort-by .toolbar-title label, .catalogsearch-result-index .sorter .sort-by .toolbar-title label {
              display: none; } }
    .catalog-category-view .sorter .over .toolbar-title, .catalogsearch-result-index .sorter .over .toolbar-title {
      background-color: #e9e9e9;
      margin: 0;
      height: auto;
      border-bottom-color: transparent; }
      .catalog-category-view .sorter .over .toolbar-title:after, .catalogsearch-result-index .sorter .over .toolbar-title:after {
        content: "\f106"; }
  .catalog-category-view .toolbar-top-wrapper, .catalogsearch-result-index .toolbar-top-wrapper {
    margin-bottom: 25px; }
  .catalog-category-view .toolbar-top, .catalogsearch-result-index .toolbar-top {
    margin-top: 10px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 6px; }
    .catalog-category-view .toolbar-top:before, .catalog-category-view .toolbar-top:after, .catalogsearch-result-index .toolbar-top:before, .catalogsearch-result-index .toolbar-top:after {
      content: " ";
      display: table; }
    .catalog-category-view .toolbar-top:after, .catalogsearch-result-index .toolbar-top:after {
      clear: both; }
    @media (max-width: 767px) {
      .catalog-category-view .toolbar-top, .catalogsearch-result-index .toolbar-top {
        margin-top: 0; } }
    .catalog-category-view .toolbar-top .toolbar, .catalogsearch-result-index .toolbar-top .toolbar {
      float: left;
      width: 50%;
      min-height: 1px; }
      @media (max-width: 767px) {
        .catalog-category-view .toolbar-top .toolbar, .catalogsearch-result-index .toolbar-top .toolbar {
          width: 100%; } }
    .catalog-category-view .toolbar-top .navigation, .catalogsearch-result-index .toolbar-top .navigation {
      float: left;
      width: 50%;
      min-height: 1px; }
      @media (max-width: 767px) {
        .catalog-category-view .toolbar-top .navigation, .catalogsearch-result-index .toolbar-top .navigation {
          width: 100%; } }
    .catalog-category-view .toolbar-top .pager, .catalogsearch-result-index .toolbar-top .pager {
      display: none; }
    .catalog-category-view .toolbar-top .toolbar-dropdown, .catalogsearch-result-index .toolbar-top .toolbar-dropdown {
      margin: -1px 0 0;
      right: 0;
      z-index: 5; }
  .catalog-category-view #category-nav, .catalogsearch-result-index #category-nav {
    margin-bottom: 0;
    padding-top: 5px; }
    .catalog-category-view #category-nav li, .catalogsearch-result-index #category-nav li {
      display: inline-block;
      margin-right: 13px; }
      .catalog-category-view #category-nav li:last-child, .catalogsearch-result-index #category-nav li:last-child {
        margin-right: 0; }
    .catalog-category-view #category-nav a, .catalogsearch-result-index #category-nav a {
      padding: 6px 15px;
      text-align: center;
      font-weight: 300;
      font-size: 16px;
      text-transform: uppercase;
      color: #222222;
      background-color: #e9e9e9;
      border: 1px solid #dcdcdc;
      position: relative;
      display: block; }slick-arrow.slick-next
      .catalog-category-view #category-nav a:hover, .catalogsearch-result-index #category-nav a:hover {
        text-decoration: none; }
      .catalog-category-view #category-nav a:focus, .catalogsearch-result-index #category-nav a:focus {
        color: #222222;
        text-decoration: none; }
      .catalog-category-view #category-nav a:after, .catalogsearch-result-index #category-nav a:after {
        content: "\f107";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        margin-left: 7px; }
      .catalog-category-view #category-nav a.active:after, .catalogsearch-result-index #category-nav a.active:after {
        content: "\f106"; }
      @media (max-width: 767px) {
        .catalog-category-view #category-nav a, .catalogsearch-result-index #category-nav a {
          font-size: 14px; } }
  .catalog-category-view .nav-content, .catalogsearch-result-index .nav-content {
    display: none;
    position: absolute;
    top: 41px;
    z-index: 3;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    width: 100%;
    padding: 15px; }
    @media (max-width: 767px) {
      .catalog-category-view .nav-content, .catalogsearch-result-index .nav-content {
        top: 38px; } }
  .catalog-category-view .filters-content-wrapper:before, .catalog-category-view .filters-content-wrapper:after, .catalogsearch-result-index .filters-content-wrapper:before, .catalogsearch-result-index .filters-content-wrapper:after {
    content: " ";
    display: table; }
  .catalog-category-view .filters-content-wrapper:after, .catalogsearch-result-index .filters-content-wrapper:after {
    clear: both; }
  .catalog-category-view .block-layered-nav, .catalogsearch-result-index .block-layered-nav {
    width: 50%;
    float: left; }
    .catalog-category-view .block-layered-nav:nth-child(2n+1), .catalogsearch-result-index .block-layered-nav:nth-child(2n+1) {
      clear: left;
      border-right: 1px dashed #e5e5e5;
      padding-right: 25px; }
    .catalog-category-view .block-layered-nav:nth-child(2n+2), .catalogsearch-result-index .block-layered-nav:nth-child(2n+2) {
      padding-left: 30px; }
    .catalog-category-view .block-layered-nav .block-content dd, .catalogsearch-result-index .block-layered-nav .block-content dd {
      padding: 0;
      margin: 0; }
    .catalog-category-view .block-layered-nav .block-content ol:before, .catalog-category-view .block-layered-nav .block-content ol:after, .catalogsearch-result-index .block-layered-nav .block-content ol:before, .catalogsearch-result-index .block-layered-nav .block-content ol:after {
      content: " ";
      display: table; }
    .catalog-category-view .block-layered-nav .block-content ol:after, .catalogsearch-result-index .block-layered-nav .block-content ol:after {
      clear: both; }
    .catalog-category-view .block-layered-nav .block-content ol li, .catalogsearch-result-index .block-layered-nav .block-content ol li {
      margin-left: 0;
      float: left;
      width: 50%;
      padding-right: 10px;
      margin-bottom: 2px; }
      @media (max-width: 767px) {
        .catalog-category-view .block-layered-nav .block-content ol li, .catalogsearch-result-index .block-layered-nav .block-content ol li {
          width: 100%; } }
    .catalog-category-view .block-layered-nav .block-content a, .catalogsearch-result-index .block-layered-nav .block-content a {
      font-size: 14px;
      color: #222222;
      text-transform: none; }
      .catalog-category-view .block-layered-nav .block-content a:before, .catalogsearch-result-index .block-layered-nav .block-content a:before {
        content: url("../../images/filter-link-icon.png");
        display: inline-block;
        position: relative;
        width: 16px;
        height: 16px;
        margin-right: 8px;
        vertical-align: middle; }
      .catalog-category-view .block-layered-nav .block-content a:hover img, .catalogsearch-result-index .block-layered-nav .block-content a:hover img {
        border: 2px solid #000; }
      .catalog-category-view .block-layered-nav .block-content a:hover, .catalog-category-view .block-layered-nav .block-content a:focus, .catalogsearch-result-index .block-layered-nav .block-content a:hover, .catalogsearch-result-index .block-layered-nav .block-content a:focus {
        color: #222222; }
      .catalog-category-view .block-layered-nav .block-content a img, .catalogsearch-result-index .block-layered-nav .block-content a img {
        width: 30px;
        height: 30px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
    .catalog-category-view .block-layered-nav .block-content#color_group li, .catalogsearch-result-index .block-layered-nav .block-content#color_group li {
      float: none;
      width: auto;
      padding: 0;
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 10px; }
      .catalog-category-view .block-layered-nav .block-content#color_group li a:before, .catalogsearch-result-index .block-layered-nav .block-content#color_group li a:before {
        content: "";
        display: none; }
    .catalog-category-view .block-layered-nav .block-title, .catalogsearch-result-index .block-layered-nav .block-title {
      font-size: 15px;
      font-weight: normal;
      color: #222222;
      text-decoration: none;
      margin-bottom: 10px; }
  .catalog-category-view .filters-actions, .catalogsearch-result-index .filters-actions {
    margin: 0 -15px -15px;
    background-color: #f4f4f4; }
    .catalog-category-view .filters-actions .actions, .catalogsearch-result-index .filters-actions .actions {
      padding: 18px 15px;
      text-align: left; }
  .catalog-category-view .clear-filters-link, .catalogsearch-result-index .clear-filters-link {
    text-transform: uppercase;
    text-decoration: none;
    color: #777777;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block; }
    .catalog-category-view .clear-filters-link:focus, .catalogsearch-result-index .clear-filters-link:focus {
      color: #777777; }
  .catalog-category-view .btn-remove-all, .catalogsearch-result-index .btn-remove-all {
    font-size: 12px;
    color: #222222;
    text-transform: uppercase; }
    .catalog-category-view .btn-remove-all:focus, .catalogsearch-result-index .btn-remove-all:focus {
      color: #222222; }
  .catalog-category-view .btn-apply-filters, .catalogsearch-result-index .btn-apply-filters {
    float: right;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background-color: #a1a1a1;
    padding: 6px 25px;
    line-height: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center; }
  .catalog-category-view .state-block, .catalogsearch-result-index .state-block {
    padding-left: 25px; }
    .catalog-category-view .state-block .block-subtitle, .catalogsearch-result-index .state-block .block-subtitle {
      color: #999999;
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .catalog-category-view .state-block .value, .catalogsearch-result-index .state-block .value {
      color: #222222;
      font-size: 16px;
      font-weight: normal; }
    .catalog-category-view .state-block .btn-remove, .catalogsearch-result-index .state-block .btn-remove {
      font-size: 16px;
      width: auto;
      height: auto;
      background: #fff;
      color: #c0c0c0;
      text-indent: 0;
      overflow: visible;
      line-height: normal;
      vertical-align: middle; }
      .catalog-category-view .state-block .btn-remove:after, .catalogsearch-result-index .state-block .btn-remove:after {
        content: url("../../images/btn-remove-icon.png");
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-left: 5px; }
    .catalog-category-view .state-block ol li, .catalogsearch-result-index .state-block ol li {
      display: inline-block;
      margin-right: 20px; }
      .catalog-category-view .state-block ol li:last-child, .catalogsearch-result-index .state-block ol li:last-child {
        margin-right: 0; }
  .catalog-category-view .toolbar-bottom .pager, .catalogsearch-result-index .toolbar-bottom .pager {
    margin-top: 0;
    line-height: normal;
    border-top: none; }
  .catalog-category-view .toolbar-bottom .pages, .catalogsearch-result-index .toolbar-bottom .pages {
    line-height: normal;
    float: none;
    width: auto;
    text-align: right; }
    .catalog-category-view .toolbar-bottom .pages ol > li, .catalogsearch-result-index .toolbar-bottom .pages ol > li {
      font-size: 16px;
      font-weight: normal; }
      .catalog-category-view .toolbar-bottom .pages ol > li > a, .catalogsearch-result-index .toolbar-bottom .pages ol > li > a {
        float: none;
        display: inline-block;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: 1px solid #c4c4c4;
        color: #c4c4c4;
        font-size: 16px;
        background-color: #fff;
        line-height: 25px;
        padding: 0; }
        .catalog-category-view .toolbar-bottom .pages ol > li > a:hover, .catalog-category-view .toolbar-bottom .pages ol > li > a:focus, .catalogsearch-result-index .toolbar-bottom .pages ol > li > a:hover, .catalogsearch-result-index .toolbar-bottom .pages ol > li > a:focus {
          border: 1px solid #222222;
          color: #222222;
          -webkit-box-shadow: inset 0px 0px 4px 0px rgba(94, 94, 94, 0.75);
          box-shadow: inset 0px 0px 4px 0px rgba(94, 94, 94, 0.75); }
    .catalog-category-view .toolbar-bottom .pages ol .current, .catalogsearch-result-index .toolbar-bottom .pages ol .current {
      width: 30px;
      height: 30px;
      border: 1px solid #222222;
      color: #222222;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      line-height: 25px; }
    .catalog-category-view .toolbar-bottom .pages ol .first a,
    .catalog-category-view .toolbar-bottom .pages ol .next a,
    .catalog-category-view .toolbar-bottom .pages ol .prev a,
    .catalog-category-view .toolbar-bottom .pages ol .last a, .catalogsearch-result-index .toolbar-bottom .pages ol .first a,
    .catalogsearch-result-index .toolbar-bottom .pages ol .next a,
    .catalogsearch-result-index .toolbar-bottom .pages ol .prev a,
    .catalogsearch-result-index .toolbar-bottom .pages ol .last a {
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      width: 20px; }
      .catalog-category-view .toolbar-bottom .pages ol .first a:hover, .catalog-category-view .toolbar-bottom .pages ol .first a:focus,
      .catalog-category-view .toolbar-bottom .pages ol .next a:hover,
      .catalog-category-view .toolbar-bottom .pages ol .next a:focus,
      .catalog-category-view .toolbar-bottom .pages ol .prev a:hover,
      .catalog-category-view .toolbar-bottom .pages ol .prev a:focus,
      .catalog-category-view .toolbar-bottom .pages ol .last a:hover,
      .catalog-category-view .toolbar-bottom .pages ol .last a:focus, .catalogsearch-result-index .toolbar-bottom .pages ol .first a:hover, .catalogsearch-result-index .toolbar-bottom .pages ol .first a:focus,
      .catalogsearch-result-index .toolbar-bottom .pages ol .next a:hover,
      .catalogsearch-result-index .toolbar-bottom .pages ol .next a:focus,
      .catalogsearch-result-index .toolbar-bottom .pages ol .prev a:hover,
      .catalogsearch-result-index .toolbar-bottom .pages ol .prev a:focus,
      .catalogsearch-result-index .toolbar-bottom .pages ol .last a:hover,
      .catalogsearch-result-index .toolbar-bottom .pages ol .last a:focus {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
  .catalog-category-view .products-grid .item-wrapper, .catalogsearch-result-index .products-grid .item-wrapper {
    position: relative; }
  .catalog-category-view .products-grid .item, .catalogsearch-result-index .products-grid .item {
    margin-bottom: 110px; }
    .catalog-category-view .products-grid .item .item-product-image, .catalogsearch-result-index .products-grid .item .item-product-image {
      margin: 0 auto; }
  .catalog-category-view .products-grid .product-design a, .catalogsearch-result-index .products-grid .product-design a {
    color: #333333; }
  .catalog-category-view .products-grid .price-box .price, .catalogsearch-result-index .products-grid .price-box .price {
    font-size: 18px;
    color: #222222; }
  .catalog-category-view .products-grid .amconf-images-container, .catalogsearch-result-index .products-grid .amconf-images-container {
    margin-bottom: 25px; }
    .catalog-category-view .products-grid .amconf-images-container .amconf-image, .catalogsearch-result-index .products-grid .amconf-images-container .amconf-image {
      width: 30px;
      height: 30px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .catalog-category-view .products-grid .amconf-images-container .amconf-image-selected, .catalogsearch-result-index .products-grid .amconf-images-container .amconf-image-selected {
      border-width: 2px; }
  .catalog-category-view .products-list h2.product-name, .catalogsearch-result-index .products-list h2.product-name {
    font-family: "Proxima Nova", sans-serif;
    font-size: 20px;
    line-height: 48px;
    text-transform: uppercase;
    color: #333;
    font-weight: 400; }
  .catalog-category-view .products-list p.product-design A, .catalogsearch-result-index .products-list p.product-design A {
    font-family: "Proxima Nova", sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: 400; }
  .catalog-category-view .products-list div.desc.std, .catalogsearch-result-index .products-list div.desc.std {
    font-family: "Proxima Nova", sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: 400; }
  .catalog-category-view .products-list .button-container .btn-add-cart:hover, .catalogsearch-result-index .products-list .button-container .btn-add-cart:hover {
    background-color: #e0e0e0; }
  .catalog-category-view .products-list .img-responsive, .catalog-category-view .products-list .block-banner .block-content img, .block-banner .block-content .catalog-category-view .products-list img, .catalog-category-view .products-list .category-image img, .category-image .catalog-category-view .products-list img, .catalog-category-view .products-list .product-review .product-img-box .product-image, .product-review .product-img-box .catalog-category-view .products-list .product-image, .catalogsearch-result-index .products-list .img-responsive, .catalogsearch-result-index .products-list .block-banner .block-content img, .block-banner .block-content .catalogsearch-result-index .products-list img, .catalogsearch-result-index .products-list .category-image img, .category-image .catalogsearch-result-index .products-list img, .catalogsearch-result-index .products-list .product-review .product-img-box .product-image, .product-review .product-img-box .catalogsearch-result-index .products-list .product-image {
    margin: 0 auto; }
  .catalog-category-view .products-list .product-shop, .catalogsearch-result-index .products-list .product-shop {
    margin-left: 0; }
  .catalog-category-view .products-list .amconf-images-container .amconf-image, .catalogsearch-result-index .products-list .amconf-images-container .amconf-image {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .catalog-category-view .products-list .amconf-images-container .amconf-image-selected, .catalogsearch-result-index .products-list .amconf-images-container .amconf-image-selected {
    border-width: 2px; }

/* View Type: Grid */
.products-grid.last {
  border-bottom: 0; }

.products-grid li.item a:hover {
  text-decoration: none; }

.products-grid h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  color: #000;
  color: rgba(0, 0, 0, 0.67);
  letter-spacing: -1px;
  margin: 27px 0 26px 2px;
  text-align: center; }

.products-grid .button-container {
  padding: 0 20px; }

.products-grid .button-container button.button span {
  width: 210px;
  height: 45px;
  display: block;
  margin: 0 auto;
  float: none; }

.products-grid .button-container button.button span span {
  padding: 0;
  display: block; }

.products-grid .product-info {
  height: 60px; }

.products-grid .product-image {
  display: block;
  margin: 0 0 12px;
  position: relative;
  z-index: 1; }

.products-grid .product-image img {
  position: relative;
  z-index: 0;
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */ }

.products-grid .product-name {
  text-transform: uppercase;
  color: #333333;
  font-size: 20px;
  display: block;
  margin: 20px 0 0 0;
  line-height: normal;
  text-align: center;
  font-weight: 400;
  height: 20px;
  overflow: hidden; }

.products-grid .product-name:hover {
  color: #3F3F3F;
  text-decoration: none; }

.products-grid .price-box {
  margin: 5px 0 20px 4px;
  line-height: 14px;
  letter-spacing: 0;
  text-align: center; }

/** gird hover mode **/
.products-grid .regular {
  border-bottom: none;
  padding-bottom: 25px;
  text-align: center; }

.products-grid .hover {
  display: none;
  position: absolute;
  z-index: 2;
  top: -9px;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #fff;
  padding-bottom: 15px;
  border-bottom: 8px solid #D8D9DA;
  -webkit-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.09);
  text-align: center; }

/*.products-grid .hover .price-box .price-label, .products-grid .hover .price-box .label{display:none;}*/
.products-grid .hover .price-box .old-price sup {
  top: 0; }

.products-grid .hover .ratings {
  width: 55px;
  padding: 0;
  margin: 0 auto; }

.products-grid .hover .rating-links {
  display: none; }

.products-grid .hover .actions button {
  width: 100%; }

.products-grid .hover .actions span {
  width: 100%;
  text-align: center; }

.products-grid .hover .actions span span {
  width: 100%;
  text-align: center;
  padding: 0; }

.products-grid .add-to-links {
  width: 270px;
  height: 40px;
  margin: 9px -9px -9px;
  background: #fcfcfc;
  text-align: center;
  -webkit-box-shadow: inset 0px 5px 6px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 5px 6px -4px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 5px 6px -4px rgba(0, 0, 0, 0.15); }

.products-grid .add-to-links li {
  display: inline;
  margin: 0 5px 0 0;
  line-height: 40px; }

.products-grid .add-to-links li span {
  display: inline-block;
  color: #f2e954;
  margin-right: 5px; }

.products-grid .add-to-links a {
  font-weight: 300; }

.products-grid .add-to-links a:hover {
  text-decoration: none; }

.products-grid .availability.out-of-stock {
  text-align: center;
  border-top: 1px dotted #efefef;
  margin-top: 10px;
  padding-top: 8px; }

.products-grid .availability.out-of-stock span {
  font-size: 15px;
  font-weight: lighter; }

.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 {
    min-height: 390px;
    padding-bottom: 40px; }
  .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: 0 15px;
  border-bottom: 0 !important; }
  .products-list li.item:before, .products-list li.item:after {
    content: " ";
    display: table; }
  .products-list li.item:after {
    clear: both; }
  .products-list li.item:hover {
    box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.09);
    border-bottom: 8px solid #D8D9DA !important;
    margin-bottom: 22px; }
  .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 .separator {
  display: inline; }
.products-list .add-to-links li {
  display: inline; }
  .products-list .add-to-links li A {
    cursor: pointer; }
.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 {
  font-family: "Proxima Nova", sans-serif;
  font-size: 14px; }

.product-essential {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 40px; }
  .product-essential:before, .product-essential:after {
    content: " ";
    display: table; }
  .product-essential:after {
    clear: both; }
  @media (max-width: 767px) {
    .product-essential {
      margin-bottom: 0; } }
  .product-essential .product-shop {
    min-height: 1px;
    position: relative; }
  .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; }

.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: 960px) {
    .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: 960px) {
      .product-options-bottom .price-box,
      .product-options-bottom .add-to-cart {
        float: left;
        width: 50%; } }
  .product-options-bottom .add-to-links {
    padding-top: 10px;
    clear: both;
    text-align: center; }
    .product-options-bottom .add-to-links li {
      display: inline; }
  .product-options-bottom .price-box {
    padding-top: 10px; }
    .product-options-bottom .price-box:before, .product-options-bottom .price-box:after {
      content: " ";
      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: 960px) {
    .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; }

@media (max-width: 767px) {
  .catalog-product-view .breadcrumbs {
    display: none; } }

.product-view {
  margin-top: 50px; }
  @media (max-width: 959px) {
    .product-view {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .product-view {
      margin-top: 10px; } }
  .product-view .slider-for .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    font-size: 45px;
    color: #6c6b6b; }
  .product-view .slider-for .slider-prev {
    left: -5px; }
  .product-view .slider-for .slider-next {
    right: -5px; }
  @media (max-width: 767px) {
    .product-view .slider-for {
      padding: 0 25px; } }
  .product-view .slider-for .slick-slide {
    outline: none; }
    .product-view .slider-for .slick-slide img {
      outline: none;
      margin: 0 auto; }
  .product-view .slider-nav {
    margin-top: 20px; }
    @media (max-width: 959px) {
      .product-view .slider-nav {
        padding: 0 15px; } }
    .product-view .slider-nav .slick-slide {
      outline: none;
      opacity: 0.5; }
      .product-view .slider-nav .slick-slide:hover {
        opacity: 1; }
      .product-view .slider-nav .slick-slide img {
        outline: none;
        margin: 0 auto; }
      @media (max-width: 959px) {
        .product-view .slider-nav .slick-slide {
          padding: 0 8px; } }
      .product-view .slider-nav .slick-slide.slick-current {
        opacity: 1; }
    .product-view .slider-nav .slick-arrow {
      font-size: 50px;
      position: absolute;
      cursor: pointer;
      color: #6c6b6b;
      border: none;
      outline: none;
      z-index: 1;
      left: 50%;
      margin-left: -17px; }
      @media (max-width: 959px) {
        .product-view .slider-nav .slick-arrow {
          top: 50%;
          left: auto;
          margin-top: -23px;
          font-size: 45px; } }
    .product-view .slider-nav .slider-prev {
      top: -50px; }
      @media (max-width: 959px) {
        .product-view .slider-nav .slider-prev {
          top: 50%;
          left: 8px; } }
    .product-view .slider-nav .slider-next {
      bottom: -40px; }
      @media (max-width: 959px) {
        .product-view .slider-nav .slider-next {
          bottom: auto;
          right: -10px; } }
  .product-view .product-shop {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    @media (max-width: 767px) {
      .product-view .product-shop {
        margin-bottom: 0; } }
    .product-view .product-shop #form_preorder .preorder-rule-label {
      color: black; }
    .product-view .product-shop div.product-name {
      margin: 0 0 8px;
      padding: 0;
      background-color: transparent;
      border: none;
      text-transform: none; }
      .product-view .product-shop div.product-name h1 {
        text-transform: none;
        font-size: 48px !important;
        font-weight: 300;
        color: #222222 !important; }
    .product-view .product-shop .product-subtitle {
      font-size: 24px;
      font-weight: 300;
      color: #222222;
      margin-bottom: 15px; }
    .product-view .product-shop .sku-stock-status {
      margin-bottom: 15px; }
      .product-view .product-shop .sku-stock-status span {
        margin-top: 0;
        display: inline-block;
        font-size: 12px; }
    .product-view .product-shop .sku {
      color: #999999;
      margin-right: 20px; }
    .product-view .product-shop .availability, .product-view .product-shop .product-availability-in, .product-view .product-shop .product-availability-out, .product-view .product-shop .product-availability-preorder {
      color: #fff !important;
      text-transform: uppercase !important;
      background-color: #42914f;
      padding: 2px 10px;
      margin-bottom: 0; }
    .product-view .product-shop .product-availability-out {
      background-color: red; }
    .product-view .product-shop .product-availability-preorder {
      background-color: grey; }
    .product-view .product-shop .short-description {
      color: #999999;
      margin-bottom: 25px;
      font-size: 14px !important; }
    .product-view .product-shop .product-options {
      margin-bottom: 25px; }
    .product-view .product-shop .regular-price {
      font-size: 36px; }
      .product-view .product-shop .regular-price .price {
        color: #222222; }
    .product-view .product-shop .price-box {
      margin-bottom: 15px; }
    .product-view .product-shop .add-to-cart label,
    .product-view .product-shop .add-to-cart input {
      display: none; }
    .product-view .product-shop .add-to-cart .btn-cart, .product-view .product-shop .add-to-cart #form_preorder button.btn-preorder {
      padding: 0;
      background-color: #fff;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      width: 100%;
      color: #222222;
      border: 2px solid #222222;
      font-size: 24px;
      text-transform: uppercase;
      margin-bottom: 10px !important; }
      .product-view .product-shop .add-to-cart .btn-cart span, .product-view .product-shop .add-to-cart .btn-cart span span, .product-view .product-shop .add-to-cart #form_preorder button.btn-preorder span, .product-view .product-shop .add-to-cart #form_preorder button.btn-preorder span span {
        background: white;
        width: 100%;
        transition-duration: 0s; }
      .product-view .product-shop .add-to-cart .btn-cart span:hover, .product-view .product-shop .add-to-cart .btn-cart span span:hover, .product-view .product-shop .add-to-cart #form_preorder button.btn-preorder span:hover, .product-view .product-shop .add-to-cart #form_preorder button.btn-preorder span span:hover {
        background: #e0e0e0; }
      .product-view .product-shop .add-to-cart .btn-cart span, .product-view .product-shop .add-to-cart #form_preorder button.btn-preorder span {
        border: 0px; }
      .product-view .product-shop .add-to-cart .btn-cart:hover, .product-view .product-shop .add-to-cart .btn-cart:focus, .product-view .product-shop .add-to-cart #form_preorder button.btn-preorder:hover, .product-view .product-shop .add-to-cart #form_preorder button.btn-preorder:focus {
        background-color: #e0e0e0; }
      @media (max-width: 767px) {
        .product-view .product-shop .add-to-cart .btn-cart, .product-view .product-shop .add-to-cart #form_preorder button.btn-preorder {
          padding: 1px 8px; } }
    .product-view .product-shop .add-to-links:before, .product-view .product-shop .add-to-links:after {
      content: " ";
      display: table; }
    .product-view .product-shop .add-to-links:after {
      clear: both; }
    .product-view .product-shop .download-product {
      float: left; }
      .product-view .product-shop .download-product a {
        padding-left: 25px;
        background: transparent url("../../images/download.png") no-repeat center left;
        color: #999999; }
        .product-view .product-shop .download-product a:hover, .product-view .product-shop .download-product a:focus {
          color: #222222;
          background-image: url("../../images/download-hover.png"); }
    .product-view .product-shop .link-wishlist {
      display: inline-block;
      width: 20px;
      height: 20px;
      background: transparent url("../../images/heart.png") no-repeat center left; }
    .product-view .product-shop .share {
      display: inline-block;
      width: 20px;
      height: 20px;
      background: transparent url("../../images/share.png") no-repeat center left; }
    .product-view .product-shop .separator {
      position: relative;
      top: -7px;
      margin: 0 9px;
      color: #999999; }
  .product-view .product-collateral {
    margin-bottom: 30px;
    padding-top: 47px; }
    @media (max-width: 767px) {
      .product-view .product-collateral {
        margin-bottom: 40px; } }
    .product-view .product-collateral .product-img img {
      margin: 0 auto; }
    .product-view .product-collateral .separator {
      height: 1px;
      width: 100%;
      display: inline-block;
      background-color: #eaeaea; }
  .product-view .description {
    font-size: 14px;
    color: #999999;
    padding: 0; }
    .product-view .description h2 {
      font-family: "Proxima Nova", sans-serif; }
      @media (max-width: 767px) {
        .product-view .description h2 {
          margin-top: 0; } }
    .product-view .description .std {
      line-height: 1.6em; }
    @media (max-width: 767px) {
      .product-view .description {
        text-align: justify; } }
  .product-view .additional-info {
    margin-bottom: 50px; }
  .product-view .additional-label, .product-view .description h2, .product-view .newsletter-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    margin-bottom: 20px; }
  @media (max-width: 767px) {
    .product-view .features {
      margin-bottom: 40px; } }
  .product-view .additional-content {
    font-size: 14px;
    color: #999999; }
    .product-view .additional-content li {
      margin-bottom: 15px; }
      .product-view .additional-content li:before {
        content: url("../../images/check-icn.png");
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-right: 12px; }
  .product-view .sharing-links {
    text-align: center; }
    @media (max-width: 959px) {
      .product-view .sharing-links {
        text-align: right; } }
    .product-view .sharing-links li {
      display: inline;
      margin: 0 2px; }
    .product-view .sharing-links a:hover, .product-view .sharing-links a:focus {
      text-decoration: none; }

.product-options #attribute272 {
  display: none; }
.product-options .amconf-images-container .amconf-image, .product-options .amconf-images-container .amconf-image-selected {
  padding: 0;
  margin: 0 14px 0 0;
  width: 23px;
  height: 23px;
  border-radius: 50%; }
.product-options .amconf-images-container .amconf-image-selected {
  border: 1px solid #222; }
.product-options .label {
  text-transform: uppercase;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  font-weight: 400; }
.product-options .input-box {
  margin-left: 40px; }

.product-view .product-shop-info {
  padding-bottom: 20px; }
.product-view .product-overview-info > .column-11 {
  display: none; }
.product-view .product-overview-anchor {
  display: none; }
.product-view .product-view .product-shop span.sku {
  margin-top: 0; }
.product-view .product-essential #product-options-wrapper {
  padding: 0;
  border: 0;
  box-shadow: none; }
.product-view .product-essential dt {
  padding: 0; }
.product-view .product-labels {
  display: none; }
.product-view .addthis_toolbox {
  display: none; }
.product-view .add-to-links .share {
  position: relative; }
  .product-view .add-to-links .share .addthis_toolbox {
    position: absolute;
    width: 240px;
    right: 0;
    top: 10px; }
.product-view .add-to-links li {
  border: 0px; }
.product-view .add-to-links li.download-product {
  display: inline-block;
  float: left !important; }
.product-view .add-to-links li.wishlist {
  border: 0 !important; }
.product-view .add-to-links .separator {
  display: inline; }
.product-view .product-options-bottom .price-box {
  margin-bottom: 20px; }
.product-view .product-options-bottom .price-box, .product-view .product-options-bottom .price-box .price {
  font-family: "Proxima Nova", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  margin-top: 26px;
  margin-bottom: 22px; }
  .product-view .product-options-bottom .price-box .price-label, .product-view .product-options-bottom .price-box .price .price-label {
    display: none; }
  .product-view .product-options-bottom .price-box p, .product-view .product-options-bottom .price-box .price p {
    display: inline-block; }
  .product-view .product-options-bottom .price-box p.old-price, .product-view .product-options-bottom .price-box .price p.old-price {
    font-size: 36px; }
    .product-view .product-options-bottom .price-box p.old-price span.price, .product-view .product-options-bottom .price-box .price p.old-price span.price {
      font-size: 36px; }
.product-view .features p.additional-label, .product-view .features p.newsletter-title {
  padding-left: 0px;
  min-height: 20px;
  margin-bottom: 0; }
.product-view .features .additional-content ul.listing-features {
  padding-left: 0;
  padding-top: 0;
  margin-top: 37px; }
.product-view ul.listing-features li .ico-check {
  display: none; }
.product-view .tech-details .additional-label, .product-view .tech-details .description h2, .product-view .description .tech-details h2, .product-view .tech-details .newsletter-title {
  padding-left: 0; }
.product-view .tech-details .details-features {
  padding-left: 0 !important;
  font-size: 14px !important;
  color: #999999 !important; }
  @media (max-width: 959px) {
    .product-view .tech-details .details-features p {
      margin-bottom: 0px; } }
  .product-view .tech-details .details-features p {
    padding-left: 0; }
    .product-view .tech-details .details-features p:before {
      content: url("../../images/check-icn.png");
      width: 20px;
      height: 20px;
      display: inline-block;
      margin-right: 12px; }
    .product-view .tech-details .details-features p span {
      width: auto;
      position: relative;
      border: 0; }
      .product-view .tech-details .details-features p span:after {
        content: ":"; }

.slick-track .slick-arrow.slick-next, .slick-track .slick-arrow.slick-prev {
  display: none !important; }

@media (min-width: 960px) {
  .product-image {
    float: right; }

  .slick-next.slick-arrow {
    display: block;
    position: absolute;
    transform: rotate(90deg);
    left: calc(50% - 10px);
    top: 510px; }

  .slick-prev.slick-arrow {
    display: block;
    border: 1px solid red;
    position: absolute;
    transform: rotate(90deg);
    left: calc(50% - 10px);
    top: -10px; }

  .more-views {
    width: 150px; }

  .shopper_gallery_carousel {
    margin: auto;
    display: inline-block;
    width: 150px;
    padding-top: 20px; }

  .slick-slide img {
    padding: 10px; }

  .more-views {
    border: 0px; } }
.slick-arrow:before {
  color: #6c6b6b !important;
  content: "\f105";
  font-size: 40px !important; }

@media (min-width: 768px) and (min-width: 959px) {
  .slick-next.slick-arrow {
    right: 0px; }

  .slick-prev.slick-arrow {
    right: 0px; } }
.catalog-product-view .col-main {
  width: 100%; }

.price {
  white-space: nowrap; }

.price-box .price-label {
  white-space: nowrap; }
.price-box .price {
  font-weight: bold;
  color: #f15c22; }

.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: 960px) {
      .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: 960px) {
      .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: 960px) {
  .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 0px;
  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;
  margin-left: 0 !important; }
  .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: 960px) {
      .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 .cart-collaterals .column-7 {
    margin: 0; }

.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: 960px) {
  .cart .crosssell {
    display: none; } }

.cart .discount,
.cart .shipping {
  border: 0; }

.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; }

.checkout-cart-index #shopping-cart-table {
  border: 0; }
  .checkout-cart-index #shopping-cart-table .a-center.td-qty {
    padding-top: 20px; }
.checkout-cart-index .buttons-set {
  border: 0; }
.checkout-cart-index #discount-coupon-form .discount {
  box-shadow: none; }
  .checkout-cart-index #discount-coupon-form .discount .click-coupon {
    box-shadow: none; }
.checkout-cart-index .cart .cart-collaterals .validate-postcode {
  height: 32px; }
.checkout-cart-index .cart .cart-collaterals .shipping {
  box-shadow: none; }
  .checkout-cart-index .cart .cart-collaterals .shipping .shipping-form {
    padding-left: 0; }
.checkout-cart-index .cart .cart-collaterals .buttons-set button.button span {
  border: 0; }
.checkout-cart-index .cart .cart-collaterals .buttons-set button.button {
  float: left;
  margin: 0; }

.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: 960px) {
  .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: 960px) {
  .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;
    -moz-animation: captcha-rotate 1.5s infinite linear;
    animation: captcha-rotate 1.5s infinite linear; }

@-webkit-keyframes captcha-rotate {
  0% {
    -webkit-transform: rotate(0); }
  0% {
    -webkit-transform: rotate(-360deg); } }
@-moz-keyframes captcha-rotate {
  0% {
    -moz-transform: rotate(0); }
  0% {
    -moz-transform: rotate(-360deg); } }
@keyframes captcha-rotate {
  0% {
    transform: rotate(0); }
  0% {
    transform: rotate(-360deg); } }
.box-account {
  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; }

.customer-account-login button.button span {
  background: #525558;
  border-radius: 0;
  box-shadow: none;
  color: white; }
  .customer-account-login button.button span:hover {
    background: black; }
.customer-account-login .new-users .buttons-set {
  border: 0; }
  .customer-account-login .new-users .buttons-set button {
    float: left;
    margin-left: 0; }
.customer-account-login .registered-users A {
  font-size: 12px; }
.customer-account-login .registered-users .buttons-set {
  border: 0;
  margin-left: 0;
  padding-top: 0; }
  .customer-account-login .registered-users .buttons-set button#send2 {
    float: left;
    margin-left: 0; }
  .customer-account-login .registered-users .buttons-set p.required {
    float: left;
    text-align: left;
    padding: 0;
    margin-top: 0; }
@media (max-width: 768px) {
  .customer-account-login .registered-users div.content {
    padding-top: 30px; } }
@media (max-width: 768px) {
  .customer-account-login div.tucano-facebook-connect P {
    clear: both; } }
.customer-account-login .account-login .content {
  min-height: 100px; }
@media (max-width: 768px) {
  .customer-account-login .account-login .page-title H1 {
    margin-bottom: 10px; } }

.firecheckout-window {
  background: none !important;
  z-index: 1000000 !important; }
  .firecheckout-window .d-shadow-wrap {
    margin: 0; }
  .firecheckout-window .d-sh-cn.d-sh-bl {
    left: -25px; }
  .firecheckout-window .d-sh-cn.d-sh-br {
    left: -25px; }
  .firecheckout-window #firecheckout-login-window {
    width: 260px; }
  .firecheckout-window button.button span {
    background-color: #525558 !important;
    color: white !important; }
  .firecheckout-window button.button span:hover {
    background-color: black !important;
    color: white !important; }
  .firecheckout-window .close {
    position: absolute;
    top: -2px !important;
    right: 5px !important;
    width: 16px;
    height: 16px;
    background: url(../images/firecheckout/cancel_round.png) no-repeat 50% 50%; }

.container .my-account button.button, .slider-header-aligned .my-account button.button, .top-slider-block .content-slide.header-bottom .my-account button.button, .top-slider-block .content-slide.header-top .my-account button.button, .top-slider-block .content-slide.header-middle .my-account button.button, .container .my-account button.button span, .slider-header-aligned .my-account button.button span, .top-slider-block .content-slide.header-bottom .my-account button.button span, .top-slider-block .content-slide.header-top .my-account button.button span, .top-slider-block .content-slide.header-middle .my-account button.button span, .container .my-account button.button span span, .slider-header-aligned .my-account button.button span span, .top-slider-block .content-slide.header-bottom .my-account button.button span span, .top-slider-block .content-slide.header-top .my-account button.button span span, .top-slider-block .content-slide.header-middle .my-account button.button span span {
  background-color: #525558;
  border-radius: 0;
  color: white; }
.container .my-account button.button:hover, .slider-header-aligned .my-account button.button:hover, .top-slider-block .content-slide.header-bottom .my-account button.button:hover, .top-slider-block .content-slide.header-top .my-account button.button:hover, .top-slider-block .content-slide.header-middle .my-account button.button:hover, .container .my-account button.button span:hover, .slider-header-aligned .my-account button.button span:hover, .top-slider-block .content-slide.header-bottom .my-account button.button span:hover, .top-slider-block .content-slide.header-top .my-account button.button span:hover, .top-slider-block .content-slide.header-middle .my-account button.button span:hover, .container .my-account button.button span span:hover, .slider-header-aligned .my-account button.button span span:hover, .top-slider-block .content-slide.header-bottom .my-account button.button span span:hover, .top-slider-block .content-slide.header-top .my-account button.button span span:hover, .top-slider-block .content-slide.header-middle .my-account button.button span span:hover {
  background-color: black; }

.customer-account-create .account-create button.button, .customer-account-create .account-create button.button span, .customer-account-create .account-create button.button span span {
  background-color: #525558;
  border-radius: 0;
  color: white; }
.customer-account-create .account-create button.button:hover, .customer-account-create .account-create button.button span:hover, .customer-account-create .account-create button.button span span:hover {
  background-color: black; }
.customer-account-create .account-create .form-list .field, .customer-account-create .account-create .form-list .input-box {
  padding-left: 0 !important;
  padding-bottom: 10px; }
  .customer-account-create .account-create .form-list .field input, .customer-account-create .account-create .form-list .input-box input {
    height: 33px; }
  .customer-account-create .account-create .form-list .field label, .customer-account-create .account-create .form-list .input-box label {
    margin-bottom: 0px; }

.my-account-newsletter .an-buttons button.button {
  margin-top: 10px;
  margin-left: 0; }

.an-buttons button.button, .an-buttons button.button span, .an-buttons button.button span span {
  background-color: #525558;
  border-radius: 0;
  color: white; }
.an-buttons button.button:hover, .an-buttons button.button span:hover, .an-buttons button.button span span:hover {
  background-color: black; }

.sidebar.col {
  padding-left: 0;
  margin-left: -15px; }
  .sidebar.col .block.block-account {
    margin-top: 114px;
    width: 100%; }
    .sidebar.col .block.block-account .block-title {
      border-color: #ddd;
      background-color: #f5f5f5;
      color: #333333; }
      .sidebar.col .block.block-account .block-title:before, .sidebar.col .block.block-account .block-title:after {
        content: " ";
        display: table; }
      .sidebar.col .block.block-account .block-title:after {
        clear: both; }

.content.col {
  position: initial; }

.my-account .form-list li.wide .input-box {
  width: 100%; }
  .my-account .form-list li.wide .input-box input {
    width: 100%; }

.wishlist-index-index button.button, .wishlist-index-index button.button span, .wishlist-index-index button.button span span {
  color: white !important;
  background-color: #525558 !important;
  border-radius: 0 !important;
  border: 0 !important;
  min-height: 20px !important; }
.wishlist-index-index button.button:hover, .wishlist-index-index button.button span:hover, .wishlist-index-index button.button span span:hover {
  background-color: black !important; }
.wishlist-index-index button.button[type='submit'], .wishlist-index-index button.button[type='submit'] span, .wishlist-index-index button.button[type='submit'] span span, .wishlist-index-index button.button.btn-cart span span {
  min-height: 40px !important;
  line-height: 40px !important; }
.wishlist-index-index .button.button[type='submit'] span span {
  padding-left: 15px !important;
  padding-right: 15px !important; }
.wishlist-index-index button.button:hover, .wishlist-index-index button.button span:hover, .wishlist-index-index button.button span span:hover {
  background-color: black; }

/*Body*/
h4 {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px; }

h5 {
  font-size: 15px;
  margin-bottom: 0px;
  text-transform: none;
  font-weight: 700;
  margin-top: 25px; }

body, button, input, optgroup, select, textarea {
  font-family: 'Proxima Nova', sans-serif;
  font-size: 14px; }

header[role="banner"] {
  margin: 0 0 20px 0; }

header[role="banner"] .logo {
  margin: 0; }

#queldoreiNav {
  top: 15px;
  position: relative;
  z-index: 999999; }
  #queldoreiNav #catalog-dropdown-desktop {
    position: relative; }
  #queldoreiNav #catalog-dropdown-desktop .menu-marker {
    background-position: 35px 24px; }
  #queldoreiNav #info-dropdown-desktop .menu-marker {
    background-position: 35px 24px; }
  #queldoreiNav .menu-marker {
    display: none;
    background-image: url("../../images/icons/ico-triangle.png");
    background-repeat: no-repeat;
    background-position: center 24px;
    z-index: 99999;
    position: absolute;
    text-align: center;
    margin: auto;
    /* left: calc(50% - 16px); */
    /* top: 0px; */
    width: 100%;
    height: 46px;
    left: 0; }
  #queldoreiNav .desktop-dropdown-parent {
    position: relative; }
  #queldoreiNav .dropdown-active .menu-marker {
    display: block; }

.navigation-desktop-dropdown {
  width: 100%;
  height: 500px;
  float: left;
  z-index: 99999;
  position: absolute;
  left: 0;
  background-color: white;
  display: none;
  border-top: 1px solid #EBEBEB;
  top: 114px; }
  .navigation-desktop-dropdown .navigation-desktop-dropdown-row {
    display: table;
    max-width: 1170px;
    width: 100%;
    margin: auto;
    padding-left: 20px;
    margin-top: 30px; }
    .navigation-desktop-dropdown .navigation-desktop-dropdown-row .navigation-desktop-dropdown-column + .navigation-desktop-dropdown-column {
      border-left: 1px solid #EBEBEB;
      padding-left: 10px; }
    .navigation-desktop-dropdown .navigation-desktop-dropdown-row .navigation-desktop-dropdown-column {
      display: table-cell;
      font-family: "Proxima Nova", sans-serif; }
      .navigation-desktop-dropdown .navigation-desktop-dropdown-row .navigation-desktop-dropdown-column A:hover {
        text-decoration: none; }
      .navigation-desktop-dropdown .navigation-desktop-dropdown-row .navigation-desktop-dropdown-column h1 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 0;
        text-decoration: underline;
        text-transform: uppercase;
        color: black;
        margin-top: 0px; }
      .navigation-desktop-dropdown .navigation-desktop-dropdown-row .navigation-desktop-dropdown-column h2 {
        font-size: 16px;
        font-weight: 400;
        color: #7C7C7C;
        text-transform: uppercase;
        text-decoration: none;
        margin-top: 14px;
        margin-bottom: 5px; }
      .navigation-desktop-dropdown .navigation-desktop-dropdown-row .navigation-desktop-dropdown-column h3 {
        color: #c3c3c3;
        font-size: 14px;
        margin: 0 0 5px; }

ul#queldoreiNav A {
  display: block;
  color: #222 !important;
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase; }
ul#queldoreiNav LI {
  float: left; }
ul#queldoreiNav LI A {
  padding-left: 35px;
  padding-right: 35px; }
ul#queldoreiNav LI.catalog A {
  padding-left: 0px; }
ul#queldoreiNav LI.outlet A {
  padding-right: 0px; }

/** menu divider**/
ul#queldoreiNav > LI + LI A {
  border-left: 1px #00354c solid; }

ul#queldoreiNav .sub-wrapper {
  display: none; }

.headIcon {
  content: "."; }

.headIcon:before, .headIconLogin:before, .headIconHeart:before, .headIconSearch:before, .headIconCart:before {
  width: 26px;
  height: 27px;
  content: " ";
  background-repeat: no-repeat;
  background-position: left bottom;
  display: block;
  margin-left: 20px; }

nav.HeadMenuIcons {
  width: 360px;
  float: right;
  text-align: right;
  top: 10px;
  position: relative; }

.headIconLogin:before {
  background-image: url("../../images/icons/ico-login.png"); }

.headIconHeart:before {
  background-image: url("../../images/icons/ico-heart.png"); }

.headIconSearch:before {
  background-image: url("../../images/icons/ico-search.png"); }

.headIconCart:before {
  background-image: url("../../images/icons/ico-cart.png"); }

.HeadMenuIcons a.headico {
  display: block;
  float: right; }

/** common classes to extend from (lang, currency) */
.header-top-switches, header .header-switch.language-switch, header .currency-switch {
  font-family: "Proxima Nova", sans-serif;
  color: #555;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  float: right; }

.header-top-switches-dropdown, header .header-switch.language-switch:hover .header-dropdown, header .header-switch.currency-switch:hover .header-dropdown {
  display: block;
  position: absolute;
  background-color: white;
  z-index: 999; }

/** END common classes to extend from (lang, currency) */
.header-switches-container {
  margin-top: 11px;
  float: right; }

.header-switches-container DIV + DIV {
  border-right: 1px #00354c solid;
  margin-right: 11px;
  padding-right: 11px; }

/** language switcher **/
header .header-switch.language-switch .header-dropdown {
  display: none; }

header .header-switch.language-switch .header-dropdown LI {
  background-repeat: no-repeat;
  background-position: 10px 50%;
  padding: 0 9px 0 35px; }

header .header-switch.language-switch .header-dropdown A {
  background-repeat: no-repeat;
  background-position: 10px 50%;
  padding: 10px 9px 10px 35px;
  background-position-y: 12px;
  display: block;
  color: #8c8c8c; }

header .header-switch.language-switch .header-dropdown A:hover {
  color: black;
  text-decoration: none; }

header .language-select {
  display: none; }

/** end language switcher **/
/** currency switcher **/
header .header-switch.currency-switch .header-dropdown {
  display: none;
  right: 0px; }

header .header-switch.currency-switch .header-dropdown A {
  background-repeat: no-repeat;
  background-position: 10px 50%;
  padding: 10px 9px 0px 35px;
  background-position-y: 12px;
  display: block;
  color: #8c8c8c; }

header .header-switch.currency-switch .header-dropdown A:hover {
  color: black;
  text-decoration: none; }

header .currency-select {
  display: none; }

/** currency switcher  END **/
form.head-search {
  position: relative;
  display: inline-block; }

.headIconSearch {
  position: absolute;
  right: 0px;
  font-size: 15px; }

form.head-search .query {
  width: 222px;
  height: 37px;
  background-color: white;
  border: 1px solid #dfdfdf;
  visibility: hidden; }

@media (max-width: 1250px) {
  form.head-search .query {
    display: none; }

  nav.HeadMenuIcons {
    width: 200px; }

  .headIconSearch {
    position: initial; } }
@media (max-width: 767px) {
  .navigation-desktop-dropdown {
    display: none !important; }

  .queldorei #queldoreiNav {
    display: none; }

  .queldorei .nav-top-title .mobile-dropdown {
    display: none; }

  .queldorei .nav-top-title {
    display: block;
    float: left;
    top: 23px;
    position: relative;
    width: 283px; }

  .HeadMenuIcons a.headico:before {
    margin-left: 12px; }

  nav.HeadMenuIcons {
    width: 155px;
    position: relative;
    top: 22px;
    display: block; } }
.nav-top-title .icon {
  background-image: url("../../images/icons/ico-mobile.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  float: left; }

.nav-top-title A, .nav-top-title A:hover {
  background-color: #f0f0f0;
  display: inline-block;
  padding-left: 0px;
  padding-right: 150px;
  line-height: 30px;
  width: 210px;
  color: #222;
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none; }

/**cart dropdown**/
.cart-dropdown {
  background-color: white;
  display: inline-block;
  padding: 7px;
  width: 360px;
  min-width: 300px;
  max-width: 450px;
  position: absolute;
  right: -5px;
  top: 0px;
  margin-top: 33px;
  text-align: left;
  z-index: 998; }
  .cart-dropdown .buttons button.btn-continue {
    margin-left: 15px;
    margin-right: 15px;
    float: left; }
  .cart-dropdown .buttons button.btn-checkout {
    margin-right: 15px;
    float: right; }
  .cart-dropdown button, .cart-dropdown button:hover, .cart-dropdown button:active, .cart-dropdown button:focus {
    background-color: white;
    border: 1px solid black;
    border-radius: 0;
    text-transform: uppercase;
    font-family: "Proxima Nova", sans-serif;
    font-size: 14px;
    color: black; }
  .cart-dropdown .subtotal-wrapper {
    border-top: 1px solid #f5f5f5;
    padding-top: 10px;
    text-align: right;
    font-weight: bold;
    padding-right: 15px;
    padding-bottom: 38px; }
  .cart-dropdown .vat-notice {
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px; }
  .cart-dropdown li img {
    margin: 5px; }
  .cart-dropdown .cart-top-title {
    height: 33px;
    background-color: #f5f5f5;
    padding-top: 5px;
    text-align: center; }
  .cart-dropdown .cart-top-title A, .cart-dropdown .cart-top-title A:hover {
    text-decoration: none;
    color: black;
    text-align: center;
    font-family: "Proxima Nova", sans-serif; }
  .cart-dropdown .buttons {
    margin-bottom: 20px; }
  .cart-dropdown .product-details .btn-edit, .cart-dropdown .product-details .btn-remove {
    display: none; }
  .cart-dropdown .product-name {
    font-family: "Proxima Nova", sans-serif; }
  .cart-dropdown .product-name A, .cart-dropdown .product-name:hover {
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    font-size: 16px; }

.queldorei .nav-top-title .mobile-dropdown A {
  width: 280px;
  display: block;
  padding: 5px;
  background-color: white;
  font-family: "Proxima Nova", sans-serif;
  font-size: 17px;
  text-align: left;
  text-transform: uppercase;
  padding-left: 7px; }
.queldorei .nav-top-title .mobile-dropdown ul {
  border: 0 solid #F0F0F0;
  border-width: 1px 1px 0 0;
  border-width: 0 0 1px 1px; }
.queldorei .nav-top-title .mobile-dropdown li {
  border: 0 solid #F0F0F0;
  border-width: 0 1px 1px 1px; }

/** desktop **/
@media (min-width: 768px) {
  .queldorei .nav-top-title {
    display: none; } }
@media (max-width: 767px) {
  .queldorei .nav-top-title {
    width: 240px; }
    .queldorei .nav-top-title .navigation-link {
      padding-left: 5px; }
    .queldorei .nav-top-title .mobile-dropdown {
      position: absolute;
      z-index: 999; }
      .queldorei .nav-top-title .mobile-dropdown A {
        width: 238px; } }
/** mobile only **/
@media (max-width: 767px) {
  form.head-search .query {
    visibility: visible; }

  nav.queldorei {
    text-align: center;
    min-width: 294px; }

  .queldorei .nav-top-title {
    float: none !important;
    margin: auto; }

  .queldorei .nav-top-title .icon {
    display: none; }

  .queldorei .nav-top-title .mobile-dropdown {
    display: none; }

  .header-switches-container {
    display: none; }

  .logo-container {
    text-align: center; }

  .nav-top-title A.navigation-link, .nav-top-title A.navigation-link:hover {
    display: inline;
    padding-top: 5px;
    padding-bottom: 5px; }

  .navigation-link:before {
    width: 30px;
    height: 30px;
    content: " ";
    background-repeat: no-repeat;
    background-position: left top;
    display: inline-block;
    background-image: url("../../images/icons/ico-mobile.png");
    background-position-y: 7px;
    margin-right: 6px; }

  nav.HeadMenuIcons {
    float: none !important;
    margin: 20px auto 0;
    width: 280px; }

  nav.HeadMenuIcons a.headIconSearch {
    position: absolute; }

  nav.HeadMenuIcons form.head-search .query {
    width: 165px;
    visibility: visible; }

  form.head-search .query {
    width: 150px;
    display: inline-block; } }
.cms-home .slick-next.slick-arrow {
  left: inherit;
  transform: rotate(0deg);
  top: 50%;
  right: 50px; }
.cms-home .slick-prev.slick-arrow {
  left: 50px;
  transform: rotate(0deg);
  top: 50%; }

/*Fonts*/
/*Header*/
/*Footer*/
.footer-info .row {
  margin-left: 0px;
  margin-right: 0px; }

.footer-container {
  padding: 30px 50px;
  background: #e4e6e5;
  text-align: left; }
  @media (min-width: 768px) {
    .footer-container .store-locator-footer {
      padding-left: 0; } }
  .footer-container a {
    font-size: 14px;
    text-transform: uppercase;
    color: #333; }
  .footer-container .footer-tucano h4 {
    margin-bottom: 0px; }
  .footer-container .footer-tucano p {
    margin-bottom: 20px;
    font-size: 12px; }
  .footer-container .footer-info select {
    background: #e4e6e5;
    width: 60%;
    margin-bottom: 5px;
    border: 2px solid #6f7173; }
  .footer-container .footer-info button {
    background: #e4e6e5;
    width: 60%;
    margin-bottom: 5px;
    border: 2px solid #6f7173;
    text-transform: uppercase; }
  .footer-container .assistenza a {
    text-transform: none; }
  .footer-container .disclaimer {
    text-align: center;
    margin-top: 70px;
    border-bottom: 2px solid #b3b6b8;
    padding-bottom: 25px; }
  .footer-container .disclaimer .sono_sicuro_footer {
    margin-bottom: 20px; }
  .footer-container .copyright {
    float: left;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px; }

/** mobile only **/
@media (max-width: 767px) {
  div.footer-container {
    padding: 0; }
    div.footer-container .block-content-child {
      display: none; }
    div.footer-container .block-content-child.active {
      display: block !important; }
    div.footer-container .footer-info h4 {
      font-family: "Proxima Nova", sans-serif;
      font-size: 24px;
      font-weight: 400;
      line-height: 68px;
      padding: 0 10px;
      margin: 0;
      width: 100%;
      border-top: 1px solid grey; }
    div.footer-container .footer-info h4:after {
      width: 23px;
      height: 68px;
      content: " ";
      display: inline-block;
      float: right;
      vertical-align: middle;
      background-image: url("../../images/icons/menu-arrow-down.png");
      background-position-y: center;
      background-repeat: no-repeat; }
    div.footer-container .footer-info .footer-tucano .block-content h4:last-child {
      border-bottom: 1px solid grey; } }
.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%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-dialog {
  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;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 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 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 960px) {
  .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: 960px) {
  .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;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top, .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-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    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: transparent; }
  .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: 959px) {
  .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: 960px) 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: 959px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 960px) 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; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../extend/slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../extend/slick/fonts/slick.eot");
  src: url("../../extend/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../extend/slick/fonts/slick.woff") format("woff"), url("../../extend/slick/fonts/slick.ttf") format("truetype"), url("../../extend/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

@font-face {
  font-family: "Proxima Nova";
  src: url("../ProximaNova/ProximaNova-Regular.otf"); }
.top-slider-block .content-slide {
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center; }
  .top-slider-block .content-slide.top-left {
    left: 20px;
    top: 10%; }
  .top-slider-block .content-slide.top-center {
    left: 33%;
    top: 10%; }
  .top-slider-block .content-slide.top-right {
    top: 10%;
    right: 0; }
  .top-slider-block .content-slide.middle-left {
    left: 20px;
    top: 50%;
    margin-top: -10px; }
  .top-slider-block .content-slide.middle-center {
    left: 33%;
    top: 50%;
    margin-top: -10px; }
  .top-slider-block .content-slide.middle-right {
    right: 0;
    top: 50%;
    margin-top: -10px; }
  .top-slider-block .content-slide.bottom-left {
    left: 20px;
    bottom: 10%; }
  .top-slider-block .content-slide.bottom-center {
    left: 33%;
    bottom: 10%; }
  .top-slider-block .content-slide.bottom-right {
    right: 0;
    bottom: 10%; }
  @media (max-width: 959px) {
    .top-slider-block .content-slide h1 {
      font-size: 40px !important; } }
  @media (max-width: 959px) {
    .top-slider-block .content-slide p {
      font-size: 16px !important; } }

.info-banners-block .content-blocks.top-left {
  left: 15px;
  top: 5%; }
.info-banners-block .content-blocks.top-center {
  left: 0;
  top: 5%;
  width: 100%; }
.info-banners-block .content-blocks.top-right {
  top: 5%;
  right: 15px; }
.info-banners-block .content-blocks.middle-left {
  left: 15px;
  top: 50%;
  margin-top: -10px; }
.info-banners-block .content-blocks.middle-center {
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -10px; }
.info-banners-block .content-blocks.middle-right {
  right: 15px;
  top: 50%;
  margin-top: -10px; }
.info-banners-block .content-blocks.bottom-left {
  top: auto;
  left: 15px;
  bottom: 5%; }
.info-banners-block .content-blocks.bottom-center {
  top: auto;
  left: 0;
  bottom: 5%;
  width: 100%; }
.info-banners-block .content-blocks.bottom-right {
  top: auto;
  right: 15px;
  bottom: 5%; }
@media (max-width: 959px) {
  .info-banners-block .content-blocks h1 {
    font-size: 26px !important; } }
@media (max-width: 959px) {
  .info-banners-block .content-blocks h3, .info-banners-block .content-blocks h2 {
    font-size: 20px !important; } }
@media (max-width: 959px) {
  .info-banners-block .content-blocks p {
    font-size: 16px !important; } }

@media (max-width: 767px) {
  .info-banners-block {
    display: none; } }
.info-banners-block.banners-mobile {
  display: none; }
  @media (max-width: 767px) {
    .info-banners-block.banners-mobile {
      display: block; } }

.slider-header-aligned, .top-slider-block .content-slide.header-bottom, .top-slider-block .content-slide.header-top, .top-slider-block .content-slide.header-middle {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0; }

.top-slider-block .content-slide.header-bottom {
  bottom: 10%; }
.top-slider-block .content-slide.header-top {
  top: 10%; }
.top-slider-block .content-slide.header-middle {
  top: 50%; }

/*# sourceMappingURL=style.css.map */
