/* Shopping cart total summary row expandable to details */
tr.summary-total {
  cursor: pointer;
}
tr.summary-total .summary-collapse {
  float: left;
  text-align: left;
  padding-right: 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-left: 20px;
}
.cart-tax-total {
  display: block;
  padding-left: 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;
  right: 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;
  right: 50%;
  top: 50%;
  position: absolute;
  margin: -85px 0 0;
  margin-left: 0px;
  margin-right: -200px;
  width: 400px;
  text-align: right;
  -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: left;
  text-transform: uppercase;
}
.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: right;
  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: right;
  width: 300px;
  z-index: 100;
}
.map-popup-heading {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  padding-left: 30px;
  padding-right: 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: right;
  text-overflow: ellipsis;
}
.map-popup-arrow {
  background: url(../../images/map_popup_arrow.gif) no-repeat;
  position: absolute;
  right: 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: right;
  width: 280px;
}
.map-popup-checkout {
  display: inline;
  float: left;
  text-align: left;
}
.map-popup-checkout span {
  display: block;
  padding-left: 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: left;
  margin: 0 10px;
  padding: 10px 0;
  text-align: right;
  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,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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: rgba(0, 0, 0, 0);
}
body {
  font-family: Open Sans Hebrew;
  font-size: 12px;
  line-height: 1.42857143;
  color: #444444;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #192068;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0a0d2a;
  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,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -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: 17px;
  margin-bottom: 17px;
  border: 0;
  border-top: 1px solid #eaedf1;
}
.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-right: -15px;
  margin-left: -15px;
  margin-top: 17px;
  margin-bottom: 17px;
}
header[role="banner"] > .logo {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  header[role="banner"] > .logo {
    float: right;
    width: 41.66666667%;
  }
}
header[role="banner"] .quick-access {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  header[role="banner"] .quick-access {
    float: right;
    width: 58.33333333%;
  }
}
@media (min-width: 768px) {
  header[role="banner"] .form-language {
    float: right;
    width: 160px;
  }
  header[role="banner"] .form-language .form-control {
    width: 120px;
  }
  header[role="banner"] .links {
    float: left;
    line-height: 28px;
  }
  header[role="banner"] .form-search:before,
  header[role="banner"] .form-search:after {
    content: " ";
    display: table;
  }
  header[role="banner"] .form-search:after {
    clear: both;
  }
  header[role="banner"] .form-search:before,
  header[role="banner"] .form-search:after {
    content: " ";
    display: table;
  }
  header[role="banner"] .form-search:after {
    clear: both;
  }
}
@media (min-width: 992px) {
  header[role="banner"] .quick-access {
    float: left;
  }
}
.layout {
  margin-right: -15px;
  margin-left: -15px;
}
.layout.layout-1-col div[role="main"] {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .layout.layout-1-col div[role="main"] {
    float: right;
    width: 100%;
  }
}
.layout.layout-3-cols div[role="main"] {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .layout.layout-3-cols div[role="main"] {
    float: right;
    width: 50%;
  }
}
div[role="main"] {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 17px;
}
@media (min-width: 992px) {
  div[role="main"] {
    float: right;
    width: 75%;
  }
}
aside[role="complementary"] {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: none;
  margin-bottom: 17px;
}
@media (min-width: 992px) {
  aside[role="complementary"] {
    float: right;
    width: 25%;
  }
}
@media (min-width: 992px) {
  aside[role="complementary"] {
    display: block;
  }
}
footer[role="contentinfo"] {
  margin-bottom: 17px;
}
footer[role="contentinfo"]:before,
footer[role="contentinfo"]:after {
  content: " ";
  display: table;
}
footer[role="contentinfo"]:after {
  clear: both;
}
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: 8.5px;
}
@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: right;
  }
  footer[role="contentinfo"] .links,
  footer[role="contentinfo"] address {
    float: left;
    text-align: left;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Open Sans Hebrew;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 17px;
  margin-bottom: 8.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 31px;
}
h2,
.h2 {
  font-size: 25px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 10px;
}
p {
  margin: 0 0 8.5px;
}
.lead {
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: right;
}
.text-right {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #192068;
}
a.text-primary:hover {
  color: #0f133f;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover {
  color: #953b39;
}
.bg-primary {
  color: #fff;
  background-color: #192068;
}
a.bg-primary:hover {
  background-color: #0f133f;
}
.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 {
  padding-bottom: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #eaedf1;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 8.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-right: 0;
  list-style: none;
}
.list-inline {
  padding-right: 0;
  list-style: none;
  margin-right: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 17px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-right: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: right;
    width: 160px;
    clear: right;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-right: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  font-size: 15px;
  border-right: 5px solid #eaedf1;
}
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.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-left: 15px;
  padding-right: 0;
  border-left: 5px solid #eaedf1;
  border-right: 0;
  text-align: left;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 17px;
  font-style: normal;
  line-height: 1.42857143;
}
h1,
.h1 {
  font-size: 21px;
}
h2,
.h2 {
  font-size: 19px;
}
h3,
.h3 {
  font-size: 17px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}
