.error-message {
  color: #f00;
}
.sidebar {
  padding-top: 44px;
}
.sidebar.left300px {
  width: 270px;
  float: left;
}
.content.left300px {
  margin-left: 300px;
}
.sidebar.right300px {
  width: 270px;
  float: right;
}
.content.right300px {
  margin-right: 300px;
}
.sidebar p {
  line-height: 1.3em;
}
.breadcrumbs {
  padding: 5px 0 15px;
}
div.cart {
  background: #ceb;
  -webkit-box-shadow: 0 -2px 9px -5px rgba(0,0,0,0.3);
  box-shadow: 0 -2px 9px -5px rgba(0,0,0,0.3);
  width: 240px;
  padding: 15px 15px 15px;
}
div.cart.fixed {
  overflow: hidden;
  position: fixed;
  top: 70px;
  z-index: 1312;
  -webkit-box-shadow: 0 -2px 10px -5px rgba(0,0,0,0.7) !important;
  box-shadow: 0 -2px 10px -5px rgba(0,0,0,0.7) !important;
}
.search {
  padding: 10px 0 20px;
}
.search input {
  font-size: 16px;
  width: 80%;
}
.currency-toggle {
  position: absolute;
  right: 165px;
  padding-top: 55px;
}
.bonus {
  background: #ceb;
  padding: 2px 4px 1px;
}
.plugin {
  margin-bottom: 20px;
}
.promo.hero.superhero {
  margin-top: -15px;
  padding: 0;
  overflow: hidden;
  background: #fff;
}
.promo a {
  display: block;
  height: 400px;
  position: relative;
}
.promo a .image {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.promo a .image .corner.right {
  right: 60px;
}
.promo a .image .corner.top {
  top: 30px;
}
.promo a .image img {
  width: 100%;
  top: -30%;
  position: absolute;
}
.promo a .info {
  position: absolute;
  top: 10px;
  left: 30px;
  max-width: 60%;
}
.promo a .info h2 {
  font-size: 3em;
  font-weight: bold;
  color: #000;
  line-height: 1.5em;
  margin-bottom: 0;
  text-shadow: 0 1px 1px #fff;
}
.promo a .info p {
  color: #222;
  font-size: 1.3em;
  text-shadow: 0 1px 1px #fff;
}
.promo .bx-wrapper {
  margin: 0 auto;
  direction: ltr;
}
.promo .bx-wrapper .bx-viewport {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: 0;
}
.promo .bx-wrapper .bx-pager,
.promo .bx-wrapper .bx-controls-auto {
  bottom: 20px;
}
.promo .bx-wrapper .bx-controls-direction a {
  display: none;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.promo:hover .bx-wrapper .bx-controls-direction a {
  display: block;
}
.promos {
  margin: 5px 0;
  padding-bottom: 20px;
}
.promos ul {
  padding: 0;
  margin: 0;
}
.promos ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 25%;
  float: left;
}
.promos ul li a {
  display: block;
  padding: 40px 30px;
  height: 80px;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #000;
  background-color: rgba(0,0,0,0.05);
  text-align: center;
  position: relative;
  text-decoration: none;
}
.promos ul li a .background-color-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  background-color: #000;
}
.promos ul li a h5 {
  font-size: 1.3em;
  text-shadow: 0 1px 2px #000;
  position: relative;
  z-index: 2;
}
.promos ul li a p {
  font-size: 0.9em;
  text-shadow: 0 1px 1px #000;
  position: relative;
  z-index: 2;
}
.promos ul li a:hover .background-color-layer {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.sub-categories {
  margin-bottom: 20px;
}
.filters {
  background: #eed;
  width: 240px;
  padding: 15px;
  float: right;
}
.filters input[type="text"] {
  font-size: 0.9em;
  width: 50px;
  text-align: right;
}
#video-container {
  margin: 0 0 24px;
  padding: 0 12px;
}
#video-container .video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 56%;
  overflow: hidden;
}
#video-container .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tags a {
  color: #008000;
}
.tags.cloud {
  text-align: center;
  font-size: 0.9em;
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #ccc;
}
ul.skus {
  padding-left: 0;
}
ul.skus li {
  list-style: none;
}
.stocks {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 0.9em;
}
.stocks .stock-critical {
  color: #e00;
}
.stocks .stock-low {
  color: #a80;
}
.stocks .stock-high {
  color: #0a0;
}
.stocks .stock-none {
  color: #aaa;
}
.stocks .icon16 {
  margin-top: 0.05em;
}
ul.menu-h.sorting {
  margin-left: 0;
}
ul.menu-h.sorting li {
  padding-right: 5px;
}
i.sort-desc {
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-bottom-color: #000;
  margin-bottom: 0.2em;
  display: inline-block;
  display: block 9;
  float: left 9;
}
i.sort-asc {
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-top-color: #000;
  margin-top: 0;
  display: inline-block;
  display: block 9;
  float: left 9;
}
.price {
  color: #a00;
  font-weight: bold;
}
.compare-at-price {
  text-decoration: line-through;
  color: #c66;
  margin: 0 3px;
}
.out-of-stock {
  color: #a77;
}
.disabled {
  color: #777;
}
.description {
  margin-bottom: 20px;
}
.error {
  color: #a33;
}
.rating i.icon16 {
  margin-right: 0.13em;
}
h1 .rating i.icon16 {
  margin-top: 0.37em;
}
table.compare {
  width: 100%;
}
table.compare td {
  text-align: center;
  line-height: 1em;
  padding: 10px 2px;
}
table.compare th {
  text-align: left;
}
table.compare td img {
  display: block;
  margin: 0 auto 10px;
}
ul.thumbs {
  padding: 0;
  margin: 0;
}
ul.thumbs li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 10px 40px 0px;
  position: relative;
  display: block 9;
  float: left 9;
  height: 320px 9; /* IE8- hack */
}
ul.thumbs img {
  margin-bottom: 2px;
  display: block;
}
ul.thumbs img.overhanging {
  position: absolute;
  left: -20px;
}
ul.thumbs i.icon16.overhanging {
  position: absolute;
  left: -20px;
  margin: 0;
  top: 2px;
}
ul.thumbs i.icon10.overhanging {
  position: absolute;
  margin-left: -17px;
  margin-right: 7px;
}
ul.thumbs input {
  margin: 0 3px 0 0 /* for correct checkbox display */;
}
ul.thumbs.li50px li {
  width: 50px;
}
ul.thumbs.li100px li {
  width: 100px;
}
ul.thumbs.li150px li {
  width: 150px;
}
ul.thumbs.li200px li {
  width: 200px;
}
ul.thumbs.li250px li {
  width: 250px;
}
ul.thumbs.li300px li {
  width: 300px;
}
ul.thumbs.li350px li {
  width: 350px;
}
ul.thumbs li a {
  font-weight: bold;
}
ul.thumbs li p {
  margin-bottom: 0;
}
ul.thumbs li.selected img {
  border: 4px solid #fdda3b;
  margin: -4px -2px -2px -4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
ul.thumbs li.highlighted {
  background: inherit;
}
ul.thumbs li.highlighted img {
  -moz-box-shadow: 0px 0px 10px #fe2;
  -webkit-box-shadow: 0px 0px 10px #fe2;
  -webkit-box-shadow: 0px 0px 10px #fe2;
  box-shadow: 0px 0px 10px #fe2;
}
table.table {
  margin-top: 25px;
  margin-left: -10px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table.table th {
  padding-left: 7px;
  padding-right: 7px;
}
table.table td {
  padding: 15px 7px;
  border-bottom: 1px solid #ddd;
}
table.table td.min-width {
  width: 1%;
}
table.table td p {
  margin: 0;
}
table.table td input.numerical {
  width: 50px;
  margin-right: 5px;
  text-align: right;
}
table.table tr.no-border td {
  border: none;
}
table.table tr.thin td {
  padding-top: 13px;
  padding-bottom: 0;
}
table.table tr.service td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  font-size: 0.8em;
  color: #555;
}
.related table.table {
  margin-top: 10px;
}
.related table.table td {
  padding: 10px 7px 15px;
  border: none;
}
.related h3 input {
  font-size: 14px;
}
.image {
  position: relative;
  display: inline-block;
  max-width: 100%;
  display: block 9; /* IE8- hack */
}
.image img {
  max-width: 100%;
  height: auto;
}
.image .corner {
  position: absolute;
  z-index: 10;
  font-size: 0.8em;
  color: #fff;
  font-weight: bold;
}
.image .corner.top {
  top: -5px;
}
.image .corner.bottom {
  bottom: -5px;
}
.image .corner.left {
  left: -8px;
}
.image .corner.right {
  right: -8px;
}
.image .loading {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.gallery .image {
  float: left 9; /* IE8 */
}
.badge {
  background: #fff;
  border-radius: 50%;
  border: 4px double rgba(0,0,0,0.3);
  width: 100px;
  height: 100px;
  -webkit-transform: rotate(-13deg);
  -moz-transform: rotate(-13deg);
  -o-transform: rotate(-13deg);
  -ms-transform: rotate(-13deg);
  transform: rotate(-13deg);
  -webkit-transform: rotate(-13deg);
  -moz-transform: rotate(-13deg);
  -o-transform: rotate(-13deg);
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.3);
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
  color: #000;
  font-weight: bold;
  font-style: italic;
  font-size: 1.6em;
  padding: 11px 13px 15px;
}
.badge span {
  display: block;
  vertical-align: middle;
  text-align: center;
  line-height: 1.2em;
  padding-top: 40px;
}
.badge.new {
  background: #ff4;
  color: #000;
}
.badge.bestseller {
  background: #74ff30;
  color: #030;
}
.badge.low-price {
  background: #ffc2e3;
  color: #300;
}
ul.thumbs .badge {
  font-size: 1.05em;
  width: 70px;
  height: 70px;
  padding: 2px;
}
ul.thumbs .badge span {
  width: 68px;
  margin-top: 28px;
  overflow: hidden;
  padding-top: 0px;
}
table.table {
  margin: 20px 0;
}
table.table .image {
  margin-right: 10px;
  width: 48px;
}
table.table .badge {
  font-size: 0.8em;
  width: 24px;
  height: 24px;
  padding: 3px 3px 4px;
  border: 0;
}
table.table .badge span {
  display: block;
  width: 20px;
  overflow: hidden;
  padding-top: 6px;
  padding-left: 3px;
}
table.cart td {
  vertical-align: top;
  padding: 20px 7px 25px;
}
table.cart td input.qty {
  max-width: 50px;
  text-align: right;
}
table.cart td.total {
  font-size: 1.3em;
}
.options {
  line-height: 1.8em;
}
.services {
  margin-bottom: 20px;
}
.add2cart {
  margin-bottom: 20px;
}
.aux {
  padding: 15px;
  font-size: 0.9em;
}
table.features {
  border-spacing: 0;
  border-collapse: collapse;
}
table.features td {
  padding: 5px 0 2px;
}
table.features td.name {
  min-width: 145px;
  color: #777;
  vertical-align: top;
}
table.features tr.divider td {
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  padding-top: 15px;
  padding-bottom: 0;
}
.checkout-header {
  margin: 0 90px;
  color: #999;
}
.checkout-header h3 a {
  text-transform: uppercase;
  text-decoration: none;
  color: #777;
}
.checkout-header h3 a:hover {
  color: #a00 !important;
}
.checkout-header strong {
  color: #666;
}
.checkout {
  margin: 20px 70px 50px;
  border-top: 3px solid #888;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.checkout ul.checkout-options {
  padding-left: 25px;
}
.checkout ul.checkout-options li {
  list-style: none;
  position: relative;
  margin-bottom: 50px;
  clear: both;
}
.checkout ul.checkout-options li h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
.checkout ul.checkout-options li h3 label {
  margin-right: 10px;
}
.checkout ul.checkout-options li .rate {
  float: right;
  text-align: center;
  width: 250px;
}
.checkout ul.checkout-options li p {
  width: 70%;
}
.checkout ul.checkout-options li input[type="radio"] {
  position: absolute;
  top: 4px;
  left: -25px;
}
.checkout ul.checkout-options li label input[type="radio"] {
  top: 4px;
  left: -20px;
}
.checkout ul.checkout-options li img.method-logo {
  position: relative;
  float: left;
  margin-right: 10px;
  top: -6px;
  left: 0px; /* adjusted for default 60x32-px logos */
}
.checkout ul.checkout-options li .wa-form {
  margin-top: 0px;
  margin-bottom: 30px;
}
.checkout ul.checkout-options li .wa-form label input[type="radio"] {
  position: static;
}
.checkout .checkout-result {
  padding: 80px 0 60px;
  background: #fff;
  text-align: center;
}
.checkout .checkout-result h1 {
  font-size: 4em;
  margin-bottom: 50px;
}
.checkout .checkout-result.error h1 {
  color: #f00;
}
.checkout .checkout-result .wa-form {
  margin: 10px auto 20px;
  width: 400px;
  float: none;
  text-align: left;
}
.checkout .checkout-result .back {
  margin-top: 50px;
}
.checkout .checkout-step {
  padding: 0;
  border: 3px solid #888;
  border-top: 0;
}
.checkout .checkout-step h2 {
  padding: 17px 20px 15px;
  text-transform: uppercase;
  font-weight: bold;
  background: #eee;
  margin: 0;
}
.checkout .checkout-step h2 a {
  text-decoration: none;
  color: #000;
}
.checkout .checkout-step h2 a:hover {
  color: #a00 !important;
}
.checkout .checkout-step h2.upcoming a:hover {
  color: #000 !important;
  cursor: default;
}
.checkout .checkout-step h2 a.hint {
  font-size: 0.5em;
  color: #aaa;
  text-decoration: underline;
}
.checkout .checkout-step-content {
  padding: 20px;
  background: #fff;
}
.checkout .checkout-step ul.menu-v {
  margin-left: 0;
  margin-top: 20px;
}
.checkout .checkout-step #login-form h1 {
  display: none;
}
.checkout .checkout-step input.large {
  font-size: 1.4em;
}
.checkout .comment {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}
.checkout blockquote img {
  margin-right: 20px;
  float: left;
}
.checkout blockquote p {
  margin-bottom: 10px;
}
.checkout blockquote p span {
  color: #000;
}
.checkout .errormsg.inline {
  display: inline;
  margin-left: 10px;
}
.write-review {
  margin: 30px 0 40px;
}
.review {
  margin-bottom: 30px;
}
.review .summary {
  font-size: 0.9em;
  color: #777;
}
.review .summary h6 {
  color: #000;
  font-size: 1.1em;
}
.review .summary a.username {
  color: #777;
}
.review .summary a.username:hover {
  color: #f00;
}
.review .summary a {
  display: inline;
  padding: 0;
}
.review .summary .date {
  color: #aaa;
}
.review p {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.3em;
}
.review .actions a {
  padding: 0 !important;
}
.reviews {
  margin-bottom: 20px;
}
.reviews ul {
  margin-left: 0;
}
.reviews ul li ul {
  padding-left: 25px;
}
.reviews ul li ul li .review h6 {
  color: #555;
}
.reviews ul li .review-form {
  padding: 10px 30px;
}
.reviews ul li .review-form textarea {
  min-height: 100px;
}
.reviews ul.menu-h.auth-type {
  padding: 0 0 40px;
  margin-left: -5px;
}
.reviews ul.menu-h.auth-type li {
  padding-right: 10px;
}
.reviews ul.menu-h.auth-type li a {
  padding: 5px 6px;
}
.reviews ul.menu-h.auth-type li a img {
  top: 0;
}
.reviews textarea {
  height: 100px;
  min-height: 100px;
  width: 75%;
  margin-top: 0;
}
.review-form {
  padding: 0;
  margin-bottom: 30px;
}
.review-form h4 {
  margin: 0 0 20px;
  font-weight: normal;
}
.review-form-fields p {
  margin: 0 0 10px;
}
.review-form-fields p.review-field a {
  display: inline;
  padding: 0;
  text-decoration: none;
}
.review-form-fields label {
  width: 160px;
  display: block;
  clear: left;
  float: left;
  margin: 0 10px 0 0;
  color: #aaa;
}
.review-form-fields input[type="text"] {
  width: 20em;
}
.review-form textarea {
  min-width: 70%;
  min-height: 160px;
}
.review-form .review-submit {
  padding: 0 0 20px 170px;
}
.review-form .userpic {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
}
.review-form ul.menu-h.auth-type li a img {
  float: left;
  margin-right: 3px;
  position: relative;
  top: 2px;
}
.review-form ul.menu-h.auth-type {
  padding-bottom: 20px;
}
.review-form label {
  width: 160px;
  display: block;
  clear: left;
  float: left;
  margin: 0 10px 0 0;
  color: #aaa;
}
.review-form .service-agreement-wrapper {
  width: 100%;
  margin-bottom: 14px;
}
.review-form .service-agreement-wrapper .errormsg {
  margin-left: 0px;
}
.reviews span.rate {
  line-height: 1.3em;
  display: block;
  margin: 0.5em 0;
}
.reviews span.rate a {
  text-decoration: none !important;
}
.reviews span.rate .icon10 {
  background-repeat: no-repeat;
  background-image: url("../../../../../wa-content/img/icon10.png");
  height: 10px;
  width: 10px;
  display: inline-block;
  text-indent: -9999px;
}
.reviews span.rate .icon10.star {
  background-position: -60px -40px;
}
.reviews span.rate .icon10.star-empty {
  background-position: -80px -40px;
}
input.error,
textarea.error {
  border: 2px solid #f00;
}
.errormsg {
  color: #f00;
  margin-left: 170px;
  display: block;
}
.order-status {
  padding: 2px 5px;
  color: #fff;
}
h1 .order-status {
  font-size: 0.75em;
  margin-left: 10px;
}
.icon16.star,
.icon16.star-full {
  background-image: url("../img/icons.png");
  background-position: -16px 0;
}
.icon16.star-half {
  background-image: url("../img/icons.png");
  background-position: -32px 0;
}
.icon16.star-empty {
  background-image: url("../img/icons.png");
  background-position: -48px 0;
}
.icon16.star-hover {
  background-image: url("../img/icons.png");
  background-position: -64px 0;
}
.icon10.star,
.icon10.star-full {
  background-image: url("../img/icons.png");
  background-position: 0 -16px;
}
.icon10.star-half {
  background-image: url("../img/icons.png");
  background-position: -10px -16px;
}
.icon10.star-empty {
  background-image: url("../img/icons.png");
  background-position: -20px -16px;
}
.icon16.remove {
  background-image: url("../img/icons.png");
  background-position: -96px 0;
}
.icon16.saved {
  background-image: url("../img/icons.png");
  background-position: -112px 0;
}
.icon16.stock-red {
  background-image: url("../img/icons.png");
  background-position: -128px 0;
}
.icon16.stock-yellow {
  background-image: url("../img/icons.png");
  background-position: -144px 0;
}
.icon16.stock-green {
  background-image: url("../img/icons.png");
  background-position: -160px 0;
}
.icon16.stock-transparent {
  background-image: url("../img/icons.png");
  background-position: -176px 0;
}
.icon16.loading {
  background-image: url("../img/loading16.gif");
  background-position: 0 0;
}
.dialog {
  display: none;
}
.dialog-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  z-index: 99;
}
.dialog-window .cart {
  position: fixed;
  top: 15%;
  left: 0;
  right: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  z-index: 100;
  overflow-x: hidden;
  -webkit-box-shadow: 0 3px 15px #ddd;
  box-shadow: 0 3px 15px #ddd;
  margin: 0 auto;
  text-align: left;
  width: 400px;
  bottom: 15%;
  background: #ceb;
  padding: 25px;
}
.dialog-window .cart .added2cart {
  font-size: 1.1em;
  font-style: italic;
}
.dialog-window .dialog-close {
  float: right;
  color: #5a5;
  text-decoration: none;
  font-size: 200%;
  margin-top: -3px;
}
@media screen and (max-width: 760px) {
  .container {
    padding: 1px 10px 0;
    min-width: 0;
  }
  .sidebar {
    margin-bottom: 20px;
  }
  .sidebar.left,
  .sidebar.left300px {
    width: 100%;
    float: none;
  }
  .sidebar.right,
  .sidebar.right300px {
    width: 100%;
    float: none;
  }
  .content.left,
  .content.left300px {
    margin-left: 0;
  }
  .content.right,
  .content.right300px {
    margin-right: 0;
  }
  .app-header {
    min-height: 0;
    padding-top: 0;
  }
  .top-padded {
    padding-top: 0;
  }
  .promos ul li {
    width: 50%;
  }
  #header {
    margin-bottom: 20px;
    margin-top: -3px;
  }
  #header ul#wa-apps li.selected {
    background: none;
  }
  #footer {
    padding-bottom: 30px;
  }
  #footer .container {
    margin: 0 15px;
  }
  #footer #copyright {
    padding-left: 0;
  }
  #footer #sub-links {
    margin-left: 0;
    margin-top: 30px;
  }
  #footer #sub-links ul li {
    float: none;
    margin-bottom: 5px;
  }
  .breadcrumbs {
    margin-bottom: 15px;
  }
  .breadcrumbs a {
    color: #aaa;
  }
  div.cart.fixed {
    position: static;
  }
  table.cart td {
    padding: 7px 2px 10px;
    display: inline-block;
    border: 0;
  }
  table.cart td img {
    display: none;
  }
  table.cart td input[type="text"] {
    min-width: 0;
  }
  table.cart td br {
    display: none;
  }
  table.cart td a.bold {
    margin-top: 20px;
    font-size: 1.3em;
  }
  table.cart td .services {
    margin-bottom: 0;
  }
  .search {
    margin-bottom: 20px;
  }
  .search.float-right {
    float: none !important;
  }
  .search input {
    width: auto;
  }
  .filters {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .currency-toggle {
    display: none;
  }
  .sidebar.hide-for-mobile {
    display: none;
  }
  .image img {
    height: auto !important;
  }
  .review-form-fields label {
    width: auto;
    float: none;
  }
  .review-form-fields input {
    width: 80%;
  }
  .review-form textarea {
    width: 100%;
  }
  .review-form .review-submit {
    padding-left: 0;
  }
  .review-form .wa-captcha img {
    margin-bottom: 10px;
  }
  .promo.hero.superhero {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .promo a {
    height: 300px;
  }
  .promo a .info {
    max-width: none;
    left: 20px;
    top: 20px;
  }
  .promo a .info h2 {
    font-size: 2em;
  }
  .promo a .info p {
    font-size: 0.9em;
    line-height: 1.3em;
  }
  .promo a .image img {
    top: 0;
  }
  .wa-form .wa-field .wa-name {
    float: none;
    padding-bottom: 0;
  }
  .wa-form .wa-field .wa-value {
    margin-left: 0;
  }
  .wa-form .wa-field .wa-value p span {
    display: block;
  }
  .wa-form .wa-field .wa-value input[type="text"],
  .wa-form .wa-field .wa-value input[type="email"],
  .wa-form .wa-field .wa-value input[type="password"] {
    min-width: 200px;
  }
  .wa-auth-adapters p {
    width: 100%;
  }
  .checkout {
    margin: 0 0 30px;
  }
  .checkout ul.checkout-options li {
    width: 100%;
  }
  .checkout ul.checkout-options li img {
    display: none;
  }
  .checkout ul.checkout-options li .rate {
    min-width: 0;
    width: auto;
    max-width: 150px;
  }
  .checkout ul.checkout-options li .rate.error {
    padding-top: 5px;
  }
  .checkout ul.checkout-options li .rate .hint {
    display: none;
  }
  .checkout ul.checkout-options li .wa-form.wa-address p {
    font-size: 1em;
  }
  .checkout .checkout-step h2 {
    font-size: 1.2em;
    padding: 10px 10px 10px;
  }
  .checkout .checkout-step h2 a.hint {
    display: none !important;
  }
  .checkout .checkout-step input.large {
    margin: 0 auto;
    display: block;
  }
  .checkout .checkout-step-content {
    padding: 10px 10px 30px;
  }
  .checkout .checkout-step-content.auth ul.menu-v li {
    padding: 5px 0;
  }
  .checkout .checkout-result h1 {
    font-size: 2.5em;
  }
  .checkout-header {
    margin: 10px;
    font-size: 0.8em;
    text-align: center;
  }
  .checkout-header .float-right {
    display: none;
  }
  .checkout li .wa-form {
    margin-left: -25px;
  }
  .checkout table.table th,
  .checkout table.table td {
    font-size: 0.75em;
  }
  .checkout table.table td .gray {
    display: none;
  }
  .checkout table.table td.nowrap {
    white-space: normal;
  }
  .checkout table.table td.nowrap.bold {
    white-space: nowrap;
  }
}
.s-schedule-wrapper {
  position: relative;
  display: inline-block;
}
.s-schedule-wrapper.is-open .s-label-wrapper .s-icon {
  -webkit-transform: rotate(180deg) translate(0, -1px);
  -moz-transform: rotate(180deg) translate(0, -1px);
  -o-transform: rotate(180deg) translate(0, -1px);
  -ms-transform: rotate(180deg) translate(0, -1px);
  transform: rotate(180deg) translate(0, -1px);
}
.s-schedule-wrapper.is-open .s-hidden {
  display: block;
}
.s-schedule-wrapper .s-hidden {
  display: none;
  position: absolute;
  width: 250px;
  padding: 12px 15px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 16px -3px rgba(0,0,0,0.25);
  box-shadow: 0 3px 16px -3px rgba(0,0,0,0.25);
  background: #fff;
  text-align: left;
  z-index: 20;
}
.s-schedule-wrapper .s-hidden.top {
  bottom: 100%;
}
.s-schedule-wrapper .s-hidden.bottom {
  top: 100%;
}
.s-schedule-wrapper .s-hidden.center {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.s-schedule-wrapper .s-hidden.left {
  left: 0;
}
.s-schedule-wrapper .s-hidden.right {
  right: 0;
}
.s-schedule-wrapper .s-label-wrapper {
  display: inline-block;
  color: #999;
  white-space: nowrap;
}
.s-schedule-wrapper .s-label-wrapper.js-show-schedule {
  cursor: pointer;
}
.s-schedule-wrapper .s-label-wrapper .s-icon {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: transparent url("../img/svg/arrow.down.svg") 50% no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.s-schedule-wrapper .s-label-wrapper .s-icon.black {
  background-image: url("../img/svg/arrow.down.black.svg");
}
.s-schedule-wrapper .s-days-wrapper {
  margin: 5px 0 0;
}
.s-schedule-wrapper .s-days-wrapper .s-day-wrapper {
  margin-top: 5px;
}
.s-schedule-wrapper .s-days-wrapper .s-day-wrapper:first-child {
  margin-top: 0;
}
.s-schedule-wrapper .s-days-wrapper .s-day-wrapper .s-date {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  color: #888;
  width: 100px;
  font-size: 14px;
  line-height: 1.214285714285714em;
}
.s-schedule-wrapper .s-days-wrapper .s-day-wrapper .s-value {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.1875em;
}
.s-schedule-wrapper .s-days-wrapper .s-day-wrapper .s-value .s-time {
  color: #000;
}
.s-schedule-wrapper .s-days-wrapper .s-day-wrapper .s-value .s-text {
  color: #aaa;
}
.s-schedule-wrapper .s-close-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: transparent url("../img/svg/schedule.delete.svg") 50% no-repeat;
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  background-size: 10px 10px;
  cursor: pointer;
}