.page-title {
  padding-bottom: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #eaedf1;
  margin-top: 0;
}
.page-title:before,
.page-title:after {
  content: " ";
  display: table;
}
.page-title:after {
  clear: both;
}
.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: left;
  margin: 7px 0 0;
}
.title-buttons {
  text-align: left;
}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
  float: right;
}
.subtitle,
.sub-title {
  color: #999999;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.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-right: 15px;
  padding-left: 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: right;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-offset-12 {
  margin-right: 100%;
}
.col-xs-offset-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-9 {
  margin-right: 75%;
}
.col-xs-offset-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-6 {
  margin-right: 50%;
}
.col-xs-offset-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-3 {
  margin-right: 25%;
}
.col-xs-offset-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-0 {
  margin-right: 0%;
}
@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: right;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-offset-12 {
    margin-right: 100%;
  }
  .col-sm-offset-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-right: 75%;
  }
  .col-sm-offset-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-right: 50%;
  }
  .col-sm-offset-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-right: 25%;
  }
  .col-sm-offset-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-right: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: right;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-offset-12 {
    margin-right: 100%;
  }
  .col-md-offset-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-right: 75%;
  }
  .col-md-offset-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-right: 50%;
  }
  .col-md-offset-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-right: 25%;
  }
  .col-md-offset-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-right: 0%;
  }
}
@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: right;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-offset-12 {
    margin-right: 100%;
  }
  .col-lg-offset-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-right: 75%;
  }
  .col-lg-offset-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-right: 50%;
  }
  .col-lg-offset-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-right: 25%;
  }
  .col-lg-offset-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-right: 0%;
  }
}
.col2-set,
.col2-set,
.col4-set {
  margin-right: -15px;
  margin-left: -15px;
}
.col2-set > .legend {
  margin-right: 15px;
  margin-left: 15px;
  width: auto;
}
.col2-set .col-1,
.col2-set .col-2 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    float: right;
    width: 50%;
  }
}
.col2-set .col-narrow {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .col2-set .col-narrow {
    float: right;
    width: 33.33333333%;
  }
}
.col2-set .col-wide {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .col2-set .col-wide {
    float: right;
    width: 66.66666667%;
  }
}
.col3-set .col-1,
.col3-set .col-2,
.col3-set .col-3 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .col3-set .col-1,
  .col3-set .col-2,
  .col3-set .col-3 {
    float: right;
    width: 33.33333333%;
  }
}
.col4-set .col-1,
.col4-set .col-2,
.col4-set .col-3,
.col4-set .col-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .col4-set .col-1,
  .col4-set .col-2,
  .col4-set .col-3,
  .col4-set .col-4 {
    float: right;
    width: 25%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: right;
}
.table {
  width: 100%;
  margin-bottom: 17px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #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,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-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,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.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,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.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,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.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: 12.75px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.data-table {
  width: 100%;
  margin-bottom: 17px;
  border: 1px solid #dddddd;
}
.data-table > thead > tr > th,
.data-table > tbody > tr > th,
.data-table > tfoot > tr > th,
.data-table > thead > tr > td,
.data-table > tbody > tr > td,
.data-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.data-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.data-table > caption + thead > tr:first-child > th,
.data-table > colgroup + thead > tr:first-child > th,
.data-table > thead:first-child > tr:first-child > th,
.data-table > caption + thead > tr:first-child > td,
.data-table > colgroup + thead > tr:first-child > td,
.data-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.data-table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.data-table .table {
  background-color: #ffffff;
}
.data-table > thead > tr > th,
.data-table > tbody > tr > th,
.data-table > tfoot > tr > th,
.data-table > thead > tr > td,
.data-table > tbody > tr > td,
.data-table > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.data-table > thead > tr > th,
.data-table > thead > tr > td {
  border-bottom-width: 2px;
}
.data-table > tbody > tr:nth-child(odd) > td,
.data-table > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 17px;
  font-size: 18px;
  line-height: inherit;
  color: #444444;
  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: 5px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #666666;
}
.form-control {
  display: block;
  width: 100%;
  height: 27px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #666666;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dde3e9;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eaedf1;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 27px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 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: right;
  margin-right: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-right: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 28px;
  line-height: 28px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 61px;
  padding: 20px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-lg {
  height: 61px;
  line-height: 61px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-left: 33.75px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 22px;
  display: block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  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: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #468847;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #c09853;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #b94a48;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #848484;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-right: 0;
  }
  .form-inline .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: 5px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 22px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 5px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
}
p.control input.checkbox,
p.control input.radio {
  margin-left: 6px;
}
.input-text {
  display: block;
  width: 100%;
  height: 27px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #666666;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dde3e9;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input-text:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.input-text::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.input-text:-ms-input-placeholder {
  color: #999999;
}
.input-text::-webkit-input-placeholder {
  color: #999999;
}
.input-text[disabled],
.input-text[readonly],
fieldset[disabled] .input-text {
  cursor: not-allowed;
  background-color: #eaedf1;
  opacity: 1;
}
textarea.input-text {
  height: auto;
}
.form-list:before,
.form-list:after {
  content: " ";
  display: table;
}
.form-list:after {
  clear: both;
}
.form-list:before,
.form-list:after {
  content: " ";
  display: table;
}
.form-list:after {
  clear: both;
}
.form-list li {
  margin-bottom: 15px;
}
.form-list li:before,
.form-list li:after {
  content: " ";
  display: table;
}
.form-list li: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: left;
  font-style: normal;
  color: #b94a48;
  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-left: 6px;
  display: inline;
  float: right;
  margin-top: 2px;
}
.form-list li.control .input-box {
  clear: none;
  display: inline;
  width: auto;
}
.form-list .field {
  float: right;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.form-list .field:first-child,
.form-list .field:first-of-type {
  padding-right: 0;
}
.form-list .field:last-child {
  padding-left: 0;
}
.form-list textarea,
.form-list select {
  display: block;
  width: 100%;
  height: 27px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #666666;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dde3e9;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-list textarea:focus,
.form-list select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-list textarea::-moz-placeholder,
.form-list select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-list textarea:-ms-input-placeholder,
.form-list select:-ms-input-placeholder {
  color: #999999;
}
.form-list textarea::-webkit-input-placeholder,
.form-list select::-webkit-input-placeholder {
  color: #999999;
}
.form-list textarea[disabled],
.form-list select[disabled],
.form-list textarea[readonly],
.form-list select[readonly],
fieldset[disabled] .form-list textarea,
fieldset[disabled] .form-list select {
  cursor: not-allowed;
  background-color: #eaedf1;
  opacity: 1;
}
textarea.form-list textarea,
textarea.form-list select {
  height: auto;
}
.form-list select[multiple],
.form-list textarea {
  height: auto;
}
.form-list li.additional-row {
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
  padding-top: 7px;
}
.form-list li.additional-row p:before,
.form-list li.additional-row p:after {
  content: " ";
  display: table;
}
.form-list li.additional-row p:after {
  clear: both;
}
.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: left;
  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: right;
  padding-left: 15px;
  padding-right: 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-right: 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-left: 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: 17px;
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  color: #444444;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.buttons-set {
  margin: 4em 0 0;
  padding: 8px 0 0;
  border-top: 1px solid #e5e5e5;
  line-height: 27px;
  text-align: left;
}
.buttons-set:before,
.buttons-set:after {
  content: " ";
  display: table;
}
.buttons-set:after {
  clear: both;
}
.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: right;
  margin: 0;
}
.buttons-set button.button {
  float: left;
  margin-right: 5px;
}
.buttons-set-order {
  margin: 10px 0 0;
}
.buttons-set-order .please-wait {
  padding: 12px 0px 0;
  padding-left: 7px;
  padding-right: 0px;
}
.validation-advice {
  clear: both;
  color: #b94a48;
}
.validation-failed {
  border-color: #b94a48 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.validation-failed:focus {
  border-color: #953b39 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 !important;
}
p.required {
  text-align: left;
  color: #b94a48;
}
.v-fix {
  float: right;
}
.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-left: -12em;
  position: relative;
}
.btn {
  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: 4px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #192068;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #192068;
  background-color: #eaedf1;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #192068;
  background-color: #d2d8e1;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #eaedf1;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #eaedf1;
  background-color: #192068;
}
.btn-primary {
  color: #ffffff;
  background-color: #192068;
  border-color: #141a53;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #111647;
  border-color: #080a22;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #192068;
  border-color: #141a53;
}
.btn-primary .badge {
  color: #192068;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #192068;
  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: #0a0d2a;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 20px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #192068;
  background-color: #eaedf1;
  border-color: #cccccc;
}
.button:focus,
.button:active:focus,
.button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.button:hover,
.button:focus {
  color: #192068;
  text-decoration: none;
}
.button:active,
.button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.button:hover,
.button:focus,
.button:active,
.button.active,
.open .dropdown-toggle.button {
  color: #192068;
  background-color: #d2d8e1;
  border-color: #adadad;
}
.button:active,
.button.active,
.open .dropdown-toggle.button {
  background-image: none;
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button,
.button.disabled:hover,
.button[disabled]:hover,
fieldset[disabled] .button:hover,
.button.disabled:focus,
.button[disabled]:focus,
fieldset[disabled] .button:focus,
.button.disabled:active,
.button[disabled]:active,
fieldset[disabled] .button:active,
.button.disabled.active,
.button[disabled].active,
fieldset[disabled] .button.active {
  background-color: #eaedf1;
  border-color: #cccccc;
}
.button .badge {
  color: #eaedf1;
  background-color: #192068;
}
.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-right: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  float: 0;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -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 .divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #444444;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #192068;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #192068;
}
.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-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.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;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: right;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 61px;
  padding: 20px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 61px;
  line-height: 61px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  line-height: 28px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 4px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #666666;
  text-align: center;
  background-color: #eaedf1;
  border: 1px solid #dde3e9;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 20px 16px;
  font-size: 15px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:first-child {
  border-left: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:last-child {
  border-right: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-right: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-left: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-right: -1px;
}
.input-group-addon label {
  margin-bottom: 0;
  font-weight: normal;
}
.nav {
  margin-bottom: 0;
  padding-right: 0;
  list-style: none;
}
.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: #eaedf1;
}
.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: #eaedf1;
  border-color: #192068;
}
.nav .nav-divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: right;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-left: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eaedf1 #eaedf1 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #666666;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-left: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: right;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-right: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #192068;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-right: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-left: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 0px;
  margin-bottom: 17px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: right;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.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-right: 0;
    padding-left: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-left: 0;
    margin-right: 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;
  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: right;
  padding: -8.5px 15px;
  font-size: 15px;
  line-height: 17px;
  height: 0px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-right: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: left;
  margin-left: 15px;
  padding: 9px 10px;
  margin-top: -17px;
  margin-bottom: -17px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.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: -4.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 17px;
}
@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: 17px;
  }
  .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: right;
    margin: 0;
  }
  .navbar-nav > li {
    float: right;
  }
  .navbar-nav > li > a {
    padding-top: -8.5px;
    padding-bottom: -8.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left;
    float: right !important;
  }
  .navbar-right {
    float: right;
    float: left !important;
  }
}
.navbar-form {
  margin-right: -15px;
  margin-left: -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: -13.5px;
  margin-bottom: -13.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-right: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-left: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.navbar-btn {
  margin-top: -13.5px;
  margin-bottom: -13.5px;
}
.navbar-btn.btn-sm {
  margin-top: -14px;
  margin-bottom: -14px;
}
.navbar-btn.btn-xs {
  margin-top: -11px;
  margin-bottom: -11px;
}
.navbar-text {
  margin-top: -8.5px;
  margin-bottom: -8.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: right;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-left: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.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: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
@media (min-width: 768px) {
  .navbar-main .navbar-brand {
    display: none;
  }
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 17px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb strong {
  font-weight: normal;
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-right: 0;
  margin: 17px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: right;
  padding: 4px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #192068;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-right: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-right: 0;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #0a0d2a;
  background-color: #eaedf1;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #192068;
  border-color: #192068;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 20px 16px;
  font-size: 15px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 11px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pager:before,
.sorter:before,
.pager:after,
.sorter:after {
  content: " ";
  display: table;
}
.pager:after,
.sorter:after {
  clear: both;
}
.pager:before,
.sorter:before,
.pager:after,
.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: 28px;
}
.pager .amount {
  float: right;
  margin-bottom: 0;
}
.pager .limiter {
  float: left;
}
.pager .limiter label {
  margin-bottom: 0;
}
.pager .limiter select {
  display: inline;
  width: 60px;
}
.pager .pages {
  float: right;
  width: 100%;
  margin-top: 4px;
  text-align: center;
}
.pager .pages ol {
  padding-right: 0;
  margin: 17px 0;
  border-radius: 0px;
  margin: 0;
  display: inline-block;
}
.pager .pages ol > li {
  display: inline;
}
.pager .pages ol > li > a,
.pager .pages ol > li > span {
  position: relative;
  float: right;
  padding: 4px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #192068;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-right: -1px;
}
.pager .pages ol > li:first-child > a,
.pager .pages ol > li:first-child > span {
  margin-right: 0;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pager .pages ol > li:last-child > a,
.pager .pages ol > li:last-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pager .pages ol > li > a:hover,
.pager .pages ol > li > span:hover,
.pager .pages ol > li > a:focus,
.pager .pages ol > li > span:focus {
  color: #0a0d2a;
  background-color: #eaedf1;
  border-color: #dddddd;
}
.pager .pages ol > .active > a,
.pager .pages ol > .active > span,
.pager .pages ol > .active > a:hover,
.pager .pages ol > .active > span:hover,
.pager .pages ol > .active > a:focus,
.pager .pages ol > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #192068;
  border-color: #192068;
  cursor: default;
}
.pager .pages ol > .disabled > span,
.pager .pages ol > .disabled > span:hover,
.pager .pages ol > .disabled > span:focus,
.pager .pages ol > .disabled > a,
.pager .pages ol > .disabled > a:hover,
.pager .pages ol > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pager .pages ol > li > a,
.pager .pages ol > li > span {
  padding: 5px 10px;
  font-size: 11px;
}
.pager .pages ol > li:first-child > a,
.pager .pages ol > li:first-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pager .pages ol > li:last-child > a,
.pager .pages ol > li:last-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pager .pages li {
  display: inline-block;
  margin: 0 2px;
}
.sorter {
  padding: 4px 8px;
  border-top: 1px solid #e5e5e5;
  line-height: 28px;
}
.sorter .view-mode {
  float: right;
  margin: 0;
}
.sorter .sort-by {
  float: left;
}
.sorter .sort-by label {
  margin-bottom: 0;
}
.sorter .sort-by select {
  display: inline;
  width: 100px;
}
@media (min-width: 768px) {
  .sorter .sort-by {
    padding-left: 43px;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 17px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-left: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
.success {
  color: #468847;
}
.error {
  color: #b94a48;
}
.notice {
  color: #3a87ad;
}
.messages > li {
  margin-bottom: 10px;
}
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  padding: 15px;
  margin-bottom: 17px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.error-msg h4,
.success-msg h4,
.note-msg h4,
.notice-msg h4 {
  margin-top: 0;
  color: inherit;
}
.error-msg .alert-link,
.success-msg .alert-link,
.note-msg .alert-link,
.notice-msg .alert-link {
  font-weight: bold;
}
.error-msg > p,
.success-msg > p,
.note-msg > p,
.notice-msg > p,
.error-msg > ul,
.success-msg > ul,
.note-msg > ul,
.notice-msg > ul {
  margin-bottom: 0;
}
.error-msg > p + p,
.success-msg > p + p,
.note-msg > p + p,
.notice-msg > p + p {
  margin-top: 5px;
}
.error-msg {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.error-msg hr {
  border-top-color: #e6c1c7;
}
.error-msg .alert-link {
  color: #953b39;
}
.success-msg {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.success-msg hr {
  border-top-color: #c9e2b3;
}
.success-msg .alert-link {
  color: #356635;
}
.note-msg,
.notice-msg {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.note-msg hr,
.notice-msg hr {
  border-top-color: #a6e1ec;
}
.note-msg .alert-link,
.notice-msg .alert-link {
  color: #2d6987;
}
.global-site-notice {
  padding: 15px;
  margin-bottom: 17px;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.global-site-notice h4 {
  margin-top: 0;
  color: inherit;
}
.global-site-notice .alert-link {
  font-weight: bold;
}
.global-site-notice > p,
.global-site-notice > ul {
  margin-bottom: 0;
}
.global-site-notice > p + p {
  margin-top: 5px;
}
.global-site-notice hr {
  border-top-color: #f8e5be;
}
.global-site-notice .alert-link {
  color: #a47e3c;
}
.global-site-notice p {
  margin: 0;
}
.list-group {
  margin-bottom: 20px;
  padding-right: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.list-group-item > .badge {
  float: left;
}
.list-group-item > .badge + .badge {
  margin-left: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #192068;
  border-color: #192068;
}
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: #707add;
}
.list-group-item-success {
  color: #468847;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #468847;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #468847;
  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: #468847;
  border-color: #468847;
}
.list-group-item-info {
  color: #3a87ad;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #3a87ad;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #3a87ad;
  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: #3a87ad;
  border-color: #3a87ad;
}
.list-group-item-warning {
  color: #c09853;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #c09853;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #c09853;
  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: #c09853;
  border-color: #c09853;
}
.list-group-item-danger {
  color: #b94a48;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #b94a48;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #b94a48;
  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: #b94a48;
  border-color: #b94a48;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 17px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -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-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-right-radius: -1px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-left-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-right-radius: -1px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-left-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 17px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #444444;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #192068;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #192068;
  border-color: #192068;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #192068;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #192068;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.close {
  float: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../boilerplate/default/bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../../../boilerplate/default/bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../../../boilerplate/default/bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../../../boilerplate/default/bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../../../boilerplate/default/bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.std ul,
.std ol {
  padding-right: 40px;
  margin-bottom: 8.5px;
}
.std ul {
  list-style: disc outside;
}
.std ol {
  list-style: decimal outside;
}
.links li {
  display: inline;
}
.links li:first-child {
  padding-right: 0;
}
.links li:last-child {
  padding-left: 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-previous:hover,
.btn-remove2:hover,
.btn-edit:hover,
.btn-remove:focus,
.btn-previous:focus,
.btn-remove2:focus,
.btn-edit:focus {
  text-decoration: none;
}
.btn-remove:after,
.btn-previous:after,
.btn-remove2:after,
.btn-edit:after {
  font-size: 12px;
  font-weight: bold;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-edit:after {
  content: "\f040";
}
.btn-remove:after,
.btn-remove2:after {
  content: "\f00d";
}
.btn-cart {
  color: #ffffff;
  background-color: #192068;
  border-color: #141a53;
}
.btn-cart:hover,
.btn-cart:focus,
.btn-cart:active,
.btn-cart.active,
.open .dropdown-toggle.btn-cart {
  color: #ffffff;
  background-color: #111647;
  border-color: #080a22;
}
.btn-cart:active,
.btn-cart.active,
.open .dropdown-toggle.btn-cart {
  background-image: none;
}
.btn-cart.disabled,
.btn-cart[disabled],
fieldset[disabled] .btn-cart,
.btn-cart.disabled:hover,
.btn-cart[disabled]:hover,
fieldset[disabled] .btn-cart:hover,
.btn-cart.disabled:focus,
.btn-cart[disabled]:focus,
fieldset[disabled] .btn-cart:focus,
.btn-cart.disabled:active,
.btn-cart[disabled]:active,
fieldset[disabled] .btn-cart:active,
.btn-cart.disabled.active,
.btn-cart[disabled].active,
fieldset[disabled] .btn-cart.active {
  background-color: #192068;
  border-color: #141a53;
}
.btn-cart .badge {
  color: #192068;
  background-color: #ffffff;
}
.cards-list dt {
  margin: 5px 0 0;
}
.cards-list .offset {
  padding: 2px 0;
  padding-left: 0px;
  padding-right: 20px;
}
.separator {
  margin: 0 3px;
}
.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: url(../../images/bkg_divider1.gif) 0 50% repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
.logo strong {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
h1.logo {
  margin: 0;
}
.logo img {
  max-width: 100%;
}
.form-language {
  margin-bottom: 8.5px;
}
.form-language label {
  display: none;
}
.form-language select {
  display: block;
  width: 100%;
  height: 27px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #666666;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dde3e9;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-language select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-language select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-language select:-ms-input-placeholder {
  color: #999999;
}
.form-language select::-webkit-input-placeholder {
  color: #999999;
}
.form-language select[disabled],
.form-language select[readonly],
fieldset[disabled] .form-language select {
  cursor: not-allowed;
  background-color: #eaedf1;
  opacity: 1;
}
textarea.form-language select {
  height: auto;
}
.form-search {
  margin-bottom: 8.5px;
  position: relative;
}
.form-search .search-autocomplete {
  z-index: 1000;
}
.form-search .search-autocomplete li {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  cursor: pointer;
}
.form-search .search-autocomplete li:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.form-search .search-autocomplete li:last-child {
  margin-bottom: 0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.form-search .search-autocomplete li > .badge {
  float: left;
}
.form-search .search-autocomplete li > .badge + .badge {
  margin-left: 5px;
}
.form-search .search-autocomplete li .amount {
  float: left;
}
.form-search .search-autocomplete li.first {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.form-search .search-autocomplete li:hover,
.form-search .search-autocomplete li:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.form-search .search-autocomplete li.selected,
.form-search .search-autocomplete li.selected:hover,
.form-search .search-autocomplete li.selected:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #192068;
  border-color: #192068;
}
.advanced-search .form-list .input-range {
  line-height: 27px;
}
.advanced-search .form-list .input-range small {
  float: left;
}
.advanced-search-summary {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 0px;
}
.advanced-search-summary blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.advanced-search-summary:before,
.advanced-search-summary:after {
  content: " ";
  display: table;
}
.advanced-search-summary:after {
  clear: both;
}
.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-right: 15px;
  padding-left: 15px;
}
.advanced-search-summary strong {
  color: #192068;
}
.advanced-search-summary p {
  clear: both;
  padding: 8.5px 15px 0;
  margin-bottom: 0;
  font-weight: bold;
}
@media (min-width: 480px) {
  .advanced-search-summary ul {
    float: right;
    width: 50%;
  }
}
.block {
  margin-bottom: 17px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #dddddd;
}
.block > .list-group {
  margin-bottom: 0;
}
.block > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.block > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.block > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.block > .table,
.block > .table-responsive > .table {
  margin-bottom: 0;
}
.block > .table:first-child,
.block > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.block > .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,
.block > .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,
.block > .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,
.block > .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 {
  border-top-right-radius: -1px;
}
.block > .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,
.block > .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,
.block > .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,
.block > .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 {
  border-top-left-radius: -1px;
}
.block > .table:last-child,
.block > .table-responsive:last-child > .table:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.block > .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,
.block > .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,
.block > .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,
.block > .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 {
  border-bottom-right-radius: -1px;
}
.block > .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,
.block > .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,
.block > .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,
.block > .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 {
  border-bottom-left-radius: -1px;
}
.block > .panel-body + .table,
.block > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.block > .table > tbody:first-child > tr:first-child th,
.block > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.block > .table-bordered,
.block > .table-responsive > .table-bordered {
  border: 0;
}
.block > .table-bordered > thead > tr > th:first-child,
.block > .table-responsive > .table-bordered > thead > tr > th:first-child,
.block > .table-bordered > tbody > tr > th:first-child,
.block > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.block > .table-bordered > tfoot > tr > th:first-child,
.block > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.block > .table-bordered > thead > tr > td:first-child,
.block > .table-responsive > .table-bordered > thead > tr > td:first-child,
.block > .table-bordered > tbody > tr > td:first-child,
.block > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.block > .table-bordered > tfoot > tr > td:first-child,
.block > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-right: 0;
}
.block > .table-bordered > thead > tr > th:last-child,
.block > .table-responsive > .table-bordered > thead > tr > th:last-child,
.block > .table-bordered > tbody > tr > th:last-child,
.block > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.block > .table-bordered > tfoot > tr > th:last-child,
.block > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.block > .table-bordered > thead > tr > td:last-child,
.block > .table-responsive > .table-bordered > thead > tr > td:last-child,
.block > .table-bordered > tbody > tr > td:last-child,
.block > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.block > .table-bordered > tfoot > tr > td:last-child,
.block > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-left: 0;
}
.block > .table-bordered > thead > tr:first-child > td,
.block > .table-responsive > .table-bordered > thead > tr:first-child > td,
.block > .table-bordered > tbody > tr:first-child > td,
.block > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.block > .table-bordered > thead > tr:first-child > th,
.block > .table-responsive > .table-bordered > thead > tr:first-child > th,
.block > .table-bordered > tbody > tr:first-child > th,
.block > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.block > .table-bordered > tbody > tr:last-child > td,
.block > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.block > .table-bordered > tfoot > tr:last-child > td,
.block > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.block > .table-bordered > tbody > tr:last-child > th,
.block > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.block > .table-bordered > tfoot > tr:last-child > th,
.block > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.block > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.block .block-title {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
  border-color: #dddddd;
  background-color: #f5f5f5;
  color: #444444;
}
.block .block-title > .dropdown .dropdown-toggle {
  color: inherit;
}
.block .block-title strong {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
  font-weight: 500;
}
.block .block-title strong > a {
  color: inherit;
}
.block .block-subtitle {
  margin: 0 15px 8.5px;
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
}
.block .block-content:before,
.block .actions:before,
.block .block-content:after,
.block .actions:after {
  content: " ";
  display: table;
}
.block .block-content:after,
.block .actions:after {
  clear: both;
}
.block .block-content:before,
.block .actions:before,
.block .block-content:after,
.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: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: left;
  margin: 1px 0 2px;
  margin-left: 0px;
  margin-right: 5px;
}
.block .actions {
  padding: 6px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  text-align: left;
  line-height: 28px;
}
.block .actions:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.block .actions a {
  float: right;
}
.block .actions button.button {
  float: left;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
.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: 11px;
}
.mini-products-list .product-image {
  float: right;
}
.mini-products-list .product-details {
  margin-right: 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 {
  border-color: #192068;
}
.block-account > .panel-heading {
  color: #ffffff;
  background-color: #192068;
  border-color: #192068;
}
.block-account > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #192068;
}
.block-account > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #192068;
}
.block-account .block-title {
  border-color: #192068;
  background-color: #192068;
  color: #ffffff;
}
.block-account .block-title + .panel-collapse .panel-body {
  border-top-color: #192068;
}
.block-account .block-title strong {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
  font-weight: 500;
}
.block-account .block-title strong > a {
  color: inherit;
}
.block-account .block-content {
  padding: 15px;
}
.block-account .block-content ul {
  margin-bottom: 0;
}
.block-account .block-content li a {
  display: block;
  border-bottom: 1px solid #dddddd;
  padding: 5px 0;
}
.block-account .block-content li.last a {
  border-bottom: 0;
}
.block-account .block-content li.current {
  padding: 5px 0;
  border-bottom: 1px solid #dddddd;
}
.block-account .block-content li.current.last {
  border-bottom: 0;
}
.block-layered-nav dl {
  margin: 0;
}
.block-layered-nav dt {
  padding: 7px 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.block-layered-nav dd {
  padding: 0 15px 0 20px;
  margin-bottom: 8.5px;
}
.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: left;
}
.block-layered-nav .actions .actions a {
  float: none;
}
.block-cart .summary {
  padding: 10px 15px;
}
.block-cart .amount a {
  font-weight: bold;
}
.block-cart .subtotal {
  padding: 15px;
  margin-bottom: 17px;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
  padding: 4px;
  margin-bottom: 0;
  text-align: center;
}
.block-cart .subtotal h4 {
  margin-top: 0;
  color: inherit;
}
.block-cart .subtotal .alert-link {
  font-weight: bold;
}
.block-cart .subtotal > p,
.block-cart .subtotal > ul {
  margin-bottom: 0;
}
.block-cart .subtotal > p + p {
  margin-top: 5px;
}
.block-cart .subtotal hr {
  border-top-color: #a6e1ec;
}
.block-cart .subtotal .alert-link {
  color: #2d6987;
}
.block-cart .subtotal .price {
  font-weight: bold;
}
.block-cart .actions {
  border-bottom: 1px solid #dddddd;
}
.block-cart .actions .paypal-logo {
  float: right;
  width: 100%;
  margin: 3px 0 0;
  text-align: left;
}
.block-cart .actions .paypal-logo .paypal-or {
  clear: both;
  display: block;
  padding: 0 0px 8px;
  padding-left: 55px;
  padding-right: 0px;
}
.block-wishlist .actions {
  text-align: left;
}
.block-wishlist .actions a {
  float: none;
}
.block-related input.checkbox {
  float: right;
}
.block-related .product {
  margin-right: 20px;
}
.compare-table .btn-remove {
  float: left;
  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: 11px;
  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: right;
  margin: 1px 0 0;
  margin-left: -18px;
  margin-right: 0px;
}
.block-poll .label {
  display: block;
  margin-right: 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: left;
  margin-right: 10px;
}
.block-tags .block-content .tags-list {
  padding: 15px !important;
  margin-bottom: 0 !important;
  font-size: 11px;
}
.block-tags .actions {
  text-align: left;
}
.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: right;
  margin: 2px -20px 0 0;
  margin: 2px 0 0;
  margin-left: -20px;
  margin-right: 0px;
}
.block-reorder .product-name {
  margin-right: 20px;
}
.block-reorder .validation-advice {
  margin: 3px 9px 7px;
}
.block-banner {
  border: 0;
  background-color: transparent;
}
.block-banner .block-content {
  padding: 0;
  background-color: transparent;
  text-align: center;
}
.block-banner .block-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.block-login .block-content {
  padding: 15px 15px 0;
}
.block-login .actions {
  margin: 15px -15px 0;
}
.paypal-logo {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.paypal-logo a {
  float: none;
}
.category-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.category-description {
  margin-bottom: 8.5px;
}
.category-products .toolbar {
  margin-bottom: 8.5px;
}
.products-grid {
  margin-right: -15px;
  margin-left: -15px;
}
.products-grid .item {
  position: relative;
  float: right;
  width: 33.33333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 390px;
  padding-bottom: 80px;
}
.products-grid .product-image {
  display: block;
  margin-bottom: 8.5px;
}
.products-grid .product-image img {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.products-grid .product-name {
  min-height: 51px;
}
.products-grid .actions {
  position: absolute;
  bottom: 0;
}
.products-grid .add-to-links .separator {
  display: none;
}
.products-list li.item {
  padding: 8.5px 0;
  border-bottom: 1px solid #eaedf1;
}
.products-list li.item:before,
.products-list li.item:after {
  content: " ";
  display: table;
}
.products-list li.item:after {
  clear: both;
}
.products-list li.item:before,
.products-list li.item:after {
  content: " ";
  display: table;
}
.products-list li.item:after {
  clear: both;
}
.products-list li.item:first-child {
  padding-top: 0;
}
.products-list li.item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.products-list .product-image {
  float: right;
  width: 150px;
  display: block;
}
.products-list .product-image img {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.products-list .product-shop {
  margin-right: 160px;
}
.products-list .add-to-links li {
  display: inline;
}
.products-list .add-to-links .separator {
  display: inline;
  margin: 0 4px;
}
.product-name {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
}
.availability {
  margin: 0;
}
.availability span {
  font-weight: bold;
}
.availability.in-stock span {
  color: #468847;
}
.availability.out-of-stock span {
  color: #b94a48;
}
.availability-only span,
.availability-only a {
  font-weight: bold;
}
.availability-only-details {
  width: 100%;
  margin-bottom: 17px;
}
.availability-only-details > thead > tr > th,
.availability-only-details > tbody > tr > th,
.availability-only-details > tfoot > tr > th,
.availability-only-details > thead > tr > td,
.availability-only-details > tbody > tr > td,
.availability-only-details > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.availability-only-details > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.availability-only-details > caption + thead > tr:first-child > th,
.availability-only-details > colgroup + thead > tr:first-child > th,
.availability-only-details > thead:first-child > tr:first-child > th,
.availability-only-details > caption + thead > tr:first-child > td,
.availability-only-details > colgroup + thead > tr:first-child > td,
.availability-only-details > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.availability-only-details > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.availability-only-details .table {
  background-color: #ffffff;
}
.add-to-cart .paypal-logo {
  margin: 0;
  text-align: left;
}
.add-to-cart .paypal-logo .paypal-or {
  display: block;
  margin: 5px;
  margin-left: 60px;
  margin-right: 0px;
}
.add-to-cart .paypal-logo .paypal-logo {
  margin: 0;
}
.add-to-box {
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}
.add-to-box:before,
.add-to-box:after {
  content: " ";
  display: table;
}
.add-to-box:after {
  clear: both;
}
.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 8.5px;
}
.add-to-box .or {
  float: right;
}
.add-to-box .add-to-links {
  float: left;
}
.add-to-box .add-to-links li,
.add-to-box .add-to-links .separator {
  float: right;
}
.add-to-box .add-to-links .separator {
  margin: 0 4px;
}
.product-view {
  margin-right: -15px;
  margin-left: -15px;
}
.product-essential,
.product-collateral {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .product-essential,
  .product-collateral {
    float: right;
    width: 100%;
  }
}
.product-essential .product-shop {
  min-height: 1px;
  position: relative;
}
.product-essential .product-img-box {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .product-essential .product-img-box {
    float: right;
    width: 58.33333333%;
  }
}
.product-essential .product-img-box img {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.product-essential .product-img-box .more-views ul {
  margin-right: -15px;
  margin-left: -15px;
}
.product-essential .product-img-box .more-views ul li {
  position: relative;
  float: right;
  width: 25%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .product-essential .product-img-box {
    padding-right: 0;
    padding-left: 15px;
  }
  .product-essential .product-shop {
    float: left;
    width: 41.66666667%;
  }
}
.product-view .product-shop {
  margin-bottom: 17px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-color: #dddddd;
}
.product-view .product-shop > .list-group {
  margin-bottom: 0;
}
.product-view .product-shop > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.product-view .product-shop > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.product-view .product-shop > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.product-view .product-shop > .table,
.product-view .product-shop > .table-responsive > .table {
  margin-bottom: 0;
}
.product-view .product-shop > .table:first-child,
.product-view .product-shop > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.product-view .product-shop > .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 .product-shop > .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 .product-shop > .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 .product-shop > .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 {
  border-top-right-radius: -1px;
}
.product-view .product-shop > .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 .product-shop > .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 .product-shop > .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 .product-shop > .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 {
  border-top-left-radius: -1px;
}
.product-view .product-shop > .table:last-child,
.product-view .product-shop > .table-responsive:last-child > .table:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.product-view .product-shop > .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 .product-shop > .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 .product-shop > .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 .product-shop > .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 {
  border-bottom-right-radius: -1px;
}
.product-view .product-shop > .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 .product-shop > .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 .product-shop > .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 .product-shop > .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 {
  border-bottom-left-radius: -1px;
}
.product-view .product-shop > .panel-body + .table,
.product-view .product-shop > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.product-view .product-shop > .table > tbody:first-child > tr:first-child th,
.product-view .product-shop > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.product-view .product-shop > .table-bordered,
.product-view .product-shop > .table-responsive > .table-bordered {
  border: 0;
}
.product-view .product-shop > .table-bordered > thead > tr > th:first-child,
.product-view .product-shop > .table-responsive > .table-bordered > thead > tr > th:first-child,
.product-view .product-shop > .table-bordered > tbody > tr > th:first-child,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.product-view .product-shop > .table-bordered > tfoot > tr > th:first-child,
.product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.product-view .product-shop > .table-bordered > thead > tr > td:first-child,
.product-view .product-shop > .table-responsive > .table-bordered > thead > tr > td:first-child,
.product-view .product-shop > .table-bordered > tbody > tr > td:first-child,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.product-view .product-shop > .table-bordered > tfoot > tr > td:first-child,
.product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-right: 0;
}
.product-view .product-shop > .table-bordered > thead > tr > th:last-child,
.product-view .product-shop > .table-responsive > .table-bordered > thead > tr > th:last-child,
.product-view .product-shop > .table-bordered > tbody > tr > th:last-child,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.product-view .product-shop > .table-bordered > tfoot > tr > th:last-child,
.product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.product-view .product-shop > .table-bordered > thead > tr > td:last-child,
.product-view .product-shop > .table-responsive > .table-bordered > thead > tr > td:last-child,
.product-view .product-shop > .table-bordered > tbody > tr > td:last-child,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.product-view .product-shop > .table-bordered > tfoot > tr > td:last-child,
.product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-left: 0;
}
.product-view .product-shop > .table-bordered > thead > tr:first-child > td,
.product-view .product-shop > .table-responsive > .table-bordered > thead > tr:first-child > td,
.product-view .product-shop > .table-bordered > tbody > tr:first-child > td,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.product-view .product-shop > .table-bordered > thead > tr:first-child > th,
.product-view .product-shop > .table-responsive > .table-bordered > thead > tr:first-child > th,
.product-view .product-shop > .table-bordered > tbody > tr:first-child > th,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.product-view .product-shop > .table-bordered > tbody > tr:last-child > td,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.product-view .product-shop > .table-bordered > tfoot > tr:last-child > td,
.product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.product-view .product-shop > .table-bordered > tbody > tr:last-child > th,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.product-view .product-shop > .table-bordered > tfoot > tr:last-child > th,
.product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.product-view .product-shop > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.product-view .product-shop .product-name {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
  margin: -15px -15px 15px;
  border-color: #dddddd;
  background-color: #f5f5f5;
  color: #444444;
}
.product-view .product-shop .product-name > .dropdown .dropdown-toggle {
  color: inherit;
}
.product-view .product-shop .product-name h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}
.product-view .product-shop .product-name h1 > a {
  color: inherit;
}
.product-view .product-shop .availability,
.product-view .product-shop .price-box,
.product-view .product-shop .add-to-box,
.product-view .product-shop .short-description {
  margin-bottom: 8.5px;
}
.product-view .product-shop .product-options-bottom .price-box,
.product-view .product-shop .product-options-bottom .add-to-cart {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .product-view .product-shop .product-options-bottom .price-box,
  .product-view .product-shop .product-options-bottom .add-to-cart {
    float: none;
    width: auto;
  }
}
.product-img-box .product-image-zoom img,
.product-img-box .more-views img {
  display: block;
  max-width: 100%;
  height: auto;
}
.product-img-box .product-image-zoom {
  margin-bottom: 8.5px;
}
.product-img-box .more-views {
  padding-top: 8.5px;
  border-top: 1px solid #eaedf1;
}
.product-options {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 0px;
  margin-bottom: 8.5px;
  position: relative;
}
.product-options blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.product-options dl {
  margin: 0;
}
.product-options dt {
  padding-top: 10px;
  font-weight: normal;
}
.product-options dt label {
  margin-bottom: 0;
  font-weight: bold;
}
.product-options dt label.required em {
  margin-right: 2px;
  color: #b94a48;
}
.product-options dt .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
}
.product-options dd .qty-holder {
  display: block;
}
.product-options dd .qty-holder label {
  vertical-align: middle;
}
.product-options dd {
  padding: 5px 0 10px;
  padding-left: 0px;
  padding-right: 5px;
  border-bottom: 1px solid #eaedf1;
}
.product-options dd .input-text,
.product-options dd select,
.product-options dd textarea {
  display: block;
  width: 100%;
  height: 27px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #666666;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dde3e9;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.product-options dd .input-text:focus,
.product-options dd select:focus,
.product-options dd textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.product-options dd .input-text::-moz-placeholder,
.product-options dd select::-moz-placeholder,
.product-options dd textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.product-options dd .input-text:-ms-input-placeholder,
.product-options dd select:-ms-input-placeholder,
.product-options dd textarea:-ms-input-placeholder {
  color: #999999;
}
.product-options dd .input-text::-webkit-input-placeholder,
.product-options dd select::-webkit-input-placeholder,
.product-options dd textarea::-webkit-input-placeholder {
  color: #999999;
}
.product-options dd .input-text[disabled],
.product-options dd select[disabled],
.product-options dd textarea[disabled],
.product-options dd .input-text[readonly],
.product-options dd select[readonly],
.product-options dd textarea[readonly],
fieldset[disabled] .product-options dd .input-text,
fieldset[disabled] .product-options dd select,
fieldset[disabled] .product-options dd textarea {
  cursor: not-allowed;
  background-color: #eaedf1;
  opacity: 1;
}
textarea.product-options dd .input-text,
textarea.product-options dd select,
textarea.product-options dd textarea {
  height: auto;
}
.product-options dd select[multiple],
.product-options dd textarea {
  height: auto;
}
.product-options dl.last dd.last {
  border-bottom: 0;
  margin-bottom: 0;
}
.product-options ul.options-list {
  margin-bottom: 0;
}
.product-options ul.options-list input.radio {
  float: right;
  margin-top: 3px;
}
.product-options ul.options-list input.checkbox {
  float: right;
  margin-top: 3px;
}
.product-options ul.options-list .label {
  display: block;
  margin-right: 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: 11px;
}
.product-options p.required {
  position: absolute;
  right: 20px;
  top: 20px;
}
.product-options-bottom {
  margin-right: -15px;
  margin-left: -15px;
}
.product-options-bottom .price-box,
.product-options-bottom .add-to-cart {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .product-options-bottom .price-box,
  .product-options-bottom .add-to-cart {
    float: right;
    width: 50%;
  }
}
.product-options-bottom .add-to-links {
  padding-top: 8.5px;
  clear: both;
  text-align: center;
}
.product-options-bottom .add-to-links li {
  display: inline;
}
.product-options-bottom .price-box {
  padding-top: 8.5px;
}
.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-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: right;
  padding-left: 5px;
}
.product-options-bottom .price-tax {
  float: right;
}
@media (min-width: 992px) {
  .product-options-bottom .price-box {
    padding-top: 0;
  }
}
.product-shop .product-options dt label.required em {
  margin-right: 0;
  margin-left: 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-left: 0;
}
.product-shop .product-options-bottom .price-tax {
  float: none;
}
.product-shop .product-options-bottom .add-to-cart-box {
  clear: both;
  float: right;
  padding-top: 12px;
}
.product-shop .product-options-bottom .add-to-links {
  clear: both;
}
.product-view .grouped-items-table .price-box {
  margin: 0;
}
.product-view .grouped-items-table .qty {
  width: auto;
}
.product-view .box-collateral {
  margin-bottom: 17px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-color: #dddddd;
}
.product-view .box-collateral:before,
.product-view .box-collateral:after {
  content: " ";
  display: table;
}
.product-view .box-collateral:after {
  clear: both;
}
.product-view .box-collateral:before,
.product-view .box-collateral:after {
  content: " ";
  display: table;
}
.product-view .box-collateral:after {
  clear: both;
}
.product-view .box-collateral > .list-group {
  margin-bottom: 0;
}
.product-view .box-collateral > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.product-view .box-collateral > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.product-view .box-collateral > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.product-view .box-collateral > .table,
.product-view .box-collateral > .table-responsive > .table {
  margin-bottom: 0;
}
.product-view .box-collateral > .table:first-child,
.product-view .box-collateral > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.product-view .box-collateral > .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,
.product-view .box-collateral > .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,
.product-view .box-collateral > .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,
.product-view .box-collateral > .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 {
  border-top-right-radius: -1px;
}
.product-view .box-collateral > .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,
.product-view .box-collateral > .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,
.product-view .box-collateral > .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,
.product-view .box-collateral > .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 {
  border-top-left-radius: -1px;
}
.product-view .box-collateral > .table:last-child,
.product-view .box-collateral > .table-responsive:last-child > .table:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.product-view .box-collateral > .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,
.product-view .box-collateral > .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,
.product-view .box-collateral > .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,
.product-view .box-collateral > .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 {
  border-bottom-right-radius: -1px;
}
.product-view .box-collateral > .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,
.product-view .box-collateral > .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,
.product-view .box-collateral > .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,
.product-view .box-collateral > .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 {
  border-bottom-left-radius: -1px;
}
.product-view .box-collateral > .panel-body + .table,
.product-view .box-collateral > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.product-view .box-collateral > .table > tbody:first-child > tr:first-child th,
.product-view .box-collateral > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.product-view .box-collateral > .table-bordered,
.product-view .box-collateral > .table-responsive > .table-bordered {
  border: 0;
}
.product-view .box-collateral > .table-bordered > thead > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr > th:first-child,
.product-view .box-collateral > .table-bordered > tbody > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.product-view .box-collateral > .table-bordered > tfoot > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.product-view .box-collateral > .table-bordered > thead > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr > td:first-child,
.product-view .box-collateral > .table-bordered > tbody > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.product-view .box-collateral > .table-bordered > tfoot > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-right: 0;
}
.product-view .box-collateral > .table-bordered > thead > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr > th:last-child,
.product-view .box-collateral > .table-bordered > tbody > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.product-view .box-collateral > .table-bordered > tfoot > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.product-view .box-collateral > .table-bordered > thead > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr > td:last-child,
.product-view .box-collateral > .table-bordered > tbody > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.product-view .box-collateral > .table-bordered > tfoot > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-left: 0;
}
.product-view .box-collateral > .table-bordered > thead > tr:first-child > td,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr:first-child > td,
.product-view .box-collateral > .table-bordered > tbody > tr:first-child > td,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.product-view .box-collateral > .table-bordered > thead > tr:first-child > th,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr:first-child > th,
.product-view .box-collateral > .table-bordered > tbody > tr:first-child > th,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.product-view .box-collateral > .table-bordered > tbody > tr:last-child > td,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.product-view .box-collateral > .table-bordered > tfoot > tr:last-child > td,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.product-view .box-collateral > .table-bordered > tbody > tr:last-child > th,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.product-view .box-collateral > .table-bordered > tfoot > tr:last-child > th,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.product-view .box-collateral > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.product-view .box-collateral > h2 {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
  margin: -15px -15px 15px;
  border-color: #dddddd;
  background-color: #f5f5f5;
  font-size: 14px;
  color: #444444;
}
.product-view .box-collateral > h2 > .dropdown .dropdown-toggle {
  color: inherit;
}
.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-right: 0;
}
.product-view .box-additional .data-table > tbody > tr > td {
  border-left: 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: 8.5px;
}
.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 #eaedf1;
}
.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: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: right;
  margin-left: 10px;
}
.product-view .box-reviews dd small {
  font-style: italic;
}
.product-view .box-reviews .form-add h3 {
  margin-top: 0;
  font-size: 12px;
  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: 12px;
  font-weight: bold;
}
.product-view .box-reviews .form-add h4 em {
  float: left;
  position: absolute;
  top: 0;
  right: -8px;
  color: #b94a48;
}
.product-view .box-reviews .form-add td.value {
  text-align: center;
}
.product-view .box-reviews .form-add td.value .radio {
  display: inline;
  margin: 0;
  padding: 0;
  /* height: (@line-height-computed);*/
}
@media (max-width: 768px) {
  .product-view .box-reviews .form-add form {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 15px;
    border: 1px solid #dddddd;
  }
}
@media (max-width: 992px) {
  .table-responsive .products-grid {
    width: 1000px !important;
  }
  .table-responsive .products-grid .item {
    width: 250px;
  }
}
.price {
  white-space: nowrap;
}
.price-box .price-label {
  white-space: nowrap;
}
.price-box .price {
  font-weight: bold;
  color: #192068;
}
.regular-price {
  color: #192068;
}
.regular-price .price {
  font-weight: bold;
  color: #192068;
}
.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: #192068;
}
.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: #444444;
}
.price-notice .price {
  font-weight: bold;
  color: #444444;
}
.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: #444444;
}
.product-pricing,
.tier-prices {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 0px;
}
.product-pricing blockquote,
.tier-prices blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.tier-prices .benefit {
  font-weight: bold;
  font-style: italic;
}
.tier-prices .price {
  font-weight: bold;
  color: #444444;
}
.tier-prices-grouped .price {
  font-weight: bold;
}
.no-rating {
  margin: 0;
}
.ratings {
  margin-bottom: 8.5px;
  font-size: 11px;
}
.ratings strong {
  float: right;
  margin: 1px 0 0;
  margin-left: 3px;
  margin-right: 0px;
}
.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: right;
  height: 13px;
  background: url(../../images/bkg_rating.gif) 0 100% repeat-x;
}
.ratings .rating-box {
  float: right;
  margin-left: 3px;
}
.ratings-table th,
.ratings-table td {
  font-size: 11px;
}
.ratings-table th {
  font-weight: bold;
  padding-left: 8px;
}
/* CMS Home Page */
.page-sitemap .links {
  text-align: left;
  font-weight: bold;
}
.catalog-seo-sitemap-product .page-sitemap .sitemap {
  margin-right: -15px;
  margin-left: -15px;
}
.catalog-seo-sitemap-product .page-sitemap .sitemap li {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .catalog-seo-sitemap-product .page-sitemap .sitemap li {
    float: right;
    width: 50%;
  }
}
.catalog-seo-sitemap-category .page-sitemap .sitemap {
  margin-right: -15px;
  margin-left: -15px;
}
.catalog-seo-sitemap-category .page-sitemap .sitemap li {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .catalog-seo-sitemap-category .page-sitemap .sitemap li {
    float: right;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .catalog-seo-sitemap-category .page-sitemap .sitemap li {
    float: right;
    width: 16.66666667%;
  }
}
.catalog-seo-sitemap-category .page-sitemap .sitemap li.level-0 {
  font-weight: bold;
  margin-top: 8.5px;
}
.catalog-seo-sitemap-category .page-sitemap .sitemap li.level-0:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .page-sitemap .sitemap li.level-0,
  .page-sitemap .sitemap li.level-1,
  .page-sitemap .sitemap li.level-2,
  .page-sitemap .sitemap li.level-3,
  .page-sitemap .sitemap li.level-4 {
    width: auto;
    float: none;
  }
  .page-sitemap .sitemap li.level-0 {
    padding-right: 15px !important;
  }
  .page-sitemap .sitemap li.level-1 {
    padding-right: 35px !important;
  }
  .page-sitemap .sitemap li.level-2 {
    padding-right: 55px !important;
  }
  .page-sitemap .sitemap li.level-3 {
    padding-right: 75px !important;
  }
  .page-sitemap .sitemap li.level-4 {
    padding-right: 95px !important;
  }
}
.rss-title h1 {
  background: url(../../images/i_rss-big.png) 0 4px no-repeat;
  padding-right: 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: left;
  margin-bottom: 0;
}
.cart .checkout-types .paypal-or {
  margin: 0 8px;
}
.cart .totals .checkout-types .paypal-or {
  clear: both;
  display: block;
  padding: 8px 0 0;
  padding-left: 55px;
  padding-right: 0px;
  font-size: 11px;
}
.cart > form {
  margin-bottom: 17px;
}
@media (max-width: 768px) {
  .cart > form {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 15px;
    border: 1px solid #dddddd;
  }
}
.btn-checkout {
  color: #ffffff;
  background-color: #192068;
  border-color: #141a53;
}
.btn-checkout:hover,
.btn-checkout:focus,
.btn-checkout:active,
.btn-checkout.active,
.open .dropdown-toggle.btn-checkout {
  color: #ffffff;
  background-color: #111647;
  border-color: #080a22;
}
.btn-checkout:active,
.btn-checkout.active,
.open .dropdown-toggle.btn-checkout {
  background-image: none;
}
.btn-checkout.disabled,
.btn-checkout[disabled],
fieldset[disabled] .btn-checkout,
.btn-checkout.disabled:hover,
.btn-checkout[disabled]:hover,
fieldset[disabled] .btn-checkout:hover,
.btn-checkout.disabled:focus,
.btn-checkout[disabled]:focus,
fieldset[disabled] .btn-checkout:focus,
.btn-checkout.disabled:active,
.btn-checkout[disabled]:active,
fieldset[disabled] .btn-checkout:active,
.btn-checkout.disabled.active,
.btn-checkout[disabled].active,
fieldset[disabled] .btn-checkout.active {
  background-color: #192068;
  border-color: #141a53;
}
.btn-checkout .badge {
  color: #192068;
  background-color: #ffffff;
}
@media (min-width: 480px) {
  .btn-checkout {
    padding: 20px 16px;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 0px;
  }
}
.cart-table {
  margin-bottom: 0;
}
.cart-table .qty {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
  width: auto;
  text-align: center;
}
select.cart-table .qty {
  height: 28px;
  line-height: 28px;
}
textarea.cart-table .qty,
select[multiple].cart-table .qty {
  height: auto;
}
.cart-table .button {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
.cart-table .btn-continue {
  float: right;
}
.cart .cart-collaterals {
  margin-right: -15px;
  margin-left: -15px;
}
.cart .cart-collaterals .col2-set {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .cart .cart-collaterals .col2-set {
    float: right;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .cart .cart-collaterals .totals {
    margin-left: 15px;
    float: left;
    width: 33.33333333%;
  }
}
.cart .crosssell,
.cart .discount,
.cart .shipping {
  margin-bottom: 17px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #dddddd;
}
.cart .crosssell > .list-group,
.cart .discount > .list-group,
.cart .shipping > .list-group {
  margin-bottom: 0;
}
.cart .crosssell > .list-group .list-group-item,
.cart .discount > .list-group .list-group-item,
.cart .shipping > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.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 {
  border-top: 0;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.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 {
  border-bottom: 0;
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.cart .crosssell > .table,
.cart .discount > .table,
.cart .shipping > .table,
.cart .crosssell > .table-responsive > .table,
.cart .discount > .table-responsive > .table,
.cart .shipping > .table-responsive > .table {
  margin-bottom: 0;
}
.cart .crosssell > .table:first-child,
.cart .discount > .table:first-child,
.cart .shipping > .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 {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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 {
  border-top-right-radius: -1px;
}
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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 {
  border-top-left-radius: -1px;
}
.cart .crosssell > .table:last-child,
.cart .discount > .table:last-child,
.cart .shipping > .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 {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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 {
  border-bottom-right-radius: -1px;
}
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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 {
  border-bottom-left-radius: -1px;
}
.cart .crosssell > .panel-body + .table,
.cart .discount > .panel-body + .table,
.cart .shipping > .panel-body + .table,
.cart .crosssell > .panel-body + .table-responsive,
.cart .discount > .panel-body + .table-responsive,
.cart .shipping > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.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,
.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 {
  border-top: 0;
}
.cart .crosssell > .table-bordered,
.cart .discount > .table-bordered,
.cart .shipping > .table-bordered,
.cart .crosssell > .table-responsive > .table-bordered,
.cart .discount > .table-responsive > .table-bordered,
.cart .shipping > .table-responsive > .table-bordered {
  border: 0;
}
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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 {
  border-right: 0;
}
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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 {
  border-left: 0;
}
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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 {
  border-bottom: 0;
}
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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 {
  border-bottom: 0;
}
.cart .crosssell > .table-responsive,
.cart .discount > .table-responsive,
.cart .shipping > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.cart .crosssell > h2,
.cart .discount > h2,
.cart .shipping > h2 {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
  border-color: #dddddd;
  background-color: #f5f5f5;
  color: #444444;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
  font-weight: 500;
}
.cart .crosssell > h2 > .dropdown .dropdown-toggle,
.cart .discount > h2 > .dropdown .dropdown-toggle,
.cart .shipping > h2 > .dropdown .dropdown-toggle {
  color: inherit;
}
.cart .crosssell > h2 > a,
.cart .discount > h2 > a,
.cart .shipping > h2 > a {
  color: inherit;
}
.cart .crosssell #crosssell-products-list {
  margin-bottom: 0;
  padding: 15px;
}
.cart .crosssell li.item {
  padding: 10px 0;
  border-bottom: 1px solid #eaedf1;
}
.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: right;
}
.cart .crosssell .product-details {
  margin-right: 100px;
}
.cart .crosssell .add-to-links .separator {
  display: none;
}
.cart .crosssell .link-compare {
  font-weight: normal;
}
@media (max-width: 992px) {
  .cart .crosssell {
    display: none;
  }
}
.cart .discount .discount-form {
  padding: 15px;
}
.cart .shipping .shipping-form {
  padding: 15px;
}
.cart .totals {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -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);
}
.cart .totals blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.cart .totals table {
  width: 100%;
  margin-bottom: 17px;
}
.cart .totals table > thead > tr > th,
.cart .totals table > tbody > tr > th,
.cart .totals table > tfoot > tr > th,
.cart .totals table > thead > tr > td,
.cart .totals table > tbody > tr > td,
.cart .totals table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.cart .totals table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.cart .totals table > caption + thead > tr:first-child > th,
.cart .totals table > colgroup + thead > tr:first-child > th,
.cart .totals table > thead:first-child > tr:first-child > th,
.cart .totals table > caption + thead > tr:first-child > td,
.cart .totals table > colgroup + thead > tr:first-child > td,
.cart .totals table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.cart .totals table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.cart .totals table .table {
  background-color: #ffffff;
}
.cart .totals .checkout-types {
  margin-bottom: 0;
  text-align: left;
}
.cart .totals .checkout-types li {
  margin-bottom: 5px;
}
.cart .totals .checkout-types li:last-child {
  margin-bottom: 0;
}
.item-options {
  margin-top: 8.5px;
}
.item-options dd {
  margin-right: 15px;
}
.truncated {
  position: relative;
  cursor: help;
}
.truncated .dots {
  cursor: inherit;
  color: inherit;
}
.truncated .dots:hover {
  text-decoration: none;
}
.truncated_full_value {
  position: absolute;
  top: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: 0;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
  top: 17px;
}
.truncated_full_value.top {
  margin-top: -10px;
}
.truncated_full_value.right {
  margin-0: 10px;
}
.truncated_full_value.bottom {
  margin-top: 10px;
}
.truncated_full_value.left {
  margin-0: -10px;
}
.truncated_full_value.top > .arrow {
  margin-50%: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.truncated_full_value.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-50%: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.truncated_full_value.right > .arrow {
  top: 50%;
  margin-top: -11px;
  border--11px-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.truncated_full_value.right > .arrow:after {
  content: " ";
  bottom: -10px;
  border-1px-width: 0;
  border-right-color: #ffffff;
}
.truncated_full_value.bottom > .arrow {
  margin-50%: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.truncated_full_value.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-50%: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.truncated_full_value.left > .arrow {
  top: 50%;
  margin-top: -11px;
  border--11px-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.truncated_full_value.left > .arrow:after {
  content: " ";
  border-1px-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.truncated_full_value dl {
  margin: 0;
}
.truncated_full_value dt {
  margin: 0;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.truncated_full_value dd {
  padding: 9px 14px;
  margin-0: 0;
}
.truncated_full_value dd + dt {
  border-radius: 0;
  border-top: 1px solid #ebebeb;
}
.truncated_full_value.show {
  display: block;
}
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  padding-top: 10px;
}
.sp-methods dt:first-child {
  padding-top: 0;
}
.sp-methods dd {
  padding: 10px 0;
  border-bottom: 1px solid #eaedf1;
}
.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: right;
  margin-top: 3px;
  margin-left: 6px;
}
.sp-methods label {
  margin-bottom: 0;
}
.sp-methods .form-list {
  padding-right: 20px;
}
.sp-methods select.month {
  width: 154px;
  margin-left: 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-left: 10px;
  text-align: left;
}
.sp-methods .checkmo-list address {
  float: right;
}
.sp-methods .centinel-logos a {
  margin-left: 3px;
}
.sp-methods .centinel-logos img {
  vertical-align: middle;
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: right;
  margin: 5px 0 0;
  margin-left: 10px;
  margin-right: 0px;
}
.please-wait {
  float: left;
  margin-left: 10px;
  font-size: 11px;
  color: #999999;
}
.please-wait img {
  vertical-align: middle;
  margin-left: 10px;
}
.cvv-what-is-this {
  line-height: 27px;
  font-size: 11px;
  cursor: help;
  margin-right: 10px;
}
.tool-tip {
  position: absolute;
  top: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: 0;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
  display: block;
}
.tool-tip.top {
  margin-top: -10px;
}
.tool-tip.right {
  margin-0: 10px;
}
.tool-tip.bottom {
  margin-top: 10px;
}
.tool-tip.left {
  margin-0: -10px;
}
.tool-tip.top > .arrow {
  margin-50%: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.tool-tip.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-50%: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.tool-tip.right > .arrow {
  top: 50%;
  margin-top: -11px;
  border--11px-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.tool-tip.right > .arrow:after {
  content: " ";
  bottom: -10px;
  border-1px-width: 0;
  border-right-color: #ffffff;
}
.tool-tip.bottom > .arrow {
  margin-50%: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.tool-tip.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-50%: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.tool-tip.left > .arrow {
  top: 50%;
  margin-top: -11px;
  border--11px-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.tool-tip.left > .arrow:after {
  content: " ";
  border-1px-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.tool-tip .btn-close {
  padding: 9px 14px;
}
.tool-tip .btn-close:before,
.tool-tip .btn-close:after {
  content: " ";
  display: table;
}
.tool-tip .btn-close:after {
  clear: both;
}
.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: left;
  font-size: 0;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.tool-tip .btn-close a:after {
  font-size: 12px;
  font-weight: bold;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
}
.tool-tip .btn-close a:hover,
.tool-tip .btn-close a:focus {
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.tool-tip-content {
  padding: 9px 14px;
}
.tool-tip-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.gift-messages h3 {
  font-size: 12px;
  font-weight: bold;
}
.gift-messages p.control .checkbox {
  float: right;
  margin-top: 4px;
  margin-left: 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: 8.5px;
  border-top: 1px solid #eaedf1;
  font-size: 12px;
  font-weight: bold;
}
.gift-messages-form h4:first-child {
  padding-top: 0;
  border-top: 0;
}
.gift-messages-form p > .checkbox {
  float: right;
  margin-top: 4px;
  margin-left: 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 #eaedf1;
}
.gift-messages-form .item:before,
.gift-messages-form .item:after {
  content: " ";
  display: table;
}
.gift-messages-form .item:after {
  clear: both;
}
.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: right;
  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-right: 90px;
}
.gift-messages-form .item .details .product-name {
  margin: 0 0 10px;
}
.gift-message-row .btn-close {
  float: left;
  font-size: 0;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.gift-message-row .btn-close:after {
  font-size: 12px;
  font-weight: bold;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
}
.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;
}
.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: 17px;
}
.checkout-agreements li:last-child {
  margin-bottom: 0;
}
.checkout-agreements .agreement-content {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  overflow: auto;
  height: 204px;
}
.checkout-agreements .agreement-content blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.checkout-agreements .agree {
  margin: 0;
  padding: 10px;
}
.checkout-agreements .agree input.checkbox {
  float: right;
  margin-top: 4px;
  margin-left: 6px;
}
.opc .checkout-agreements {
  padding: 5px 30px;
}
.centinel .authentication {
  background-color: #fff;
  border: 1px solid #dddddd;
}
.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.opc .centinel {
  padding: 10px 30px;
}
.info-set {
  margin: 0 0 25px;
  padding: 20px;
}
.info-set h2 {
  font-size: 15px;
}
.info-set h3,
.info-set h4 {
  font-size: 12px;
}
.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
  font-weight: normal;
}
.info-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}
.info-set .box {
  margin: 0 0 15px;
}
.info-set .data-table .item-options {
  margin: 5px 0 0;
}
.block-progress dl {
  margin: 0;
}
.block-progress dt {
  font-weight: bold;
  margin: 0 0 6px;
  padding: 7px 15px;
  background-color: #f5f5f5;
  border: solid #dddddd;
  border-width: 1px 0;
}
.block-progress dt:first-child {
  border-top: 0;
}
.block-progress dd {
  padding: 8px 13px;
  margin: 0 0 6px;
}
.block-progress dt.complete {
  margin: 0;
}
.block-progress p {
  margin: 0;
}
.block-progress .cards-list dt {
  background: none;
  border: 0 none;
  color: inherit;
  font-size: 11px;
  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-right: 10px;
}
@media (max-width: 768px) {
  .block-progress {
    display: none;
  }
}
.opc .buttons-set {
  margin-top: 8.5px;
}
.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-right: 18px;
}
.opc {
  position: relative;
}
.opc .step-title {
  padding: 10px 15px;
  border: solid #dddddd;
  border-width: 0 1px 1px;
  background-color: #f5f5f5;
  color: #444444;
}
.opc .step-title:before,
.opc .step-title:after {
  content: " ";
  display: table;
}
.opc .step-title:after {
  clear: both;
}
.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: 17px;
}
.opc .step-title .number,
.opc .step-title h2 {
  float: right;
}
.opc .step-title .number {
  display: block;
  background: #fff;
  padding: 0 6px;
  margin-left: 10px;
}
.opc .step-title h2 {
  margin: 0;
  font-size: 14px;
}
.opc .step-title a {
  display: none;
  float: left;
}
.opc .section:first-child .step-title {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-width: 1px;
}
.opc .section:last-child .step-title {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.opc .section:last-child.active .step-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.opc .section:last-child.active .step {
  padding-bottom: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.opc .step {
  padding: 15px;
  border: solid #dddddd;
  border-width: 0 1px 1px;
}
.opc .step .tool-tip {
  right: 30px;
}
.opc .allow .step-title a {
  display: block;
}
.opc .active .step-title a {
  display: none;
}
.checkout-progress:before,
.checkout-progress:after {
  content: " ";
  display: table;
}
.checkout-progress:after {
  clear: both;
}
.checkout-progress:before,
.checkout-progress:after {
  content: " ";
  display: table;
}
.checkout-progress:after {
  clear: both;
}
.checkout-progress li {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.checkout-progress li:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.checkout-progress li:last-child {
  margin-bottom: 0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.checkout-progress li > .badge {
  float: left;
}
.checkout-progress li > .badge + .badge {
  margin-left: 5px;
}
@media (min-width: 992px) {
  .checkout-progress li {
    float: right;
    width: 20%;
    margin-bottom: 0;
    border-right-width: 0;
    text-align: center;
  }
  .checkout-progress li:first-child,
  .checkout-progress li:last-child {
    border-radius: 0;
  }
  .checkout-progress li:first-child {
    border-right-width: 1px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
  }
  .checkout-progress li:last-child {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
  }
}
@media (max-width: 992px) {
  .multiple-checkout {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 15px;
    border: 1px solid #dddddd;
  }
}
.multiple-checkout h2 {
  margin-top: 0;
  font-size: 15px;
}
.multiple-checkout h3,
.multiple-checkout h4 {
  margin-top: 0;
  font-size: 12px;
}
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
  font-weight: normal;
}
.multiple-checkout .data-table .product-name {
  line-height: 27px;
}
.multiple-checkout .data-table select {
  display: block;
  width: 100%;
  height: 27px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #666666;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dde3e9;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  width: auto;
}
.multiple-checkout .data-table select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.multiple-checkout .data-table select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.multiple-checkout .data-table select:-ms-input-placeholder {
  color: #999999;
}
.multiple-checkout .data-table select::-webkit-input-placeholder {
  color: #999999;
}
.multiple-checkout .data-table select[disabled],
.multiple-checkout .data-table select[readonly],
fieldset[disabled] .multiple-checkout .data-table select {
  cursor: not-allowed;
  background-color: #eaedf1;
  opacity: 1;
}
textarea.multiple-checkout .data-table select {
  height: auto;
}
.multiple-checkout .data-table .item-options {
  margin-top: 8.5px;
}
.multiple-checkout .gift-messages {
  margin: 15px 0 0;
}
.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 20px;
}
.multiple-checkout .box {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 0px;
}
.multiple-checkout .box blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.multiple-checkout .box .box-title h3 {
  margin-top: 0;
}
.multiple-checkout .box address {
  margin-bottom: 0;
}
.multiple-checkout .place-order:before,
.multiple-checkout .place-order:after {
  content: " ";
  display: table;
}
.multiple-checkout .place-order:after {
  clear: both;
}
.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: left;
  padding: 27px 0px 0;
  padding-left: 7px;
  padding-right: 0px;
}
.multiple-checkout .place-order .grand-total {
  text-align: left;
}
.multiple-checkout .place-order .grand-total big {
  font-size: 15px;
  font-weight: 500;
}
.multiple-checkout .place-order .grand-total .price {
  color: #192068;
}
#multiship-addresses-table .qty {
  width: auto;
  text-align: center;
}
#multiship-addresses-table tfoot .button {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}
.checkout-multishipping-shipping .box-sp-methods {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 0px;
}
.checkout-multishipping-shipping .box-sp-methods blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.checkout-multishipping-billing .multiple-checkout {
  position: relative;
}
.account-login .content {
  min-height: 242px;
}
.captcha-image {
  position: relative;
  width: 258px;
}
.captcha-note {
  clear: right;
  padding-top: 5px;
}
.captcha-image .captcha-img {
  border-radius: 0px;
  border: 1px solid #dde3e9;
  width: 100%;
}
.registered-users .captcha-image {
  margin: 0;
}
.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}
.captcha-reload .refreshing {
  -webkit-animation: captcha-rotate 1.5s infinite linear;
  -moz-animation: captcha-rotate 1.5s infinite linear;
  animation: captcha-rotate 1.5s infinite linear;
}
@-webkit-keyframes captcha-rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes captcha-rotate {
  0% {
    -moz-transform: rotate(0);
  }
  0% {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes captcha-rotate {
  0% {
    transform: rotate(0);
  }
  0% {
    transform: rotate(-360deg);
  }
}
.box-account {
  margin-bottom: 17px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-color: #dddddd;
}
.box-account > .list-group {
  margin-bottom: 0;
}
.box-account > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.box-account > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.box-account > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.box-account > .table,
.box-account > .table-responsive > .table {
  margin-bottom: 0;
}
.box-account > .table:first-child,
.box-account > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.box-account > .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,
.box-account > .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,
.box-account > .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,
.box-account > .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 {
  border-top-right-radius: -1px;
}
.box-account > .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,
.box-account > .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,
.box-account > .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,
.box-account > .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 {
  border-top-left-radius: -1px;
}
.box-account > .table:last-child,
.box-account > .table-responsive:last-child > .table:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.box-account > .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,
.box-account > .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,
.box-account > .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,
.box-account > .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 {
  border-bottom-right-radius: -1px;
}
.box-account > .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,
.box-account > .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,
.box-account > .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,
.box-account > .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 {
  border-bottom-left-radius: -1px;
}
.box-account > .panel-body + .table,
.box-account > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.box-account > .table > tbody:first-child > tr:first-child th,
.box-account > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.box-account > .table-bordered,
.box-account > .table-responsive > .table-bordered {
  border: 0;
}
.box-account > .table-bordered > thead > tr > th:first-child,
.box-account > .table-responsive > .table-bordered > thead > tr > th:first-child,
.box-account > .table-bordered > tbody > tr > th:first-child,
.box-account > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.box-account > .table-bordered > tfoot > tr > th:first-child,
.box-account > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.box-account > .table-bordered > thead > tr > td:first-child,
.box-account > .table-responsive > .table-bordered > thead > tr > td:first-child,
.box-account > .table-bordered > tbody > tr > td:first-child,
.box-account > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.box-account > .table-bordered > tfoot > tr > td:first-child,
.box-account > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-right: 0;
}
.box-account > .table-bordered > thead > tr > th:last-child,
.box-account > .table-responsive > .table-bordered > thead > tr > th:last-child,
.box-account > .table-bordered > tbody > tr > th:last-child,
.box-account > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.box-account > .table-bordered > tfoot > tr > th:last-child,
.box-account > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.box-account > .table-bordered > thead > tr > td:last-child,
.box-account > .table-responsive > .table-bordered > thead > tr > td:last-child,
.box-account > .table-bordered > tbody > tr > td:last-child,
.box-account > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.box-account > .table-bordered > tfoot > tr > td:last-child,
.box-account > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-left: 0;
}
.box-account > .table-bordered > thead > tr:first-child > td,
.box-account > .table-responsive > .table-bordered > thead > tr:first-child > td,
.box-account > .table-bordered > tbody > tr:first-child > td,
.box-account > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.box-account > .table-bordered > thead > tr:first-child > th,
.box-account > .table-responsive > .table-bordered > thead > tr:first-child > th,
.box-account > .table-bordered > tbody > tr:first-child > th,
.box-account > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.box-account > .table-bordered > tbody > tr:last-child > td,
.box-account > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.box-account > .table-bordered > tfoot > tr:last-child > td,
.box-account > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.box-account > .table-bordered > tbody > tr:last-child > th,
.box-account > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.box-account > .table-bordered > tfoot > tr:last-child > th,
.box-account > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.box-account > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.box-account .box-head {
  margin: -15px -15px 15px;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
  border-color: #dddddd;
  background-color: #f5f5f5;
  color: #444444;
}
.box-account .box-head:before,
.box-account .box-head:after {
  content: " ";
  display: table;
}
.box-account .box-head:after {
  clear: both;
}
.box-account .box-head:before,
.box-account .box-head:after {
  content: " ";
  display: table;
}
.box-account .box-head:after {
  clear: both;
}
.box-account .box-head > .dropdown .dropdown-toggle {
  color: inherit;
}
.box-account .box-head h2 {
  float: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}
.box-account .box-head h2 > a {
  color: inherit;
}
.box-account .box-head a {
  float: left;
}
@media (max-width: 768px) {
  .box-account {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
.dashboard .box .box-title {
  padding: 0 0 8.5px;
  margin: 0 0 8.5px;
  border-bottom: 1px solid #dddddd;
  text-align: left;
}
.dashboard .box .box-title:before,
.dashboard .box .box-title:after {
  content: " ";
  display: table;
}
.dashboard .box .box-title:after {
  clear: both;
}
.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: right;
  font-size: 15px;
}
.dashboard .col2-set > .box > .box-title {
  margin-right: 15px;
  margin-left: 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: 25.5px;
}
.dashboard .box-reviews ol {
  margin-bottom: 0;
}
.dashboard .box-reviews .number {
  float: right;
}
.dashboard .box-reviews .details {
  margin-right: 20px;
}
.dashboard .box-reviews li.item {
  margin-bottom: 8.5px;
}
.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: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: 4.25px;
}
/* Block: Tags */
.dashboard .box-tags .number {
  float: right;
}
.dashboard .box-tags .details {
  margin-right: 20px;
}
.dashboard .box-tags li.item {
  margin-bottom: 8.5px;
}
.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: 15px;
}
.addresses-list h3 {
  margin-top: 0;
  font-size: 12px;
}
.addresses-list address {
  margin: 0 0 3px;
}
.addresses-list p {
  margin: 0;
}
.addresses-list .link-remove {
  color: #b94a48;
}
.addresses-list .separator {
  margin: 0 3px;
}
.addresses-list li.item {
  margin-bottom: 17px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-color: #dddddd;
}
.addresses-list li.item > .list-group {
  margin-bottom: 0;
}
.addresses-list li.item > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.addresses-list li.item > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.addresses-list li.item > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.addresses-list li.item > .table,
.addresses-list li.item > .table-responsive > .table {
  margin-bottom: 0;
}
.addresses-list li.item > .table:first-child,
.addresses-list li.item > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.addresses-list li.item > .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,
.addresses-list li.item > .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,
.addresses-list li.item > .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,
.addresses-list li.item > .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 {
  border-top-right-radius: -1px;
}
.addresses-list li.item > .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,
.addresses-list li.item > .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,
.addresses-list li.item > .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,
.addresses-list li.item > .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 {
  border-top-left-radius: -1px;
}
.addresses-list li.item > .table:last-child,
.addresses-list li.item > .table-responsive:last-child > .table:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.addresses-list li.item > .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,
.addresses-list li.item > .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,
.addresses-list li.item > .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,
.addresses-list li.item > .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 {
  border-bottom-right-radius: -1px;
}
.addresses-list li.item > .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,
.addresses-list li.item > .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,
.addresses-list li.item > .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,
.addresses-list li.item > .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 {
  border-bottom-left-radius: -1px;
}
.addresses-list li.item > .panel-body + .table,
.addresses-list li.item > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.addresses-list li.item > .table > tbody:first-child > tr:first-child th,
.addresses-list li.item > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.addresses-list li.item > .table-bordered,
.addresses-list li.item > .table-responsive > .table-bordered {
  border: 0;
}
.addresses-list li.item > .table-bordered > thead > tr > th:first-child,
.addresses-list li.item > .table-responsive > .table-bordered > thead > tr > th:first-child,
.addresses-list li.item > .table-bordered > tbody > tr > th:first-child,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.addresses-list li.item > .table-bordered > tfoot > tr > th:first-child,
.addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.addresses-list li.item > .table-bordered > thead > tr > td:first-child,
.addresses-list li.item > .table-responsive > .table-bordered > thead > tr > td:first-child,
.addresses-list li.item > .table-bordered > tbody > tr > td:first-child,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.addresses-list li.item > .table-bordered > tfoot > tr > td:first-child,
.addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-right: 0;
}
.addresses-list li.item > .table-bordered > thead > tr > th:last-child,
.addresses-list li.item > .table-responsive > .table-bordered > thead > tr > th:last-child,
.addresses-list li.item > .table-bordered > tbody > tr > th:last-child,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.addresses-list li.item > .table-bordered > tfoot > tr > th:last-child,
.addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.addresses-list li.item > .table-bordered > thead > tr > td:last-child,
.addresses-list li.item > .table-responsive > .table-bordered > thead > tr > td:last-child,
.addresses-list li.item > .table-bordered > tbody > tr > td:last-child,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.addresses-list li.item > .table-bordered > tfoot > tr > td:last-child,
.addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-left: 0;
}
.addresses-list li.item > .table-bordered > thead > tr:first-child > td,
.addresses-list li.item > .table-responsive > .table-bordered > thead > tr:first-child > td,
.addresses-list li.item > .table-bordered > tbody > tr:first-child > td,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.addresses-list li.item > .table-bordered > thead > tr:first-child > th,
.addresses-list li.item > .table-responsive > .table-bordered > thead > tr:first-child > th,
.addresses-list li.item > .table-bordered > tbody > tr:first-child > th,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.addresses-list li.item > .table-bordered > tbody > tr:last-child > td,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.addresses-list li.item > .table-bordered > tfoot > tr:last-child > td,
.addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.addresses-list li.item > .table-bordered > tbody > tr:last-child > th,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.addresses-list li.item > .table-bordered > tfoot > tr:last-child > th,
.addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.addresses-list li.item > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.addresses-list li.item h3 {
  margin: -15px -15px 15px;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
  border-color: #dddddd;
  background-color: #f5f5f5;
  color: #444444;
}
.addresses-list li.item h3 > .dropdown .dropdown-toggle {
  color: inherit;
}
.addresses-list li.empty {
  background: none;
  border: 0;
  padding: 0;
}
.order-info {
  margin-bottom: 8.5px;
  border-bottom: 1px solid #eaedf1;
}
.order-info dd {
  padding-right: 10px;
}
.order-info li {
  display: inline;
  margin: 0 3px;
}
.order-info li:first-child {
  margin-right: 0;
}
.order-info li:last-child {
  margin-left: 0;
}
.order-info .current {
  font-weight: bold;
}
.order-date {
  margin-bottom: 8.5px;
}
.order-info-box {
  margin-bottom: 17px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-right: 0;
  margin-left: 0;
  border-color: #dddddd;
  padding-top: 15px;
}
.order-info-box > .list-group {
  margin-bottom: 0;
}
.order-info-box > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.order-info-box > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.order-info-box > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.order-info-box > .table,
.order-info-box > .table-responsive > .table {
  margin-bottom: 0;
}
.order-info-box > .table:first-child,
.order-info-box > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.order-info-box > .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,
.order-info-box > .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,
.order-info-box > .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,
.order-info-box > .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 {
  border-top-right-radius: -1px;
}
.order-info-box > .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,
.order-info-box > .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,
.order-info-box > .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,
.order-info-box > .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 {
  border-top-left-radius: -1px;
}
.order-info-box > .table:last-child,
.order-info-box > .table-responsive:last-child > .table:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.order-info-box > .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,
.order-info-box > .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,
.order-info-box > .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,
.order-info-box > .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 {
  border-bottom-right-radius: -1px;
}
.order-info-box > .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,
.order-info-box > .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,
.order-info-box > .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,
.order-info-box > .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 {
  border-bottom-left-radius: -1px;
}
.order-info-box > .panel-body + .table,
.order-info-box > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.order-info-box > .table > tbody:first-child > tr:first-child th,
.order-info-box > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.order-info-box > .table-bordered,
.order-info-box > .table-responsive > .table-bordered {
  border: 0;
}
.order-info-box > .table-bordered > thead > tr > th:first-child,
.order-info-box > .table-responsive > .table-bordered > thead > tr > th:first-child,
.order-info-box > .table-bordered > tbody > tr > th:first-child,
.order-info-box > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.order-info-box > .table-bordered > tfoot > tr > th:first-child,
.order-info-box > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.order-info-box > .table-bordered > thead > tr > td:first-child,
.order-info-box > .table-responsive > .table-bordered > thead > tr > td:first-child,
.order-info-box > .table-bordered > tbody > tr > td:first-child,
.order-info-box > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.order-info-box > .table-bordered > tfoot > tr > td:first-child,
.order-info-box > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-right: 0;
}
.order-info-box > .table-bordered > thead > tr > th:last-child,
.order-info-box > .table-responsive > .table-bordered > thead > tr > th:last-child,
.order-info-box > .table-bordered > tbody > tr > th:last-child,
.order-info-box > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.order-info-box > .table-bordered > tfoot > tr > th:last-child,
.order-info-box > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.order-info-box > .table-bordered > thead > tr > td:last-child,
.order-info-box > .table-responsive > .table-bordered > thead > tr > td:last-child,
.order-info-box > .table-bordered > tbody > tr > td:last-child,
.order-info-box > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.order-info-box > .table-bordered > tfoot > tr > td:last-child,
.order-info-box > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-left: 0;
}
.order-info-box > .table-bordered > thead > tr:first-child > td,
.order-info-box > .table-responsive > .table-bordered > thead > tr:first-child > td,
.order-info-box > .table-bordered > tbody > tr:first-child > td,
.order-info-box > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.order-info-box > .table-bordered > thead > tr:first-child > th,
.order-info-box > .table-responsive > .table-bordered > thead > tr:first-child > th,
.order-info-box > .table-bordered > tbody > tr:first-child > th,
.order-info-box > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.order-info-box > .table-bordered > tbody > tr:last-child > td,
.order-info-box > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.order-info-box > .table-bordered > tfoot > tr:last-child > td,
.order-info-box > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.order-info-box > .table-bordered > tbody > tr:last-child > th,
.order-info-box > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.order-info-box > .table-bordered > tfoot > tr:last-child > th,
.order-info-box > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.order-info-box > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.order-info-box .box {
  margin-bottom: 15px;
}
.order-info-box h2 {
  margin-top: 0;
  font-size: 12px;
}
.order-info-box address {
  margin-bottom: 0;
}
.order-items h2 {
  font-size: 15px;
}
.order-items h3 {
  font-size: 11px;
}
.order-items .order-links {
  text-align: left;
}
.order-additional {
  margin: 8.5px 0;
}
.gift-message {
  margin-bottom: 17px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-color: #dddddd;
}
.gift-message > .list-group {
  margin-bottom: 0;
}
.gift-message > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.gift-message > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.gift-message > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.gift-message > .table,
.gift-message > .table-responsive > .table {
  margin-bottom: 0;
}
.gift-message > .table:first-child,
.gift-message > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.gift-message > .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,
.gift-message > .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,
.gift-message > .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,
.gift-message > .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 {
  border-top-right-radius: -1px;
}
.gift-message > .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,
.gift-message > .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,
.gift-message > .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,
.gift-message > .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 {
  border-top-left-radius: -1px;
}
.gift-message > .table:last-child,
.gift-message > .table-responsive:last-child > .table:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.gift-message > .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,
.gift-message > .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,
.gift-message > .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,
.gift-message > .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 {
  border-bottom-right-radius: -1px;
}
.gift-message > .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,
.gift-message > .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,
.gift-message > .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,
.gift-message > .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 {
  border-bottom-left-radius: -1px;
}
.gift-message > .panel-body + .table,
.gift-message > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.gift-message > .table > tbody:first-child > tr:first-child th,
.gift-message > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.gift-message > .table-bordered,
.gift-message > .table-responsive > .table-bordered {
  border: 0;
}
.gift-message > .table-bordered > thead > tr > th:first-child,
.gift-message > .table-responsive > .table-bordered > thead > tr > th:first-child,
.gift-message > .table-bordered > tbody > tr > th:first-child,
.gift-message > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.gift-message > .table-bordered > tfoot > tr > th:first-child,
.gift-message > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.gift-message > .table-bordered > thead > tr > td:first-child,
.gift-message > .table-responsive > .table-bordered > thead > tr > td:first-child,
.gift-message > .table-bordered > tbody > tr > td:first-child,
.gift-message > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.gift-message > .table-bordered > tfoot > tr > td:first-child,
.gift-message > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-right: 0;
}
.gift-message > .table-bordered > thead > tr > th:last-child,
.gift-message > .table-responsive > .table-bordered > thead > tr > th:last-child,
.gift-message > .table-bordered > tbody > tr > th:last-child,
.gift-message > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.gift-message > .table-bordered > tfoot > tr > th:last-child,
.gift-message > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.gift-message > .table-bordered > thead > tr > td:last-child,
.gift-message > .table-responsive > .table-bordered > thead > tr > td:last-child,
.gift-message > .table-bordered > tbody > tr > td:last-child,
.gift-message > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.gift-message > .table-bordered > tfoot > tr > td:last-child,
.gift-message > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-left: 0;
}
.gift-message > .table-bordered > thead > tr:first-child > td,
.gift-message > .table-responsive > .table-bordered > thead > tr:first-child > td,
.gift-message > .table-bordered > tbody > tr:first-child > td,
.gift-message > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.gift-message > .table-bordered > thead > tr:first-child > th,
.gift-message > .table-responsive > .table-bordered > thead > tr:first-child > th,
.gift-message > .table-bordered > tbody > tr:first-child > th,
.gift-message > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.gift-message > .table-bordered > tbody > tr:last-child > td,
.gift-message > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.gift-message > .table-bordered > tfoot > tr:last-child > td,
.gift-message > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.gift-message > .table-bordered > tbody > tr:last-child > th,
.gift-message > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.gift-message > .table-bordered > tfoot > tr:last-child > th,
.gift-message > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.gift-message > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.gift-message dt {
  padding-right: 10px;
}
.gift-message dt strong {
  display: block;
  margin-right: -10px;
}
.gift-message dd {
  margin-top: 8.5px;
}
.gift-message-row .gift-message {
  padding: 0;
  margin: 0;
  border: 0;
}
.order-about {
  margin-bottom: 17px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-color: #dddddd;
}
.order-about > .list-group {
  margin-bottom: 0;
}
.order-about > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.order-about > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.order-about > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.order-about > .table,
.order-about > .table-responsive > .table {
  margin-bottom: 0;
}
.order-about > .table:first-child,
.order-about > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.order-about > .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,
.order-about > .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,
.order-about > .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,
.order-about > .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 {
  border-top-right-radius: -1px;
}
.order-about > .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,
.order-about > .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,
.order-about > .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,
.order-about > .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 {
  border-top-left-radius: -1px;
}
.order-about > .table:last-child,
.order-about > .table-responsive:last-child > .table:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.order-about > .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,
.order-about > .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,
.order-about > .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,
.order-about > .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 {
  border-bottom-right-radius: -1px;
}
.order-about > .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,
.order-about > .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,
.order-about > .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,
.order-about > .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 {
  border-bottom-left-radius: -1px;
}
.order-about > .panel-body + .table,
.order-about > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.order-about > .table > tbody:first-child > tr:first-child th,
.order-about > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.order-about > .table-bordered,
.order-about > .table-responsive > .table-bordered {
  border: 0;
}
.order-about > .table-bordered > thead > tr > th:first-child,
.order-about > .table-responsive > .table-bordered > thead > tr > th:first-child,
.order-about > .table-bordered > tbody > tr > th:first-child,
.order-about > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.order-about > .table-bordered > tfoot > tr > th:first-child,
.order-about > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.order-about > .table-bordered > thead > tr > td:first-child,
.order-about > .table-responsive > .table-bordered > thead > tr > td:first-child,
.order-about > .table-bordered > tbody > tr > td:first-child,
.order-about > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.order-about > .table-bordered > tfoot > tr > td:first-child,
.order-about > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-right: 0;
}
.order-about > .table-bordered > thead > tr > th:last-child,
.order-about > .table-responsive > .table-bordered > thead > tr > th:last-child,
.order-about > .table-bordered > tbody > tr > th:last-child,
.order-about > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.order-about > .table-bordered > tfoot > tr > th:last-child,
.order-about > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.order-about > .table-bordered > thead > tr > td:last-child,
.order-about > .table-responsive > .table-bordered > thead > tr > td:last-child,
.order-about > .table-bordered > tbody > tr > td:last-child,
.order-about > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.order-about > .table-bordered > tfoot > tr > td:last-child,
.order-about > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-left: 0;
}
.order-about > .table-bordered > thead > tr:first-child > td,
.order-about > .table-responsive > .table-bordered > thead > tr:first-child > td,
.order-about > .table-bordered > tbody > tr:first-child > td,
.order-about > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.order-about > .table-bordered > thead > tr:first-child > th,
.order-about > .table-responsive > .table-bordered > thead > tr:first-child > th,
.order-about > .table-bordered > tbody > tr:first-child > th,
.order-about > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.order-about > .table-bordered > tbody > tr:last-child > td,
.order-about > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.order-about > .table-bordered > tfoot > tr:last-child > td,
.order-about > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.order-about > .table-bordered > tbody > tr:last-child > th,
.order-about > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.order-about > .table-bordered > tfoot > tr:last-child > th,
.order-about > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.order-about > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.order-about dd {
  margin-bottom: 8.5px;
  padding-right: 10px;
}
.order-about dd:last-child {
  margin-bottom: 0;
}
.my-wishlist textarea {
  display: block;
  width: 100%;
  height: 27px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #666666;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dde3e9;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: auto;
}
.my-wishlist textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.my-wishlist textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.my-wishlist textarea:-ms-input-placeholder {
  color: #999999;
}
.my-wishlist textarea::-webkit-input-placeholder {
  color: #999999;
}
.my-wishlist textarea[disabled],
.my-wishlist textarea[readonly],
fieldset[disabled] .my-wishlist textarea {
  cursor: not-allowed;
  background-color: #eaedf1;
  opacity: 1;
}
textarea.my-wishlist textarea {
  height: auto;
}
.my-wishlist .price-box {
  margin-bottom: 4.25px;
}
.my-wishlist .add-to-cart-alt input.input-text {
  margin-bottom: 4.25px;
}
.my-wishlist .add-to-cart-alt .btn-cart {
  display: block;
  margin-bottom: 4.25px;
  width: 100%;
}
.my-wishlist p {
  margin-bottom: 0;
}
.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: 4px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #192068;
  background-color: #eaedf1;
  border-color: #cccccc;
  width: 100%;
  display: block;
}
.my-wishlist .link-edit:focus,
.my-wishlist .link-edit:active:focus,
.my-wishlist .link-edit.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.my-wishlist .link-edit:hover,
.my-wishlist .link-edit:focus {
  color: #192068;
  text-decoration: none;
}
.my-wishlist .link-edit:active,
.my-wishlist .link-edit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.my-wishlist .link-edit.disabled,
.my-wishlist .link-edit[disabled],
fieldset[disabled] .my-wishlist .link-edit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.my-wishlist .link-edit:hover,
.my-wishlist .link-edit:focus,
.my-wishlist .link-edit:active,
.my-wishlist .link-edit.active,
.open .dropdown-toggle.my-wishlist .link-edit {
  color: #192068;
  background-color: #d2d8e1;
  border-color: #adadad;
}
.my-wishlist .link-edit:active,
.my-wishlist .link-edit.active,
.open .dropdown-toggle.my-wishlist .link-edit {
  background-image: none;
}
.my-wishlist .link-edit.disabled,
.my-wishlist .link-edit[disabled],
fieldset[disabled] .my-wishlist .link-edit,
.my-wishlist .link-edit.disabled:hover,
.my-wishlist .link-edit[disabled]:hover,
fieldset[disabled] .my-wishlist .link-edit:hover,
.my-wishlist .link-edit.disabled:focus,
.my-wishlist .link-edit[disabled]:focus,
fieldset[disabled] .my-wishlist .link-edit:focus,
.my-wishlist .link-edit.disabled:active,
.my-wishlist .link-edit[disabled]:active,
fieldset[disabled] .my-wishlist .link-edit:active,
.my-wishlist .link-edit.disabled.active,
.my-wishlist .link-edit[disabled].active,
fieldset[disabled] .my-wishlist .link-edit.active {
  background-color: #eaedf1;
  border-color: #cccccc;
}
.my-wishlist .link-edit .badge {
  color: #eaedf1;
  background-color: #192068;
}
.my-wishlist .btn-add {
  color: #ffffff;
  background-color: #192068;
  border-color: #141a53;
}
.my-wishlist .btn-add:hover,
.my-wishlist .btn-add:focus,
.my-wishlist .btn-add:active,
.my-wishlist .btn-add.active,
.open .dropdown-toggle.my-wishlist .btn-add {
  color: #ffffff;
  background-color: #111647;
  border-color: #080a22;
}
.my-wishlist .btn-add:active,
.my-wishlist .btn-add.active,
.open .dropdown-toggle.my-wishlist .btn-add {
  background-image: none;
}
.my-wishlist .btn-add.disabled,
.my-wishlist .btn-add[disabled],
fieldset[disabled] .my-wishlist .btn-add,
.my-wishlist .btn-add.disabled:hover,
.my-wishlist .btn-add[disabled]:hover,
fieldset[disabled] .my-wishlist .btn-add:hover,
.my-wishlist .btn-add.disabled:focus,
.my-wishlist .btn-add[disabled]:focus,
fieldset[disabled] .my-wishlist .btn-add:focus,
.my-wishlist .btn-add.disabled:active,
.my-wishlist .btn-add[disabled]:active,
fieldset[disabled] .my-wishlist .btn-add:active,
.my-wishlist .btn-add.disabled.active,
.my-wishlist .btn-add[disabled].active,
fieldset[disabled] .my-wishlist .btn-add.active {
  background-color: #192068;
  border-color: #141a53;
}
.my-wishlist .btn-add .badge {
  color: #192068;
  background-color: #ffffff;
}
.product-review .product-img-box {
  float: right;
  width: 140px;
}
.product-review .product-img-box .product-image {
  display: block;
  max-width: 100%;
  height: auto;
}
.product-review .product-img-box .label {
  font-size: 11px;
}
.product-review .product-img-box .ratings .rating-box {
  display: block;
  float: none;
  margin-bottom: 4.25px;
}
.product-review .product-details {
  margin-right: 150px;
}
.product-review .product-name {
  margin-bottom: 8.5px;
  font-size: 15px;
}
.product-review h3 {
  font-size: 12px;
}
.product-review .ratings-table {
  margin: 0 0 10px;
}
.product-review dt {
  margin-bottom: 4.25px;
}
.billing-agreements .info-box {
  margin: 8.5px 0;
}
.billing-agreements .form-list li select {
  float: right;
}
.billing-agreements .form-list li button.button {
  float: right;
  margin-right: 10px;
}
.billing-agreements .table-caption {
  font-weight: bold;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  bottom: 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: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -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;
  bottom: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: left;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-right: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-right: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-right: 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: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .modal-media .modal-dialog {
    width: 940px;
  }
}
.popover {
  position: absolute;
  top: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: 0;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-0: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-0: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  margin-50%: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-50%: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  margin-top: -11px;
  border--11px-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  bottom: -10px;
  border-1px-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  margin-50%: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-50%: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  margin-top: -11px;
  border--11px-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  border-1px-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-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 {
  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: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-0: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  z-index: 15;
  width: 60%;
  margin-50%: -30%;
  padding-50%: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-right: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
header[role="banner"]:before,
header[role="banner"]:after,
.layout:before,
.layout:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.col2-set:before,
.col2-set:after,
.col2-set:before,
.col2-set:after,
.col4-set:before,
.col4-set:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.products-grid:before,
.products-grid:after,
.product-view:before,
.product-view:after,
.product-essential .product-img-box .more-views ul:before,
.product-essential .product-img-box .more-views ul:after,
.product-options-bottom:before,
.product-options-bottom:after,
.catalog-seo-sitemap-product .page-sitemap .sitemap:before,
.catalog-seo-sitemap-product .page-sitemap .sitemap:after,
.catalog-seo-sitemap-category .page-sitemap .sitemap:before,
.catalog-seo-sitemap-category .page-sitemap .sitemap:after,
.cart .cart-collaterals:before,
.cart .cart-collaterals:after,
.modal-footer:before,
.modal-footer:after,
.product-essential:before,
.product-essential:after,
footer:before,
footer:after,
.login-reg:before,
.login-reg:after,
ol.onepage:before,
ol.onepage:after,
.onibi-storelocator-index-index .layout .stores-wrapper:before,
.onibi-storelocator-index-index .layout .stores-wrapper:after,
.onibi-storelocator-index-index .layout .stores-wrapper .stores .search-area ul:before,
.onibi-storelocator-index-index .layout .stores-wrapper .stores .search-area ul:after,
.cms-page-view .std:before,
.cms-page-view .std:after,
.cms-page-view .std .hightlights:before,
.cms-page-view .std .hightlights:after,
.footer-container footer .footer-top .newsletter-wrapper:before,
.footer-container footer .footer-top .newsletter-wrapper:after {
  content: " ";
  display: table;
}
.clearfix:after,
header[role="banner"]:after,
.layout:after,
.container:after,
.container-fluid:after,
.row:after,
.col2-set:after,
.col2-set:after,
.col4-set:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.products-grid:after,
.product-view:after,
.product-essential .product-img-box .more-views ul:after,
.product-options-bottom:after,
.catalog-seo-sitemap-product .page-sitemap .sitemap:after,
.catalog-seo-sitemap-category .page-sitemap .sitemap:after,
.cart .cart-collaterals:after,
.modal-footer:after,
.product-essential:after,
footer:after,
.login-reg:after,
ol.onepage:after,
.onibi-storelocator-index-index .layout .stores-wrapper:after,
.onibi-storelocator-index-index .layout .stores-wrapper .stores .search-area ul:after,
.cms-page-view .std:after,
.cms-page-view .std .hightlights:after,
.footer-container footer .footer-top .newsletter-wrapper:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: left !important;
}
.pull-left {
  float: right !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: right !important;
}
.a-center {
  text-align: center !important;
}
.a-right {
  text-align: left !important;
}
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.f-left,
.left {
  float: right !important;
}
.f-right,
.right {
  float: left !important;
}
.f-none {
  float: none !important;
}
.f-fix {
  float: right;
  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;
}
.clearer:before,
.clearer:after {
  content: " ";
  display: table;
}
.clearer:after {
  clear: both;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Fancybox */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../../../boilerplate/default/images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  right: 50%;
  margin-top: -22px;
  margin-right: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../../../boilerplate/default/images/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../../../boilerplate/default/images/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  right: 0;
}
.fancybox-next {
  left: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  right: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  left: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  right: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../../../boilerplate/default/images/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-left: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../../../boilerplate/default/images/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../../../boilerplate/default/images/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* Fancybox buttons */
#fancybox-buttons {
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 8050;
}
#fancybox-buttons.top {
  top: 10px;
}
#fancybox-buttons.bottom {
  bottom: 10px;
}
#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -ms-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
}
#fancybox-buttons ul li {
  float: right;
  margin: 0;
  padding: 0;
}
#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url('../../../boilerplate/default/images/fancybox/helpers/fancybox_buttons.png');
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}
#fancybox-buttons a:hover {
  opacity: 1;
}
#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}
#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-left: 1px solid #3e3e3e;
}
#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}
#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}
#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-right: 1px solid #111;
  border-left: 1px solid #3e3e3e;
  width: 35px;
}
#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}
#fancybox-buttons a.btnClose {
  border-right: 1px solid #111;
  width: 35px;
  background-position: -56px 0px;
}
#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}
/* Fancybox Thumbs */
#fancybox-thumbs {
  position: fixed;
  right: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}
#fancybox-thumbs.bottom {
  bottom: 2px;
}
#fancybox-thumbs.top {
  top: 2px;
}
#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#fancybox-thumbs ul li {
  float: right;
  padding: 1px;
  opacity: 0.5;
}
#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
  opacity: 1;
}
#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}
#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}
/* Robin Template - Snap js core settings */
html,
body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.snap-content {
  background: #fff;
  width: auto;
  height: auto;
  z-index: 2;
  overflow: auto;
  /*   -webkit-overflow-scrolling: touch;
  -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); */
}
.snap-drawers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}
.snap-drawer {
  display: none;
  background: #eee;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 265px;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.snap-drawer-left {
  left: 0;
  /* z-index: 1; */
}
.snap-drawer-right {
  right: 0;
  z-index: 1;
}
.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
  display: none;
}
.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
  width: 100%;
}
/* Robin Template - Snap js robin additional settings */
.snap-drawer-left li {
  padding: 10px;
}
.snap-drawer-left li a {
  padding: 0;
  color: #000;
  display: block;
}
.snap-drawer-left li a .caret {
  float: left;
}
.snap-drawer-left li a:hover,
.snap-drawer-left li a:focus {
  background: #f5f5f5;
  color: #262626;
  text-decoration: none;
}
.snap-drawer-left li.open > a {
  text-decoration: none;
  color: #192068;
  background: none;
}
.snap-drawer-left li.parent a.has-children {
  font-weight: bold;
}
.snap-drawer-left li.level0 {
  border-bottom: 1px dotted #000;
}
.snap-drawer-left li.level1 {
  border-bottom: 1px dotted #999;
}
.snap-drawer-left li:last-child {
  border: none;
}
.snap-drawer-left .dropdown-menu {
  background: none;
  border: none;
  box-shadow: none;
  position: inherit;
  padding: 0;
}
.snap-drawer-left .before,
.snap-drawer-left .after {
  padding: 10px;
}
.snap-drawer-left .before .banner a,
.snap-drawer-left .after .banner a,
.snap-drawer-left .before .banner p,
.snap-drawer-left .after .banner p {
  margin-bottom: 10px;
}
.snap-drawer-left .before .banner img,
.snap-drawer-left .after .banner img {
  max-width: 100%;
}
.snap-drawer-left .before {
  padding-bottom: 0;
  border-bottom: 1px dotted #999;
}
.snap-drawer-left .after {
  padding-top: 0;
  border-top: 1px dotted #999;
}
/* Robin Template v3.0 - Additional RTL LESS files */
/* Magento */
/* Robin Template v3.0 - Template General Styles */
.qty-picker {
  float: right;
  margin-left: 10px;
}
.qty-picker .qty-elm {
  float: left;
  padding: 6px 12px;
}
.qty-picker .minus-btn,
.qty-picker .plus-btn {
  border: 1px solid #ccc;
  background: #f5f5f5;
}
.qty-picker .minus-btn:hover,
.qty-picker .plus-btn:hover {
  background: #ccc;
  text-decoration: none;
}
.qty-picker .minus-btn {
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.qty-picker .plus-btn {
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.qty-picker .qty-value {
  max-width: 40px;
  height: 34px;
  text-align: center;
  width: 100%;
}
aside[role="complementary"] {
  display: block;
}
aside[role="complementary"] .block-title {
  cursor: pointer;
}
@media (min-width: 992px) {
  aside[role="complementary"] .block-title {
    cursor: normal;
  }
}
@media (min-width: 992px) {
  aside[role="complementary"] .block-title .caret {
    display: none;
  }
}
aside[role="complementary"] .block-content {
  display: none;
}
@media (min-width: 992px) {
  aside[role="complementary"] .block-content {
    display: block;
  }
}
/* Robin Template v3.0 - Header Styles */
.old-browser i {
  float: right;
  margin-left: 10px;
}
.old-browser h3 {
  margin-top: 0;
}
header[role="banner"] {
  margin: 20px 0 0;
}
header[role="banner"] .sidemenu-trigger {
  display: none !important;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 767px) {
  header[role="banner"] .sidemenu-trigger {
    display: block !important;
  }
  tableheader[role="banner"] .sidemenu-trigger {
    display: table;
  }
  trheader[role="banner"] .sidemenu-trigger {
    display: table-row !important;
  }
  thheader[role="banner"] .sidemenu-trigger,
  tdheader[role="banner"] .sidemenu-trigger {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header[role="banner"] .sidemenu-trigger {
    display: block !important;
  }
  tableheader[role="banner"] .sidemenu-trigger {
    display: table;
  }
  trheader[role="banner"] .sidemenu-trigger {
    display: table-row !important;
  }
  thheader[role="banner"] .sidemenu-trigger,
  tdheader[role="banner"] .sidemenu-trigger {
    display: table-cell !important;
  }
}
header[role="banner"] .sidemenu-trigger a i {
  font-size: 21px;
}
header[role="banner"] .header-top {
  position: relative;
  overflow: hidden;
}
header[role="banner"] .header-top > * {
  float: none;
}
header[role="banner"] .header-top .sidemenu-trigger {
  float: left;
  margin-right: 5px;
}
header[role="banner"] .header-top .welcome-msg {
  float: right;
  line-height: normal;
  margin-left: 5px;
}
header[role="banner"] .header-top .links {
  clear: both;
}
@media (min-width: 768px) {
  header[role="banner"] .header-top .links {
    float: right;
    clear: none;
    line-height: normal;
  }
}
header[role="banner"] .header-top .links li {
  border-left: 1px solid #192068;
  padding-left: 5px;
}
header[role="banner"] .header-top .links li.last {
  border: none;
}
header[role="banner"] .header-top .form-language {
  float: left;
}
@media (max-width: 767px) {
  header[role="banner"] .header-top .form-language {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header[role="banner"] .header-top .form-language {
    display: none !important;
  }
}
header[role="banner"] .header-btm {
  position: relative;
  overflow: hidden;
}
header[role="banner"] .header-btm .logo {
  text-align: center;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  header[role="banner"] .header-btm .logo {
    text-align: right;
    float: right;
    margin-left: 5px;
  }
}
@media (min-width: 768px) {
  header[role="banner"] .header-btm #search_mini_form {
    float: left;
    width: 100%;
    max-width: 350px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
/* topmenu.less */
nav[role="navigation"] .nav > li.level0 {
  position: inherit;
}
nav[role="navigation"] .dropdown-menu {
  width: 100%;
  right: 0px;
  padding: 5px;
}
nav[role="navigation"] .dropdown-menu ul.level0 {
  float: right;
}
nav[role="navigation"] .dropdown-menu ul.grandparent li.parent > a {
  font-weight: bold;
  float: right;
}
nav[role="navigation"] .dropdown-menu > li > a,
nav[role="navigation"] .dropdown-menu li a {
  clear: both;
  color: #333333;
  display: block;
  font-weight: normal;
  line-height: 1.42857;
  padding: 3px 20px;
  white-space: nowrap;
}
nav[role="navigation"] .dropdown-menu > li > a:hover,
nav[role="navigation"] .dropdown-menu > li > a:focus,
nav[role="navigation"] .dropdown-menu li a:hover,
nav[role="navigation"] .dropdown-menu li a:focus {
  color: #262626;
  background: #f5f5f5;
  text-decoration: none;
}
nav[role="navigation"] .wrapper {
  overflow: hidden;
}
nav[role="navigation"] .wrapper .before,
nav[role="navigation"] .wrapper > ul,
nav[role="navigation"] .wrapper .after {
  float: right;
  margin-left: 20px;
}
nav[role="navigation"] .cycle-slideshow div {
  margin-bottom: 10px;
}
nav[role="navigation"] .cycle-slideshow p {
  margin-bottom: 0;
}
/* Robin Template Homepage Settings */
.category-products {
  margin-top: 20px;
}
.category-products.grid li.item {
  min-height: 450px;
  margin-bottom: 20px;
}
.category-products.jcarousel {
  position: relative;
  overflow: hidden;
}
.category-products.jcarousel > ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0 -15px;
  padding: 0;
}
.category-products.jcarousel > ul > li {
  width: auto !important;
}
.category-products.jcarousel a.carousel-nav {
  position: absolute;
  top: 100px;
  font-size: 40px;
}
.category-products.jcarousel a.jcarousel-prev {
  left: 0;
}
.category-products.jcarousel a.jcarousel-next {
  right: 0;
}
/* Robin Template v3.0 - Product Page Styles */
.product-essential {
  margin-right: -15px;
  margin-left: -15px;
}
.product-essential .product-img-box {
  float: right;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .product-essential .product-img-box {
    float: right;
    width: 50%;
  }
}
.product-essential .product-shop {
  float: right;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .product-essential .product-shop {
    float: right;
    width: 50%;
  }
}
.product-essential .product-shop .product-options-bottom .price-box {
  display: none;
}
.product-essential .product-shop .product-options-bottom .add-to-cart {
  width: 100%;
}
.product-essential .product-shop .product-options-bottom .add-to-cart .input-group-addon {
  display: none;
}
.product-essential .product-shop .product-options-bottom .add-to-cart .input-group-btn {
  float: right;
}
.product-essential .product-shop .product-options-bottom .add-to-cart .input-group-btn .btn {
  border-radius: 4px;
}
.sharing {
  overflow: hidden;
  clear: both;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.sharing .sharing-title {
  float: right;
  margin: 0;
  margin-left: 20px;
}
.sharing .sharing-links {
  overflow: hidden;
  margin: 0;
}
.sharing .sharing-links li {
  float: right;
  margin-left: 20px;
}
.checkout-cart-index .mobile-cart .product-mobile {
  border-bottom: 1px solid #000;
  margin-top: 10px;
  padding-bottom: 20px;
  position: relative;
}
.checkout-cart-index .mobile-cart .product-mobile:before,
.checkout-cart-index .mobile-cart .product-mobile:after {
  content: " ";
  display: table;
}
.checkout-cart-index .mobile-cart .product-mobile:after {
  clear: both;
}
.checkout-cart-index .mobile-cart .product-mobile:before,
.checkout-cart-index .mobile-cart .product-mobile:after {
  content: " ";
  display: table;
}
.checkout-cart-index .mobile-cart .product-mobile:after {
  clear: both;
}
.checkout-cart-index .mobile-cart .product-mobile li:first-of-type {
  min-height: 180px;
  padding-bottom: 10px;
}
.checkout-cart-index .mobile-cart .product-mobile li:first-of-type .single {
  text-align: center;
}
@media (min-width: 480px) {
  .checkout-cart-index .mobile-cart .product-mobile li:first-of-type {
    width: 30%;
    float: right;
  }
}
.checkout-cart-index .mobile-cart .product-mobile li {
  padding: 5px 0;
}
@media (min-width: 480px) {
  .checkout-cart-index .mobile-cart .product-mobile li {
    width: 70%;
    float: right;
  }
}
.checkout-cart-index .mobile-cart .product-mobile li .title,
.checkout-cart-index .mobile-cart .product-mobile li .content {
  float: right;
  width: 50%;
}
.checkout-cart-index .mobile-cart .product-mobile li .title {
  font-weight: bold;
}
.checkout-cart-index .mobile-cart .product-mobile li .title:after {
  content: ':';
}
.checkout-cart-index .mobile-cart .product-mobile li .single {
  width: 100%;
}
.checkout-cart-index .mobile-cart .product-mobile li .a-center {
  text-align: left !important;
}
.checkout-cart-index .mobile-cart .product-mobile li .nobr {
  white-space: inherit !important;
}
.checkout-cart-index .mobile-cart .product-mobile li .item-options {
  font-size: 12px;
  margin: 0;
  text-align: right;
}
.checkout-cart-index .mobile-cart .product-mobile li .item-options dt,
.checkout-cart-index .mobile-cart .product-mobile li .item-options dd {
  margin: 0;
  display: inline;
}
.checkout-cart-index .mobile-cart .product-mobile li .item-options dt:after {
  content: ': ';
}
.checkout-cart-index .mobile-cart .product-mobile li .input-text.qty {
  width: 30%;
  max-width: 30px;
  padding: 5px;
  float: right;
  text-align: center;
  line-height: inherit;
  font-size: 12px;
  height: auto;
  border: 1px solid;
}
.checkout-cart-index .mobile-cart .product-mobile li:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
}
/**/
.account-login .link-tip {
  display: none;
}
.account-create .page-title {
  display: none;
}
.account-create .messages {
  display: none;
}
.account-create .legend {
  display: none;
}
.account-create .back-link {
  display: none;
}
.page-empty .account-login {
  overflow: hidden;
}
.page-empty .account-login .page-title {
  display: none;
}
.page-empty .account-login .registered-users .content h2 {
  margin-top: 0;
}
.page-empty .account-login .registered-users .buttons-set {
  margin-top: 0;
}
.page-empty .account-login .new-users {
  display: none;
}
.page-empty .inchoo-socialconnect-login .inchoo-socialconnect-login-lower {
  display: table;
  width: 100%;
  margin: 0;
}
.page-empty .inchoo-socialconnect-login .inchoo-socialconnect-login-lower > div {
  display: table-cell;
  padding: 0;
}
.page-empty .inchoo-socialconnect-login .inchoo-socialconnect-login-lower > div .buttons-set {
  margin-top: 0;
  border: none;
}
.page-empty .inchoo-socialconnect-login .inchoo-socialconnect-login-lower > div:last-child .clearer > div {
  float: left;
}
/* Robin Template v3.0 - Footer Styles */
/* Footer */
footer {
  margin-right: -15px;
  margin-left: -15px;
}
footer .footer-links {
  float: right;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  footer .footer-links {
    float: right;
    width: 75%;
  }
}
footer .footer-links ul {
  float: right;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  footer .footer-links ul {
    float: right;
    width: 25%;
  }
}
footer .block-subscribe {
  float: right;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  footer .block-subscribe {
    float: right;
    width: 25%;
  }
}
/* Extensions & Add-Ons */
.page-title .phase {
  color: #192068;
  border: 2px solid;
  border-radius: 15px;
  padding: 0 7px;
}
.login-reg {
  margin-right: -15px;
  margin-left: -15px;
  padding: 0 15px;
}
.login-reg .edit-cart {
  float: left;
}
.login-reg .already {
  float: right;
}
#onestepcheckout-login-popup-contents-login {
  background: #fff;
  border: 2px solid #192068;
  padding: 10px;
}
ol.onepage {
  margin-right: -15px;
  margin-left: -15px;
}
ol.onepage .firecheckout-section {
  float: right;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  ol.onepage .firecheckout-section {
    float: right;
    width: 33.33333333%;
  }
}
#checkout-review-table .name {
  width: 200px;
}
#onepage-review #terms-condition {
  border-radius: 5px;
  background: #eee;
  padding: 10px;
  margin-bottom: 10px;
}
#onepage-review #terms-condition p.close {
  margin: 0;
}
#onepage-review #terms-condition h1 {
  margin: 0 0 10px;
  font-size: 23px;
}
#onepage-review #terms-condition .onestepcheckout-toc-terms {
  max-height: 150px;
  overflow-y: scroll;
  overflow-x: hidden;
}
/* One Step Checkout */
/* Robin Template v3.0 - Robin's Banner Module Styles */
.next-prev {
  margin-right: 2%;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 42%;
  width: 95%;
  z-index: 500;
}
.next-pager {
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 20px;
  outline: medium none !important;
}
.prev-pager {
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 20px;
  outline: medium none !important;
}
.banner-content hidden-xxs {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
}
.main-banner-container .tag-selection {
  color: transparent;
}
/* Robin's Banner Module */
/* Robin Template custom designs - Mini Cart */
.minicart-wrapper {
  position: absolute;
  overflow: hidden;
  z-index: 1000;
}
.minicart {
  box-shadow: 2px 2px 5px #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-width: 290px;
  width: 100%;
  z-index: 2000;
  margin-top: -2000px;
}
.minicart .summary {
  padding: 0;
}
.minicart .summary ol {
  margin: 0;
}
.minicart .summary ol .item {
  clear: both;
  overflow: hidden;
  padding: 5px 10px;
  border-bottom: 1px dotted #000;
}
.minicart .summary ol .item .product-image {
  margin-left: 5px;
}
.minicart .summary ol .item .product-details {
  margin: 0;
}
.minicart .summary ol .item .product-details .btn-remove {
  margin: 5px;
}
.minicart .summary ol .item .product-details .btn-edit {
  display: none;
}
.minicart .summary ol .item .product-details .data > * {
  float: right;
  margin-left: 5px;
}
.minicart .summary ol .item .product-details .data > div {
  clear: both;
}
.minicart .summary ol .item .product-details .data .price {
  font-weight: bold;
}
.minicart .summary ol .item .product-details .data .old-price {
  font-weight: normal;
}
.minicart .summary .subtotal {
  border: none;
  background: none;
  border-bottom: 1px dotted #000;
  border-radius: 0;
  color: #000;
  margin-bottom: 0;
  padding: 5px 15px;
  text-align: right;
}
.minicart .summary .subtotal span {
  font-size: 16px;
  font-weight: bold;
}
.minicart .summary .actions {
  padding: 5px 15px;
  background: none;
  border: none;
}
.minicart.show {
  margin-top: 0px;
}
.sticky {
  position: fixed;
  z-index: 2600px;
}
/* Robin's Customer-x Module */
/* Robin Template - Flach Manager */
.productFlach {
  position: absolute;
  top: 0px;
  right: 15px;
}
.productFlach .sectionImg,
.productFlach a {
  display: table;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  position: relative;
}
.productFlach .sectionImg span,
.productFlach a span {
  color: #fff;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  padding: 10px;
}
.productFlach a:hover {
  text-decoration: none !important;
}
.products-list .item {
  position: relative;
}
.products-list .item .productFlach {
  top: 10px;
  right: 0;
}
.products-list .item:first-child .productFlach {
  top: 0;
}
.table-responsive td {
  position: relative;
}
/* Robin Flach Module */
/* Robin Template - Store Locator */
.onibi-storelocator-index-index .layout #map_canvas {
  width: 50%;
  height: 514px;
  float: right;
  margin-right: 4%;
}
.onibi-storelocator-index-index .layout .store-list {
  width: 45%;
  float: right;
  height: 514px;
  overflow-y: scroll;
}
.onibi-storelocator-index-index .layout .store-row {
  padding-right: 10px;
}
.onibi-storelocator-index-index .layout .col-address {
  width: 36%;
}
.onibi-storelocator-index-index .layout .store-image {
  width: 4%;
}
.onibi-storelocator-index-index .layout .store-table {
  border-bottom: 1px solid grey ;
  width: 100%;
  padding: 10px;
}
.onibi-storelocator-index-index .layout .first {
  border-top: 1px solid grey ;
}
.onibi-storelocator-index-index .layout .span-geoloc {
  cursor: pointer;
  background-color: #7e2222;
  color: #fff;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 2px solid #808080;
  border-left: 2px solid #808080;
  /*-moz-box-shadow: inset -1px -1px grey;
		-webkit-box-shadow: inset -1px -1px grey;*/
  padding: 1px 5px 0px 5px;
  clear: both;
  float: left;
  margin-top: 5px;
}
.onibi-storelocator-index-index .layout .span-geoloc:active {
  background-color: #6b1b1b;
  border-bottom: 2px solid #696969;
  border-left: 2px solid #696969;
}
.onibi-storelocator-index-index .layout .store-name {
  cursor: pointer;
  text-decoration: underline;
  font-size: 14px;
}
.onibi-storelocator-index-index .layout .store-description {
  width: 350px;
  padding-top: 10px;
  clear: both;
  overflow-y: auto;
  max-height: 100px;
}
.onibi-storelocator-index-index .layout .store-info {
  max-height: 400px;
  min-width: 300px;
}
.onibi-storelocator-index-index .layout .store-image-infoWindow {
  width: 150px;
}
.onibi-storelocator-index-index .layout .store-image-div-infoWindow {
  float: right;
}
.onibi-storelocator-index-index .layout .store-name-infoWindow {
  width: 150px;
  float: right;
  margin-right: 15px;
}
.onibi-storelocator-index-index .layout .store-name-infoWindow h3 {
  font-size: 14px;
}
.onibi-storelocator-index-index .layout #search .input-text {
  width: 300px;
  padding: 5px;
}
.onibi-storelocator-index-index .layout #search {
  margin-bottom: 10px;
}
.onibi-storelocator-index-index .layout #panel {
  float: right;
  margin-top: 15px;
}
.onibi-storelocator-index-index .layout .pac-container .pac-item {
  text-align: right;
}
/* Robin storelocator Module */
/*
 * Open Sans Hebrew (Hebrew) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: italic;
  font-weight: 300;
  src: url('//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-LightItalic.eot?#iefix') format('eot'), url('//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-LightItalic.woff2') format('woff2'), url('//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-LightItalic.woff') format('woff'), url('//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-LightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 300;
  src: url('//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Light.eot?#iefix') format('eot'), url('//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Light.woff2') format('woff2'), url('//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Light.woff') format('woff'), url('//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: italic;
  font-weight: 400;
  src: url('//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Italic.eot?#iefix') format('eot'), url('//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Italic.woff2') format('woff2'), url('//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Italic.woff') format('woff'), url('//fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 400;
  src: url('../../default/fonts/opensanshebrew-regular-webfont.eot?#iefix') format('eot'), url('../../default/fonts/opensanshebrew-regular-webfont.woff2') format('woff2'), url('../../default/fonts/opensanshebrew-regular-webfont.woff') format('woff'), url('../../default/fonts/opensanshebrew-regular-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: italic;
  font-weight: 700;
  src: url('../../default/fonts/opensanshebrew-bolditalic-webfont.eot?#iefix') format('eot'), url('../../default/fonts/opensanshebrew-bolditalic-webfont.woff2') format('woff2'), url('../../default/fonts/opensanshebrew-bolditalic-webfont.woff') format('woff'), url('../../default/fonts/opensanshebrew-bolditalic-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 700;
  src: url('../../default/fonts/opensanshebrew-bold-webfont.eot?#iefix') format('eot'), url('../../default/fonts/opensanshebrew-bold-webfont.woff2') format('woff2'), url('../../default/fonts/opensanshebrew-bold-webfont.woff') format('woff'), url('../../default/fonts/opensanshebrew-bold-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: italic;
  font-weight: 800;
  src: url('../../default/fonts/opensanshebrew-extrabolditalic-webfont.eot?#iefix') format('eot'), url('../../default/fonts/opensanshebrew-extrabolditalic-webfont.woff2') format('woff2'), url('../../default/fonts/opensanshebrew-extrabolditalic-webfont.woff') format('woff'), url('../../default/fonts/opensanshebrew-extrabolditalic-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans Hebrew';
  font-style: normal;
  font-weight: 800;
  src: url('../../default/fonts/opensanshebrew-extrabold-webfont.eot?#iefix') format('eot'), url('../../default/fonts/opensanshebrew-extrabold-webfont.woff2') format('woff2'), url('../../default/fonts/opensanshebrew-extrabold-webfont.woff') format('woff'), url('../../default/fonts/opensanshebrew-extrabold-webfont.ttf') format('truetype');
}
body {
  font-family: 'Open Sans Hebrew', Arial !important;
}
.snap-content .page-inner > .container {
  width: 100%;
}
@media (min-width: 768px) {
  .snap-content .page-inner > .container {
    padding: 0 40px;
  }
}
.col2-set > div {
  margin-bottom: 20px;
}
.page-title {
  border: none;
}
.page-title h1 {
  color: #192068;
  font-size: 27px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
@media (min-width: 768px) {
  .page-title h1 {
    font-size: 36px;
  }
}
.breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 15px;
  position: relative;
}
.rating-box {
  background-image: url('../../default/images/bkg_rating.gif');
  height: 17px;
  width: 85px;
}
.rating-box .rating {
  background-image: url('../../default/images/bkg_rating.gif');
  height: 16px;
}
aside[role="complementary"] .block {
  border-color: #192068;
}
aside[role="complementary"] .block .block-title {
  background-color: #192068;
  border-color: #192068;
  color: #fff;
}
aside[role="complementary"] .block .block-content {
  display: none;
  overflow: hidden;
  padding: 15px;
}
.tag-selection {
  opacity: 0;
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNgYAAAAAMAASsJTYQAAAAASUVORK5CYII=) 0 0 repeat;
  overflow: hidden;
}
.page-empty #habla_window_div.habla_window_div_base {
  display: none !important;
}
.pluses {
  color: #192068;
  font-weight: bold;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none !important;
  color: #192068 !important;
  border: none !important;
  box-shadow: none !important;
  height: 30px;
  border-radius: 0px !important;
  background-image: url('../../default/images/select-arrow.png') !important;
  background-color: #dde3e9 !important;
  background-position: 0px !important;
  background-repeat: no-repeat;
}
select::-ms-expand {
  display: none;
}
.form-list label {
  color: #666666;
}
.form-list label.required em {
  color: #192068;
  position: inherit;
  float: none;
  right: 0;
  margin-left: 2px;
}
.input-text {
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.05);
}
.input-text:focus,
.form-control:focus {
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.05);
  border-color: #123082;
  color: #192068;
}
.buttons-set {
  margin: 30px 0 0;
  padding: 15px 0 0;
}
.button {
  border: none;
  padding: 5px 13px;
  text-shadow: 1px 1px #fff;
}
.btn-checkout,
.btn-cart {
  text-shadow: 1px 1px #000;
}
/* Renuar.co.il costume mixins */
.fancybox-skin {
  border-radius: 0px;
  background: #fff;
}
.fancybox-close {
  height: 15px;
  width: 15px;
  top: -15px;
  left: -15px;
  background: url("../../default/images/fancybox_close.png") no-repeat scroll 50% center #f5f5f5 !important;
  border: 1px solid #666;
  padding: 15px;
}
.fancybox-inner {
  overflow: hidden !important;
}
.wrapper-cart-name {
  position: relative;
}
.wrapper-cart-name .productFlach {
  top: auto;
  margin-top: 6px;
  right: auto;
}
.wrapper-cart-name .productFlach .sectionImg {
  width: 100%;
  background-size: contain;
  width: 136px;
  margin: 0;
}
#cart-sidebar .product-details {
  position: relative;
}
#cart-sidebar .productFlach {
  top: auto;
  right: auto;
  margin-top: 2px;
  position: static;
}
#cart-sidebar .productFlach .sectionImg {
  width: 61%;
  margin: 0;
  height: 14px;
  background-size: contain;
  width: 94px;
}
.cartFlachMobile {
  display: none;
}
.cartFlachDesktop {
  display: block;
}
@media (max-width: 992px) {
  .cart .mobile-cart .product-mobile li:first-child {
    position: relative;
  }
  .cart .mobile-cart .productFlach {
    top: auto;
    bottom: 0;
    height: 18px;
  }
  .cart .mobile-cart .productFlach .sectionImg {
    background-size: contain;
  }
  .cartFlachDesktop {
    display: none;
  }
  .cartFlachMobile {
    display: block;
  }
}
.productFlach {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.productFlach .sectionImg,
.productFlach a {
  display: block;
  margin: 0 auto;
  width: 113px;
}
@media (min-width: 768px) {
  .productFlach .sectionImg,
  .productFlach a {
    background-size: 100%;
  }
}
.productFlach .sectionImg span,
.productFlach a span {
  padding: 0;
}
.inchoo-socialconnect-google,
.inchoo-socialconnect-facebook {
  margin: 0;
  background-image: none !important;
  height: 39px !important;
  width: 100%;
}
.inchoo-socialconnect-google > div,
.inchoo-socialconnect-facebook > div {
  background-image: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: 39px !important;
}
.inchoo-socialconnect-google > div button,
.inchoo-socialconnect-facebook > div button {
  padding: 0;
  width: 100%;
  color: #fff;
}
.inchoo-socialconnect-google > div button span,
.inchoo-socialconnect-facebook > div button span {
  display: block;
  height: 100%;
  line-height: 37px;
}
.inchoo-socialconnect-google > div button span span,
.inchoo-socialconnect-facebook > div button span span {
  padding: 0 10px 0 37px;
  white-space: nowrap;
}
.inchoo-socialconnect-google .inchoo-socialconnect-google-inner button {
  border: 1px solid #8d240f;
}
.inchoo-socialconnect-google .inchoo-socialconnect-google-inner button span {
  background: #cd5a42;
}
.inchoo-socialconnect-google .inchoo-socialconnect-google-inner button span span {
  background: url('../../default/images/login-google.png') no-repeat;
}
.inchoo-socialconnect-facebook .inchoo-socialconnect-facebook-inner button {
  border: 1px solid #21488a;
}
.inchoo-socialconnect-facebook .inchoo-socialconnect-facebook-inner button span {
  background: #325494;
}
.inchoo-socialconnect-facebook .inchoo-socialconnect-facebook-inner button span span {
  background: url('../../default/images/login-facebook.png') no-repeat;
}
.inchoo-socialconnect-login {
  margin: 20px 0 !important;
}
.inchoo-socialconnect-login .account-login .col2-set > div {
  width: 100%;
}
@media (min-width: 992px) {
  .inchoo-socialconnect-login .account-login .col2-set > div {
    width: 45%;
  }
}
.inchoo-socialconnect-login .account-login .inchoo-socialconnect-login-upper {
  display: none;
}
.inchoo-socialconnect-login .account-login .inchoo-socialconnect-login-lower {
  margin: 0;
}
.inchoo-socialconnect-login .account-login .inchoo-socialconnect-login-lower > div {
  padding: 0;
  margin-bottom: 20px;
}
.inchoo-socialconnect-login .account-login .inchoo-socialconnect-login-lower > div .buttons-set {
  margin: 0;
}
.inchoo-socialconnect-login .account-login .inchoo-socialconnect-login-lower > div .buttons-set .clearer .inchoo-socialconnect-google {
  float: left !important;
}
.inchoo-socialconnect-login .account-login .inchoo-socialconnect-login-lower > div .buttons-set .clearer .inchoo-socialconnect-facebook {
  float: right;
}
.inchoo-socialconnect-login .account-login .inchoo-socialconnect-login-lower > div:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .inchoo-socialconnect-login .account-login .inchoo-socialconnect-login-lower .inchoo-socialconnect-login-lower-google {
    float: left;
  }
}
@media (min-width: 992px) {
  .inchoo-socialconnect-login .account-login .inchoo-socialconnect-login-lower .inchoo-socialconnect-login-lower-facebook {
    float: right;
  }
}
div.inchoo-socialconnect-account .col2-set .col-1 {
  float: right;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  div.inchoo-socialconnect-account .col2-set .col-1 {
    float: right;
    width: 50%;
  }
}
@media (min-width: 992px) {
  div.inchoo-socialconnect-account .col2-set .col-1 {
    float: right;
    width: 66.66666667%;
  }
}
div.inchoo-socialconnect-account .col2-set .col-2 {
  float: right;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  div.inchoo-socialconnect-account .col2-set .col-2 {
    float: right;
    width: 50%;
  }
}
@media (min-width: 768px) {
  div.inchoo-socialconnect-account .col2-set .col-2 {
    float: right;
    width: 33.33333333%;
  }
}
.size-chart-wrapper {
  padding: 0 15px;
}
.size-chart {
  overflow: hidden;
}
.size-chart h2 {
  color: #192068;
  font-size: 21px;
  font-weight: bold;
}
.size-chart > div {
  float: right;
  max-width: 100%;
}
.size-chart > div img {
  width: 100%;
}
.size-chart .women {
  margin-left: 30px;
}
#size-chart-popup {
  height: 100%;
}
#size-chart-popup .container {
  padding: 0;
  height: 100%;
  width: 100%;
}
#size-chart-popup .container ul.nav-tabs li {
  margin-bottom: 0;
}
#size-chart-popup .container ul.nav-tabs li a {
  border: none;
  color: #192068;
}
#size-chart-popup .container ul.nav-tabs li.active {
  font-weight: bold;
}
#size-chart-popup .container .tab-content {
  height: 100%;
}
#size-chart-popup .container .tab-content .tab-pane {
  height: 100%;
}
#size-chart-popup .container .tab-content .tab-pane .size-chart {
  height: 100%;
  overflow: auto;
}
#size-chart-popup .container .tab-content .tab-pane .size-chart > div:last-child {
  margin-bottom: 100px;
}
#size-chart-popup .container .tab-content #tab_adult .size-chart .clothes {
  overflow: auto;
  float: none;
  margin-bottom: 30px;
}
#size-chart-popup .container .tab-content #tab_adult .size-chart .clothes img {
  width: auto;
}
#size-chart-popup .container .tab-content #tab_kids .size-chart > div,
#size-chart-popup .container .tab-content #tab_babies .size-chart > div {
  overflow: auto;
  float: none;
}
#size-chart-popup .container .tab-content #tab_kids .size-chart > div img,
#size-chart-popup .container .tab-content #tab_babies .size-chart > div img {
  width: auto;
  margin-bottom: 20px;
}
/* Renuar - Newsletter popup */
#signup-wrapper {
  display: none;
}
.fancybox-wrap.signup {
  max-width: 768px;
  width: 100% !important;
}
@media (min-width: 992px) {
  .fancybox-wrap.signup {
    width: 100% !important;
  }
}
.fancybox-wrap.signup .fancybox-skin {
  padding: 0px !important;
  border-radius: 0px;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner {
  width: 100% !important;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper {
  padding: 0;
  background-position: top left !important;
}
@media (min-width: 768px) {
  .fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper {
    padding: 60px 40px;
    height: 491px;
  }
}
@media (min-width: 768px) {
  .fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper {
    max-width: 320px;
    background: rgba(255, 255, 255, 0.75);
  }
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper {
  background: rgba(255, 255, 255, 0.75);
  padding: 15px;
}
@media (min-width: 768px) {
  .fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper {
    background: none;
  }
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .already-customer {
  display: none !important;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .step-email {
  color: #192068;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .step-email .title {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 10px;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .step-email .text {
  font-size: 20px;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .step-email .optionaltext {
  font-size: 14px;
}
@media (min-width: 768px) {
  .fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .step-email .optionaltext {
    font-size: 16px;
  }
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .step-email .subscribe {
  margin: 30px 0 0;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .step-email .subscribe .allterms {
  display: none;
  margin-bottom: 30px;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .step-email .subscribe .allterms .termslink p {
  display: table;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .step-email .subscribe .allterms .termslink p input#terms {
  display: table-cell;
  float: right;
  margin-left: 5px;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .step-email .subscribe .allterms .termslink p label {
  font-weight: normal;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .step-email .subscribe .allterms .termslink p label a {
  color: #000;
  text-decoration: underline;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .step-email .subscribe .inputmail > div {
  vertical-align: top;
  width: 100%;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .step-email .subscribe .inputmail > div label {
  color: #666666;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .step-email .subscribe .inputmail > div .input-text {
  font-size: 12px;
  box-shadow: none;
  margin-bottom: 20px;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .step-email .subscribe .inputmail > div .signup-submit {
  padding: 15px;
  font-size: 14px;
  width: 100%;
  font-weight: bold;
  max-width: 320px;
  background: #192068;
  color: #fff;
  text-shadow: 1px 1px #000;
  max-width: 100% !important;
  font-size: 21px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .step-email .subscribe .inputmail > div .signup-submit {
    max-width: 250px;
  }
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .step-email .subscribe .inputmail .gender-selection {
  margin-bottom: 20px;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .step-email .subscribe .inputmail .gender-selection > div {
  color: #666666;
  font-weight: bold;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .step-email .subscribe .inputmail .gender-selection label {
  margin-left: 16px;
  font-weight: normal;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .step-email .subscribe .inputmail .gender-selection label:last-child {
  margin-left: 0px;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .login,
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .step-register,
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .step-subscription {
  display: none;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .thankyou {
  display: none;
  text-align: right;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .thankyou .optionaltext {
  margin: 40px 0 20px;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .thankyou form {
  border-top: 1px dotted #ccc;
  padding-top: 20px;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .thankyou form input {
  margin-left: 5px;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .thankyou form label {
  font-weight: normal;
  margin-left: 10px;
  font-size: 16px;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .thankyou form .updatebutton {
  margin-top: 40px;
  width: 100%;
  overflow: hidden;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .thankyou form .updatebutton button {
  clear: both;
  float: right;
}
@media (max-width: 480px) {
  .fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .signup-content .thankyou form .updatebutton button {
    width: 100%;
  }
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .social-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .social-wrapper {
    border-top: 1px dotted #ccc;
  }
  .fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .social-wrapper p {
    margin-top: -13px;
    background-color: #fff;
    width: 20px;
    font-size: 16px;
  }
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .social-wrapper .inchoo-socialconnect-register .col2-set {
  margin: 0;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .social-wrapper .inchoo-socialconnect-register > div div .fieldset > .legend,
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .social-wrapper .inchoo-socialconnect-register > div div .fieldset > p {
  display: none;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .social-wrapper .inchoo-socialconnect-register .inchoo-socialconnect-register-google,
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .social-wrapper .inchoo-socialconnect-register .inchoo-socialconnect-register-facebook {
  width: 100%;
  padding: 0px;
}
@media (min-width: 768px) {
  .fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .social-wrapper .inchoo-socialconnect-register .inchoo-socialconnect-register-google,
  .fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .social-wrapper .inchoo-socialconnect-register .inchoo-socialconnect-register-facebook {
    width: 140px !important;
  }
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .social-wrapper .inchoo-socialconnect-register .inchoo-socialconnect-register-google .inchoo-socialconnect-google,
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .social-wrapper .inchoo-socialconnect-register .inchoo-socialconnect-register-facebook .inchoo-socialconnect-google {
  float: right !important;
  width: 100%;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .social-wrapper .inchoo-socialconnect-register .inchoo-socialconnect-register-google .inchoo-socialconnect-facebook,
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .social-wrapper .inchoo-socialconnect-register .inchoo-socialconnect-register-facebook .inchoo-socialconnect-facebook {
  float: left !important;
  width: 100%;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .social-wrapper .inchoo-socialconnect-register .inchoo-socialconnect-register-google button,
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .social-wrapper .inchoo-socialconnect-register .inchoo-socialconnect-register-facebook button {
  height: 28px;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .social-wrapper .inchoo-socialconnect-register .inchoo-socialconnect-register-google button span > span,
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .social-wrapper .inchoo-socialconnect-register .inchoo-socialconnect-register-facebook button span > span {
  background-size: 25px;
  height: 26px;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper #content_wrapper .social-wrapper .inchoo-socialconnect-register .inchoo-socialconnect-register-google {
    margin-left: 10px;
  }
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper.subscription .gender-selection {
  display: none;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper.subscription .signup-content {
  border-bottom: 0px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  font-size: 21px;
  margin-top: 0px;
  margin-bottom: 5px;
  border: none;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper.subscription .signup-content .step-email.subscription {
  font-size: 40px;
  border-bottom: 1px solid #ccc;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper.subscription .signup-content .step-email.subscription .step-subscription {
  font-size: 16px;
  margin-top: 7px;
}
.fancybox-wrap.signup .fancybox-skin .fancybox-outer .fancybox-inner #signup-wrapper .dynamic-wrapper.subscription .social-wrapper {
  display: none;
}
.header-top {
  /* Dropdown button on hover & focus */
  /* The container <div> - needed to position the dropdown content */
  /* Dropdown Content (Hidden by Default) */
  /* Links inside the dropdown */
}
.header-top #accessibilityDropbtn {
  display: inline;
  background-color: #192068;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: right top;
  letter-spacing: 1px;
  color: white;
  width: 65px;
  height: 20px;
  z-index: 999999;
}
.header-top button {
  background-color: #f9f9f9;
  border: none;
}
.header-top .AcessibilityDropdown {
  position: relative;
  display: inline-block;
}
.header-top .accessibility-dropdown-content {
  z-index: 999999;
  display: none;
  position: fixed;
  background-color: #fcf2e8;
  min-width: 160px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.81);
  -moz-box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.81);
  box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.81);
}
.header-top .accessibility-dropdown-content .btn:nth-child(odd) {
  background-color: #fbe9d9;
}
.header-top .accessibility-dropdown-content .btn {
  margin: 0 auto;
  color: #146db3;
  padding: 10px 15px;
  display: block;
  width: 180px;
  height: 75px;
  background-color: #fcf2e8;
  font-weight: bold;
}
.header-top .accessibility-dropdown-content .btn i {
  display: block;
  font-size: 20px;
  margin: 7px;
  color: #61b0ed;
}
.header-top .accessibility-dropdown-content #aA100 {
  display: inline;
  font-size: 100%;
}
.header-top .accessibility-dropdown-content #aA125 {
  display: inline;
  font-size: 125%;
}
.header-top .accessibility-dropdown-content #aA150 {
  display: inline;
  font-size: 150%;
}
.header-top .accessibility-dropdown-content #aA199 {
  display: inline;
  font-size: 200%;
}
#search_mini_form .input-group .input-group-btn button {
  background: url('../../default/images/header/search_btn.png') no-repeat #192068;
  border: 0 none;
  height: 30px;
  padding: 0;
  width: 30px;
}
#search_mini_form .input-group .input-group-btn button span {
  display: none;
}
#search_mini_form .input-group .input-group-btn button:hover {
  background-color: #0f133f;
}
#search_mini_form .input-group #search {
  border-color: #d5dce4;
  height: 30px;
}
.header-container {
  background: #f6f5f6;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #d5dce4;
}
.header-container header {
  margin-top: 0;
}
.header-container header > div {
  margin: 0 -15px;
  padding: 5px 15px;
}
@media (min-width: 768px) {
  .header-container header > div {
    margin: 0 -40px;
    padding: 5px 40px;
  }
}
.header-container header .header-top {
  overflow: hidden;
  background: #d5dce4;
  border: 1px solid #aca5ac;
  border-top: none;
}
@media (max-width: 767px) {
  .header-container header .header-top {
    display: none !important;
  }
}
.header-container header .header-top .form-language {
  display: none;
}
.header-container header .header-top .static ul {
  margin: 0;
}
.header-container header .header-top .header_banner {
  float: left;
}
@media (max-width: 767px) {
  .header-container header .header-top .header_banner {
    display: none !important;
  }
}
.header-container header .header-top .header_social {
  float: right;
}
@media (max-width: 767px) {
  .header-container header .header-top .header_social {
    display: none !important;
  }
}
.header-container header .header-top .header_social ul {
  overflow: hidden;
}
.header-container header .header-top .header_social ul li {
  float: right;
  margin-left: 20px;
}
.header-container header .header-mid {
  padding-top: 20px;
  padding-bottom: 0px;
  height: 60px;
}
/* @media (max-width: 767px) {
  .header-container header .header-mid {
    display: none !important;
  }
} */
.header-container header .header-mid .logo {
  text-align: center;
}
@media (min-width: 768px) {
  .header-container header .header-mid .logo {
    float: right;
    margin-right: 0px;
    text-align: right;
  }
}
.header-container header .header-mid .logo img {
  max-width: 90px;
  max-height: 40px;
}
.header-container header .header-mid .topsearch {
  float: left;
  max-width: 230px;
}
/* @media (max-width: 767px) {
  .header-container header .header-mid .topsearch {
    display: none !important;
  }
} */
.header-container header .header-mid .topsearch #search_mini_form {
  position: inherit;
}
.header-container header .header-mid .topsearch #search_mini_form #search {
  max-width: 200px;
  box-shadow: none;
}
.header-container header .header-btm {
  padding-bottom: 0px;
  overflow: visible;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .header-container header .header-btm {
    padding-top: 5px;
  }
}
.header-container header .header-btm .sidemenu-trigger {
  float: left;
  margin-right: 20px;
}
.header-container header .header-btm .sidemenu-trigger a i {
  margin-top: 4px;
  font-size: 21px;
}
@media (min-width: 768px) {
  .header-container header .header-btm .sidemenu-trigger a i {
    margin-top: 17px;
  }
}
.header-container header .header-btm .toTop {
  display: none;
  float: left;
}
.header-container header .header-btm .logo {
  float: right;
}
@media (min-width: 768px) {
  .header-container header .header-btm .logo {
    display: none;
  }
}
.header-container header .header-btm .logo img {
  max-width: 70px;
  max-height: 30px;
}
.header-container header .header-btm .links {
  display: table;
  line-height: 2;
  margin: 0;
  padding: 0;
  float: left;
  font-size: 14px;
}
@media (min-width: 768px) {
  .header-container header .header-btm .links {
    padding-top: 7px;
    font-size: 12px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .header-container header .header-btm .links {
    font-size: 14px;
  }
}
.header-container header .header-btm .links li {
  display: table-cell;
}
@media (min-width: 768px) {
  .header-container header .header-btm .links li {
    padding: 5px;
    border: 1px solid transparent;
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .header-container header .header-btm .links li {
    padding: 7px 5px;
  }
}
@media (min-width: 992px) {
  .header-container header .header-btm .links li {
    padding: 5px;
  }
}
.header-container header .header-btm .links li a {
  padding-right: 20px;
  margin-left: 10px;
  background: none no-repeat right;
  color: #888;
  outline: none;
  display: block;
}
.header-container header .header-btm .links li .top-link-contact-us {
  background-image: url('../../default/images/header/toplink_contacts.png');
}
@media (max-width: 767px) {
  .header-container header .header-btm .links li .top-link-contact-us {
    display: none !important;
  }
}
.header-container header .header-btm .links li .top-link-wishlist {
  background-image: url('../../default/images/header/toplink_wishlist.png');
}
@media (max-width: 767px) {
  .header-container header .header-btm .links li .top-link-wishlist {
    display: none !important;
  }
}
.header-container header .header-btm .links li .top-link-cart {
  background-image: url('../../default/images/header/toplink_cart.png');
}
.header-container header .header-btm .links li .top-link-cart:hover,
.header-container header .header-btm .links li .top-link-cart:focus,
.header-container header .header-btm .links li .top-link-cart:active {
  text-decoration: none;
  border: none;
}
.header-container header .header-btm .links li .top-link-to-shopping-cart {
  background: #192068;
  padding: 0;
  color: #fff;
  text-shadow: 1px 1px #000;
  padding: 0px 10px;
}
.header-container header .header-btm .links li .top-link-to-shopping-cart:hover,
.header-container header .header-btm .links li .top-link-to-shopping-cart:focus {
  outline: none;
  text-decoration: none;
}
@media (min-width: 768px) {
  .header-container header .header-btm .links li.active {
    background: #fff;
    border-color: #d5dce4;
  }
}
.header-container header .header-btm .links li:first-child a {
  border-left: 1px solid #bfbebf;
  padding-right: 0px;
  padding-left: 15px;
  margin-left: 15px;
  color: #192068;
}
.header-container header .header-btm .links li:last-child {
  padding-left: 0px;
}
.header-container header .header-btm .links li:last-child a {
  margin-left: 0px;
}
@media (max-width: 767px) {
  .header-container header .header-btm .links li#top-login,
  .header-container header .header-btm .links li#top-logout {
    display: none !important;
  }
}
.header-container header .header-btm .welcome-msg {
  float: left;
  margin: 0;
  margin-left: 10px;
  line-height: 2;
  padding-top: 13px;
  font-size: 14px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .header-container header .header-btm .welcome-msg {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .header-container header .header-btm .welcome-msg {
    font-size: 12px;
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .header-container header .header-btm .welcome-msg {
    font-size: 14px;
    padding-top: 13px;
  }
}
.header-container header .header-btm > .container {
  float: right;
  width: auto;
  padding: 0;
  margin-right: -10px;
}
@media (max-width: 767px) {
  .header-container header .header-btm > .container {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-container header .header-btm > .container {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .header-container header .header-btm > .container {
    padding-top: 8px;
  }
}
.header-container header .header-sticky {
  background: none repeat scroll 0 0 #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5000;
  box-shadow: 0 0 5px 0 #888;
}
@media (min-width: 768px) {
  .header-container header .header-sticky .sidemenu-trigger a i {
    margin-top: 11px;
  }
}
.header-container header .header-sticky .toTop {
  display: block;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .header-container header .header-sticky .toTop {
    margin-top: 7px;
  }
}
.header-container header .header-sticky .logo {
  display: block;
}
@media (min-width: 768px) {
  .header-container header .header-sticky .logo {
    margin-top: 7px;
    margin-left: 30px;
  }
}
.header-container header .header-sticky .links {
  margin-bottom: 10px;
}
.header-container header .header-sticky .links li {
  padding: 0px;
  border: 1px solid #fff;
}
.header-container header .header-sticky .links li .top-link-contact-us {
  display: none !important;
}
@media (min-width: 1200px) {
  .header-container header .header-sticky .links li .top-link-contact-us {
    display: block !important;
  }
  table.header-container header .header-sticky .links li .top-link-contact-us {
    display: table;
  }
  tr.header-container header .header-sticky .links li .top-link-contact-us {
    display: table-row !important;
  }
  th.header-container header .header-sticky .links li .top-link-contact-us,
  td.header-container header .header-sticky .links li .top-link-contact-us {
    display: table-cell !important;
  }
}
.header-container header .header-sticky .links li .top-link-wishlist {
  display: none !important;
}
@media (min-width: 1200px) {
  .header-container header .header-sticky .links li .top-link-wishlist {
    display: block !important;
  }
  table.header-container header .header-sticky .links li .top-link-wishlist {
    display: table;
  }
  tr.header-container header .header-sticky .links li .top-link-wishlist {
    display: table-row !important;
  }
  th.header-container header .header-sticky .links li .top-link-wishlist,
  td.header-container header .header-sticky .links li .top-link-wishlist {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .header-container header .header-sticky .links li:last-child {
    display: none !important;
  }
}
.header-container header .header-sticky .welcome-msg {
  padding-top: 8px;
}
.header-container header .header-sticky > .container {
  padding-top: 0;
}
.bannerticky-list-container {
  text-align: center;
  font-size: 19px;
  font-weight: 500;
}
.bannerticky-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #192068;
}
.conter-label {
  font-size: 11px;
  display: block;
}
.countdown {
  direction: ltr;
  margin-right: 27px;
  color: #192068;
}
.countdown-text {
  display: inline-block;
  width: 50px;
}
.counter-number {
  background: #192068;
  color: #fff;
  border-radius: 4px;
  width: 30px;
  font-size: 17px;
  height: 30px;
  display: flex;
  margin: 0 auto ;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .header-container header .header-top {
    display: block !important;
  }
  .bannerticky-list-item {
    display: block;
    font-size: 15px;
  }
  .countdown {
    margin: 0;
  }
}
.minicart-wrapper {
  z-index: 1001;
}
.minicart-wrapper .minicart {
  width: 270px;
  border-top: 0;
  transition: none;
}
.minicart-wrapper .minicart .summary {
  padding: 15px;
}
.minicart-wrapper .minicart .summary .mini-products-list .item {
  padding: 10px 0;
  border-bottom: 1px solid #d5dce4;
  display: table;
}
.minicart-wrapper .minicart .summary .mini-products-list .item .product-image {
  display: table-cell;
  vertical-align: top;
  margin-left: 10px;
  float: none;
}
.minicart-wrapper .minicart .summary .mini-products-list .item .product-details {
  display: table-cell;
  width: 100%;
  padding-right: 10px;
}
.minicart-wrapper .minicart .summary .mini-products-list .item .product-details .product-name {
  margin-bottom: 5px;
}
.minicart-wrapper .minicart .summary .mini-products-list .item .product-details .product-name a {
  color: #666666;
  font-weight: bold;
}
.minicart-wrapper .minicart .summary .mini-products-list .item .product-details .btn-remove {
  margin: 0;
}
.minicart-wrapper .minicart .summary .mini-products-list .item .product-details .data * {
  font-size: 12px;
}
.minicart-wrapper .minicart .summary .mini-products-list .item .product-details .data .pricing .old-price ~ .price {
  color: #ad1236;
}
.minicart-wrapper .minicart .summary .mini-products-list .item:first-child {
  padding-top: 0;
}
.minicart-wrapper .minicart .summary .subtotal {
  padding: 10px 0;
  border-bottom: 1px solid #d5dce4;
  overflow: hidden;
}
.minicart-wrapper .minicart .summary .subtotal .label {
  font-size: 14px;
  line-height: 2;
  float: right;
  color: #666666;
}
.minicart-wrapper .minicart .summary .subtotal .price {
  float: left;
  font-size: 21px;
  color: #192068;
}
.minicart-wrapper .minicart .summary .actions {
  padding: 10px 0 0;
}
.minicart-wrapper .minicart .summary .actions .button {
  padding: 15px;
  font-size: 14px;
  font-weight: bold;
  max-width: 320px;
  background: #192068;
  color: #fff;
  text-shadow: 1px 1px #000;
  width: 100%;
  float: none;
}
@media (min-width: 768px) {
  .minicart-wrapper .minicart .summary .actions .button {
    max-width: 250px;
  }
}
nav[role="navigation"] {
  margin: 0;
  border: none;
  border-radius: 0px;
  background: none;
  position: inherit;
}
nav[role="navigation"] .collapse {
  padding: 0;
}
nav[role="navigation"] .collapse .navbar-nav > li.level0,
nav[role="navigation"] .collapse .navbar-nav > li.active {
  display: block !important;
}
nav[role="navigation"] .collapse .navbar-nav > li.level0 > a,
nav[role="navigation"] .collapse .navbar-nav > li.active > a {
  background: none;
  padding: 10px;
  border: 1px solid #F6F5F6;
  border-bottom: none;
  color: #192068;
  font-size: 16px;
}
@media (min-width: 1200px) {
  nav[role="navigation"] .collapse .navbar-nav > li.level0 > a,
  nav[role="navigation"] .collapse .navbar-nav > li.active > a {
    font-size: 19px;
  }
}
nav[role="navigation"] .collapse .navbar-nav > li.level0 > a > b.caret,
nav[role="navigation"] .collapse .navbar-nav > li.active > a > b.caret {
  display: none;
}
nav[role="navigation"] .collapse .navbar-nav > li.level0 > a.lobby_digital-catalog-nav,
nav[role="navigation"] .collapse .navbar-nav > li.active > a.lobby_digital-catalog-nav {
  background: #192068;
  color: #fff;
  text-shadow: 1px 1px #000;
}
nav[role="navigation"] .collapse .navbar-nav > li.level0 > a:hover,
nav[role="navigation"] .collapse .navbar-nav > li.active > a:hover {
  background: #fff;
}
nav[role="navigation"] .collapse .navbar-nav > li.level0 > a.lobby_digital-catalog-nav:hover,
nav[role="navigation"] .collapse .navbar-nav > li.active > a.lobby_digital-catalog-nav:hover {
  color: #192068;
  text-shadow: none;
}
nav[role="navigation"] .collapse .navbar-nav > li.level0 a.lobby_red,
nav[role="navigation"] .collapse .navbar-nav > li.active a.lobby_red {
  color: #FF0000;
}
nav[role="navigation"] .collapse .navbar-nav > li.level0 .dropdown-menu,
nav[role="navigation"] .collapse .navbar-nav > li.active .dropdown-menu {
  position: absolute;
  top: 51px;
  right: 0;
  width: 100%;
  border: 1px solid #d5dce4;
  border-top: none;
  padding: 20px 40px;
  padding-right: 30px;
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.176);
  height: 260px;
  font-size: 13px;
}
nav[role="navigation"] .collapse .navbar-nav > li.level0 .dropdown-menu > div,
nav[role="navigation"] .collapse .navbar-nav > li.active .dropdown-menu > div {
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  float: right;
  height: 100%;
}
nav[role="navigation"] .collapse .navbar-nav > li.level0 .dropdown-menu > div *,
nav[role="navigation"] .collapse .navbar-nav > li.active .dropdown-menu > div * {
  margin-bottom: 0;
}
nav[role="navigation"] .collapse .navbar-nav > li.level0 .dropdown-menu .before,
nav[role="navigation"] .collapse .navbar-nav > li.active .dropdown-menu .before {
  border-left: 1px solid #ccc;
  padding-left: 20px;
}
nav[role="navigation"] .collapse .navbar-nav > li.level0 .dropdown-menu .before .title,
nav[role="navigation"] .collapse .navbar-nav > li.active .dropdown-menu .before .title {
  color: #46a2d5;
  font-weight: bold;
  padding: 3px 10px;
  clear: both;
  display: block;
  line-height: 1.42857;
  white-space: nowrap;
  margin-bottom: 10px;
  cursor: default;
}
nav[role="navigation"] .collapse .navbar-nav > li.level0 .dropdown-menu .before .title:hover,
nav[role="navigation"] .collapse .navbar-nav > li.active .dropdown-menu .before .title:hover,
nav[role="navigation"] .collapse .navbar-nav > li.level0 .dropdown-menu .before .title:focus,
nav[role="navigation"] .collapse .navbar-nav > li.active .dropdown-menu .before .title:focus {
  background: none;
  outline: none;
}
nav[role="navigation"] .collapse .navbar-nav > li.level0 .dropdown-menu .after,
nav[role="navigation"] .collapse .navbar-nav > li.active .dropdown-menu .after {
  margin-left: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav[role="navigation"] .collapse .navbar-nav > li.level0 .dropdown-menu .after.md-hide,
  nav[role="navigation"] .collapse .navbar-nav > li.active .dropdown-menu .after.md-hide {
    display: none !important;
  }
}
nav[role="navigation"] .collapse .navbar-nav > li.level0 .dropdown-menu a,
nav[role="navigation"] .collapse .navbar-nav > li.active .dropdown-menu a {
  color: #192068;
  padding: 3px 10px;
}
nav[role="navigation"] .collapse .navbar-nav > li.level0 .dropdown-menu ul.grandparent,
nav[role="navigation"] .collapse .navbar-nav > li.active .dropdown-menu ul.grandparent {
  display: table;
  height: 100%;
}
nav[role="navigation"] .collapse .navbar-nav > li.level0 .dropdown-menu ul.grandparent > li,
nav[role="navigation"] .collapse .navbar-nav > li.active .dropdown-menu ul.grandparent > li {
  display: table-cell;
  border-left: 1px solid #ccc;
  padding: 0 10px;
}
nav[role="navigation"] .collapse .navbar-nav > li.level0 .dropdown-menu ul.grandparent > li.parent .has-children,
nav[role="navigation"] .collapse .navbar-nav > li.active .dropdown-menu ul.grandparent > li.parent .has-children {
  color: #46a2d5;
  font-weight: bold;
  padding: 3px 10px;
  clear: both;
  display: block;
  line-height: 1.42857;
  white-space: nowrap;
  margin-bottom: 10px;
  cursor: default;
}
nav[role="navigation"] .collapse .navbar-nav > li.level0 .dropdown-menu ul.grandparent > li.parent .has-children:hover,
nav[role="navigation"] .collapse .navbar-nav > li.active .dropdown-menu ul.grandparent > li.parent .has-children:hover,
nav[role="navigation"] .collapse .navbar-nav > li.level0 .dropdown-menu ul.grandparent > li.parent .has-children:focus,
nav[role="navigation"] .collapse .navbar-nav > li.active .dropdown-menu ul.grandparent > li.parent .has-children:focus {
  background: none;
  outline: none;
}
nav[role="navigation"] .collapse .navbar-nav > li.level0 .dropdown-menu ul.grandparent > li.parent > div,
nav[role="navigation"] .collapse .navbar-nav > li.active .dropdown-menu ul.grandparent > li.parent > div {
  clear: both;
  display: table;
}
nav[role="navigation"] .collapse .navbar-nav > li.level0 .dropdown-menu ul.grandparent > li.parent > div > ul,
nav[role="navigation"] .collapse .navbar-nav > li.active .dropdown-menu ul.grandparent > li.parent > div > ul {
  display: table-cell;
  padding-left: 15px;
}
nav[role="navigation"] .collapse .navbar-nav > li.level0 .dropdown-menu ul.grandparent > li.first,
nav[role="navigation"] .collapse .navbar-nav > li.active .dropdown-menu ul.grandparent > li.first {
  padding-right: 0;
}
nav[role="navigation"] .collapse .navbar-nav > li.level0 .dropdown-menu ul.grandparent > li:last-child,
nav[role="navigation"] .collapse .navbar-nav > li.active .dropdown-menu ul.grandparent > li:last-child {
  border: none;
  padding-left: 0;
}
nav[role="navigation"] .collapse .navbar-nav > li.level0 .dropdown-menu ul.grandparent li a.lobby_red span,
nav[role="navigation"] .collapse .navbar-nav > li.active .dropdown-menu ul.grandparent li a.lobby_red span {
  color: #FF0000;
}
nav[role="navigation"] .collapse .navbar-nav > li.open > a,
nav[role="navigation"] .collapse .navbar-nav > li.open > a:hover,
nav[role="navigation"] .collapse .navbar-nav > li.open > a:focus {
  background: #fff;
  color: #45a2d1;
  border: 1px solid #d5dce4;
  border-bottom: 1px solid #fff;
  border-bottom: none;
}
.header-sticky .navbar-nav > li.level0 a {
  border-color: #fff !important;
}
.header-sticky .navbar-nav .dropdown-menu {
  top: 50px !important;
  right: 130px !important;
}
.snap-drawer-left .level1.has-children {
  color: #46a2d5;
  font-weight: bold;
  padding: 3px 10px;
  clear: both;
  display: block;
  line-height: 1.42857;
  white-space: nowrap;
  margin-bottom: 10px;
  cursor: default;
}
.snap-drawer-left .level1.has-children:hover,
.snap-drawer-left .level1.has-children:focus {
  background: none;
  outline: none;
}
.side-search {
  background: #F6F5F6;
  padding: 20px 10px;
  border-bottom: 1px dashed #192068;
}
.snap-drawer-left ul a,
.snap-drawer-left ul a:hover,
.snap-drawer-left ul a:active,
.snap-drawer-left ul a:focus {
  background: transparent;
}
.snap-drawer-left ul li a .caret {
  margin-top: 7px;
}
.snap-drawer-left ul > li.level0 {
  /*Main */
  /* Sub */
}
.snap-drawer-left ul > li.level0 a {
  font-size: 13px;
}
.snap-drawer-left ul > li.level0 .dropdown-menu a {
  font-size: 13px;
}
.snap-drawer-left .lobby_digital-catalog-nav + .dropdown-menu li:first-child {
  display: none !important;
}
.snap-drawer-left .lobby_digital-catalog-nav + .dropdown-menu li:last-child {
  border-bottom: 1px dotted #999!important;
}
.cms-home .content-container {
  margin-top: -20px;
}
.cms-home .content-container div[role="main"] {
  margin: 0;
}
.cms-home .content-container div[role="main"] .messages {
  padding-top: 8.5px;
}
.cms-home .content-container .std {
  display: none;
}
.cms-home .content-container .banner {
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .cms-home .content-container .banner {
    margin: 0 -40px;
  }
}
.cms-home .content-container .banner .banner-img-wrap {
  position: relative;
}
.cms-home .content-container .homepage {
  position: relative;
}
.cms-home .content-container .homepage .arrows {
  position: absolute;
  top: 35%;
  z-index: 109;
}
.cms-home .content-container .homepage .arrows a img {
  width: 50%;
}
@media (min-width: 768px) {
  .cms-home .content-container .homepage .arrows a img {
    width: 100%;
  }
}
.cms-home .content-container .homepage .arrow-left {
  left: 5%;
}
.cms-home .content-container .homepage .arrow-left > a {
  float: left;
  text-align: left;
}
.cms-home .content-container .homepage .arrow-right {
  right: 5%;
}
.cms-home .content-container .homepage .arrow-right a {
  float: right;
  text-align: right;
}
.cms-home .content-container .homepage .cycle-pager-homepage {
  position: absolute;
  bottom: 15%;
  right: 2%;
  z-index: 200;
  display: block;
  margin: 0 auto;
}
.cms-home .content-container .homepage .cycle-pager-homepage > span {
  background: url('../../default/images/cycle-inactive.png') no-repeat;
  display: inline-block;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  margin: 0 5px;
  cursor: pointer;
}
.cms-home .content-container .homepage .cycle-pager-homepage > .cycle-pager-active {
  background: url('../../default/images/cycle-active.png') no-repeat;
}
.cms-home .content-container .homepage_scroll ul,
.cms-home .content-container .homepage_scroll_spacial_event ul {
  margin: 0;
}
.cms-home .content-container .homepage_scroll ul li,
.cms-home .content-container .homepage_scroll_spacial_event ul li {
  position: relative;
}
.homepage_mobile {
  overflow: auto;
}
.homepage_mobile ul li {
  display: inline;
  float: right;
}
.homepage_mobile ul li img {
  width: 494px;
  height: auto;
  margin-left: 0px;
  display: inline;
}
.homepage_mobile .cycle-pager-homepage_mobile,
.homepage_mobile .arrow-right,
.homepage_mobile .arrow-left {
  display: none;
}
.filter-size li {
  float: right;
  width: auto !important;
  margin-bottom: 5px;
  margin-left: 5px;
  border: 1px solid #d5dce4;
}
.filter-size li a {
  width: 35px !important;
  height: 35px;
  text-align: center !important;
  padding: 8px !important;
}
.filter-size li:hover {
  background: #45a2d1;
}
.filter-size li:hover a {
  color: #fff;
  box-shadow: 1px 1px #d5dce4;
}
.dropdown-filters-common {
  width: 105px;
  border: 1px solid #d7dce2 !important;
  color: #192068;
  background-color: #fff !important;
  font-size: 12px;
  font-weight: normal;
  height: 30px;
  padding: 5px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .dropdown-filters-common {
    width: 140px !important;
  }
}
.current-filter-design {
  border: 1px solid #d5dce4;
  padding: 5px 10px;
  font-size: 12px;
  background: #f6f6f8;
}
.current-filter-design a {
  float: right;
  margin-left: 5px;
  padding-top: 3px;
}
.catalog-category-view .category-image,
.catalogsearch-result-index .category-image {
  margin: 0 -15px 20px;
}
@media (min-width: 768px) {
  .catalog-category-view .category-image,
  .catalogsearch-result-index .category-image {
    margin: 0 -40px 20px;
  }
}
.catalog-category-view .category-image img,
.catalogsearch-result-index .category-image img {
  width: 100%;
}
.catalog-category-view .category-title,
.catalogsearch-result-index .category-title {
  padding: 0;
}
.catalog-category-view .category-title > *,
.catalogsearch-result-index .category-title > * {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .catalog-category-view .category-title > *,
  .catalogsearch-result-index .category-title > * {
    display: table-cell;
  }
}
.catalog-category-view .category-title .amount,
.catalogsearch-result-index .category-title .amount {
  color: #192068;
}
@media (min-width: 768px) {
  .catalog-category-view .category-title .amount,
  .catalogsearch-result-index .category-title .amount {
    padding-right: 20px;
  }
}
/* @media (max-width: 767px) {
  .catalog-category-view div[role="main"] > .toolbar,
  .catalogsearch-result-index div[role="main"] > .toolbar {
    display: none !important;
  }
} */
.catalog-category-view .toolbar,
.catalogsearch-result-index .toolbar {
  float: right;
  margin-left: 20px;
}
.catalog-category-view .toolbar label,
.catalogsearch-result-index .toolbar label {
  color: #666;
  font-weight: normal;
  margin-left: 5px;
}
.catalog-category-view .toolbar .sorter,
.catalogsearch-result-index .toolbar .sorter {
  margin: 0px;
  border: none;
  padding: 0px;
  line-height: 1;
}
.catalog-category-view .toolbar .sorter .sort-by,
.catalogsearch-result-index .toolbar .sorter .sort-by {
  padding: 0px;
}
.catalog-category-view .toolbar .sorter .sort-by select,
.catalogsearch-result-index .toolbar .sorter .sort-by select {
  width: 105px;
  border: 1px solid #d7dce2 !important;
  color: #192068;
  background-color: #fff !important;
  font-size: 12px;
  font-weight: normal;
  height: 30px;
  padding: 5px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .catalog-category-view .toolbar .sorter .sort-by select,
  .catalogsearch-result-index .toolbar .sorter .sort-by select {
    width: 140px !important;
  }
}
@media (max-width: 767px) {
  .catalog-category-view div[role="main"] > .amshopby-filters-top,
  .catalogsearch-result-index div[role="main"] > .amshopby-filters-top {
    display: none !important;
  }
}
.catalog-category-view .amshopby-filters-top,
.catalogsearch-result-index .amshopby-filters-top {
  float: right;
  border: none;
  box-shadow: none;
  margin: 0px;
}
.catalog-category-view .amshopby-filters-top .block-title,
.catalogsearch-result-index .amshopby-filters-top .block-title {
  display: none;
}
.catalog-category-view .amshopby-filters-top .block-content .block-subtitle,
.catalogsearch-result-index .amshopby-filters-top .block-content .block-subtitle {
  display: none;
}
.catalog-category-view .amshopby-filters-top .block-content #narrow-by-list,
.catalogsearch-result-index .amshopby-filters-top .block-content #narrow-by-list {
  display: table;
}
.catalog-category-view .amshopby-filters-top .block-content #narrow-by-list .layered-top-filter,
.catalogsearch-result-index .amshopby-filters-top .block-content #narrow-by-list .layered-top-filter {
  display: table-cell;
  position: relative;
}
.catalog-category-view .amshopby-filters-top .block-content #narrow-by-list .layered-top-filter .filter-title,
.catalogsearch-result-index .amshopby-filters-top .block-content #narrow-by-list .layered-top-filter .filter-title {
  width: 105px;
  border: 1px solid #d7dce2 !important;
  color: #192068;
  background-color: #fff !important;
  font-size: 12px;
  font-weight: normal;
  height: 30px;
  padding: 5px;
  cursor: pointer;
  margin: 0 0 0 10px;
  background: url('../../default/images/category/filter-arrow-open.png') no-repeat left center;
}
@media (min-width: 992px) {
  .catalog-category-view .amshopby-filters-top .block-content #narrow-by-list .layered-top-filter .filter-title,
  .catalogsearch-result-index .amshopby-filters-top .block-content #narrow-by-list .layered-top-filter .filter-title {
    width: 140px !important;
  }
}
.catalog-category-view .amshopby-filters-top .block-content #narrow-by-list .layered-top-filter ol,
.catalogsearch-result-index .amshopby-filters-top .block-content #narrow-by-list .layered-top-filter ol {
  display: none;
  position: absolute;
  top: 29px;
  right: 0px;
  width: 200px;
  z-index: 102;
  border: 1px solid #d5dce4;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  margin: 0;
  padding: 0px;
  float: none;
  max-height: 300px;
  overflow-y: auto;
}
.catalog-category-view .amshopby-filters-top .block-content #narrow-by-list .layered-top-filter ol li,
.catalogsearch-result-index .amshopby-filters-top .block-content #narrow-by-list .layered-top-filter ol li {
  width: 100%;
  overflow: hidden;
}
.catalog-category-view .amshopby-filters-top .block-content #narrow-by-list .layered-top-filter ol li a,
.catalogsearch-result-index .amshopby-filters-top .block-content #narrow-by-list .layered-top-filter ol li a {
  display: block;
  padding: 5px 10px;
  width: 100%;
  text-align: right;
  color: #666;
  font-size: 12px;
}
.catalog-category-view .amshopby-filters-top .block-content #narrow-by-list .layered-top-filter ol li a:hover,
.catalogsearch-result-index .amshopby-filters-top .block-content #narrow-by-list .layered-top-filter ol li a:hover {
  text-decoration: none;
  background-color: #45a2d1;
  color: #fff;
}
.catalog-category-view .amshopby-filters-top .block-content #narrow-by-list .layered-top-filter ol li.filter-active,
.catalogsearch-result-index .amshopby-filters-top .block-content #narrow-by-list .layered-top-filter ol li.filter-active,
.catalog-category-view .amshopby-filters-top .block-content #narrow-by-list .layered-top-filter ol li:hover,
.catalogsearch-result-index .amshopby-filters-top .block-content #narrow-by-list .layered-top-filter ol li:hover {
  background-color: #45a2d1;
}
.catalog-category-view .amshopby-filters-top .block-content #narrow-by-list .layered-top-filter ol li.filter-active a,
.catalogsearch-result-index .amshopby-filters-top .block-content #narrow-by-list .layered-top-filter ol li.filter-active a,
.catalog-category-view .amshopby-filters-top .block-content #narrow-by-list .layered-top-filter ol li:hover a,
.catalogsearch-result-index .amshopby-filters-top .block-content #narrow-by-list .layered-top-filter ol li:hover a {
  color: #fff;
}
.catalog-category-view .amshopby-filters-top .block-content #narrow-by-list .layered-top-filter:last-child .filter-title,
.catalogsearch-result-index .amshopby-filters-top .block-content #narrow-by-list .layered-top-filter:last-child .filter-title {
  margin: 0;
}
@media (max-width: 992px) {
  .catalog-category-view .amshopby-filters-top .block-content #narrow-by-list .layered-top-filter:last-child ol,
  .catalogsearch-result-index .amshopby-filters-top .block-content #narrow-by-list .layered-top-filter:last-child ol {
    right: inherit;
    left: 0px;
  }
}
.catalog-category-view .amshopby-filters-top .block-content #narrow-by-list .filter-size ol,
.catalogsearch-result-index .amshopby-filters-top .block-content #narrow-by-list .filter-size ol {
  width: 237px;
  padding: 15px;
}
.catalog-category-view .amshopby-filters-top .block-content #narrow-by-list .filter-size ol li:nth-child(5n+5),
.catalogsearch-result-index .amshopby-filters-top .block-content #narrow-by-list .filter-size ol li:nth-child(5n+5) {
  margin-left: 0px;
}
.catalog-category-view .mobile-toolbar,
.catalogsearch-result-index .mobile-toolbar {
  display: none !important;
  padding: 0;
}
@media (max-width: 767px) {
  .catalog-category-view .mobile-toolbar,
  .catalogsearch-result-index .mobile-toolbar {
    display: block !important;
  }
  table.catalog-category-view .mobile-toolbar,
  table.catalogsearch-result-index .mobile-toolbar {
    display: table;
  }
  tr.catalog-category-view .mobile-toolbar,
  tr.catalogsearch-result-index .mobile-toolbar {
    display: table-row !important;
  }
  th.catalog-category-view .mobile-toolbar,
  th.catalogsearch-result-index .mobile-toolbar,
  td.catalog-category-view .mobile-toolbar,
  td.catalogsearch-result-index .mobile-toolbar {
    display: table-cell !important;
  }
}
.catalog-category-view .mobile-toolbar .block-content .toolbar,
.catalogsearch-result-index .mobile-toolbar .block-content .toolbar {
  border-bottom: 1px solid #7f7f7f;
  float: none;
  margin: 0;
  padding: 0 0 15px;
}
.catalog-category-view .mobile-toolbar .block-content .toolbar .sorter .sort-by,
.catalogsearch-result-index .mobile-toolbar .block-content .toolbar .sorter .sort-by {
  float: right;
}
.catalog-category-view .mobile-toolbar .block-content > .amshopby-filters-top,
.catalogsearch-result-index .mobile-toolbar .block-content > .amshopby-filters-top {
  width: 100%;
}
.catalog-category-view .mobile-toolbar .block-content > .amshopby-filters-top > .block-content,
.catalogsearch-result-index .mobile-toolbar .block-content > .amshopby-filters-top > .block-content {
  padding: 15px 0 0;
}
.catalog-category-view .mobile-toolbar .block-content > .amshopby-filters-top > .block-content ul#narrow-by-list,
.catalogsearch-result-index .mobile-toolbar .block-content > .amshopby-filters-top > .block-content ul#narrow-by-list {
  width: 100%;
  margin-bottom: 0;
}
.catalog-category-view .mobile-toolbar .block-content > .amshopby-filters-top > .block-content ul#narrow-by-list > li,
.catalogsearch-result-index .mobile-toolbar .block-content > .amshopby-filters-top > .block-content ul#narrow-by-list > li {
  display: inherit !important;
  position: inherit !important;
  width: 100%;
  border-bottom: 1px solid #7f7f7f;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.catalog-category-view .mobile-toolbar .block-content > .amshopby-filters-top > .block-content ul#narrow-by-list > li .filter-title,
.catalogsearch-result-index .mobile-toolbar .block-content > .amshopby-filters-top > .block-content ul#narrow-by-list > li .filter-title {
  background: none !important;
  border: none !important;
  color: #000 !important;
  font-size: 16px !important;
  font-weight: normal !important;
  width: 100% !important;
  margin-bottom: 10px;
}
.catalog-category-view .mobile-toolbar .block-content > .amshopby-filters-top > .block-content ul#narrow-by-list > li ol,
.catalogsearch-result-index .mobile-toolbar .block-content > .amshopby-filters-top > .block-content ul#narrow-by-list > li ol {
  display: block !important;
  position: inherit !important;
  border: none !important;
  width: 100% !important;
  box-shadow: none !important;
  max-height: 200px;
  overflow-y: auto;
}
.catalog-category-view .mobile-toolbar .block-content > .amshopby-filters-top > .block-content ul#narrow-by-list > li ol > li,
.catalogsearch-result-index .mobile-toolbar .block-content > .amshopby-filters-top > .block-content ul#narrow-by-list > li ol > li {
  font-size: 12px;
}
.catalog-category-view .mobile-toolbar .block-content > .amshopby-filters-top > .block-content ul#narrow-by-list > li:last-child,
.catalogsearch-result-index .mobile-toolbar .block-content > .amshopby-filters-top > .block-content ul#narrow-by-list > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.catalog-category-view .mobile-toolbar .block-content > .amshopby-filters-top > .block-content ul#narrow-by-list .filter-size ol,
.catalogsearch-result-index .mobile-toolbar .block-content > .amshopby-filters-top > .block-content ul#narrow-by-list .filter-size ol {
  width: 100%;
  padding: 0;
}
.catalog-category-view .mobile-toolbar .block-content > .amshopby-filters-top > .block-content ul#narrow-by-list .filter-size ol li:nth-child(5n+5),
.catalogsearch-result-index .mobile-toolbar .block-content > .amshopby-filters-top > .block-content ul#narrow-by-list .filter-size ol li:nth-child(5n+5) {
  margin-left: 5px;
}
.catalog-category-view .currently,
.catalogsearch-result-index .currently {
  clear: both;
  display: table;
}
@media (min-width: 768px) {
  .catalog-category-view .currently,
  .catalogsearch-result-index .currently {
    margin-right: -10px;
  }
}
.catalog-category-view .currently > li,
.catalogsearch-result-index .currently > li {
  display: table-cell;
}
.catalog-category-view .currently > li .label,
.catalogsearch-result-index .currently > li .label {
  display: none;
}
.catalog-category-view .currently > li > .filters,
.catalogsearch-result-index .currently > li > .filters {
  display: table;
  border-collapse: separate;
  border-spacing: 10px 0;
}
.catalog-category-view .currently > li > .filters > li,
.catalogsearch-result-index .currently > li > .filters > li {
  display: table-cell;
  border: 1px solid #d5dce4;
  padding: 5px 10px;
  font-size: 12px;
  background: #f6f6f8;
}
.catalog-category-view .currently > li > .filters > li a,
.catalogsearch-result-index .currently > li > .filters > li a {
  float: right;
  margin-left: 5px;
  padding-top: 3px;
}
.catalog-category-view .currently li.filter-Price,
.catalogsearch-result-index .currently li.filter-Price {
  border: 1px solid #d5dce4;
  padding: 5px 10px;
  font-size: 12px;
  background: #f6f6f8;
  display: table;
}
.catalog-category-view .currently li.filter-Price a,
.catalogsearch-result-index .currently li.filter-Price a {
  float: right;
  margin-left: 5px;
  padding-top: 3px;
}
.catalog-category-view .currently li.filter-Price > a,
.catalogsearch-result-index .currently li.filter-Price > a {
  display: table-cell;
}
.catalog-category-view .currently li.filter-Price > .filters,
.catalogsearch-result-index .currently li.filter-Price > .filters {
  display: table-cell;
  border-collapse: unset;
  border-spacing: 0;
}
.catalog-category-view .currently li.filter-Price > .filters > li,
.catalogsearch-result-index .currently li.filter-Price > .filters > li {
  padding: 0;
  border: none;
}
.catalog-category-view .mobile-toolbar,
.catalogsearch-result-index .mobile-toolbar {
  display: none !important;
}
@media (max-width: 767px) {
  .catalog-category-view .mobile-toolbar,
  .catalogsearch-result-index .mobile-toolbar {
    display: block !important;
  }
  table.catalog-category-view .mobile-toolbar,
  table.catalogsearch-result-index .mobile-toolbar {
    display: table;
  }
  tr.catalog-category-view .mobile-toolbar,
  tr.catalogsearch-result-index .mobile-toolbar {
    display: table-row !important;
  }
  th.catalog-category-view .mobile-toolbar,
  th.catalogsearch-result-index .mobile-toolbar,
  td.catalog-category-view .mobile-toolbar,
  td.catalogsearch-result-index .mobile-toolbar {
    display: table-cell !important;
  }
}
.catalog-category-view .category-products,
.catalogsearch-result-index .category-products {
  clear: both;
}
.products-grid .item {
  float: right;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .products-grid .item {
    float: right;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .products-grid .item {
    float: right;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .products-grid .item {
    float: right;
    width: 25%;
  }
}
.products-grid .item .product-image-wrap {
  position: relative;
}
.products-grid .item .product-image-wrap .product-image {
  margin-bottom: 0;
}
.products-grid .item .product-image-wrap .product-image img {
  border: none;
  padding: none;
}
.products-grid .item .product-image-wrap .productFlach {
  top: inherit;
  bottom: 0;
  padding: 0 8%;
}
.products-grid .item .product-image-wrap .productFlach .sectionImg,
.products-grid .item .product-image-wrap .productFlach a {
  background-position: center bottom;
  min-height: 80px;
  width: 100%;
}
@media (max-width: 768px) {
  .products-grid .item .product-image-wrap .productFlach .sectionImg,
  .products-grid .item .product-image-wrap .productFlach a {
    background-size: 100%;
  }
}
@media (max-width: 1024px) {
  .products-grid .item .product-image-wrap .productFlach {
    padding: 0;
  }
}
.products-grid .item .product-captions {
  border-top: 1px solid #d5dce4;
  margin: 0 35px;
  padding-top: 10px;
}
.products-grid .item .product-captions:before,
.products-grid .item .product-captions:after {
  content: " ";
  display: table;
}
.products-grid .item .product-captions:after {
  clear: both;
}
.products-grid .item .product-captions:before,
.products-grid .item .product-captions:after {
  content: " ";
  display: table;
}
.products-grid .item .product-captions:after {
  clear: both;
}
.products-grid .item .product-captions .col1,
.products-grid .item .product-captions .col2 {
  float: right;
}
.products-grid .item .product-captions .col1 {
  width: 70%;
}
@media (max-width: 1250px) and (min-width: 768px) {
  .products-grid .item .product-captions .col1 {
    width: 60%;
  }
}
@media (max-width: 480px) {
  .products-grid .item .product-captions .col1 {
    width: 100%;
  }
}
.products-grid .item .product-captions .col2 {
  width: 30%;
}
@media (max-width: 1250px) and (min-width: 768px) {
  .products-grid .item .product-captions .col2 {
    width: 40%;
  }
}
@media (max-width: 1024px) {
  .products-grid .item .product-captions {
    margin: 0;
  }
}
.products-grid .item .actions {
  position: inherit;
  display: inline-block;
  float: left;
  /* position:absolute;
				bottom: 20%;
				@{direction}: 5%; */
}
@media (max-width: 480px) {
  .products-grid .item .actions {
    display: none;
  }
}
.products-grid .item .actions .btn-cart {
  display: none;
}
.products-grid .item .actions .add-to-links .link-compare {
  display: none;
}
.products-grid .item .actions .add-to-links .link-wishlist {
  display: block;
  padding: 0;
  height: 21px;
  width: 34px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url('../../default/images/category/favorites_normal.png');
  font-size: 12px;
  font-weight: normal;
  color: transparent;
}
@media (min-width: 768px) {
  .products-grid .item .actions .add-to-links .link-wishlist {
    padding: 5px;
    padding-right: 35px;
    display: inline;
  }
}
.products-grid .item .actions .add-to-links .link-wishlist:hover {
  background-image: url('../../default/images/category/favorites_hover.png');
}
@media (min-width: 768px) {
  .products-grid .item .actions .add-to-links .link-wishlist:hover {
    text-decoration: none;
  }
}
.products-grid .item .actions .add-to-links,
.products-grid .item .actions .quickview {
  width: 50%;
  float: left;
}
@media (max-width: 480px) {
  .products-grid .item .actions .add-to-links,
  .products-grid .item .actions .quickview {
    float: none;
  }
}
.products-grid .item .actions .quickview a {
  display: block;
}
.products-grid .item .actions .quickview a:before,
.products-grid .item .actions .quickview a:after {
  content: " ";
  display: table;
}
.products-grid .item .actions .quickview a:after {
  clear: both;
}
.products-grid .item .actions .quickview a:before,
.products-grid .item .actions .quickview a:after {
  content: " ";
  display: table;
}
.products-grid .item .actions .quickview a:after {
  clear: both;
}
.products-grid .item .actions .quickview a .eye-icon {
  float: left;
  display: block;
  margin-top: 1px;
  height: 17px;
  width: 27px;
  background-image: url('../../default/images/quickview.png');
  background-repeat: no-repeat;
}
.products-grid .item .actions .quickview a:hover {
  text-decoration: none;
}
.products-grid .item .product-name {
  min-height: 0px;
  height: 20px;
  overflow: hidden;
  text-align: right;
  padding-right: 0;
}
.products-grid .item .product-name a {
  color: #5d5d5d;
  font-weight: normal !important;
  font-size: 12px;
}
.products-grid .item .price-box {
  margin-bottom: 20px;
  text-align: right;
}
.products-grid .item .price-box span {
  color: #777;
}
.products-grid .item .price-box p {
  display: inline-block;
  margin-left: 5px;
}
.products-grid .item .price-box p .price-label {
  display: none;
}
.products-grid .item .price-box .special-price span {
  color: #AD1236;
}
.products-grid .item .price-box p:last-child {
  margin-left: 0px;
}
@media (max-width: 480px) {
  .products-grid .item .price-box {
    margin: 0;
    white-space: nowrap;
  }
}
.products-grid .item .ribbons {
  height: 24px;
  margin-bottom: 15px;
  overflow: hidden;
  clear: both;
  text-align: right;
}
.products-grid .item .ribbons > span {
  cursor: pointer;
  display: inline-block;
  background: url('../../default/images/category/sprite-ribbons.png') no-repeat;
  width: 37px;
  height: 24px;
  margin-left: 5px;
}
.products-grid .item .ribbons > span:last-child {
  margin: 0;
}
.products-grid .item .ribbons .ribbon_icon_shoelaces {
  background-position: 0 -24px;
}
.products-grid .item .ribbons .ribbon_icon_shoelaces:hover {
  background-position: -37px -24px;
}
.products-grid .item .ribbons .ribbon_icon_taylor {
  background-position: 0 -48px;
}
.products-grid .item .ribbons .ribbon_icon_taylor:hover {
  background-position: -37px -48px;
}
.products-grid .item .ribbons .ribbon_icon_taylor_choice {
  background-position: 0 0;
}
.products-grid .item .ribbons .ribbon_icon_taylor_choice:hover {
  background-position: -37px 0;
}
.products-grid .item .ribbons .ribbon_icon_website_collection {
  background-position: 0 -96px;
}
.products-grid .item .ribbons .ribbon_icon_website_collection:hover {
  background-position: -37px -96px;
}
@media (max-width: 480px) {
  .products-grid .item .ribbons {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.products-grid .item .rating-wrapper {
  display: none;
  height: 17px;
}
.products-grid .item .rating-wrapper .ratings .rating-box {
  float: none;
  margin: 0 auto;
}
.products-grid .item .rating-wrapper .ratings .amount {
  display: none;
}
.products-grid .commercial img {
  width: auto !important;
}
.products-grid .ajaxscroll_trigger a {
  font-family: inherit !important;
  font-weight: normal !important;
}
.recently-viewed-items.products-grid .item {
  float: right;
  width: 16.66666667%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .recently-viewed-items.products-grid .item {
    float: right;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .recently-viewed-items.products-grid .item {
    float: right;
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .recently-viewed-items.products-grid .item {
    float: right;
    width: 16.66666667%;
  }
}
.recently-viewed-items.products-grid .item .product-captions {
  margin: 0;
}
.product-name-common {
  margin-top: 0;
  font-weight: bold;
  color: #666666;
  line-height: 1;
  font-size: 25px;
}
.availability {
  display: none;
}
.more-views {
  padding: 0;
  border: none;
  vertical-align: top;
  margin: 20px 0 0;
}
.more-views .amvertical {
  top: 0;
}
@media (min-width: 992px) {
  .more-views {
    float: right;
    width: 20%;
  }
}
.more-views ul {
  margin: 0 -15px;
}
@media (min-width: 992px) {
  .more-views ul {
    margin: 0;
  }
}
.more-views ul li {
  padding: 0 10px;
}
@media (min-width: 992px) {
  .more-views ul li {
    float: none;
    padding: 10px 0 0;
    width: 100%;
  }
}
.more-views ul li:first-child {
  padding-top: 0;
}
.sharing {
  float: left;
  clear: none;
  padding: 10px 0 0;
}
.sharing .sharing-title {
  display: none;
}
.sharing .sharing-links {
  float: left;
}
.sharing .sharing-links li {
  float: left;
  margin-left: 10px;
}
.sharing .sharing-links li a i {
  font-size: 16px;
}
.sharing .sharing-links li:first-child {
  margin: 0;
}
.sharing .sharing-links .twitter,
.sharing .sharing-links .pinterest {
  display: none;
}
.product-view .review-prop {
  display: none;
}
.product-view .product-essential {
  margin: 0;
}
@media (min-width: 768px) {
  .product-view .product-essential {
    padding: 0;
  }
}
.product-view .product-essential .price-box {
  display: table;
  font-size: 25px;
  margin-bottom: 10px;
}
.product-view .product-essential .price-box p {
  display: table-cell;
  line-height: 1;
}
.product-view .product-essential .price-box p span {
  margin-left: 10px;
}
.product-view .product-essential .price-box p .price-label {
  display: none;
}
.product-view .product-essential .price-box p:last-child span {
  margin-left: 0;
}
.product-view .product-essential .price-box .special-price .price {
  color: #ad1236;
}
.product-view .product-essential > div {
  margin-bottom: 20px;
  box-shadow: none;
}
@media (min-width: 768px) {
  .product-view .product-essential .product-top {
    padding: 0 15px;
  }
}
.product-view .product-essential .product-top .price-box-wrap .rating {
  display: none;
}
@media (min-width: 768px) {
  .product-view .product-essential .product-top {
    margin: 0;
  }
}
.product-view .product-essential .product-top .product-name h1 {
  margin-top: 0;
  font-weight: bold;
  color: #666666;
  line-height: 1;
  font-size: 25px;
}
.product-view .product-essential .product-views-wrap {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .product-view .product-essential .product-views-wrap {
    float: right;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .product-view .product-essential .product-views-wrap {
    float: right;
    width: 66.66666667%;
  }
}
.product-view .product-essential .product-views-wrap .product-img-box {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  padding-top: 35px;
}
@media (max-width: 992px) {
  .product-view .product-essential .product-views-wrap .product-img-box {
    height: 270px;
  }
}
.product-view .product-essential .product-views-wrap .product-img-box img {
  border: none;
  padding: 0;
}
.product-view .product-essential .product-views-wrap .product-img-box .product-image {
  margin: 0;
  position: relative;
  /* .productFlach{
						a{
							width:100%;
							background-position:center;
							background-size:50%;
							min-height:80px;
							@media(max-width:@screen-xs){
								background-position:top;
								background-size:100%;
							}
						}
					} */
}
@media (min-width: 992px) {
  .product-view .product-essential .product-views-wrap .product-img-box .product-image {
    float: left;
    width: 80%;
  }
}
.product-view .product-essential .product-views-wrap .product-img-box .product-image > a img {
  padding: 0;
  border: none;
  width: 100%;
}
.product-view .product-essential .product-views-wrap .product-img-box .more-views {
  border: none;
  padding-top: 35px;
}
@media (max-width: 992px) {
  .product-view .product-essential .product-views-wrap .product-img-box .more-views {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .product-view .product-essential .product-views-wrap .product-img-box .more-views ul {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .product-view .product-essential .product-views-wrap .product-img-box .more-views ul li {
    float: none;
    padding: 10px 0 0;
    width: 100%;
  }
}
.product-view .product-essential .product-views-wrap .product-img-box .more-views ul li:first-child {
  padding-top: 0;
}
.product-view .product-essential .product-views-wrap .product-img-box .more-views.amvertical {
  top: 0;
}
@media (max-width: 992px) {
  .product-view .product-essential .product-views-wrap .product-img-box .more-views.amvertical {
    padding-top: 35px;
    padding-bottom: 35px;
    height: 270px;
  }
}
.product-view .product-essential .product-views-wrap .product-img-box .more-views.amvertical #nextGallery {
  top: unset;
  right: auto;
}
.product-view .product-essential .product-shop {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0;
  border: none;
}
@media (min-width: 768px) {
  .product-view .product-essential .product-shop {
    float: right;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .product-view .product-essential .product-shop {
    float: right;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .product-view .product-essential .product-shop {
    max-width: 305px;
    padding: 0 15px;
  }
}
.product-view .product-essential .product-shop > * {
  margin-bottom: 15px;
}
.product-view .product-essential .product-shop .product-name {
  background: none;
  border: none;
  margin: 0 0 10px;
  padding: 0;
}
.product-view .product-essential .product-shop .product-name h1 {
  margin-top: 0;
  font-weight: bold;
  color: #666666;
  line-height: 1;
  font-size: 25px;
}
.product-view .product-essential .product-shop p.sku {
  margin-bottom: 7px;
}
.product-view .product-essential .product-shop .productFlach {
  position: static;
  margin: 0;
}
.product-view .product-essential .product-shop .productFlach .sectionImg,
.product-view .product-essential .product-shop .productFlach a {
  width: 100%;
  background-size: 100%;
  height: 45px;
}
@media (max-width: 767px) {
  .product-view .product-essential .product-shop .productFlach a {
    height: 90px;
  }
}
@media (max-width: 480px) {
  .product-view .product-essential .product-shop .productFlach a {
    height: 45px;
  }
}
.product-view .product-essential .product-shop .ratings {
  overflow: hidden;
}
.product-view .product-essential .product-shop .ratings .rating-box {
  float: right;
  margin-left: 10px;
}
.product-view .product-essential .product-shop .ratings .rating-box .rating {
  float: left;
}
.product-view .product-essential .product-shop .short-description > * {
  margin: 0 0 5px;
}
.product-view .product-essential .product-shop .short-description ul {
  padding-right: 15px;
}
.product-view .product-essential .product-shop .product-bullets ul {
  list-style: inside;
}
.product-view .product-essential .product-shop .product-bullets ul li {
  padding: 2px 0;
}
.product-view .product-essential .product-shop .product-ribbons {
  color: #192068;
  font-weight: bold;
}
.product-view .product-essential .product-shop .product-colors label {
  color: #192068;
  font-size: 14px;
  margin: 0;
}
.product-view .product-essential .product-shop .product-colors .color-selector {
  overflow: hidden;
}
.product-view .product-essential .product-shop .product-colors .color-selector li {
  float: right;
  width: 40px;
  height: 20px;
  margin-bottom: 5px;
  margin-left: 5px;
  border: 1px solid #fff;
}
.product-view .product-essential .product-shop .product-colors .color-selector li a span {
  display: block;
  height: 100%;
}
.product-view .product-essential .product-shop .product-colors .color-selector li a:hover {
  text-decoration: none;
}
.product-view .product-essential .product-shop .product-colors .color-selector li.active {
  border-color: #192068;
}
.product-view .product-essential .product-shop #product_addtocart_form {
  border: none;
  padding-top: 15px;
}
.product-view .product-essential .product-shop #product_addtocart_form .product-options {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  float: right;
  width: 50%;
}
.product-view .product-essential .product-shop #product_addtocart_form .product-options dl {
  margin-bottom: 5px;
}
.product-view .product-essential .product-shop #product_addtocart_form .product-options dl dt {
  padding: 0;
}
.product-view .product-essential .product-shop #product_addtocart_form .product-options dl dt > label {
  display: block;
  font-weight: normal;
}
.product-view .product-essential .product-shop #product_addtocart_form .product-options dl dd {
  padding: 0;
  border: none;
}
.product-view .product-essential .product-shop #product_addtocart_form .product-options dl dd select {
  height: 50px;
}
.product-view .product-essential .product-shop #product_addtocart_form .product-options p.required {
  display: none;
}
.product-view .product-essential .product-shop #product_addtocart_form .product-options .size-chart-popup-link {
  background: url('../../default/images/product/product_sizechart.png') no-repeat right;
  padding-right: 30px;
}
.product-view .product-essential .product-shop #product_addtocart_form .product-options-bottom {
  margin-bottom: 50px;
}
.product-view .product-essential .product-shop #product_addtocart_form .product-options-bottom .qty-picker {
  float: left;
  display: block !important;
  position: relative;
  margin: 0 0 50px;
  width: 40%;
  margin-right: 10%;
}
.product-view .product-essential .product-shop #product_addtocart_form .product-options-bottom .qty-picker > label {
  font-weight: bold;
}
.product-view .product-essential .product-shop #product_addtocart_form .product-options-bottom .qty-picker > select {
  width: 100%;
  padding: 5px;
  height: 50px;
}
.product-view .product-essential .product-shop #product_addtocart_form .product-options-bottom .qty-picker > button {
  height: 50px;
  border: none;
  box-shadow: none;
  background: #eaedf2;
}
.product-view .product-essential .product-shop #product_addtocart_form .product-options-bottom .qty-picker > button span[data-bind="label"] {
  margin-left: 10px;
  float: right;
}
.product-view .product-essential .product-shop #product_addtocart_form .product-options-bottom .qty-picker > button .caret {
  float: left;
  margin-top: 5px;
}
.product-view .product-essential .product-shop #product_addtocart_form .product-options-bottom .qty-picker > .dropdown-menu {
  left: 0;
  margin: 0;
  border: none;
  background: #eaedf2;
  box-shadow: none;
  min-width: 1px;
  width: 100%;
}
@media (min-width: 768px) {
  .product-view .product-essential .product-shop #product_addtocart_form .product-options-bottom .qty-picker > .dropdown-menu {
    left: unset;
    right: 0;
  }
}
.product-view .product-essential .product-shop #product_addtocart_form .product-options-bottom .qty-picker > .dropdown-menu > ul {
  margin: 0;
}
.product-view .product-essential .product-shop #product_addtocart_form .product-options-bottom .qty-picker > .dropdown-menu > ul li a {
  display: block;
  padding: 5px 15px;
}
.product-view .product-essential .product-shop #product_addtocart_form .product-options-bottom .qty-picker > .dropdown-menu > ul li a:hover {
  background: #cbd2df;
  text-decoration: none;
}
.product-view .product-essential .product-shop #product_addtocart_form .product-options-bottom .before_addtocart {
  margin-top: 20px;
  clear: both;
  width: 100%;
  padding: 10px;
  border: 1px solid #192068;
  text-align: center;
}
.product-view .product-essential .product-shop #product_addtocart_form .product-options-bottom .before_addtocart p {
  margin: 0;
  color: #192068;
  font-weight: bold;
}
.product-view .product-essential .product-shop #product_addtocart_form .product-options-bottom .add-to-cart .input-group-btn {
  clear: both;
  display: block;
  width: 100%;
}
.product-view .product-essential .product-shop #product_addtocart_form .product-options-bottom .add-to-cart .input-group-btn .btn-cart {
  border-radius: 0px;
  width: 100%;
  font-size: 20px;
  margin: 20px 0 10px;
}
.product-view .product-essential .product-shop #product_addtocart_form .product-options-bottom .add-to-links {
  float: right;
  clear: none;
  padding: 10px 0 0;
}
.product-view .product-essential .product-shop #product_addtocart_form .product-options-bottom .add-to-links .link-wishlist i {
  margin-left: 5px;
  font-size: 14px;
}
.product-view .product-essential .product-shop #product_addtocart_form .product-options-bottom .add-to-links .link-compare,
.product-view .product-essential .product-shop #product_addtocart_form .product-options-bottom .add-to-links .separator {
  display: none;
}
.product-view .product-essential .product-shop .product-collateral {
  padding: 0;
}
.product-view .product-essential .product-shop .product-collateral .box-collateral h2 {
  background-image: url('../../default/images/product/product_collapse.png');
  background-repeat: no-repeat;
  background-position: left;
  background-color: #eaedf2;
  color: #192068;
  cursor: pointer;
  border-left: 15px solid transparent;
}
.product-view .product-essential .product-shop .product-collateral .box-collateral.hidden-content {
  padding: 0 15px;
}
.product-view .product-essential .product-shop .product-collateral .box-collateral.hidden-content h2 {
  background-image: url('../../default/images/product/product_collapse_plus.png');
  margin: 0 -15px;
}
.product-view .product-essential .product-shop .product-collateral .box-collateral.hidden-content > h2 + * {
  display: none;
}
.product-view .product-essential .product-shop .product-collateral .box-description {
  display: none;
}
.product-view .product-essential .product-shop .product-collateral .box-additional * {
  border: none;
}
.product-view .product-essential .product-shop .product-banner {
  clear: both;
}
.product-view .box-reviews {
  padding: 0;
  margin: 0 15px 20px;
  clear: both;
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .product-view .box-reviews {
    margin: 0 0 20px;
  }
}
.product-view .box-reviews .reviews-title {
  overflow: hidden;
}
.product-view .box-reviews .reviews-title h2 {
  float: right;
  margin-top: 0;
  color: #192068;
}
.product-view .box-reviews .reviews-title .add-review {
  float: left;
  padding-top: 3px;
}
.product-view .box-reviews .reviews > li.review {
  border-top: 1px solid #d5dce4;
  padding: 20px 0;
}
.product-view .box-reviews .reviews > li.review ul {
  overflow: hidden;
}
.product-view .box-reviews .reviews > li.review ul .details {
  float: right;
  margin-left: 20px;
}
.product-view .box-reviews .reviews > li.review ul .content > span {
  font-size: 17px;
}
.product-view .box-reviews .reviews > li.review ul .content > p {
  margin-top: 5px;
}
.product-view .box-reviews .form-add {
  display: none;
  background: #eee;
  padding: 15px;
}
.product-view .box-reviews .form-add h2 {
  margin-top: 0;
}
.product-view .box-reviews .form-add #review-form {
  border: none;
  padding: 0;
}
.product-view .box-reviews .form-add #review-form fieldset > h3,
.product-view .box-reviews .form-add #review-form fieldset h4 {
  display: none;
}
.product-view .box-reviews .form-add #review-form fieldset #product-review-table {
  border: none;
  margin: none;
  max-width: 250px;
}
@media (min-width: 768px) {
  .product-view .box-reviews .form-add #review-form fieldset #product-review-table {
    max-width: 320px;
  }
}
.product-view .box-reviews .form-add #review-form fieldset #product-review-table * {
  border: none;
  background: none;
}
.product-view .box-reviews .form-add #review-form fieldset #product-review-table thead th {
  padding: 5px;
}
@media (min-width: 768px) {
  .product-view .box-reviews .form-add #review-form fieldset #product-review-table thead th {
    padding: 8px;
  }
}
.product-view .box-reviews .form-add #review-form fieldset #product-review-table thead th .stars {
  background: url("../../default/images/product/product_stars.png") repeat-x;
  display: block;
  background-size: cover;
  height: 13px;
  width: 13px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .product-view .box-reviews .form-add #review-form fieldset #product-review-table thead th:first-child {
    display: none !important;
  }
}
.product-view .box-reviews .form-add #review-form fieldset #product-review-table tbody th {
  padding: 8px 0;
  font-weight: normal;
}
@media (max-width: 767px) {
  .product-view .box-reviews .form-add #review-form fieldset #product-review-table tbody th {
    display: none !important;
  }
}
.product-view .box-reviews .form-add #review-form fieldset .form-list label {
  font-weight: normal;
}
.product-view .box-reviews .form-add #review-form fieldset .form-list em {
  right: unset;
  left: -10px;
}
.product-view .box-reviews .form-add #review-form .buttons-set {
  padding: 0;
  margin: 0;
}
.product-view .box-up-sell,
.product-view .box-recently-Viewed {
  border: none;
  overflow: hidden;
  padding: 0 1px;
  box-shadow: none;
}
.product-view .box-up-sell h2,
.product-view .box-recently-Viewed h2 {
  border: none;
  color: #192068;
  background: none;
  margin: 0 0 10px;
  padding: 0;
  padding-right: 14px;
  font-size: 19px;
}
.product-view .box-up-sell .table-responsive,
.product-view .box-recently-Viewed .table-responsive {
  padding: 0;
  overflow: auto;
}
.product-view .box-up-sell .table-responsive .products-grid,
.product-view .box-recently-Viewed .table-responsive .products-grid {
  min-width: 0;
  width: 100%;
  margin: 0;
  display: flex;
}
.product-view .box-up-sell .table-responsive .products-grid .item,
.product-view .box-recently-Viewed .table-responsive .products-grid .item {
  display: inline;
  float: right;
  padding-bottom: 20px;
}
/**/
.quickbuy {
  margin: 0;
}
.quickbuy .full_details {
  float: left;
  margin: 3px 0 35px;
  margin-left: 25px;
  color: #666;
}
.quickbuy .product-essential {
  clear: both;
  margin: 0;
  padding: 0;
}
.quickbuy .product-essential .product-views-wrap {
  position: relative;
  float: right;
  width: 58.33333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.quickbuy .product-essential .product-views-wrap .product-img-box {
  padding: 0;
  margin: 0;
}
.quickbuy .product-essential .product-views-wrap .product-img-box .product-image {
  float: left;
  width: 75%;
}
.quickbuy .product-essential .product-views-wrap .product-img-box .more-views {
  float: right;
  width: 15%;
  margin: 0;
  padding: 0;
  border: none;
}
.quickbuy .product-essential .product-views-wrap .product-img-box .more-views ul {
  margin: 0;
}
.quickbuy .product-essential .product-views-wrap .product-img-box .more-views ul li {
  float: none;
  padding: 5px 0 0;
  width: 100%;
}
.quickbuy .product-essential .product-views-wrap .product-img-box .more-views ul li:first-child {
  padding-top: 0;
}
.quickbuy .product-essential .product-shop {
  position: relative;
  float: right;
  width: 41.66666667%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%;
  margin-bottom: 0;
}
.quickbuy .product-essential .product-shop .ratings {
  margin-bottom: 20px;
}
.quickbuy .product-essential .product-shop .product-colors {
  margin-bottom: 20px;
}
.quickbuy .product-essential .product-shop .product-colors p {
  margin-bottom: 20px;
}
.quickbuy .product-essential .product-shop #product_addtocart_form {
  padding: 0;
  margin: 0;
}
.quickbuy .product-essential .product-shop #product_addtocart_form .product-options {
  margin: 0 0 30px;
}
.quickbuy .product-essential .product-shop #product_addtocart_form .product-options dl {
  margin-bottom: 15px;
}
.quickbuy .product-essential .product-shop #product_addtocart_form .product-options .size-chart {
  display: none;
}
.quickbuy .product-essential .product-shop #product_addtocart_form .product-options-bottom {
  margin: 0;
}
.quickbuy .product-essential .product-shop #product_addtocart_form .product-options-bottom .add-to-cart {
  overflow: hidden;
  margin-bottom: 15px;
}
.quickbuy .product-essential .product-shop #product_addtocart_form .product-options-bottom .add-to-cart .input-group-btn .btn-cart {
  margin: 0;
  padding: 10px;
}
.quickbuy .product-essential .product-shop #product_addtocart_form .product-options-bottom .add-to-links {
  padding: 0;
  margin: 0;
}
.quickbuy .product-essential .product-shop #product_addtocart_form .product-options-bottom .sharing {
  padding: 0;
  margin: 0;
}
.quickbuy .product-essential .product-shop .product-collateral {
  margin: 0;
}
.cart .crosssell,
.cart .discount,
.cart .shipping {
  box-shadow: none;
}
.cart > form {
  float: right;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  border: none;
  overflow: hidden;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .cart > form {
    float: right;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .cart > form {
    float: right;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .cart > form {
    float: right;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .cart > form {
    padding: 0;
    padding-left: 15px;
  }
}
.cart > form .data-table {
  border: none;
}
.cart > form .data-table tr th,
.cart > form .data-table tr td {
  border: none;
  background: none;
  border-bottom: 1px solid #d5dce4;
  vertical-align: middle;
}
.cart > form .data-table dl dd {
  margin: 0 auto;
}
.cart > form .data-table thead tr th {
  font-weight: normal;
  color: #192068;
  font-size: 14px;
}
.cart > form .data-table tbody tr td {
  font-size: 14px;
}
.cart > form .data-table tbody tr td .product-name a {
  font-size: 14px;
  font-weight: bold;
  color: #666;
}
.cart > form .data-table tbody tr td .cart-price .old-price {
  color: #000;
  margin-left: 5px;
}
.cart > form .data-table tbody tr td .cart-price .old-price + .price {
  color: #ff0000;
}
.cart > form .data-table tbody tr td .rectange span {
  border: 1px solid #000;
  display: block;
  height: 17px;
  width: 34px;
}
.cart > form .data-table tbody tr td select {
  width: 50px;
}
.cart > form .data-table tbody tr td.mobile-data * {
  margin-bottom: 5px;
}
.cart > form .data-table tbody tr td.mobile-data .product-name {
  font-weight: bold;
}
.cart > form .data-table tbody tr td.mobile-data .item-options dd {
  margin: 0;
  text-align: center;
}
.cart > form .data-table tfoot {
  display: none;
}
.item-options {
  overflow: hidden;
  margin: 0;
}
.item-options dt {
  display: none;
}
.cart .no-bold {
  font-weight: normal;
}
.cart .no-bold a {
  text-decoration: underline;
}
.cart .page-title {
  margin: 0 0 20px;
  padding-bottom: 0;
}
.cart .page-title h1 {
  margin: 0 0 20px;
  line-height: 1;
  float: none;
  text-align: right;
}
@media (min-width: 768px) {
  .cart .page-title h1 {
    float: right;
    margin: 0px;
    margin-left: 20px;
  }
}
.cart .page-title .shopping_cart_text {
  border: 1px solid #d5dce4;
  padding: 3px;
  overflow: hidden;
  clear: both;
}
.cart .page-title .shopping_cart_text img {
  display: none;
}
@media (min-width: 768px) {
  .cart .page-title .shopping_cart_text {
    clear: none;
    float: right;
  }
}
.cart .page-title .shopping_cart_text ul {
  background-color: #f7f8fa;
  margin: 0;
  overflow: hidden;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .cart .page-title .shopping_cart_text ul {
    padding: 0;
  }
}
.cart .page-title .shopping_cart_text ul li {
  width: 100%;
  padding: 5px 15px;
  text-align: center;
  border-bottom: 1px solid #cbcccd;
}
@media (min-width: 768px) {
  .cart .page-title .shopping_cart_text ul li {
    border-bottom: none;
    float: right;
    width: auto;
    padding: 5px 0;
  }
}
.cart .page-title .shopping_cart_text ul li .banner-content {
  font-weight: bold;
}
@media (min-width: 768px) {
  .cart .page-title .shopping_cart_text ul li .banner-content {
    border-left: 1px solid #cbcccd;
    padding: 0 15px;
  }
}
.cart .page-title .shopping_cart_text ul li:last-child {
  border: none;
}
.cart .page-title .shopping_cart_text ul li:last-child * {
  border: none;
}
.cart .page-title ul.checkout-types {
  display: none;
}
.cart .mobile-cart .product-mobile {
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cbcccd;
}
.cart .mobile-cart .product-mobile li {
  overflow: hidden;
  padding: 5px;
}
.cart .mobile-cart .product-mobile li .title {
  width: auto;
  margin-left: 10px;
  color: #192068;
  line-height: 2;
}
.cart .mobile-cart .product-mobile li .content {
  width: auto;
  color: #444;
}
.cart .mobile-cart .product-mobile li .content * {
  font-weight: normal !important;
}
.cart .mobile-cart .product-mobile li .content .rectange span {
  border: 1px solid #000;
  display: block;
  height: 17px;
  width: 34px;
}
.cart .mobile-cart .product-mobile li .content select {
  width: 50px;
}
.cart .mobile-cart .product-mobile li:first-child {
  padding-top: 0;
}
.cart .mobile-cart .product-mobile li:nth-last-child(2) {
  font-size: 14px;
  background: #f5f5f5;
  padding: 5px 15px;
  width: 100%;
  margin-top: 5px;
}
.cart .mobile-cart .product-mobile li:nth-last-child(2) .content {
  float: left;
}
.cart .mobile-cart .product-mobile li:last-child {
  width: 17px;
}
.cart .mobile-cart .product-mobile li:first-child,
.cart .mobile-cart .product-mobile li:last-child {
  min-height: 0;
}
.cart .mobile-cart .product-mobile li:first-child .title,
.cart .mobile-cart .product-mobile li:last-child .title {
  display: none;
}
.cart .mobile-cart .product-mobile li:first-child .content,
.cart .mobile-cart .product-mobile li:last-child .content {
  text-align: center;
  width: 100% !important;
}
.cart .mobile-cart .product-mobile:last-child {
  margin: 0;
  border: none;
}
.cart .cart-collaterals {
  float: right;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 0 20px;
  padding: 0;
}
@media (min-width: 768px) {
  .cart .cart-collaterals {
    float: right;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .cart .cart-collaterals {
    float: right;
    width: 25%;
  }
}
.cart .cart-collaterals .summery-total {
  font-size: 24px;
  color: #192068;
  font-weight: bold;
  margin: 0px;
  padding: 15px 15px 0;
  background-color: #dde3e9;
}
.cart .cart-collaterals .totals {
  float: none;
  width: auto;
  clear: both;
  margin: 0 0 10px;
  background: #dde3e9;
  border: none;
  padding: 15px;
  border-radius: 0px;
  box-shadow: none;
}
.cart .cart-collaterals .totals .price {
  font-size: 14px;
}
.cart .cart-collaterals .totals table {
  margin: 0px;
}
.cart .cart-collaterals .totals table tr td {
  border: none;
  padding: 0 0 10px;
}
.cart .cart-collaterals .totals table tr .a-right:first-child {
  text-align: right !important;
}
.cart .cart-collaterals .totals table tfoot {
  border-top: 1px solid #b9bdc1;
}
.cart .cart-collaterals .totals table tfoot tr td {
  padding: 20px 0 0;
}
.cart .cart-collaterals .totals table tfoot .a-right:first-child strong {
  font-size: 18px;
}
.cart .cart-collaterals .totals table tfoot .a-right:last-child strong {
  line-height: 1;
}
.cart .cart-collaterals .totals table tfoot .a-right:last-child strong .price {
  color: #192068;
  font-size: 24px;
}
.cart .cart-collaterals .col2-set {
  width: auto;
  float: none;
  margin: 0px;
  padding: 0px;
}
.cart .cart-collaterals .col2-set .col-1,
.cart .cart-collaterals .col2-set .col-2 {
  float: none;
  width: auto;
  padding: 0px;
}
.cart .cart-collaterals .col2-set .discount {
  background: none;
  border: none;
  border-radius: 0px;
  overflow: hidden;
}
.cart .cart-collaterals .col2-set .discount h2 {
  display: none;
}
.cart .cart-collaterals .col2-set .discount .discount-form {
  padding: 0px;
  overflow: hidden;
}
.cart .cart-collaterals .col2-set .discount .discount-form label {
  display: none;
}
.cart .cart-collaterals .col2-set .discount .discount-form .input-box {
  margin: 0px;
  width: calc(100% - 90px);
  display: inline-block;
}
.cart .cart-collaterals .col2-set .discount .discount-form .buttons-set {
  width: 90px;
  margin: 0px;
  padding: 0px;
  border: none;
  float: left;
  display: inline-block;
}
.cart .cart-collaterals .buttons {
  padding-top: 15px;
  border-top: 1px solid #d5dce4;
}
.cart .cart-collaterals .buttons li {
  position: relative;
  float: right;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.cart .cart-collaterals .buttons li button {
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
}
.cart .cart-collaterals .buttons li:first-child {
  padding-left: 0;
}
.cart .cart-collaterals .buttons li:last-child {
  padding-right: 0;
}
.cart-banner {
  display: none !important;
  position: relative;
  float: right;
  width: 25%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 0px;
}
@media (min-width: 1200px) {
  .cart-banner {
    display: block !important;
  }
  table.cart-banner {
    display: table;
  }
  tr.cart-banner {
    display: table-row !important;
  }
  th.cart-banner,
  td.cart-banner {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  body.onestepcheckout-index-index .layout.layout-1-col div[role="main"] {
    width: 100%;
    max-width: 960px !important;
  }
}
body.onestepcheckout-index-index #scroll > * {
  margin-bottom: 20px;
}
body.onestepcheckout-index-index #scroll .login-reg .already {
  background-color: #eaedf1;
  color: #192068;
  font-weight: bold;
  padding: 5px 10px;
}
body.onestepcheckout-index-index #scroll .login-reg .edit-cart {
  display: none;
}
body.onestepcheckout-index-index #scroll .checkout-progress ul {
  list-style: none;
  overflow: hidden;
  background: #f6f5f6;
}
body.onestepcheckout-index-index #scroll .checkout-progress ul li {
  float: right;
  padding: 0;
  border: none;
  width: 50%;
}
@media (min-width: 768px) {
  body.onestepcheckout-index-index #scroll .checkout-progress ul li {
    width: 200px;
  }
}
body.onestepcheckout-index-index #scroll .checkout-progress ul li span {
  width: 100%;
  color: #888;
  padding: 15px 10px;
  background: #f5f5f5;
  display: block;
  float: right;
}
@media (min-width: 768px) {
  body.onestepcheckout-index-index #scroll .checkout-progress ul li span {
    padding: 15px;
    padding-right: 50px;
    font-size: 14px;
  }
}
body.onestepcheckout-index-index #scroll .checkout-progress ul li span strong {
  border-radius: 50px;
  padding: 3px 8px;
  margin-left: 10px;
  color: #fff;
  background-color: #888;
  font-weight: normal;
  display: inline-block;
}
@media (min-width: 768px) {
  body.onestepcheckout-index-index #scroll .checkout-progress ul li span:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -50px;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-right: 30px solid #f5f5f5;
    z-index: 2;
  }
  body.onestepcheckout-index-index #scroll .checkout-progress ul li span:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-right: 40px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-right: 1px;
    right: 100%;
    z-index: 1;
  }
}
body.onestepcheckout-index-index #scroll .checkout-progress ul li:first-child span {
  padding: 15px;
}
body.onestepcheckout-index-index #scroll .checkout-progress ul li.active span {
  background-color: #d5dce4;
  color: #192068;
}
body.onestepcheckout-index-index #scroll .checkout-progress ul li.active span strong {
  background-color: #192068;
}
@media (min-width: 768px) {
  body.onestepcheckout-index-index #scroll .checkout-progress ul li.active span:after {
    border-right: 30px solid #d5dce4;
  }
}
body.onestepcheckout-index-index #scroll #co-form {
  margin: 0;
  overflow: hidden;
}
body.onestepcheckout-index-index #scroll #co-form .onepage {
  margin-bottom: 20px;
}
body.onestepcheckout-index-index #scroll #co-form .onepage .firecheckout-section {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  body.onestepcheckout-index-index #scroll #co-form .onepage .firecheckout-section {
    float: right;
    width: 50%;
  }
}
body.onestepcheckout-index-index #scroll #co-form .onepage .firecheckout-section .page-title {
  margin: 0;
  padding: 0;
}
body.onestepcheckout-index-index #scroll #co-form .onepage .firecheckout-section .page-title h1 {
  font-size: 21px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}
body.onestepcheckout-index-index #scroll #co-form .onepage .firecheckout-section .page-title h1 .phase {
  display: none;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-1 .page-title {
  display: none;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-1 #billing-new-address-form {
  margin: 0;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-1 #billing-new-address-form .newsletter-lable input {
  float: right;
  width: 12px;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-1 #billing-new-address-form .newsletter-lable label {
  float: right;
  width: 95%;
  padding-right: 6px;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-1 #onepage-shipping #shipping-new-address-form {
  margin-top: 20px;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-2 ul #onepage-shipping_method {
  margin-bottom: 0;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-2 ul #onepage-shipping_method .shipment-methods {
  margin-bottom: 0;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-2 ul #onepage-robin_branches {
  display: none;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-2 ul #onepage-robin_branches select {
  padding: 5px;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-2 ul #onepage-robin_branches #robin_branches_area {
  width: 33%;
  margin-left: 2%;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-2 ul #onepage-robin_branches #robin_branches {
  width: 63%;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-2 ul #onepage-payment {
  margin-top: 20px;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-2 ul #onepage-payment #ajax-payment-methods .sp-methods label {
  display: inline;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-2 ul #onepage-payment #ajax-payment-methods .sp-methods label div {
  padding: 3px 0;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-2 ul #onepage-payment #ajax-payment-methods .sp-methods label div p {
  margin: 0;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-2 ul #onepage-payment #ajax-payment-methods .sp-methods label div:nth-child(2) {
  font-weight: normal;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-3 {
  display: none;
}
@media (min-width: 768px) {
  body.onestepcheckout-index-index #scroll #co-form .onepage #column-3 {
    display: block;
  }
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-3 ul {
  background: #dde3e9;
  padding: 20px;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-3 ul #onepage-review .page-title h1 {
  border: none;
  padding-bottom: 5px;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-3 ul #onepage-review .order-review {
  margin: 0 -5px;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-3 ul #onepage-review .order-review table {
  width: 100%;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-3 ul #onepage-review .order-review table *,
body.onestepcheckout-index-index #scroll #co-form .onepage #column-3 ul #onepage-review .order-review table a-center {
  text-align: right !important;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-3 ul #onepage-review .order-review table thead tr {
  border-bottom: 1px solid #b9bdc1;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-3 ul #onepage-review .order-review table thead tr th {
  padding: 10px 5px;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-3 ul #onepage-review .order-review table tbody .a-right {
  float: right !important;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-3 ul #onepage-review .order-review table tbody .a-center {
  vertical-align: top;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-3 ul #onepage-review .order-review table tbody td {
  padding: 10px 5px;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-3 ul #onepage-review .order-review table tbody .item-options {
  display: none;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-3 ul #onepage-review .order-review table tfoot {
  border-top: 1px solid #b9bdc1;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-3 ul #onepage-review .order-review table tfoot tr td {
  padding: 5px;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-3 ul #onepage-review .order-review table tfoot tr.last td {
  font-size: 14px;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-3 ul #onepage-review .order-review table tfoot tr.last td.last {
  color: #192068;
}
@media (min-width: 768px) {
  body.onestepcheckout-index-index #scroll #co-form .onepage #column-3 ul #onepage-review .order-review table tfoot tr.last td.last {
    font-size: 21px;
  }
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-3 ul #onepage-review .onestepcheckout-enable-terms {
  margin-top: 10px;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-3 ul #onepage-review .onestepcheckout-enable-terms input {
  vertical-align: sub;
  margin-left: 4px;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-3 ul #onepage-review .onestepcheckout-enable-terms label {
  margin-bottom: 0;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-3 ul #onepage-review .no-bold {
  font-weight: normal;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #column-3 ul #onepage-review .no-bold a {
  text-decoration: underline;
}
body.onestepcheckout-index-index #scroll #co-form .onepage #id_comments {
  width: 100%;
  height: 80px;
}
@media (min-width: 768px) {
  body.onestepcheckout-index-index #scroll #co-form .checkout-buttons {
    width: 48%;
    float: left;
  }
}
body.onestepcheckout-index-index #scroll #co-form .checkout-buttons button {
  padding: 15px 0;
  font-size: 14px;
  max-width: 320px;
  width: 47.5%;
  float: left;
}
@media (min-width: 768px) {
  body.onestepcheckout-index-index #scroll #co-form .checkout-buttons button {
    max-width: 200px;
  }
}
body.onestepcheckout-index-index #scroll #co-form .checkout-buttons .btn-delivery {
  background-color: #192068;
  color: #fff;
  text-shadow: none;
}
body.onestepcheckout-index-index #scroll #co-form .checkout-buttons .btn-info {
  float: right;
}
body.onestepcheckout-index-index #scroll #co-form .checkout-buttons .btn-info,
body.onestepcheckout-index-index #scroll #co-form .checkout-buttons #review-btn {
  display: none;
}
body.onestepcheckout-index-index .checkbox-club {
  margin: 0 12px 0 5px;
}
body.onestepcheckout-index-index .label-customer-id {
  float: right;
  margin-top: 5px;
}
body.onestepcheckout-index-index .input-customer-id {
  float: left;
}
body.onestepcheckout-index-index #co-form .btn-delivery {
  padding: 15px;
  font-size: 14px;
  width: 100%;
  font-weight: bold;
  max-width: 320px;
  float: left;
}
@media (min-width: 768px) {
  body.onestepcheckout-index-index #co-form .btn-delivery {
    max-width: 250px;
  }
}
body.onestepcheckout-index-index .select-card-title a {
  text-decoration: underline;
}
body.onestepcheckout-index-index #payment_form_tokenaizer .save-error {
  color: red;
}
.order-success-wrapper .success-info {
  float: right;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .order-success-wrapper .success-info {
    float: right;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .order-success-wrapper .success-info {
    float: right;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .order-success-wrapper .success-info {
    float: right;
    width: 50%;
  }
}
.order-success-wrapper .success-info .buttons-set {
  overflow: hidden;
}
.order-success-wrapper .success-info .buttons-set button {
  padding: 15px;
  font-size: 14px;
  width: 100%;
  font-weight: bold;
  max-width: 320px;
}
@media (min-width: 768px) {
  .order-success-wrapper .success-info .buttons-set button {
    max-width: 250px;
  }
}
@media (min-width: 768px) {
  .order-success-wrapper .success-info .buttons-set button {
    float: left;
  }
}
.order-success-wrapper .success-banner {
  float: right;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .order-success-wrapper .success-banner {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .order-success-wrapper .success-banner {
    float: right;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .order-success-wrapper .success-banner {
    float: right;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .order-success-wrapper .success-banner {
    float: right;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .order-success-wrapper .success-banner .order_success {
    background: url("../../default/images/success/banner_bkg.png") no-repeat;
    background-size: 100%;
    padding-top: 22%;
    padding-left: 22%;
  }
}
/* Login, Register & Forgot Password Pages */
@media (min-width: 992px) {
  body.customer-account-login .layout,
  body.customer-account-forgotpassword .layout,
  .page-empty .layout {
    width: 100%;
    max-width: 960px !important;
  }
}
body.customer-account-login .col2-set > div .title-wrapper,
body.customer-account-forgotpassword .col2-set > div .title-wrapper,
.page-empty .col2-set > div .title-wrapper {
  overflow: hidden;
  margin-bottom: 20px;
}
body.customer-account-login .col2-set > div .title-wrapper h2,
body.customer-account-forgotpassword .col2-set > div .title-wrapper h2,
.page-empty .col2-set > div .title-wrapper h2 {
  float: right;
  font-size: 24px;
  font-weight: bold;
  margin: 0px;
  color: #192068;
}
body.customer-account-login .col2-set > div .title-wrapper > a,
body.customer-account-forgotpassword .col2-set > div .title-wrapper > a,
.page-empty .col2-set > div .title-wrapper > a {
  float: left;
  color: #000;
  padding-top: 2px;
  display: none;
}
body.customer-account-login .col2-set > div .title-wrapper + p,
body.customer-account-forgotpassword .col2-set > div .title-wrapper + p,
.page-empty .col2-set > div .title-wrapper + p,
body.customer-account-login .col2-set > div p.required,
body.customer-account-forgotpassword .col2-set > div p.required,
.page-empty .col2-set > div p.required {
  display: none;
}
body.customer-account-login .col2-set > div .form-list,
body.customer-account-forgotpassword .col2-set > div .form-list,
.page-empty .col2-set > div .form-list,
body.customer-account-login .col2-set > div .buttons-set,
body.customer-account-forgotpassword .col2-set > div .buttons-set,
.page-empty .col2-set > div .buttons-set {
  margin: 0 0 20px;
}
body.customer-account-login .col2-set > div .form-list li:last-child,
body.customer-account-forgotpassword .col2-set > div .form-list li:last-child,
.page-empty .col2-set > div .form-list li:last-child {
  margin: 0;
}
body.customer-account-login .col2-set > div .form-list:nth-child(2),
body.customer-account-forgotpassword .col2-set > div .form-list:nth-child(2),
.page-empty .col2-set > div .form-list:nth-child(2) {
  padding-top: 0;
}
body.customer-account-login .col2-set > div .buttons-set,
body.customer-account-forgotpassword .col2-set > div .buttons-set,
.page-empty .col2-set > div .buttons-set {
  margin: 0 0 20px;
  border: none;
}
body.customer-account-login .col2-set > div .buttons-set .button,
body.customer-account-forgotpassword .col2-set > div .buttons-set .button,
.page-empty .col2-set > div .buttons-set .button {
  padding: 15px;
  font-size: 14px;
  width: 100%;
  font-weight: bold;
  max-width: 320px;
  background: #192068;
  color: #fff;
  text-shadow: 1px 1px #000;
}
@media (min-width: 768px) {
  body.customer-account-login .col2-set > div .buttons-set .button,
  body.customer-account-forgotpassword .col2-set > div .buttons-set .button,
  .page-empty .col2-set > div .buttons-set .button {
    max-width: 250px;
  }
}
body.customer-account-login .col2-set .registered-users #login-form,
body.customer-account-forgotpassword .col2-set .registered-users #login-form,
.page-empty .col2-set .registered-users #login-form {
  background: #eaedf1;
  padding: 15px;
}
body.customer-account-login .col2-set .registered-users #login-form > *,
body.customer-account-forgotpassword .col2-set .registered-users #login-form > *,
.page-empty .col2-set .registered-users #login-form > * {
  margin-bottom: 20px;
}
body.customer-account-login .col2-set .registered-users #login-form .content,
body.customer-account-forgotpassword .col2-set .registered-users #login-form .content,
.page-empty .col2-set .registered-users #login-form .content {
  min-height: 0;
}
body.customer-account-login .col2-set .registered-users #login-form .buttons-set,
body.customer-account-forgotpassword .col2-set .registered-users #login-form .buttons-set,
.page-empty .col2-set .registered-users #login-form .buttons-set {
  padding: 0;
}
body.customer-account-login .col2-set .registered-users #login-form .buttons-set .button,
body.customer-account-forgotpassword .col2-set .registered-users #login-form .buttons-set .button,
.page-empty .col2-set .registered-users #login-form .buttons-set .button {
  max-width: 100%;
}
body.customer-account-login .col2-set .registered-users #login-form .newsletter-additional-text,
body.customer-account-forgotpassword .col2-set .registered-users #login-form .newsletter-additional-text,
.page-empty .col2-set .registered-users #login-form .newsletter-additional-text {
  text-align: right;
  margin: 0;
}
body.customer-account-login .col2-set .new-users .wrapper,
body.customer-account-forgotpassword .col2-set .new-users .wrapper,
.page-empty .col2-set .new-users .wrapper {
  background: #dde3e9;
  padding: 15px;
}
body.customer-account-login .col2-set .new-users .wrapper .account-create #form-validate label,
body.customer-account-forgotpassword .col2-set .new-users .wrapper .account-create #form-validate label,
.page-empty .col2-set .new-users .wrapper .account-create #form-validate label {
  color: #192068;
}
body.customer-account-login .col2-set .new-users .wrapper .account-create #form-validate .fieldset .fields .field,
body.customer-account-forgotpassword .col2-set .new-users .wrapper .account-create #form-validate .fieldset .fields .field,
.page-empty .col2-set .new-users .wrapper .account-create #form-validate .fieldset .fields .field {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}
body.customer-account-login .col2-set .new-users .wrapper .account-create #form-validate .fieldset .fields .field:last-child,
body.customer-account-forgotpassword .col2-set .new-users .wrapper .account-create #form-validate .fieldset .fields .field:last-child,
.page-empty .col2-set .new-users .wrapper .account-create #form-validate .fieldset .fields .field:last-child {
  margin: 0;
}
body.customer-account-login .col2-set .new-users .wrapper .account-create #form-validate .fieldset .control label,
body.customer-account-forgotpassword .col2-set .new-users .wrapper .account-create #form-validate .fieldset .control label,
.page-empty .col2-set .new-users .wrapper .account-create #form-validate .fieldset .control label {
  display: inline;
  color: #666666;
  font-weight: normal;
}
body.customer-account-login .col2-set .new-users .wrapper .account-create #form-validate .fieldset .customer-name .field,
body.customer-account-forgotpassword .col2-set .new-users .wrapper .account-create #form-validate .fieldset .customer-name .field,
.page-empty .col2-set .new-users .wrapper .account-create #form-validate .fieldset .customer-name .field {
  margin-bottom: 10px;
}
body.customer-account-login .col2-set .new-users .wrapper .account-create #form-validate .fieldset .customer-name .field:last-child,
body.customer-account-forgotpassword .col2-set .new-users .wrapper .account-create #form-validate .fieldset .customer-name .field:last-child,
.page-empty .col2-set .new-users .wrapper .account-create #form-validate .fieldset .customer-name .field:last-child {
  margin-bottom: 10px;
}
body.customer-account-login .col2-set .new-users .wrapper .account-create #form-validate .buttons-set,
body.customer-account-forgotpassword .col2-set .new-users .wrapper .account-create #form-validate .buttons-set,
.page-empty .col2-set .new-users .wrapper .account-create #form-validate .buttons-set {
  margin: 0;
  padding: 0;
}
.page-empty .registered-users {
  margin: 0 !important;
}
.page-empty .registered-users #login-form .content .title-wrapper a {
  display: block !important;
}
.page-empty .registered-users #login-form > .buttons-set button {
  padding: 10px !important;
}
.page-empty .registered-users #login-form .inchoo-socialconnect-login-lower > div {
  width: 100%;
  display: table-cell;
}
@media (min-width: 400px) {
  .page-empty .registered-users #login-form .inchoo-socialconnect-login-lower > div {
    width: 45%;
  }
}
.page-empty .registered-users #login-form .inchoo-socialconnect-login-lower .inchoo-socialconnect-login-lower-google {
  float: left;
}
.page-empty .registered-users #login-form .inchoo-socialconnect-login-lower .inchoo-socialconnect-login-lower-facebook {
  float: right;
}
.page-empty .registered-users #login-form .inchoo-socialconnect-login-lower .buttons-set .clearer > div {
  float: none !important;
}
/* custome designs for My Account Pages */
body.my-account .header-container,
body.my-account .footer-container {
  width: auto;
}
@media (min-width: 992px) {
  body.my-account .layout {
    width: 100%;
    max-width: 960px !important;
  }
}
body.my-account aside[role="complementary"] .block-account {
  border: none;
}
body.my-account aside[role="complementary"] .block-account .block-title strong {
  font-size: 16px;
}
body.my-account aside[role="complementary"] .block-account .block-content {
  padding: 0;
}
body.my-account aside[role="complementary"] .block-account .block-content ul li {
  padding: 5px 15px;
  border-bottom: 1px solid #fff;
  background-color: #eaedf1;
  padding: 0px;
}
body.my-account aside[role="complementary"] .block-account .block-content ul li a {
  padding: 10px 15px;
  border: none;
  color: #999999;
  font-weight: bold;
}
body.my-account aside[role="complementary"] .block-account .block-content ul li a:hover {
  text-decoration: none;
}
body.my-account aside[role="complementary"] .block-account .block-content ul li:hover a {
  color: #192068;
}
body.my-account aside[role="complementary"] .block-account .block-content ul li.current {
  background-color: #fff;
}
body.my-account aside[role="complementary"] .block-account .block-content ul li.current strong {
  padding: 10px 15px;
  color: #192068;
  display: block;
  width: 100%;
}
body.my-account div[role="main"] .my-account h2 {
  font-size: 14px;
  color: #666666;
  font-weight: bold;
  padding-bottom: 5px;
}
body.my-account div[role="main"] .my-account .pager {
  border: none;
}
body.my-account div[role="main"] .my-account .box-account {
  border-color: #eaedf1;
  overflow-x: auto;
  box-shadow: none;
}
body.my-account div[role="main"] .my-account .box-account .box-head {
  background-color: #eaedf1;
  border-color: #eaedf1;
}
body.my-account div[role="main"] .my-account .box-account .box-head h2 {
  color: #192068;
  font-weight: bold;
}
body.my-account div[role="main"] .my-account .box-account .box .box-title {
  border-color: #eaedf1;
}
body.my-account div[role="main"] .my-account .box-account .box .box-title h3 {
  font-size: 14px;
  color: #666666;
  font-weight: bold;
}
body.my-account div[role="main"] .my-account .box-account .box .box-content > div,
body.my-account div[role="main"] .my-account .box-account .box .box-content > p {
  margin-bottom: 20px !important;
  overflow: hidden;
}
body.my-account div[role="main"] .my-account .box-account .box .box-content h4 {
  font-size: 14px;
  color: #999999;
  font-weight: bold;
}
body.my-account div[role="main"] .my-account .box-account .box .box-content a {
  float: left;
  margin-top: 5px;
}
body.my-account div[role="main"] .my-account .box-account .col2-set:last-child .box {
  margin-bottom: 0;
}
body.my-account div[role="main"] .my-account .box-account .col2-set:last-child .box .col-2 {
  margin-bottom: 0 !important;
}
body.my-account div[role="main"] .my-account .addresses-list .addresses-primary ol .item {
  border-color: #eaedf1;
}
body.my-account div[role="main"] .my-account .addresses-list .addresses-primary ol .item h3 {
  background: #eaedf1;
  color: #192068;
}
body.my-account div[role="main"] .my-account .addresses-list .addresses-additional ol .item {
  box-shadow: none;
}
/* Store Locator
 */
.onibi-storelocator-index-index .layout .stores-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}
.onibi-storelocator-index-index .layout .stores-wrapper .stores {
  float: right;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .onibi-storelocator-index-index .layout .stores-wrapper .stores {
    float: right;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .onibi-storelocator-index-index .layout .stores-wrapper .stores {
    float: right;
    width: 25%;
  }
}
.onibi-storelocator-index-index .layout .stores-wrapper .stores .search-area span {
  margin: 0 0 10px;
}
.onibi-storelocator-index-index .layout .stores-wrapper .stores .search-area ul {
  margin-right: -15px;
  margin-left: -15px;
  margin: 0 -5px;
}
.onibi-storelocator-index-index .layout .stores-wrapper .stores .search-area ul li {
  position: relative;
  float: right;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0 5px;
}
.onibi-storelocator-index-index .layout .stores-wrapper .stores .search-area ul li #area-select,
.onibi-storelocator-index-index .layout .stores-wrapper .stores .search-area ul li #branch-select {
  height: 50px;
}
@media (min-width: 768px) {
  .onibi-storelocator-index-index .layout .stores-wrapper .stores .search-area ul li #area-select,
  .onibi-storelocator-index-index .layout .stores-wrapper .stores .search-area ul li #branch-select {
    max-width: 190px;
    width: 100%;
  }
}
.onibi-storelocator-index-index .layout .stores-wrapper .stores .store-list {
  float: none;
  height: auto;
  overflow-y: auto;
  width: auto;
}
.onibi-storelocator-index-index .layout .stores-wrapper .stores .store-list > li {
  border-bottom: 1px solid #d5dce4;
  padding: 10px 0;
}
.onibi-storelocator-index-index .layout .stores-wrapper .stores .store-list > li .store-name {
  cursor: pointer;
  margin: 10px 0;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  background: none;
  border: none;
}
.onibi-storelocator-index-index .layout .stores-wrapper .stores .store-list > li .store-name:hover {
  text-decoration: underline;
}
.onibi-storelocator-index-index .layout .stores-wrapper .stores .store-list > li .store-name.open {
  color: #192068;
}
.onibi-storelocator-index-index .layout .stores-wrapper .stores .store-list > li .store-data {
  display: none;
  margin-bottom: 10px;
}
.onibi-storelocator-index-index .layout .stores-wrapper .stores .store-list > li .store-data li {
  border: none;
}
.onibi-storelocator-index-index .layout .stores-wrapper .stores .store-list > li .store-data label {
  font-weight: normal;
}
.onibi-storelocator-index-index .layout .stores-wrapper .stores .store-list > li .store-data .toMap {
  cursor: pointer;
  float: left;
}
.onibi-storelocator-index-index .layout .stores-wrapper .stores .store-list li:last-child {
  border: none;
}
.onibi-storelocator-index-index .layout .stores-wrapper #search {
  display: none;
  /*
			.make-xs-column(12);
			.make-sm-column(6);
			.make-md-column(8);
			max-width:800px;
			width: 100%;
			margin-bottom:10px;

			.input-text{
				width: 100%;
			}
			*/
}
.onibi-storelocator-index-index .layout .stores-wrapper #maps {
  float: right;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  margin: 0 0 20px;
  max-width: 800px;
}
@media (min-width: 768px) {
  .onibi-storelocator-index-index .layout .stores-wrapper #maps {
    float: right;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .onibi-storelocator-index-index .layout .stores-wrapper #maps {
    float: right;
    width: 50%;
  }
}
.onibi-storelocator-index-index .layout .stores-wrapper #maps #map_canvas {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin: 0;
  border: 1px solid #E9E5DC;
}
.onibi-storelocator-index-index .layout .stores-wrapper #maps #map_canvas iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.onibi-storelocator-index-index .layout .stores-wrapper #maps #map_canvas .store-image-div-infoWindow {
  display: none;
}
.onibi-storelocator-index-index .layout .stores-wrapper #maps #map_canvas h3 {
  margin-top: 0;
  font-size: 18px;
}
.onibi-storelocator-index-index .layout .stores-wrapper .store-info {
  min-height: 100px;
  min-width: 0px;
  max-width: 250px;
  width: 100%;
}
.onibi-storelocator-index-index .layout .stores-wrapper .driving-directions {
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cms-page-view .std {
  margin-right: -15px;
  margin-left: -15px;
}
.cms-page-view .std > div.content {
  float: right;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .cms-page-view .std > div.content {
    float: right;
    width: 50%;
  }
}
.cms-page-view .std > div.content h2:first-child {
  margin-top: 0;
}
.cms-page-view .std > div.image {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  background: url('../../default/images/cms/cms-bkg.png') no-repeat;
  background-size: 44%;
  padding-top: 5%;
  padding-left: 5%;
  margin-top: -5%;
}
@media (max-width: 767px) {
  .cms-page-view .std > div.image {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cms-page-view .std > div.image {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .cms-page-view .std > div.image {
    float: right;
    width: 50%;
  }
}
.cms-page-view .std > div.image img {
  width: 100%;
}
.cms-page-view .std > .video {
  position: relative;
  float: right;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.cms-page-view .std > .video > .video-wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.cms-page-view .std > .video > .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cms-page-view .std h2 {
  font-size: 21px;
  color: #192068;
  font-weight: bold;
}
.cms-page-view .std .hightlights {
  margin-right: -15px;
  margin-left: -15px;
  list-style: none;
  padding: 0;
}
.cms-page-view .std .hightlights > li {
  float: right;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cms-page-view .std .hightlights > li {
    float: right;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .cms-page-view .std .hightlights > li {
    float: right;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .cms-page-view .std .hightlights > li {
    float: right;
    width: 25%;
  }
}
.cms-page-view .std .hightlights > li p {
  margin: 0;
  background: #dde3e9;
  color: #192068;
  text-align: center;
  padding: 10px 0;
}
@media (min-width: 1200px) {
  .cms-page-view .std .hightlights > li p {
    padding: 15px 0;
  }
}
@media (min-width: 768px) {
  .cms-page-view .std .hightlights > li p span {
    display: block;
  }
}
.cms-sizecharts .size-chart > div {
  margin-bottom: 30px;
}
.cms-sizecharts .size-chart > .clothes,
.cms-sizecharts .size-chart .boys,
.cms-sizecharts .size-chart .girls,
.cms-sizecharts .size-chart .babies {
  clear: both;
  overflow: auto;
}
.cms-sizecharts .size-chart > .clothes img,
.cms-sizecharts .size-chart .boys img,
.cms-sizecharts .size-chart .girls img,
.cms-sizecharts .size-chart .babies img {
  width: auto;
}
.cms-sizecharts .size-chart > .women {
  clear: right;
}
.cms-sizecharts .size-chart h2 {
  clear: right;
}
body[class*="cms-c-"] .page-title {
  text-align: center;
}
body[class*="cms-c-"] .std img {
  max-width: 100%;
  height: auto;
}
body[class*="cms-c-"] .std > * {
  padding: 0 15px;
}
@media (min-width: 768px) {
  body[class*="cms-c-"] .std > * {
    padding: 0;
  }
}
.cms-terms-popup .std {
  margin: 15px;
}
/* Renuar.co.il custom designs for lobby page */
body.lobby .page-title,
body.lobby .breadcrumb {
  display: none;
}
.banner-lobby {
  clear: both;
  overflow: hidden;
  margin: -20px -15px;
}
.banner-lobby div {
  float: right;
  width: 50%;
  padding: 0 1px 1px;
}
@media (min-width: 768px) {
  .banner-lobby div {
    width: 25%;
  }
}
.banner-lobby div a img {
  width: 100%;
}
.banner-lobby .banner-img-wrap {
  position: relative;
}
.banner-lobby .wrap-1,
.banner-lobby .wrap-4 {
  width: 100%;
}
@media (min-width: 768px) {
  .banner-lobby .wrap-1,
  .banner-lobby .wrap-4 {
    width: 50%;
  }
}
.banner-lobby .banner-video-wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 65.0526%;
  padding-top: 1px;
  height: 0;
}
.banner-lobby .banner-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lobby_sale .wrap-2 {
  width: 100%;
}
@media (min-width: 768px) {
  .lobby_sale .wrap-2 {
    width: 50%;
  }
}
_:-ms-input-placeholder,
:root .kedswalk-index-index .campaign-container *,
_:-ms-input-placeholder,
:root .kw-popup-open * {
  font-family: arial !important;
}
.kedswalk-index-index .breadcrumb {
  display: none;
}
.kedswalk-index-index div[role="main"] {
  padding: 0 !important;
  margin: -20px 0 0;
}
@media (min-width: 768px) {
  .kedswalk-index-index div[role="main"] {
    padding: 0 15px !important;
    margin: 0 auto 20px;
  }
}
.kedswalk-index-index .validation-advice {
  color: yellow;
}
.kedswalk-index-index .kw-popup-fancybox .fancybox-skin {
  box-shadow: none;
  background: #3a76a7;
}
@media (min-width: 768px) {
  .kedswalk-index-index .kw-popup-fancybox .fancybox-skin {
    background: url("../../../base/default/images/kedswalk/popup-bkg.png") repeat-x scroll center bottom #3a76a7;
    padding-bottom: 120px !important;
  }
}
.kedswalk-index-index .kw-popup-fancybox div.kw-popup-open {
  text-align: center;
  color: #fff;
  font-weight: lighter;
}
.kedswalk-index-index .kw-popup-fancybox div.kw-popup-open > h3 {
  font-size: 27px;
}
@media (min-width: 768px) {
  .kedswalk-index-index .kw-popup-fancybox div.kw-popup-open > h3 {
    font-size: 40px;
  }
}
.kedswalk-index-index .kw-popup-fancybox div.kw-popup-open > p {
  font-size: 14px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .kedswalk-index-index .kw-popup-fancybox div.kw-popup-open > p {
    font-size: 19px;
  }
}
.kedswalk-index-index .kw-popup-fancybox div.kw-popup-open .closepopup {
  background: #0d5793;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: lighter;
  margin: 0 auto;
  max-width: 210px;
  padding: 5px;
  width: 80%;
  margin-bottom: 20px;
  cursor: pointer;
}
.kedswalk-index-index .kw-youtube-fancybox .fancybox-skin {
  background: #3a76a7;
}
.kedswalk-index-index .kw-youtube-fancybox .fancybox-skin .youTube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.kedswalk-index-index .kw-youtube-fancybox .fancybox-skin .youTube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.kedswalk-index-index div#large-tv {
  background: url('../../../base/default/images/kedswalk/big-tv.png') repeat-x left bottom;
  background-size: 100%;
}
.kedswalk-index-index div#kw-terms > p {
  text-align: right;
  font-size: 12px;
}
.kedswalk-index-index div#popupform form {
  max-width: 360px;
  margin: 0 auto;
}
.kedswalk-index-index div#popupform .form-list li {
  display: table;
  width: 100%;
}
.kedswalk-index-index div#popupform .form-list li label {
  display: table-cell;
  color: #fff;
  width: 30%;
  text-align: left;
  padding-left: 10px;
  font-size: 16px;
  font-weight: lighter;
}
@media (min-width: 768px) {
  .kedswalk-index-index div#popupform .form-list li label {
    font-size: 19px;
  }
}
.kedswalk-index-index div#popupform .form-list li .input-box {
  display: table-cell;
  width: 70%;
  vertical-align: middle;
}
.kedswalk-index-index div#popupform .terms-box {
  display: table;
}
.kedswalk-index-index div#popupform .terms-box input {
  display: table-cell;
}
.kedswalk-index-index div#popupform .terms-box label {
  display: table-cell;
  text-align: right;
  padding-right: 5px;
  font-weight: lighter;
}
.kedswalk-index-index div#popupform .terms-box label a {
  color: #fff;
  text-decoration: underline;
}
.kedswalk-index-index div#popupform .buttons-set {
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
}
.kedswalk-index-index div#popupform .buttons-set button {
  float: none;
  background: #0d5793;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: lighter;
  margin: 0 auto;
  max-width: 210px;
  padding: 5px;
  width: 80%;
  margin-bottom: 20px;
  text-shadow: none;
}
.kedswalk-index-index .campaign-container {
  max-width: 1200px;
  width: 100%;
  color: #fff;
  background: url('../../../base/default/images/kedswalk/bkg.png') repeat-x left bottom;
  position: relative;
}
@media (min-width: 768px) {
  .kedswalk-index-index .campaign-container {
    height: 700px;
    margin: 0 auto;
  }
}
.kedswalk-index-index .campaign-container .content {
  padding: 15px;
  background-color: #3a76a7;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .kedswalk-index-index .campaign-container .content {
    width: 40%;
    max-width: 555px;
  }
}
.kedswalk-index-index .campaign-container .content h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 25px;
}
@media (min-width: 992px) {
  .kedswalk-index-index .campaign-container .content h2 {
    font-size: 31px;
  }
}
@media (min-width: 992px) {
  .kedswalk-index-index .campaign-container .content h2 {
    font-size: 42px;
  }
}
.kedswalk-index-index .campaign-container .content a {
  color: #fff;
}
.kedswalk-index-index .campaign-container .content ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.kedswalk-index-index .campaign-container .content ul.progress {
  font-size: 18px;
  font-weight: lighter;
}
@media (min-width: 992px) {
  .kedswalk-index-index .campaign-container .content ul.progress {
    font-size: 24px;
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .kedswalk-index-index .campaign-container .content ul.progress {
    padding: 0 50px;
  }
}
.kedswalk-index-index .campaign-container .content ul.progress li strong {
  float: right;
  background-color: #013474;
  padding: 1px 10px;
  border-radius: 50px;
  margin-left: 5px;
  font-weight: normal;
}
.kedswalk-index-index .campaign-container .content ul.progress li p {
  padding-right: 40px;
}
.kedswalk-index-index .campaign-container .content ul.progress li a {
  font-weight: bold;
  text-decoration: underline;
}
.kedswalk-index-index .campaign-container .content ul.progress li .tv {
  background: url('../../../base/default/images/kedswalk/small-tv.png') no-repeat;
  background-size: 100%;
  margin: -15px 0;
}
.kedswalk-index-index .campaign-container .content ul.progress li .tv img {
  width: 100%;
}
@media (min-width: 992px) {
  .kedswalk-index-index .campaign-container .content ul.kw-links {
    margin-right: -15px;
    margin-left: -15px;
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 500px;
  }
}
.kedswalk-index-index .campaign-container .content ul.kw-links li {
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .kedswalk-index-index .campaign-container .content ul.kw-links li {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .kedswalk-index-index .campaign-container .content ul.kw-links li {
    float: right;
    width: 50%;
  }
}
.kedswalk-index-index .campaign-container .content ul.kw-links li a {
  background: #013474;
  border-radius: 5px;
  display: block;
  padding: 10px;
  text-align: center;
}
.kedswalk-index-index .campaign-container .content .terms {
  color: #013474;
  text-decoration: underline;
}
.contacts-index-index .header-container,
.contacts-index-index .footer-container {
  width: auto;
}
.contacts-index-index div[role="main"] {
  max-width: 425px;
}
.contacts-index-index div[role="main"] .contacts_text > p {
  margin: 0;
}
.contacts-index-index div[role="main"] .contacts_text hr {
  margin: 15px 0;
}
.contacts-index-index div[role="main"] .contacts_text ul {
  margin: 0;
}
.contacts-index-index div[role="main"] .contacts_text ul li strong {
  width: 50px;
  font-weight: normal;
  display: inline-block;
}
.contacts-index-index div[role="main"] .contacts_text ul li span {
  color: #192068;
}
.contacts-index-index div[role="main"] #contactForm .fieldset .form-list > label {
  margin: 0 0 15px;
}
.contacts-index-index div[role="main"] #contactForm .buttons-set {
  border: none;
  padding: none;
}
.contacts-index-index div[role="main"] #contactForm .buttons-set > .required {
  display: none;
}
.contacts-index-index div[role="main"] #contactForm .buttons-set .button {
  padding: 15px;
  font-size: 14px;
  width: 100%;
  font-weight: bold;
  max-width: 320px;
  background: #192068;
  color: #fff;
  text-shadow: 1px 1px #000;
  max-width: 200px;
}
@media (min-width: 768px) {
  .contacts-index-index div[role="main"] #contactForm .buttons-set .button {
    max-width: 250px;
  }
}
.contacts-index-index aside {
  display: none !important;
}
.page-print {
  padding: 15px;
}
.footer-container footer {
  margin: 0;
}
.footer-container footer .footer-top .newsletter-wrapper {
  margin-right: -15px;
  margin-left: -15px;
  background: #192068;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .footer-container footer .footer-top .newsletter-wrapper {
    margin: 0 -40px;
    padding: 20px 25px;
  }
}
.footer-container footer .footer-top .newsletter-wrapper .newsletter-text {
  float: right;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-container footer .footer-top .newsletter-wrapper .newsletter-text {
    float: right;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .footer-container footer .footer-top .newsletter-wrapper .newsletter-text {
    float: right;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .footer-container footer .footer-top .newsletter-wrapper .newsletter-text {
    text-align: right;
  }
}
.footer-container footer .footer-top .newsletter-wrapper .newsletter-text .title {
  line-height: 1;
  margin: 0 0 5px;
}
.footer-container footer .footer-top .newsletter-wrapper .newsletter-filed {
  float: right;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .footer-container footer .footer-top .newsletter-wrapper .newsletter-filed {
    float: right;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .footer-container footer .footer-top .newsletter-wrapper .newsletter-filed {
    float: right;
    width: 33.33333333%;
  }
}
.footer-container footer .footer-top .newsletter-wrapper .newsletter-filed .input-box {
  display: table;
  width: 100%;
  max-width: 240px;
  background: #d0d6e6;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .footer-container footer .footer-top .newsletter-wrapper .newsletter-filed .input-box {
    margin: 0;
  }
}
.footer-container footer .footer-top .newsletter-wrapper .newsletter-filed .input-box input {
  display: table-cell;
  background: none;
  border: none;
  box-shadow: none;
  height: 37px;
}
.footer-container footer .footer-top .newsletter-wrapper .newsletter-filed .input-box .validation-advice {
  background: #192068;
  opacity: 1 !important;
}
.footer-container footer .footer-top .newsletter-wrapper .newsletter-filed .input-box .actions {
  display: table-cell;
  vertical-align: bottom;
  position: absolute;
  left: 5px;
  top: 2px;
}
.footer-container footer .footer-top .newsletter-wrapper .newsletter-filed .input-box .actions button {
  background: url('../../default/images/footer/footer_newseletter_submit.png') no-repeat;
  border: none;
  height: 30px;
  padding: 0;
  width: 30px;
}
.footer-container footer .footer-top .newsletter-wrapper .newsletter-filed .input-box .actions button span {
  display: none;
}
.footer-container footer .footer-top .newsletter-wrapper .newsletter-filed .gender-selection {
  display: table;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer-container footer .footer-top .newsletter-wrapper .newsletter-filed .gender-selection {
    display: block;
    width: auto;
    max-width: initial;
  }
}
.footer-container footer .footer-top .newsletter-wrapper .newsletter-filed .gender-selection input {
  float: right;
  margin-top: 6px;
  margin-left: 3px;
}
.footer-container footer .footer-top .newsletter-wrapper .newsletter-filed .gender-selection label {
  float: right;
  color: #fff;
  font-weight: normal;
  margin-top: 4px;
  margin-left: 5px;
}
.footer-container footer .footer-btm .footer-links {
  width: 100%;
  padding: 15px 0;
}
.footer-container footer .footer-btm .footer-links > ul {
  width: 100%;
  padding: 0;
}
.footer-container footer .footer-btm .footer-links .footer-login {
  display: none !important;
}
@media (max-width: 767px) {
  .footer-container footer .footer-btm .footer-links .footer-login {
    display: block !important;
  }
  table.footer-container footer .footer-btm .footer-links .footer-login {
    display: table;
  }
  tr.footer-container footer .footer-btm .footer-links .footer-login {
    display: table-row !important;
  }
  th.footer-container footer .footer-btm .footer-links .footer-login,
  td.footer-container footer .footer-btm .footer-links .footer-login {
    display: table-cell !important;
  }
}
.footer-container footer .footer-btm .footer-links > .links {
  text-align: right;
  float: right;
}
@media (min-width: 768px) {
  .footer-container footer .footer-btm .footer-links > .links {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
  }
}
.footer-container footer .footer-btm .footer-links > .links > li {
  border-bottom: 1px solid #ccc;
  display: block;
}
@media (min-width: 768px) {
  .footer-container footer .footer-btm .footer-links > .links > li {
    display: inline-table;
    border: none;
    margin-left: 20px;
  }
}
.footer-container footer .footer-btm .footer-links > .links > li h5 {
  margin: 0;
  color: #46a2d5;
  display: block;
  float: none;
  padding: 10px 0;
  cursor: pointer;
  background: url("../../default/images/footer/footer_newseletter_submit.png") no-repeat scroll left center / 15px auto rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .footer-container footer .footer-btm .footer-links > .links > li h5 {
    background: none;
    cursor: default;
  }
}
.footer-container footer .footer-btm .footer-links > .links > li > ul {
  width: 100%;
  padding: 0;
  overflow: auto;
  float: none;
  display: none;
}
@media (min-width: 768px) {
  .footer-container footer .footer-btm .footer-links > .links > li > ul {
    display: block;
  }
}
.footer-container footer .footer-btm .footer-links > .links > li > ul li {
  display: list-item;
}
.footer-container footer .footer-btm .footer-links > .links > li > ul li a {
  display: block;
  padding: 10px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-container footer .footer-btm .footer-links > .links > li > ul li a {
    padding: 3px 0;
  }
}
.footer-container footer .footer-btm .footer-links > .links > li ul.open {
  display: block;
}
.footer-container footer .footer-btm .footer-links .copyrights {
  clear: both;
  font-size: 11px;
  text-align: center;
  overflow: hidden;
}
.footer-container footer .footer-btm .footer-links .copyrights span {
  color: #192068;
}
@media (min-width: 992px) {
  .footer-container footer .footer-btm .footer-links .copyrights span {
    float: right;
  }
}
.footer-container footer .footer-btm .footer-links .copyrights address {
  overflow: hidden;
  direction: ltr;
  color: #888;
  width: auto;
  float: none;
}
@media (min-width: 992px) {
  .footer-container footer .footer-btm .footer-links .copyrights address {
    float: left;
  }
}
.footer-container footer .footer-btm .footer-links .copyrights address ul {
  border: none;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-container footer .footer-btm .footer-links .copyrights address ul {
    display: table;
    margin: 0 auto;
    padding: 0;
  }
}
.footer-container footer .footer-btm .footer-links .copyrights address ul li {
  padding: 2px 0;
}
@media (min-width: 768px) {
  .footer-container footer .footer-btm .footer-links .copyrights address ul li {
    display: table-cell;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .footer-container footer .footer-btm .footer-links .copyrights address ul li {
    padding-right: 15px;
  }
}
.footer-container footer .footer-btm .footer-links .copyrights address ul li a {
  color: #888;
}
@media (min-width: 992px) {
  .footer-container footer .footer-btm .footer-links .copyrights address ul li:last-child {
    margin: 0;
  }
}
.clubmembers-wrapper {
  padding-top: 60px;
  font-size: 14px;
}
.clubmembers-wrapper .clubmember-right-block {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .clubmembers-wrapper .clubmember-right-block {
    float: right;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .clubmembers-wrapper .clubmember-right-block {
    float: right;
    width: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  .clubmembers-wrapper .clubmember-right-block {
    float: right;
    width: 50%;
  }
}
.clubmembers-wrapper .clubmember-right-block img.desktop {
  max-height: 685px;
  width: 100%;
}
@media (max-width: 768px) {
  .clubmembers-wrapper .clubmember-right-block {
    display: none;
  }
}
.clubmembers-wrapper .clubmember-right-block .mobile {
  display: none;
}
.clubmembers-wrapper .clubmembers-left-block {
  float: right;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: 50px;
}
@media (min-width: 768px) {
  .clubmembers-wrapper .clubmembers-left-block {
    float: right;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .clubmembers-wrapper .clubmembers-left-block {
    float: right;
    width: 58.33333333%;
  }
}
@media (min-width: 1200px) {
  .clubmembers-wrapper .clubmembers-left-block {
    float: right;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .clubmembers-wrapper .clubmembers-left-block {
    font-size: 18px;
    padding-left: 18px;
  }
}
.clubmembers-wrapper .clubmembers-left-block .logo {
  float: right;
  padding-left: 10px;
}
.clubmembers-wrapper .clubmembers-left-block .logo .desktop {
  max-width: 100px;
}
.clubmembers-wrapper .clubmembers-left-block .clubmember-header {
  margin-top: 0px;
  font-size: 18px;
}
.clubmembers-wrapper .clubmembers-left-block .clubmember-header h1 {
  margin-top: 0;
  font-size: 27px;
}
.clubmembers-wrapper .clubmembers-left-block .bottom-text {
  float: right;
  margin-right: -20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .clubmembers-wrapper .clubmembers-left-block .bottom-text {
    margin-top: 20px;
    margin-bottom: 7px;
  }
}
.clubmembers-wrapper .clubmembers-left-block .bottom-text:before {
  padding-left: 10px;
  content: "*";
  vertical-align: middle;
}
.clubmembers-wrapper .clubmembers-left-block .clubmember-text {
  float: right;
  /*		    li:before {
		   		@media (max-width: @screen-sm) {
					display: none;
				}
		        content:"·";
		        font-size:10px;
		        vertical-align:middle;
		        line-height:20px;
		        padding-left: 20px;
		    }			*/
}
.clubmembers-wrapper .clubmembers-left-block .clubmember-text strong {
  font-size: 18px;
  width: 100%;
  font-weight: 900;
  float: right;
  padding-top: 15px;
}
.clubmembers-wrapper .clubmembers-left-block .clubmember-text li {
  padding-top: 15px;
  list-style-type: disc;
  float: right;
  width: 100%;
}
.clubmembers-wrapper .clubmembers-left-block .clubmembers .button {
  background: url('../../default/images/vipcard/button.jpg') no-repeat #192068 right;
  background-size: contain;
  height: 40px;
  width: 270px;
}
@media (min-width: 480px) {
  .clubmembers-wrapper .clubmembers-left-block .clubmembers .button {
    height: 60px;
    width: 420px;
  }
}
.clubmembers-wrapper .clubmembers-left-block .clubmembers .promotion-text {
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 20px;
}
.clubmembers-wrapper .clubmembers-left-block .clubmembers .validation-advice {
  float: right;
}
.clubmembers-wrapper .clubmembers-left-block .clubmembers #newsletter_accept {
  box-shadow: none;
  border: 0px;
  width: auto;
  float: right;
}
.clubmembers-wrapper .clubmembers-left-block .clubmembers label {
  padding-top: 8px;
  padding-right: 5px;
}
.cms-page-view.cms-catalog-keds .content-container iframe#digital-catalog,
.cms-page-view.cms-catalog-keds1 .content-container iframe#digital-catalog,
.cms-page-view.cms-catalog-keds2 .content-container iframe#digital-catalog,
.cms-page-view.cms-catalog-keds3 .content-container iframe#digital-catalog,
.cms-page-view.cms-catalog-keds4 .content-container iframe#digital-catalog,
.cms-page-view.cms-catalog-keds5 .content-container iframe#digital-catalog {
  width: 100%;
  border: none;
  height: 400px;
}
@media (min-width: 992px) {
  .cms-page-view.cms-catalog-keds .content-container iframe#digital-catalog,
  .cms-page-view.cms-catalog-keds1 .content-container iframe#digital-catalog,
  .cms-page-view.cms-catalog-keds2 .content-container iframe#digital-catalog,
  .cms-page-view.cms-catalog-keds3 .content-container iframe#digital-catalog,
  .cms-page-view.cms-catalog-keds4 .content-container iframe#digital-catalog,
  .cms-page-view.cms-catalog-keds5 .content-container iframe#digital-catalog {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .cms-page-view.cms-catalog-keds .content-container iframe#digital-catalog,
  .cms-page-view.cms-catalog-keds1 .content-container iframe#digital-catalog,
  .cms-page-view.cms-catalog-keds2 .content-container iframe#digital-catalog,
  .cms-page-view.cms-catalog-keds3 .content-container iframe#digital-catalog,
  .cms-page-view.cms-catalog-keds4 .content-container iframe#digital-catalog,
  .cms-page-view.cms-catalog-keds5 .content-container iframe#digital-catalog {
    height: 650px;
  }
}
.catalog-product-view .digitalcatalog {
  display: inline-block;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .catalog-product-view .digitalcatalog {
    padding-right: none;
    padding-right: 14px;
  }
}
.catalog-product-view .digitalcatalog img {
  width: 100%;
}
.catalog-product-view .digitalcatalog h2 {
  color: #192068;
}
.assaf {
  z-index: 123456;
}
body {
  direction: rtl;
}
