* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font: 14px/1.42857143 "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: none;
}
input.input-text,
textarea {
  padding: 10px;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
/* lists back to default */
ul,
ol {
  padding-left: 10px * 2;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
.page {
  margin: 0;
  padding: 0;
}
.page-title {
  margin: 0;
  padding: 10px;
  border: none;
}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
  float: none;
  margin-bottom: 10px;
}
.title-buttons {
  text-align: left;
}
h1,
.h1 {
  font-weight: bold;
  font-size: 30px;
}
h2,
.h2 {
  font-weight: bold;
  font-size: 19px;
}
h3,
.h3 {
  font-weight: bold;
  font-size: 17px;
}
.top-wrap,
.header,
.nav-container .navpro,
.top-container,
.main,
.footer,
.footer-toolbar,
.footer-cms {
  width: 100%;
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
  min-width: 320px;
}
.top-wrap-corona {
  width: 100%;
  padding: 0;
  max-width: 1700px;
  margin: 0 auto;
  min-width: 220px;
}
.block-highlight .products-grid li {
  background: white;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number] {
  -moz-appearance: textfield;
}
.form-list input.input-text,
.form-list select,
.form-list textarea,
.discount .input-text {
  padding: 10px;
}
.no-list {
  list-style: none;
  padding: 0;
}
.form-list,
.form-list ul {
  list-style: none;
  padding: 0;
}
.sp-methods,
.sp-methods ul {
  list-style: none;
  padding: 0;
}
.mini-products-list,
.std .mini-products-list {
  list-style: none;
  padding: 0;
}
.block-account ul {
  list-style: none;
  padding: 0;
}
.reviews-list {
  list-style: none;
  padding: 0;
}
.sold-together ul {
  list-style: none;
  padding: 0;
}
.attributes-list {
  list-style: none;
  padding: 0;
}
.attributes-list a,
.attributes-list a font {
  color: #ff3301;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
}
.list-attributepages-otions-grouped,
.attributepages-grid {
  list-style: none;
  padding: 0;
}
.category-grid {
  list-style: none;
  padding: 0;
}
.brand-list {
  list-style: none;
  padding: 0;
}
.monkey-general-list {
  list-style: none;
  padding: 0;
}
.button {
  overflow: hidden;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
}
.button span {
  height: auto;
  float: none;
  display: block;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  background: #1166da;
  color: #ffffff;
}
.button span span {
  padding: 8px 10px;
}
.button:hover span,
.button:active span {
  background: #0d50ab;
}
.add-to-cart .button {
  margin: 0;
  border: none;
  float: none;
  display: block;
  width: 100%;
}
.suggestpage-activity .btn-suggest-page span {
  padding: 0;
  background: none;
  line-height: 36px;
  font-size: 17px;
}
.cart .checkout-types .btn-proceed-checkout {
  width: 100%;
}
.cart .checkout-types .btn-proceed-checkout span {
  font-size: 19px;
}
.btn-green.button span,
.btn-cart.button span,
.btn-checkout.button span,
.suggestpage-activity .btn-suggest-checkout span {
  color: #fff;
  text-align: left;
  background: #288716;
  text-align: center;
}
.btn-cart.button:hover span,
.btn-checkout.button:hover span,
.suggestpage-activity .btn-suggest-checkout:hover span {
  background-color: #1b5b0f;
  background-image: url(../images/sprites.png) no-repeat -351px -785px;
}
.add-to-cart button.button span {
  height: auto;
}
.add-to-cart button.button span span {
  display: inline-block;
  padding: 12px 14px;
  font-size: 20px;
  text-transform: uppercase;
}
.button.btn-update-qty span {
  background: #b3b3b3;
  color: #333333;
}
.button.btn-update-qty:hover span {
  background: #999999;
}
.button.btn-continue {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.button.btn-continue span {
  background: none;
  color: #1166da;
}
.button.btn-continue:hover span {
  text-decoration: underline;
}
.add-to-links {
  list-style: none;
  padding: 0;
}
.products-grid .availability {
  padding: 8px 0;
  height: 36px;
}
@media screen and (max-width: 1024px) {
  .products-grid .availability span {
    font-size: 13px;
  }
}
.easycatalogimg {
  border: none;
  margin: 0;
  padding: 10px;
}
@media (min-width: 480px) {
  .easycatalogimg {
    padding: 5px;
  }
}
.easycatalog-grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
}
.easycatalog-grid li.item {
  padding: 0;
  float: none;
  -webkit-flex: 1 100%;
  -moz-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  min-width: 0;
  position: relative;
}
@media (min-width: 480px) {
  .easycatalog-grid li.item {
    -webkit-flex: 0 50%;
    flex: 0 50%;
    padding: 5px;
  }
}
@media (min-width: 768px) {
  .easycatalog-grid li.item {
    max-width: 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
.easycatalog-grid li.item .item-inner {
  border: 1px solid #cccccc;
}
.easycatalog-grid .parent-category {
  margin: 0;
  width: 100%;
}
.easycatalog-grid .parent-category a {
  color: #1166da;
  text-decoration: none;
  padding: 10px;
  display: block;
  font-weight: bold;
}
.easycatalog-grid .product-image {
  padding: 10px;
  display: block;
}
.easycatalog-grid .list-subcategories {
  margin: 0;
  padding: 0;
  text-align: center;
}
.easycatalog-grid .list-subcategories a {
  color: #000;
}
.category-grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.category-grid h2 {
  font-weight: normal;
}
.category-grid li.item {
  padding: 10px !important;
  float: none;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  min-width: 0;
  position: relative;
}
@media (min-width: 768px) {
  .category-grid li.item {
    max-width: 100/3%;
    -webkit-flex: 0 0 100/3%;
    -moz-flex: 0 0 100/3%;
    -ms-flex: 0 0 100/3%;
    flex: 0 0 100/3%;
    min-width: 0;
  }
}
@media (min-width: 992px) {
  .category-grid li.item {
    max-width: 25%;
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    min-width: 0;
  }
}
.category-grid li.item .item-inner {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 7px solid #b3b3b3;
}
.category-grid li.item .item-inner.cat-18 {
  background: #ffffff;
  border-top-color: #39b54a;
}
.category-grid li.item .item-inner.cat-18 .category-icon {
  background-image: url("../images/sprites.png");
  background-repeat: no-repeat;
  background-position: -55px -192px;
}
.category-grid li.item .item-inner.cat-18 .category-thumb-image {
  background-image: url("../images/bg-lawnmowers.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.category-grid li.item .item-inner.cat-34 {
  background: #ffffff;
  border-top-color: #582f24;
}
.category-grid li.item .item-inner.cat-34 .category-icon {
  background-image: url("../images/sprites.png");
  background-repeat: no-repeat;
  background-position: -11px -195px;
}
.category-grid li.item .item-inner.cat-34 .category-thumb-image {
  background-image: url("../images/bg-chainsaws.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.category-grid li.item .item-inner.cat-19 {
  background: #ffffff;
  border-top-color: #177ea5;
}
.category-grid li.item .item-inner.cat-19 .category-icon {
  background-image: url("../images/sprites.png");
  background-repeat: no-repeat;
  background-position: -107px -160px;
}
.category-grid li.item .item-inner.cat-19 .category-thumb-image {
  background-image: url("../images/bg-pressure-washers.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.category-grid li.item .item-inner.cat-22 {
  background: #ffffff;
  border-top-color: #ff3300;
}
.category-grid li.item .item-inner.cat-22 .category-icon {
  background-image: url("../images/sprites.png");
  background-repeat: no-repeat;
  background-position: -149px -194px;
}
.category-grid li.item .item-inner.cat-22 .category-thumb-image {
  background-image: url("../images/bg-generators.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.category-grid li.item .item-inner.cat-14 {
  background: #ffffff;
  border-top-color: #a2080d;
}
.category-grid li.item .item-inner.cat-14 .category-icon {
  background-image: url("../images/sprites.png");
  background-repeat: no-repeat;
  background-position: -257px -161px;
}
.category-grid li.item .item-inner.cat-14 .category-thumb-image {
  background-image: url("../images/bg-welding.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.category-grid li.item .item-inner.cat-52 {
  background: #ffffff;
  border-top-color: #ccc;
}
.category-grid li.item .item-inner.cat-52 .category-icon {
  background-image: url("../images/icon-chargers.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.category-grid li.item .item-inner.cat-52 .category-thumb-image {
  background-image: url("../images/bg-.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.category-grid li.item .item-inner.cat-61 {
  background: #ffffff;
  border-top-color: #ccc;
}
.category-grid li.item .item-inner.cat-61 .category-icon {
  background-image: url("../images/icon-hoists-winches.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.category-grid li.item .item-inner.cat-61 .category-thumb-image {
  background-image: url("../images/bg-.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.category-grid li.item .item-inner.cat-26 {
  background: #ffffff;
  border-top-color: #6dcff6;
}
.category-grid li.item .item-inner.cat-26 .category-icon {
  background-image: url("../images/sprites.png");
  background-repeat: no-repeat;
  background-position: -250px -192px;
}
.category-grid li.item .item-inner.cat-26 .category-thumb-image {
  background-image: url("../images/bg-water-pumps.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.category-grid li.item .item-inner.cat-325 {
  background: #ffffff;
  border-top-color: #2f373f;
}
.category-grid li.item .item-inner.cat-325 .category-icon {
  background-image: url("../images/icon-concrete-mixers.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.category-grid li.item .item-inner.cat-325 .category-thumb-image {
  background-image: url("../images/bg-.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.category-grid li.item .item-inner.cat-13 {
  background: #ffffff;
  border-top-color: #1f3b2b;
}
.category-grid li.item .item-inner.cat-13 .category-icon {
  background-image: url("../images/icon-wood-chippers.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.category-grid li.item .item-inner.cat-13 .category-thumb-image {
  background-image: url("../images/bg-.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.category-grid li.item .item-inner.cat-4 {
  background: #ffffff;
  border-top-color: #5b5505;
}
.category-grid li.item .item-inner.cat-4 .category-icon {
  background-image: url("../images/sprites.png");
  background-repeat: no-repeat;
  background-position: -105px -195px;
}
.category-grid li.item .item-inner.cat-4 .category-thumb-image {
  background-image: url("../images/bg-log-splitters.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.category-grid li.item .item-inner.cat-51 {
  background: #ffffff;
  border-top-color: #00a99d;
}
.category-grid li.item .item-inner.cat-51 .category-icon {
  background-image: url("../images/sprites.png");
  background-repeat: no-repeat;
  background-position: -156px -159px;
}
.category-grid li.item .item-inner.cat-51 .category-thumb-image {
  background-image: url("../images/bg-ctek.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.category-grid li.item .item-inner.cat-7 {
  background: #ffffff;
  border-top-color: #ff8a00;
}
.category-grid li.item .item-inner.cat-7 .category-icon {
  background-image: url("../images/sprites.png");
  background-repeat: no-repeat;
  background-position: -196px -195px;
}
.category-grid li.item .item-inner.cat-7 .category-thumb-image {
  background-image: url("../images/bg-spare-parts.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.category-grid li.item .item-inner.cat-207 {
  background: #ffffff;
  border-top-color: #003471;
}
.category-grid li.item .item-inner.cat-207 .category-icon {
  background-image: url("../images/icon-fitness.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.category-grid li.item .item-inner.cat-207 .category-thumb-image {
  background-image: url("../images/bg-.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.category-grid li.item .item-inner.cat-145 {
  background: #ffffff;
  border-top-color: #7accc8;
}
.category-grid li.item .item-inner.cat-145 .category-icon {
  background-image: url("../images/icon-kitchen-appliances.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.category-grid li.item .item-inner.cat-145 .category-thumb-image {
  background-image: url("../images/bg-.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.category-grid li.item .item-inner.cat-177 {
  background: #ffffff;
  border-top-color: #534741;
}
.category-grid li.item .item-inner.cat-177 .category-icon {
  background-image: url("../images/icon-indoor-furniture.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.category-grid li.item .item-inner.cat-177 .category-thumb-image {
  background-image: url("../images/bg-.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.category-grid li.item .item-inner.cat-181 {
  background: #ffffff;
  border-top-color: #534741;
}
.category-grid li.item .item-inner.cat-181 .category-icon {
  background-image: url("../images/icon-outdoor-furniture.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.category-grid li.item .item-inner.cat-181 .category-thumb-image {
  background-image: url("../images/bg-.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.category-grid li.item .item-inner.cat-196 {
  background: #ffffff;
  border-top-color: #005952;
}
.category-grid li.item .item-inner.cat-196 .category-icon {
  background-image: url("../images/icon-camping.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.category-grid li.item .item-inner.cat-196 .category-thumb-image {
  background-image: url("../images/bg-.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.category-grid li.item .item-inner.cat-223 {
  background: #ffffff;
  border-top-color: #a864a8;
}
.category-grid li.item .item-inner.cat-223 .category-icon {
  background-image: url("../images/icon-aged-care.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.category-grid li.item .item-inner.cat-223 .category-thumb-image {
  background-image: url("../images/bg-.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.category-grid li.item .item-inner.cat-222 {
  background: #ffffff;
  border-top-color: #f06eaa;
}
.category-grid li.item .item-inner.cat-222 .category-icon {
  background-image: url("../images/icon-beauty.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.category-grid li.item .item-inner.cat-222 .category-thumb-image {
  background-image: url("../images/bg-.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.category-grid li.item .item-inner.cat-169 {
  background: #ffffff;
  border-top-color: #464646;
}
.category-grid li.item .item-inner.cat-169 .category-icon {
  background-image: url("../images/icon-storage.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.category-grid li.item .item-inner.cat-169 .category-thumb-image {
  background-image: url("../images/bg-.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.category-grid li.item .item-inner.cat-230 {
  background: #ffffff;
  border-top-color: #f7941d;
}
.category-grid li.item .item-inner.cat-230 .category-icon {
  background-image: url("../images/icon-toys.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.category-grid li.item .item-inner.cat-230 .category-thumb-image {
  background-image: url("../images/bg-.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.category-grid li.item .item-inner.cat-501 {
  background: #ffffff;
  border-top-color: #00a99d;
}
.category-grid li.item .item-inner.cat-501 .category-icon {
  background-image: url("../images/icon-ctek.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.category-grid li.item .item-inner.cat-501 .category-thumb-image {
  background-image: url("../images/bg-.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.category-grid li.item .item-inner.cat-327 {
  background: #ffffff;
  border-top-color: #f26522;
}
.category-grid li.item .item-inner.cat-327 .category-icon {
  background-image: url("../images/icon-parts.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.category-grid li.item .item-inner.cat-327 .category-thumb-image {
  background-image: url("../images/bg-.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.category-grid li.item .item-inner.cat-58 {
  background: #ffffff;
  border-top-color: #226e68;
}
.category-grid li.item .item-inner.cat-58 .category-icon {
  background-image: url("../images/sprites.png");
  background-repeat: no-repeat;
  background-position: -205px -158px;
}
.category-grid li.item .item-inner.cat-58 .category-thumb-image {
  background-image: url("../images/bg-auto.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.category-grid li.item .item-inner.cat-258 {
  background: #ffffff;
  border-top-color: #ed1c24;
}
.category-grid li.item .item-inner.cat-258 .category-icon {
  background-image: url("../images/icon-bbq.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.category-grid li.item .item-inner.cat-258 .category-thumb-image {
  background-image: url("../images/bg-.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.category-grid li.item a {
  display: block;
  padding: 35px 10px 10px;
  text-align: center;
  height: 90px;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 18px;
  border: 1px solid #ccc;
  border-top: none;
}
@media (min-width: 768px) {
  .category-grid li.item a {
    height: 180px;
  }
}
.category-grid li.item .category-icon {
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
  top: 0;
  left: 50%;
  margin-left: -20px;
}
.category-grid li.item .category-thumb-image {
  display: none;
  position: absolute;
  height: 90px;
  bottom: 1px;
  left: 1px;
  right: 1px;
}
@media (min-width: 768px) {
  .category-grid li.item .category-thumb-image {
    display: block;
  }
}
.icon-list .item-inner {
  padding: 5px;
  overflow: hidden;
}
.icon-list .item-inner a {
  /*.flex-display;
      .flex-flow(row nowrap);
      .align-content(center);*/
}
.icon-list .item-inner a,
.icon-list .item-inner a:hover {
  text-decoration: none;
  color: #000000;
}
.icon-list .item-inner .category-name {
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 0 6px 45px;
}
.icon-list .item-inner img {
  width: 40px;
  height: 40px;
  position: absolute;
}
.tax-friendly {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  padding: 60px 0 0;
  background: url(../images/tax-product.png) no-repeat 0 0;
  background-size: 100%;
}
@media (min-width: 768px) {
  .brand-list .brand-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 25px;
  }
  .brand-list .brand-logo {
    -webkit-flex: 0 170px;
    -moz-flex: 0 170px;
    -ms-flex: 0 170px;
    flex: 0 170px;
    min-width: 0;
    padding: 10px;
    /*max-width: 170px;*/
  }
  .brand-list .brand-info {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding: 10px;
  }
  .brand-list .brand-link {
    -webkit-flex: 0 95px;
    -moz-flex: 0 95px;
    -ms-flex: 0 95px;
    flex: 0 95px;
    min-width: 0;
    padding: 20px 10px 10px;
  }
}
.products-grid .ratings {
  text-align: center;
}
.ratings .rating-box,
.ratings .amount {
  display: inline-block;
}
.navpro {
  font-size: 14px;
}
.navpro,
.nav-ul,
.footer-cms ul {
  list-style: none;
  padding: 0;
}
.block-layered-nav {
  border: 1px solid #d1d1d1;
  box-shadow: none;
}
.block-layered-nav .block-title {
  background: #15439f;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}
.block-layered-nav ol {
  list-style: none;
  padding: 0;
}
.block-layered-nav #narrow-by-list dt {
  color: #000;
  background: #eee;
  padding: 10px;
}
.nav-container {
  background: #000;
}
.nav-container .navpro {
  padding: 0;
  font-family: inherit;
}
.nav-container .navpro li a {
  color: #fff;
  font-weight: bold;
}
.nav-container .navpro li a.nav-a,
.nav-container .navpro li .nav-sibling-title a {
  padding: 10px 8px;
  line-height: 20px;
}
.nav-container .navpro li.level-top {
  background: none;
  padding: 0;
}
.nav-container .navpro li.level-top.sale-menu {
  background-color: #ff8566;
}
.nav-container .navpro li:last-child a.nav-a,
.nav-container .navpro li:last-child .nav-sibling-title a {
  border: none;
}
.nav-container .navpro .nav-toggler {
  top: 10px;
  width: 10px;
  height: 20px;
  background-position: -5px 0;
  right: 3px;
}
.nav-container .navpro li a.level-top,
.nav-container .navpro li div.level-top a {
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
}
.nav-container .navpro .active > a.level-top,
.nav-container .navpro .active > div.level-top a {
  color: #ffffff;
}
.nav-container .nav-a-with-toggler,
.nav-container .nav-sibling-title-with-toggler a {
  padding-right: 15px !important;
}
.nav-container .navpro-mobile {
  border-radius: 0;
  border: none;
  border-top: 1px solid #555;
  background: #000;
}
.navpro-mobile .nav-a,
.navpro-mobile .nav-ul .nav-sibling-title a,
.navpro-mobile div.level-top a {
  color: #fff;
  padding: 10px 20px;
  line-height: 20px;
  background: none;
  border-color: #555;
}
.navpro-mobile .nav-a:hover,
.navpro-mobile .nav-sibling-title:hover {
  background-color: #222;
}
.nav-container .navpro-mobile .first a.level-top,
.nav-container .navpro-mobile .first div.level-top,
.nav-container .navpro-mobile .first div.level-top .nav-a,
.nav-container .navpro-mobile a.level-top,
.nav-container .navpro-mobile div.level-top {
  background: none;
}
.nav-toggle {
  display: block;
  text-decoration: none;
}
ul#navigationpro-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*
  li{
    margin-right: 3%;
    @media (min-width: @screen-lg-min){
      margin-right:6%;
    }
  }
  */
}
@media (max-width: 767px) {
  ul#navigationpro-top {
    display: none;
  }
}
.icon-list {
  padding: 10px;
}
@media (min-width: 480px) {
  .icon-list .icon-list-container {
    display: block !important;
  }
  .icon-list .easycatalog-grid {
    margin: -5px;
  }
}
.icon-list #icon-list-container ul li.item {
  background: white;
}
.icon-list .nav-toggle {
  border: 1px solid #ccc;
  padding: 11px 0;
  font-size: 18px;
  font-weight: bold;
  display: block;
  color: #000000;
  background: white;
}
.icon-list .nav-toggle.open {
  background: #eee;
}
@media (min-width: 480px) {
  .icon-list .nav-toggle {
    display: none;
  }
}
.icon-list .nav-toggle img {
  padding: 4px 12px;
}
@media (max-width: 480px) {
  .icon-list .item {
    margin-top: -1px;
  }
}
.icon-list .item-inner {
  overflow: hidden;
}
.icon-list .item-inner a {
  padding: 5px;
  display: block;
  /*.flex-display;
      .flex-flow(row nowrap);
      .align-content(center);*/
}
.icon-list .item-inner a,
.icon-list .item-inner a:hover {
  text-decoration: none;
  color: #000000;
}
.icon-list .item-inner .category-name {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 0 6px 45px;
}
.icon-list .item-inner img {
  width: 40px;
  height: 40px;
  position: absolute;
}
.easytabs-wrapper {
  padding: 0;
}
@media (min-width: 768px) {
  .easytabs-wrapper {
    padding: 0 10px;
  }
}
.easytabs h2 {
  margin-bottom: 0;
}
.easytabs li {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.easytabs-a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000000;
}
.easytabs-a h2 {
  font-size: 14px;
}
.easytabs,
.easytabs-a-tab {
  display: none;
}
@media (min-width: 768px) {
  .easytabs,
  .easytabs-a-tab {
    display: block;
  }
}
.easytabs-a-accordion {
  display: block;
}
@media (min-width: 768px) {
  .easytabs-a-accordion {
    display: none;
  }
}
.easytabs-content {
  padding: 10px;
  background: none;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .easytabs-content {
    border: none;
  }
}
.easytabs-a-accordion {
  font-weight: bold;
  font-size: 19px;
  background: #eaeaea;
  border-left: none;
  border-right: none;
  color: #000000;
  box-shadow: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.easytabs-a-accordion:after {
  content: '';
  display: block;
  height: 8px;
  width: 16px;
  background: url(../images/sprites.png) -352px -690px no-repeat;
  float: right;
  margin-top: 4px;
}
.easytabs-a-accordion.active {
  color: #000000;
  background: #fbfbfb;
}
.easytabs-a-accordion.active:after {
  background-position: -352px -698px;
}
/*.payment-tabs {
  position: relative;
  &#checkout-payment-method-load {
    float: none;
  }
  .tab {
    input[type="radio"]{
      display: none;
      &:checked + label {
        background: darken(@light, 10%);
        &:before {
          background: @dark;
        }
      }
    }
    label {
      display: block;
      padding: 15px 15px 15px 40px;
      border-bottom: 1px solid #ccc;
      position: relative;
      &:before {
        display: block;
        content: '';
        height: 20px;
        width: 20px;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -10px;
        border: 1px solid lighten(@dark, 50%);
      }
    }

  }
  .easytabs-content {
    padding: 20px;
  }
}
*/
/* easytabs' resource & supports section */
#supportstab .manual_download .button {
  margin-right: 10px;
  width: 170px;
  vertical-align: middle;
}
#supportstab .manual_download .buttonicon {
  margin-right: -5px !important;
  border: 2px solid #1166da;
  height: 36px !important;
  padding: 2px;
}
.tooltip-container {
  position: relative;
  text-decoration: underline;
  cursor: pointer;
}
.tooltip-button {
  float: right;
  padding: 10px 0 0;
  height: 10px;
  width: 10px;
  background: #000000;
}
.tooltip-content {
  position: absolute;
  min-width: 280px;
  top: 100%;
  right: 0;
  background: #ffffff;
  border: 1px solid #808080;
  font-size: 12px;
  font-weight: normal;
  display: none;
  padding: 10px;
  margin: 5px 0 0;
  z-index: 100000;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.tooltip-content:after {
  display: block;
  content: '';
  height: 6px;
  width: 12px;
  background: url(../images/tooltip-points.png) 0 -6px no-repeat transparent;
  position: absolute;
  top: -6px;
  left: 50px;
}
@media (min-width: 768px) {
  .tooltip-content:after {
    left: 50%;
    margin-left: -6px;
  }
}
.tooltip-container:hover .tooltip-content {
  display: block;
}
.overlay_popup {
  background-color: #ffffff;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.email_input input {
  width: 100%;
  padding: 15px;
}
#popup-form-content {
  width: 100%;
}
.popup_content {
  overflow: auto;
  color: #000000;
  background: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.8);
}
.popup_message {
  text-align: center;
  width: 100%;
  line-height: 20px;
}
.popup_buttons {
  text-align: center;
  width: 100%;
}
#popup-heading {
  text-align: center;
  color: #ff3300;
}
#popup-form-content {
  text-align: center;
}
#popup-form-data {
  line-height: 45px;
}
#popup-form-data .required {
  margin-left: 13pt;
}
.email_label {
  margin: 5px;
}
#popup-text {
  margin: 10px;
  text-align: center;
}
.ok_button {
  display: block;
  text-align: center;
  padding: 10px 15px 15px;
  background: #598527;
  font-weight: bold;
  color: #ffffff;
  font-size: 18px;
  border: none;
  width: 100%;
  border-top: 5px solid #314a16;
  margin: 10px 0;
}
.cancel_button {
  float: right;
  border: none;
  background: none;
  margin: 0;
  color: #808080;
  font-size: 12px;
  font-style: italic;
}
.subscribe-success p {
  margin: 10px 0;
}
.home-banner {
  padding: 10px;
  -webkit-flex: 0 100%;
  -moz-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
  min-width: 0;
}
@media (min-width: 768px) {
  .home-banner {
    display: block;
    height: 207px;
    -webkit-flex: 0 100/3*2%;
    -moz-flex: 0 100/3*2%;
    -ms-flex: 0 100/3*2%;
    flex: 0 100/3*2%;
    min-width: 0;
    max-width: 100/3*2%;
  }
  .home-banner img {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .home-banner {
    -webkit-flex: 0 50%;
    -moz-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    min-width: 0;
    max-width: 50%;
  }
}
.home-banner div {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
}
@media (min-width: 768px) {
  .home-banner .mobile {
    display: none;
  }
}
.category-image {
  padding: 10px;
  margin: 0 0 0 10px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
  .category-image {
    margin: 0px;
  }
}
li.home-banner {
  display: none;
}
@media (min-width: 768px) {
  li.home-banner {
    display: block;
  }
}
@media (min-width: 768px) {
  div.home-categories ul.category-grid {
    margin-top: 20px;
  }
}
.product-view .product-img-box {
  padding: 10px;
}
.product-view .product-img-box .swipe-icon {
  display: none;
  width: 160px;
  height: 80px;
  padding: 55px 10px 10px;
  background: url(../images/icon-swipe.png) no-repeat 50% 10px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  font-weight: bold;
  z-index: 9999;
  text-align: center;
  margin-left: -80px;
  margin-top: -70px;
}
.royalSlider {
  background: #000000;
  width: 100%;
}
.royalSlider > img {
  display: none;
  max-width: 100%;
}
.royalSlider > img:first-child {
  display: block;
}
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  color: #ffffff;
}
.rsDefault.rsFullscreen,
.rsDefault .rsOverflow.rsFullscreen,
.rsDefault .rsSlide.rsFullscreen,
.rsDefault .rsVideoFrameHolder.rsFullscreen,
.rsDefault .rsThumbs.rsFullscreen {
  background: #000000;
}
/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}
.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}
.rsDefault .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url(../images/rs-default.png);
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}
.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}
.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}
.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: 0.2;
  filter: alpha(opacity=20);
  *display: none;
}
/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden;
}
.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
  background-color: #FFF;
}
/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 60px;
  margin-top: 10px;
}
.rsFullscreen .rsThumbsHor {
  margin-top: 0;
}
.rsDefault .rsThumbsVer {
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 60px;
  height: 60px;
}
.rsDefault .rsThumb img {
  width: 100%;
  height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
  background: #ff3300;
}
.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
  display: block;
}
/* Thumbnails with text */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}
.rsDefault .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}
/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}
.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}
.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url(../images/rs-default.png);
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}
.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}
/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 60px;
    height: 60px;
  }
  .rsDefault .rsThumbsHor {
    height: 60px;
  }
  .rsDefault .rsThumbsVer {
    width: 60px;
  }
}
/***************
*
*  4. Tabs
*
****************/
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}
.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1;
}
.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}
.rsDefault .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}
/***************
*
*  5. Fullscreen button
*
****************/
.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: none;
  position: absolute;
  cursor: pointer;
}
@media (min-width: 768px) {
  .rsDefault .rsFullscreenBtn {
    display: block;
  }
}
.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url(../images/rs-default.png) 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px;
}
.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}
/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background: url(../images/rs-default.png) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
}
.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url(../images/rs-default.png) -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../images/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #000000;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}
.video,
.youtube-player,
.video object,
.video object embed {
  width: 420px;
  height: 240px;
  position: absolute;
  /*    bottom: 51px;
    left: 60px;*/
  bottom: 77px;
  left: 90px;
}
.youtube {
  width: 420px;
  height: 240px;
  position: relative;
  /*    bottom: 51px;
    left: 60px;*/
  bottom: auto;
  left: auto;
  background-color: #000;
  max-width: 100%;
  overflow: hidden;
  cursor: hand;
  cursor: pointer;
}
.youtube .thumb {
  width: 420px;
  height: 240px;
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.youtube .play {
  filter: alpha(opacity=100);
  opacity: 1;
  height: 78px;
  left: 50%;
  margin-left: -57px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
  width: 110px;
  background: url("../images/vidtube.png") no-repeat;
}
.youtube .play:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.tubeframe {
  border: 0px inset;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  width: 420px ;
  height: 240px;
  position: relative;
  bottom: auto;
  left: auto;
}
.alert-container {
  text-align: center;
  background-color: #ff3300;
  color: #ffffff;
  padding: 0 0 3px;
}
.alert-container a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}
.header-top {
  display: none;
  background: #ff3300;
  height: 36px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .header-top {
    display: block;
  }
}
.top-wrap {
  display: flex;
  flex-flow: row wrap;
}
.trust-elements {
  flex: 2;
  padding: 0px;
}
.trust-elements .trust-list {
  display: flex;
  height: 36px;
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 414px) {
  .trust-elements .trust-list li:nth-child(4) {
    display: none;
  }
}
.trust-elements .trust-list li:nth-child(4) a:nth-child(2) {
  width: 110px;
}
@media screen and (max-width: 414px) {
  .trust-elements .trust-list {
    width: 89%;
  }
}
.trust-elements li {
  flex: 1;
  float: left;
  padding: 7px 5px 5px 0px;
  font-weight: bold;
  font-size: 13px;
  line-height: 12px;
  color: #ffffff;
}
.trust-elements li a.inner-text:hover {
  text-decoration: underline;
}
.trust-elements li .inner-text {
  display: block;
  color: #ffffff;
  text-decoration: none;
  width: 100px;
}
.trust-elements li .inner-text-pickup {
  display: block;
  color: #ffffff;
  text-decoration: none;
  width: 160px;
  font-size: 12px;
}
.trust-elements li a.inner-text-pickup:hover {
  text-decoration: underline;
}
.trust-elements li .inner-text-corona {
  display: block;
  width: 700px;
  height: 32px;
}
.trust-elements li a img {
  width: 656px;
  height: 30px;
}

.trust-elements li a.header-icons {
  width: 35px;
  max-width: 35px;
  height: 25px;
  float: left;
}
.trust-elements li a#header-icon-australian {
  background: url(../images/sprites.png) no-repeat -147px -134px;
}
.trust-elements li a#header-icon-secureshop {
  background: url(../images/sprites.png) no-repeat -60px -132px;
}
.trust-elements li a#header-icon-support {
  background: url(../images/sprites.png) no-repeat -104px -132px;
}
.trust-elements li a#header-icon-delivery {
  background: url(../images/sprites.png) no-repeat -14px -132px;
}
.trust-elements li a#header-about-us {
  background: url(../images/sprites.png) no-repeat -11px -167px;
}
.trust-elements li a#header-pickup-sydney {
  background: url(../images/sprites.png) no-repeat -190px -131px;
}
@media screen and (max-width: 768px) {
  .trust-elements li {
    font-size: 10px;
    max-width: 89px;
    display: flex;
    flex-flow: row wrap;
    padding: 7px 0px 5px 0px;
  }
  .trust-elements li a {
    flex: 1;
  }
  .trust-elements li .inner-text {
    width: auto;
  }
}
div.checkout-header-wrap .trust-elements ul.trust-list li {
  display: block;
}
div.checkout-header-wrap .trust-elements ul.trust-list li .inner-text {
  font-size: 13px;
}
.pickup {
  height: 36px;
  -webkit-flex: initial;
  -moz-flex: initial;
  -ms-flex: initial;
  flex: initial;
  min-width: 0;
  min-width: 160px;
  display: none;
  color: #ffffff;
}
@media (min-width: 768px) {
  .pickup {
    display: block;
  }
}
.pickup .inner {
  padding: 4px 0px 3px 0;
  line-height: 14px;
  background: #ff8566;
}
.pickup a#sydney-pickup {
  background: url(../images/sprites.png) no-repeat -190px -131px #ff8566;
  width: 40px;
  height: 30px;
  float: left;
}
.pickup .pickup-title {
  font-weight: bold;
  display: block;
}
.pickup .pickup-time {
  font-size: 12px;
}
/*
.header-about{
  height: 36px;
  display: block;
  width: 104px;
  color: @light;
  @media (min-width: @screen-md-min) {
    min-width: 160px;
  }
  .inner {
    padding: 4px 0px 3px 0;
    line-height: 14px;
    height: inherit;
  }
  a#header-about-us{
    background: url(../images/sprites.png) no-repeat -8px -167px;
    width: 40px;
    height: 30px;
    float: left;
  }
  .about-us {
    font-size: 11px;
    font-weight: bold;
    display: block;
    padding: 7px 0px;
    @media (min-width: @screen-md-min){
      font-size: 13px;
    }
  }
}
*/
.header-phone {
  flex: 1;
  display: none;
}
@media (min-width: 768px) {
  .header-phone {
    display: block;
  }
}
.header-phone .phone-callout {
  padding-left: 40px;
  height: 36px;
}
@media (max-width: 768px) {
  .header-phone .phone-callout {
    padding-left: 10px;
  }
}
.header-phone .number {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  float: left;
  line-height: 36px;
}
@media (min-width: 992px) {
  .header-phone .number {
    font-size: 24px;
  }
}
.header-phone .time {
  font-size: 10px;
  line-height: 10px;
  color: #ffffff;
  display: block;
  padding: 8px;
}
.header-phone .time .day,
.header-phone .time .hours {
  display: block;
}
.header-wrap {
  background: #000;
}
.header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.logo-wrapper {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
}
@media (min-width: 768px) {
  .logo-wrapper {
    -webkit-flex: 0 175px;
    -moz-flex: 0 175px;
    -ms-flex: 0 175px;
    flex: 0 175px;
    min-width: 0;
  }
}
.header .logo {
  float: none;
  display: block;
  width: 186px;
  margin: 0 auto;
  padding: 10px;
  height: 60px;
}
@media (min-width: 768px) {
  .header .logo {
    float: left;
  }
}
.header-cart {
  position: relative;
  margin: 0;
  z-index: 1000;
  -webkit-order: 4;
  -moz-order: 4;
  -ms-order: 4;
  order: 4;
}
.header-cart .summary {
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  height: 60px;
  padding: 20px 10px;
}
.header-cart:hover {
  background-color: #333333;
}
.header-cart .summary {
  padding-left: 40px;
  background: url(../images/sprites.png) no-repeat -156px -71px;
}
@media (min-width: 768px) {
  .header-cart .summary {
    background: url(../images/sprites.png) no-repeat -158px -71px;
  }
}
.header-cart .summary-items,
.header-cart .summary-qty {
  display: none;
}
@media (min-width: 768px) {
  .header-cart .summary-items,
  .header-cart .summary-qty {
    display: inline;
  }
}
.header-compare {
  position: relative;
  margin: 0;
  z-index: 1000;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
  order: 3;
  display: none;
}
.header-compare .summary {
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  height: 60px;
  padding: 20px 10px;
}
.header-compare:hover {
  background-color: #333333;
}
@media (min-width: 992px) {
  .header-compare {
    display: block;
  }
}
.search-container {
  -webkit-order: 5;
  -moz-order: 5;
  -ms-order: 5;
  order: 5;
  -webkit-flex: 1 100%;
  -moz-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  min-width: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  background: #000;
}
@media (min-width: 768px) {
  .search-container {
    background: none;
    -webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto;
    min-width: 0;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
}
.navpro-mobile-toggle {
  display: block;
  width: 46px;
  height: 60px;
  border-radius: 0;
  background: url(../images/sprites.png) no-repeat -505px -110px transparent;
}
@media (min-width: 768px) {
  .navpro-mobile-toggle {
    display: none;
  }
}
.navpro-mobile-toggle:hover {
  background-color: transparent;
}
#search_mini_form {
  width: 100%;
}
@media (min-width: 768px) {
  #search_mini_form {
    margin: 0 50px;
  }
}
.form-search {
  float: none;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 10px;
}
.form-search input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: calc(100% - 100px);
  float: left;
  background: #fff;
  height: 40px;
  font-size: 15px;
}
@media (min-width: 768px) {
  .form-search input {
    max-width: 500px;
  }
}
.form-search button {
  float: left;
  width: 100px;
}
.form-search button span {
  height: 40px;
  background: #cccccc;
  color: #000000;
}
.form-search button span span {
  padding: 12px 12px 12px 30px;
}
.form-search button span span:hover {
  background: #b3b3b3;
}
#header-cart-content,
#compare-items {
  margin-top: 0;
  display: none;
}
#header-cart-content.show,
#compare-items.show {
  display: block;
}
.header-compare .mini-products-list {
  left: auto;
  right: 0;
}
.header-compare .mini-products-list .product-details {
  margin-left: 58px;
}
.header-compare .mini-products-list .product-image {
  border: none;
}
.header-compare .mini-products-list li {
  width: 250px;
  clear: left;
  padding: 5px;
}
.header-cart .mini-products-list .button,
.header-compare .mini-products-list .button {
  float: right;
}
@media (max-width: 767px) {
  .nav-toggler {
    background: url(../images/sprites.png) no-repeat -13px -671px;
  }
  .level2 a span {
    padding: 30px !important;
  }
  .level1.active a.nav-a-level1 span.nav-span {
    color: #ff791f !important;
  }
  .level2.active a.nav-a-level2 span.nav-span {
    color: #ffb685 !important;
  }
  #navigationpro-top-mobile ul.level1.nav-ul.nav-row {
    background-color: #303030;
  }
  #navigationpro-top-mobile ul.level2.nav-ul.nav-row {
    background-color: #4d4d4d;
  }
  #navigationpro-top-mobile .level1 li.opened a.over span {
    color: #ff791f !important;
  }
  .summary-qty {
    display: inline !important;
    position: absolute;
    top: 11px;
    right: 10px;
    border: 0px;
    border-radius: 18px;
    width: 16px;
    text-align: center;
    background: #ff791f !important;
    font-size: 11px;
  }
  .header-cart-qty {
    margin-top: 1px !important;
  }
}
.footer-wrapper {
  background: #000;
  -webkit-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.2);
}
.footer-cms {
  display: flex;
  flex-flow: row wrap;
  padding: 10px;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .footer-cms {
    flex-flow: column wrap;
  }
}
.footer-cms #footer-col-1 {
  flex: 3;
}
.footer-cms #footer-col-1 .footer-inner-container {
  flex: 1;
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 480px) {
  .footer-cms #footer-col-1 .footer-inner-container {
    flex-flow: column wrap;
  }
}
.footer-cms #footer-col-1 .footer-inner-container .footer-section {
  flex: 1;
  padding-right: 10px;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .footer-cms #footer-col-1 .footer-inner-container .footer-section {
    padding-right: 0px;
  }
}
.footer-cms #footer-col-1 .footer-inner-container .footer-section h4 {
  font-size: 19px;
  margin-bottom: 0.2em;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.footer-cms #footer-col-1 .footer-inner-container .footer-section li {
  padding: 2px 0;
}
.footer-cms #footer-col-1 .footer-inner-container .footer-section li a {
  text-decoration: none;
  color: #c5c5c5;
}
.footer-cms #footer-col-1 .footer-inner-container .footer-section li a:hover {
  color: #666666;
}
.footer-cms #footer-col-1 .footer-inner-container .footer-section.most-popular-categories li {
  float: left;
  width: 50%;
  min-width: 150px;
  flex-flow: column wrap;
}
@media (min-width: 992px) {
  .footer-cms #footer-col-1 .footer-inner-container .footer-section.most-popular-categories li {
    width: 33.33%;
    width: calc(100 / 3);
  }
}
.footer-cms #footer-col-1 .footer-inner-container .footer-section.most-popular-categories .credits {
  color: #c5c5c5;
  font-size: 16px;
  margin-top: 150px;
  padding: 10px 0;
}
@media (max-width: 480px) {
  .footer-cms #footer-col-1 .footer-inner-container .footer-section.most-popular-categories .credits {
    display: none;
  }
}
.footer-cms #footer-col-2 span.htags-4.tel-icon img {
  display: none;
}
.footer-cms #footer-col-2 .contact-links {
  padding-left: 36px;
  border-left: 1px solid #666;
  margin-bottom: 15px;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.footer-cms #footer-col-2 .contact-links .contact-section {
  margin-bottom: 20px;
}
.footer-cms #footer-col-2 .contact-links .contact-section a.footer-paypal-icon {
  background: url(../images/sprites.png) no-repeat -339px -126px;
  height: 45px;
  width: 175px;
  display: block;
  float: left;
  text-decoration: none;
  margin-right: 100%;
}
.footer-cms #footer-col-2 .contact-links h4 {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 19px;
}
.footer-cms #footer-col-2 .contact-links ul.contact-email {
  margin-right: 20px;
  width: 245px;
  height: 30px;
  padding: 5px 5px 5px 0;
  background: url(../images/sprites.png) no-repeat -16px -328px;
}
.footer-cms #footer-col-2 .contact-links ul.contact-email li:first-child {
  padding: 1px 5px 5px 30px;
}
.footer-cms #footer-col-2 .contact-links ul.social-media-icons li {
  float: left;
  width: 36px;
  height: 36px;
  margin: 8px 0;
  text-indent: -9999px;
  overflow: hidden;
}
.footer-cms #footer-col-2 .contact-links ul.social-media-icons li a {
  display: block;
  height: 36px;
  padding-top: 36px;
  font-size: 0;
}
.footer-cms #footer-col-2 .contact-links ul.social-media-icons li.facebook {
  background: url(../images/sprites.png) no-repeat -306px -15px;
}
.footer-cms #footer-col-2 .contact-links ul.social-media-icons li.instagram {
  background: url(../images/instagram.png) no-repeat;
  margin-left: 3px;
  margin-top: 10px;
}
.footer-cms #footer-col-2 .contact-links ul.social-media-icons li.twitter {
  background: url(../images/sprites.png) no-repeat -406px -16px;
}
.footer-cms #footer-col-2 .contact-links ul.social-media-icons li.googleplus {
  background: url(../images/sprites.png) no-repeat -358px -15px;
}
.footer-cms #footer-col-2 .contact-links ul.social-media-icons li.youtube {
  background: url(../images/sprites.png) no-repeat -450px -16px;
}
.footer-cms #footer-col-2 .contact-links .email-icon a {
  text-decoration: none;
  color: #666666;
}
.footer-cms #footer-col-2 .contact-links .tel-icon img {
  width: 230px;
}
@media (max-width: 480px) {
  .footer-cms #footer-col-2 .contact-links {
    -webkit-flex: 1 100%;
    -moz-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    min-width: 0;
    padding-right: 0px;
    padding-left: 0px;
    border-left: 0px;
  }
}
.toolbar-bottom {
  clear: both;
}
.footer-toolbar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.footer-toolbar .subscribe {
  -webkit-flex: 1 100%;
  -moz-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  min-width: 0;
  padding: 10px;
}
@media (min-width: 768px) {
  .footer-toolbar .subscribe {
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
    min-width: 0;
  }
}
@media (min-width: 992px) {
  .footer-toolbar .subscribe {
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3;
    min-width: 0;
  }
}
.footer-toolbar .subscribe .block-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 10px;
}
.footer-toolbar .subscribe .form-subscribe-header {
  font-size: 16px;
  font-weight: bold;
  color: #ff3300;
  -webkit-flex: 1 100%;
  -moz-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  min-width: 0;
  text-align: center;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .footer-toolbar .subscribe .form-subscribe-header {
    font-size: 19px;
    -webkit-flex: 0 275px;
    -moz-flex: 0 275px;
    -ms-flex: 0 275px;
    flex: 0 275px;
    min-width: 0;
    margin-bottom: 0;
    padding: 4px 0;
  }
}
.footer-toolbar .subscribe .form-subscribe-header h3 {
  font-size: 16px;
}
@media (min-width: 992px) {
  .footer-toolbar .subscribe .form-subscribe-header h3 {
    font-size: 19px;
  }
}
.footer-toolbar .subscribe .input-box {
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
  min-width: 0;
}
.footer-toolbar .subscribe .input-box .input-text {
  width: 100%;
}
.footer-toolbar .subscribe .actions {
  -webkit-flex: 0 100px;
  -moz-flex: 0 100px;
  -ms-flex: 0 100px;
  flex: 0 100px;
  min-width: 0;
  padding-left: 10px;
}
.footer-toolbar .footer-social {
  -webkit-flex: 1 100%;
  -moz-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  min-width: 0;
  padding: 10px;
}
@media (min-width: 768px) {
  .footer-toolbar .footer-social {
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
    min-width: 0;
  }
}
.footer-toolbar .footer-social .icons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer-toolbar .footer-social .icons {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.footer-toolbar .footer-social .icons li {
  float: none;
  width: 36px;
  height: 36px;
  margin: 8px 0;
  text-indent: -9999px;
  overflow: hidden;
}
.footer-toolbar .footer-social .icons li a {
  display: block;
  height: 36px;
  padding-top: 36px;
  font-size: 0;
}
.validation-failed {
  border: 1px solid #f00 !important;
  background: #fff !important;
  color: #f00 !important;
}
.footer-social .icons {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.footer-social .icons .facebook {
  background: url(../images/icon-facebook.png) 50% 50% no-repeat;
}
.footer-social .icons .twitter {
  background: url(../images/icon-twitter.png) 50% 50% no-repeat;
}
.footer-social .icons .googleplus {
  background: url(../images/icon-gplus.png) 50% 50% no-repeat;
}
.footer-social .icons .youtube {
  background: url(../images/icon-youtube.png) 50% 50% no-repeat;
}
.footer-social .icons .facebook:hover,
.footer-social .icons .twitter:hover,
.footer-social .icons .googleplus:hover,
.footer-social .icons .youtube:hover {
  background-position: 50% 50%;
}
.footer {
  padding: 10px;
  color: #000;
}
.footer address {
  text-align: center;
}
.product-view .product-img-box {
  margin: 0;
  float: none;
  width: 100%;
  position: relative;
}
.product-view .product-img-box .tax-friendly {
  left: 10px;
  height: 100px;
  width: 100px;
  padding: 100px 0 0;
  background: url(../images/sprites.png) no-repeat -19px -724px;
  -webkit-border-radius: 6px 0 0 0;
  -moz-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}
.highslide img,
.highslide img:hover {
  border: none;
}
.product-view .product-shop,
.col1-layout .product-view .product-shop {
  padding: 0 10px;
  margin: 0;
}
.product-view .product-shop .rating-links a,
.col1-layout .product-view .product-shop .rating-links a {
  font-weight: bold;
  cursor: pointer;
}
.product-view .product-shop .customer_videos_link,
.col1-layout .product-view .product-shop .customer_videos_link {
  float: left;
  margin: 24px 0 0 35px;
}
.product-view .product-shop .customer_videos_link a,
.col1-layout .product-view .product-shop .customer_videos_link a {
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .product-view .product-shop .customer_videos_link a,
  .col1-layout .product-view .product-shop .customer_videos_link a {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .product-view .product-shop .customer_videos_link,
  .col1-layout .product-view .product-shop .customer_videos_link {
    margin: 41px 0 0 20px;
  }
}
@media screen and (max-width: 890px) {
  .product-view .product-shop .customer_videos_link,
  .col1-layout .product-view .product-shop .customer_videos_link {
    margin: 0 0 0 33px;
  }
}
@media screen and (max-width: 767px) {
  .product-view .product-shop .customer_videos_link,
  .col1-layout .product-view .product-shop .customer_videos_link {
    margin: 0;
    width: 100%;
    text-align: center;
  }
}
.manual_file_wrapper {
  display: inline-block;
}
.manual_file_wrapper .manual_file {
  margin-bottom: 5px;
}
.manual_file_wrapper .manual_file .buttondesc {
  padding: 8px 0;
  display: inline-block;
}
.catalog-product-view .sku-mobile {
  display: none;
  color: #999;
  margin: 0px 10px;
}
@media (max-width: 480px) {
  .catalog-product-view .sku-mobile {
    display: block;
    text-align: center;
  }
}
.product-view .product-shop .product-name {
  display: none;
}
.product-view .product-shop .product-name .view-subtitle {
  font-weight: 400;
  color: #555;
}
.product-view .product-shop .product-name .sku {
  font-size: 12px;
  color: #999999;
  font-weight: bold;
}
.product-view .product-shop .short-description ul {
  list-style: none;
  padding: 0;
}
.product-view .product-shop .short-description li {
  padding: 5px 0 5px 20px;
  background: url(../images/sprites.png) no-repeat -795px -858px #fff;
}
.product-view .product-shop .short-description li strong {
  font-weight: normal !important;
}
.product-add-to-cart-box .product-add-to-cart-box-wrapper {
  /*border: 1px solid #ddd;*/
}
@media (max-width: 480px) {
  .product-add-to-cart-box .product-add-to-cart-box-wrapper {
    padding: 0 10px;
  }
}
.product-add-to-cart-box .product-add-to-cart-box-wrapper .product-add-to-cart-top-box {
  border: 1px solid #ddd;
  background: white;
}
.product-add-to-cart-box .product-add-to-cart-box-wrapper .product-add-to-cart-top-box .free-post {
  position: absolute;
  background: #003f94;
  color: #ffffff;
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: bold;
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 50px 60px;
  -o-transform-origin: 50px 60px;
  transform-origin: 50px 60px;
  width: 100%;
  font-size: 16px !important;
  text-align: center;
  top: auto !important;
  padding: 3px 25px;
}
.product-add-to-cart-box .product-add-to-cart-box-wrapper .add-to-cart-wrapper {
  margin: 0px;
  padding: 0px;
  border: none !important;
  background: #ffffff;
  overflow: hidden;
}
.product-add-to-cart-box .product-add-to-cart-box-wrapper .add-to-cart-wrapper .add-to-box .in-stock {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #598527;
}
.product-add-to-cart-box .product-add-to-cart-box-wrapper .add-to-cart-wrapper .add-to-box .out-of-stock {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #cc0001;
  font-size: 20px;
  height: 50px;
  padding: 13px;
}
.product-add-to-cart-box .product-add-to-cart-box-wrapper .add-to-cart-wrapper .add-to-box .link-stock-alert {
  text-align: center;
  margin-top: 6px;
}
.product-add-to-cart-box .product-add-to-cart-box-wrapper .add-to-cart-wrapper .add-to-box .link-stock-alert a {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
}
.product-add-to-cart-box .product-add-to-cart-box-wrapper .add-to-cart-wrapper .price-stock {
  display: flex;
  flex-flow: row;
}
.product-add-to-cart-box .product-add-to-cart-box-wrapper .add-to-cart-wrapper .price-stock .price-attributes {
  margin-top: 40px;
  flex: 1;
}
.product-add-to-cart-box .product-add-to-cart-box-wrapper .add-to-cart-wrapper .price-stock .price-attributes .old-price {
  text-decoration: line-through;
}
.product-add-to-cart-box .product-add-to-cart-box-wrapper .add-to-cart-wrapper .price-stock .stock-attributes {
  margin-top: 40px;
  flex: 1;
}
.product-add-to-cart-box .product-add-to-cart-box-wrapper .add-to-cart-wrapper .price-stock .stock-attributes ul {
  list-style: none;
  padding: 0px;
}
.product-add-to-cart-box .product-add-to-cart-box-wrapper .add-to-cart-wrapper .price-stock .stock-attributes ul li {
  padding-right: 24px;
  text-align: right;
  font-size: 11px;
  height: 20px;
  background: url(../images/sprites.png) no-repeat right -808px;
  margin-right: 7px;
}
@media (max-width: 1101px) and (min-width: 767px) {
  .product-add-to-cart-box .product-add-to-cart-box-wrapper .add-to-cart-wrapper .price-stock .stock-attributes ul li {
    height: auto;
  }
}
.product-add-to-cart-box .product-add-to-cart-box-wrapper .add-to-cart-wrapper .price-stock .stock-attributes ul li img {
  display: none;
}
.product-add-to-cart-box .product-add-to-cart-box-wrapper .add-to-cart-wrapper .add-to-links a.link-compare {
  text-decoration: none;
  font-size: 14px;
  color: #444;
}
.product-add-to-cart-box .product-add-to-cart-box-wrapper .parts-link {
  display: flex;
  flex-flow: row;
}
.product-add-to-cart-box .product-add-to-cart-box-wrapper .parts-link button span {
  height: 50px;
}
.product-add-to-cart-box .product-add-to-cart-box-wrapper .parts-link button span span {
  padding: 18px 10px;
  background: #777;
}
.product-add-to-cart-box .product-add-to-cart-box-wrapper .parts-link button span span:hover {
  background: #888;
}
.product-add-to-cart-box .product-add-to-cart-box-wrapper .parts-link button.btn-view-parts {
  flex: 1;
  margin-right: 5px;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .product-add-to-cart-box .product-add-to-cart-box-wrapper .parts-link button.btn-view-parts {
    margin: 0 0 5px 0;
  }
}
.product-add-to-cart-box .product-add-to-cart-box-wrapper .parts-link button.btn-ask-question {
  flex: 2;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .product-add-to-cart-box .product-add-to-cart-box-wrapper .parts-link {
    flex-flow: column wrap;
  }
}
.product-add-to-cart-box .product-add-to-cart-box-wrapper .how-to-videos .btn-how-to-videos {
  padding: 3px 0px;
  width: 100%;
}
.product-add-to-cart-box .product-add-to-cart-box-wrapper .how-to-videos .btn-how-to-videos span {
  height: 50px;
}
.product-add-to-cart-box .product-add-to-cart-box-wrapper .how-to-videos .btn-how-to-videos span span {
  height: 50px;
  padding: 15px 10px;
  background: #777;
}
.product-add-to-cart-box .product-add-to-cart-box-wrapper .how-to-videos .btn-how-to-videos span span img {
  position: relative;
  top: -2px;
}
.product-add-to-cart-box .product-add-to-cart-box-wrapper .how-to-videos .btn-how-to-videos span span:hover {
  background: #888;
}
.product-add-to-cart-box .product-add-to-cart-box-wrapper .brand {
  text-align: center;
}
.stock-attributes ul {
  margin-top: 4px;
}
.stock-attributes ul li:after {
  background: url(../images/sprites.png);
}
.product-view .add-to-cart-wrapper .price-box {
  width: 100%;
  margin: 10px 0;
  padding: 0 10px;
}
.add-to-cart-wrapper .price-box .price,
.add-to-cart-wrapper .regular-price .price,
.add-to-cart-wrapper .price-from .price-label,
.add-to-cart-wrapper .price-to .price-label {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #000;
}
.product-view .add-to-cart-wrapper .add-to-box {
  float: none;
}
.product-view .add-to-cart-wrapper .add-to-box .add-to-cart {
  float: none;
  padding: 3px;
}
.product-view .product-add-to-cart-box .add-to-links li {
  text-align: center;
}
.shipping-calculator {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #ddd;
  background: white;
}
.shipping-calculator h3 {
  font-size: 19px;
  margin-bottom: 10px;
}
.ship-notification {
  font-size: 12px;
  padding: 10px;
  margin-top: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) inset;
}
.ship-notification.warning {
  background: #fd5;
}
.shipping-estimation-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.shipping-estimation-form .input-container {
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
  min-width: 0;
  padding-right: 10px;
}
.shipping-estimation-form .button-container {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  min-width: 85px;
}
.shipping-estimation-form .button-container .button {
  width: 100%;
}
.shipping-estimation-form input {
  width: 100%;
}
.manual_download {
  padding-top: 10px;
}
.product-essential {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.product-shop,
.product-img-box,
.product-add-to-cart-box {
  float: none;
  -webkit-flex: 1 100%;
  -moz-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  min-width: 0;
}
.product-shop {
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
  order: 3;
}
.product-add-to-cart-box {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
}
.product-view .product-collateral {
  padding: 0 10px;
  margin-top: 5px;
}
.product-view .product-collateral #anchor_container {
  /*padding: 0 10px;*/
}
.product-view .product-collateral #anchor_container button.anchor_button {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #000;
  padding: 10px;
  border: solid #ddd 1px;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  margin-top: 10px;
  height: 55px;
  background-color: #e5e5e5;
  width: 24.2%;
  font-size: 20px;
  margin-right: 6px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
  .product-view .product-collateral #anchor_container button.anchor_button {
    width: 47%;
    height: 50px;
    font-size: 15px;
    padding-left: 10px !important;
    text-align: center !important;
    background-image: none !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .product-view .product-collateral #anchor_container button.anchor_button {
    font-size: 16px;
    width: 23.2%;
  }
}
.product-view .product-collateral #anchor_container #anchor_description_tabbed {
  background: #e5e5e5 url(../images/sprites.png) -333px -305px no-repeat;
  text-align: left;
  padding-left: 55px;
}
.product-view .product-collateral #anchor_container #anchor_additional_tabbed {
  background: #e5e5e5 url(../images/sprites.png) -333px -372px no-repeat;
  text-align: left;
  padding-left: 55px;
}
.product-view .product-collateral #anchor_container #anchor_delivery {
  background: #e5e5e5 url(../images/sprites.png) -621px -305px no-repeat;
  text-align: left;
  padding-left: 55px;
}
.product-view .product-collateral #anchor_container #anchor_review_tabbed {
  background: #e5e5e5 url(../images/sprites.png) -621px -446px no-repeat;
  text-align: left;
  padding-left: 55px;
}
.product-view .product-collateral #anchor_container #anchor_video_reviews {
  background: #e5e5e5 url(../images/sprites.png) -6px -614px no-repeat;
  text-align: left;
  padding-left: 55px;
}
.product-view .product-collateral #anchor_container #anchor_resource {
  background: #e5e5e5 url(../images/sprites.png) -4px -443px no-repeat;
  text-align: left;
  padding-left: 55px;
}
.product-view .product-collateral #anchor_container #anchor_warranty-returns {
  background: #e5e5e5 url(../images/sprites.png) -620px -371px no-repeat;
  text-align: left;
  padding-left: 55px;
}
.product-view .product-collateral #anchor_container #anchor_related_tabbed {
  background: #e5e5e5 url(../images/sprites.png) -333px -441px no-repeat;
  text-align: left;
  padding-left: 55px;
}
.product-view .product-collateral #anchor_container #anchor_askAQuestion {
  background: #e5e5e5 url(../images/sprites.png) -4px -384px no-repeat;
  text-align: left;
  padding-left: 55px;
}
.product-view .product-collateral #anchor_container .content_container .content_section_title {
  border-bottom: 1px solid #ddd;
  background-color: #111;
  padding: 0 10px;
  border: 1px solid #ddd;
  overflow: hidden;
  color: #fff;
}
.product-view .product-collateral #anchor_container .content_container .content_section_title h2 {
  font-size: 22px;
  margin-bottom: 0px;
  float: left;
  padding: 15px 0px 15px 45px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
  .product-view .product-collateral #anchor_container .content_container .content_section_title h2 {
    font-size: 18px;
  }
}
.product-view .product-collateral #anchor_container .content_container .content_section_title h2.title_description_tabbed {
  background: url(../images/sprites.png) -7px -498px no-repeat;
}
.product-view .product-collateral #anchor_container .content_container .content_section_title h2.title_additional_tabbed {
  background: url(../images/sprites.png) -339px -498px no-repeat;
}
.product-view .product-collateral #anchor_container .content_container .content_section_title h2.title_review_tabbed {
  background: url(../images/sprites.png) -630px -501px no-repeat;
}
.product-view .product-collateral #anchor_container .content_container .content_section_title h2.title_video_reviews {
  background: url(../images/sprites.png) -336px -610px no-repeat;
}
.product-view .product-collateral #anchor_container .content_container .content_section_title h2.title_related_tabbed {
  background: url(../images/sprites.png) -10px -560px no-repeat;
}
.product-view .product-collateral #anchor_container .content_container .content_section_title a {
  float: right;
  text-decoration: none;
  cursor: pointer;
  padding-top: 10px;
}
.product-view .product-collateral #anchor_container .content_container .content_section_title .go-top {
  background: url(../images/sprites.png) no-repeat -451px -65px;
  width: 36px;
  height: 37px;
  margin: 8px 0 10px 10px;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_description_tabbed_contents .content_section_body {
  padding: 25px 0;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_description_tabbed_contents .content_section_body p {
  margin: 16px 0;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
  .product-view .product-collateral #anchor_container .archor_content #product_tabs_description_tabbed_contents {
    display: block !important;
  }
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_related_tabbed_contents .content_section_body {
  padding: 8px 0 0;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_related_tabbed_contents li {
  margin: 8px 0px;
  background-color: #fff !important;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_related_tabbed_contents .product {
  height: 100%;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_related_tabbed_contents .product-details {
  margin-left: 130px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_related_tabbed_contents .product-details .product-name {
  font-weight: bold;
  font-size: 14px;
  flex: 2;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_related_tabbed_contents .product-details .product-name a {
  color: #000;
  font-size: 12px !important;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_related_tabbed_contents .product-details .price-box {
  flex: 1;
  font-size: 20px;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_related_tabbed_contents .product-details p {
  flex: 1;
  margin-bottom: 0px;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_related_tabbed_contents .product-details p button > span {
  height: 33px;
  font-size: 13px;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_related_tabbed_contents .product-details p button > span span {
  padding: 9px 20px;
  height: 33px;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_related_tabbed_contents .product-details .old-price {
  display: inline;
  text-decoration: line-through;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_additional_tabbed_contents .content_section_body {
  padding: 25px 0;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_additional_tabbed_contents .content_section_body p {
  margin: 0;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_additional_tabbed_contents .content_section_body .box-collateral {
  margin: 0;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_additional_tabbed_contents ul#product-attribute-specs-table {
  padding: 0 0 10px 0;
  margin: 0;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_additional_tabbed_contents ul#product-attribute-package-table {
  padding: 10px 0 0 0;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_additional_tabbed_contents .attribute-item ul {
  padding-left: 0px;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_additional_tabbed_contents .attribute-item ul li {
  background-image: url(../images/sprites.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  list-style-type: none;
  background-position: -777px -278px;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_review_tabbed_contents .content_section_body {
  padding: 15px 0 25px 0;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_review_tabbed_contents .content_section_body #customer-reviews {
  overflow: hidden;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_review_tabbed_contents .content_section_body .reviews {
  /*column-count: 2;*/
  /*column-gap: 20px;*/
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
@media (max-width: 480px) {
  .product-view .product-collateral #anchor_container .archor_content #product_tabs_review_tabbed_contents .content_section_body .reviews {
    column-count: 1;
    flex-flow: column wrap;
  }
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_review_tabbed_contents .content_section_body .reviews .preloader {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_review_tabbed_contents .content_section_body .reviews .preloader div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background: url(../images/preloader.gif) no-repeat;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_review_tabbed_contents .content_section_body .reviews .review-left,
.product-view .product-collateral #anchor_container .archor_content #product_tabs_review_tabbed_contents .content_section_body .reviews .review-right {
  flex: 1;
  margin: 0 5px;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_review_tabbed_contents .content_section_body .reviews .review {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #ebebeb;
  min-height: 105px;
  height: auto;
}
@media (max-width: 480px) {
  .product-view .product-collateral #anchor_container .archor_content #product_tabs_review_tabbed_contents .content_section_body .reviews .review {
    height: auto;
  }
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_review_tabbed_contents .content_section_body .reviews .review .review-owner {
  padding: 0 0 5px 0;
  font-size: 16px;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_review_tabbed_contents .content_section_body .reviews .review .review-owner b {
  color: #1664a4;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_review_tabbed_contents .content_section_body .reviews .review .review-owner i {
  color: #555;
  font-size: 12px;
  float: right;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_review_tabbed_contents .content_section_body .reviews .review .review-ratings {
  padding: 0 0 5px 0;
  font-size: 13px;
  color: #555;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_review_tabbed_contents .content_section_body .reviews .review .review-details {
  font-size: 14px;
  padding: 0 0 0 0;
  height: 40px;
  display: flex;
  max-height: 40px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .product-view .product-collateral #anchor_container .archor_content #product_tabs_review_tabbed_contents .content_section_body .reviews .review .review-details {
    height: auto;
    overflow: auto;
    max-height: inherit;
  }
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_review_tabbed_contents .content_section_body .reviews .review .review-details .more {
  display: none;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_review_tabbed_contents .content_section_body .review-counter {
  padding: 10px;
  margin: auto;
  text-align: center;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_review_tabbed_contents .content_section_body .review-counter a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_review_tabbed_contents .content_section_body .reviews-pagination {
  padding: 10px 0;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_review_tabbed_contents .content_section_body .reviews-pagination a {
  padding: 10px;
  font-weight: bold;
  background: #ebebeb;
  color: #000;
  text-decoration: none;
  margin: 5px;
  border: 1px solid #eee;
  cursor: pointer;
  width: 50px;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_review_tabbed_contents .content_section_body .reviews-pagination a:hover {
  background-color: #ccc;
}
@media (max-width: 480px) {
  .product-view .product-collateral #anchor_container .archor_content #product_tabs_review_tabbed_contents .content_section_body .reviews-pagination {
    display: flex;
    flex-flow: row wrap;
  }
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_review_tabbed_contents .content_section_body .form-add {
  padding: 10px;
  background: #ebebeb;
  border: 1px solid #ddd;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_review_tabbed_contents .content_section_body .form-add ul.form-list li label {
  font-weight: bold;
  padding: 10px 0px;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_review_tabbed_contents .content_section_body .form-add ul.form-list li label em {
  float: none;
  top: inherit;
}
.product-view .product-collateral #anchor_container .archor_content #product_tabs_video_reviews_contents .content_section_body .video-list {
  margin-top: 20px;
}
.product-view .product-collateral #anchor_container .archor_buttons {
  margin-bottom: 30px;
}
.product-view .product-collateral #anchor_container .archor_buttons #anchor_askAQuestion {
  display: none;
}
.product-view .product-collateral .tab-go-top {
  background: url(../images/sprites.png) no-repeat -451px -65px;
  position: absolute;
  top: 2px;
  right: 10px;
  text-decoration: none;
  cursor: pointer;
  width: 36px;
  height: 37px;
}
.product-view .product-collateral .tab-go-top:hover {
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}
.product-view .product-collateral .tab-go-top-mobile {
  margin-top: -35px;
  text-decoration: none;
  cursor: pointer;
  float: right;
  display: none;
}
@media (max-width: 480px) {
  .product-view .product-collateral .tab-go-top-mobile {
    display: block;
  }
}
.product-view .product-collateral .tab-go-top-mobile:after {
  content: url(../images/go_top.png);
}
.product-view .product-collateral .tab-go-top-mobile:hover {
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}
.product-view .product-collateral .easytabs-wrapper {
  padding: 0;
}
@media (max-width: 480px) {
  .product-view .product-collateral .easytabs-wrapper {
    margin-top: 40px;
  }
}
.product-view .product-collateral .easytabs-wrapper .how_to_videos {
  display: none;
}
.product-view .product-collateral .easytabs-wrapper .how_to_videos .video-list {
  padding: 10px;
  border: 1px solid #ccc;
  background: #eee;
  margin-top: 10px;
}
.product-collateral .soldtogether-block {
  padding: 10px 0;
}
.attributes-list {
  -webkit-columns: 2 300px;
  -moz-columns: 2 300px;
  -ms-columns: 2 300px;
  columns: 2 300px;
}
.attributes-list .attribute-item {
  margin-bottom: 4px;
}
.attributes-list .attribute-item .label {
  font-weight: bold;
  color: #333333;
}
.block-related .product-image {
  padding: 0;
  width: 120px;
}
.block-related.collapsed .block-content {
  overflow: hidden;
  height: 140px;
}
.block-related {
  padding: 10px 0;
  border: none;
}
.block-related .block-content {
  padding: 0;
}
.block-related ol {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.block-related .item {
  padding: 0;
  margin: 0 0 10px;
  float: none;
  flex: 1 100%;
  background: none;
}
.block-related .product {
  margin: 0;
}
.block-related .product .product-details {
  margin-left: 130px;
}
.easytabs-content .form-add {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
}
#review-form fieldset {
  position: relative;
  top: -25px;
  background: #ebebeb;
}
.reviews-list li {
  padding: 10px;
  border-radius: 6px;
  /*background: #f1f1f1;*/
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.reviews-list .ratings-view {
  -webkit-flex: 0 0 100px;
  flex: 0 0 100px;
}
.reviews-list .review-content {
  -webkit-flex: 1;
  flex: 1;
}
.reviews-list .review-content .small {
  font-size: 13px;
  text-align: right;
  color: #999;
  margin: 0;
}
.link-wishlist,
.link-compare {
  font-size: 12px;
}
.sold-together {
  /* Portrait and Landscape */
}
.sold-together .amazonstyle-images {
  display: none;
}
.sold-together .amazonstyle-checkboxes {
  overflow: hidden;
}
.sold-together .amazonstyle-checkboxes li.product-name {
  float: left;
  width: 180px;
  margin-right: 30px;
  text-align: center;
}
.sold-together .amazonstyle-checkboxes li.product-name .product-container {
  border: 1px solid #ddd;
  padding: 5px;
  text-align: left;
  background: white;
}
.sold-together .amazonstyle-checkboxes li.product-name .product-container img {
  width: 70%;
  display: block;
  margin: auto;
}
.sold-together .amazonstyle-checkboxes li.product-name .product-container div {
  height: 35px;
  overflow: hidden;
  font-size: 12.5px;
}
.sold-together .amazonstyle-checkboxes li.product-name .price-box .price {
  color: #298614;
  font-weight: bold;
  font-size: 15.45px;
}
.sold-together .amazonstyle-checkboxes li.product-name .price-box .old-price .price-label {
  display: none;
}
.sold-together .amazonstyle-checkboxes li.product-name .price-box .old-price .priceg {
  text-decoration: line-through;
  color: #ddd;
  font-size: 11px;
  display:inline;
}
.sold-together .amazonstyle-checkboxes li.product-name:nth-child(4) {
  margin-right: 60px;
}
.sold-together .amazonstyle-checkboxes li.totalprice .price-discount-percent {
  font-size: 15px;
  margin-top: 87px;
  margin-left: 20px;
}
.sold-together .amazonstyle-checkboxes li.totalprice .price-discount-percent span {
  color: red;
  font-weight: bold;
  font-size: 17px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 567px) {
  .sold-together {
    display: none;
  }
}
.soldtogether-block {
  padding: 10px;
  padding-top: 0px;
  /* Portrait and Landscape */
}
.soldtogether-block h2 {
  margin-bottom: 10px;
  font-size: 22px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 567px) {
  .soldtogether-block {
    display: none;
  }
}
.soldtogether-block .h2,
.soldtogether-block .amazonstyle-images,
.soldtogether-block .amazonstyle-checkboxes {
  -webkit-flex: 1 100%;
  -moz-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  min-width: 0;
}
.soldtogether-block .amazonstyle-images li {
  width: 100px;
}
.soldtogether-block .amazonstyle-images li.first {
  width: 75px;
}
.product-trust {
  text-align: center;
  margin: 10px 0;
  height: 73px;
}
@media (min-width: 480px) {
  .product-trust {
    width: 100%;
  }
}
.col1-layout .products-grid {
  width: 100%;
}
.product-grid-container {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
  min-width: 100%;
}
.block-soldtogether-customer {
  margin-top: 20px !important;
}
.block-soldtogether-customer .content_section_title {
  font-size: 22px;
  padding: 15px 10px 5px 10px;
  background-color: #111;
  border: 1px solid #ddd;
  overflow: hidden;
  color: #fff;
}
.block-soldtogether-customer .content_section_title h2 {
  background: url(../images/sprites.png) -336px -574px no-repeat;
  padding-left: 45px;
  float: left;
}
.block-soldtogether-customer .content_section_title .go-top {
  background: url(../images/sprites.png) no-repeat -451px -65px;
  float: right;
  text-decoration: none;
  cursor: pointer;
  width: 36px;
  height: 37px;
  margin-left: 10px;
}
.block-soldtogether-customer .products-grid {
  margin-top: 20px;
}
.block-soldtogether-customer .products-grid .item {
  width: 50%;
}
@media (min-width: 480px) {
  .block-soldtogether-customer .products-grid .item {
    width: 33.333%;
    width: calc(100%/3);
  }
}
@media (min-width: 992px) {
  .block-soldtogether-customer .products-grid .item {
    width: 16.666%;
    width: calc(100%/6);
  }
}
.block-soldtogether-customer .products-grid .item .product-actions {
  background-color: #ebebeb;
  display: flex;
  flex-flow: row wrap;
  padding: 10px;
  border: 1px solid #d8d8d8;
  border-top: none;
}
.block-soldtogether-customer .products-grid .item .product-actions div:first-child {
  height: 40px;
}
.block-soldtogether-customer .products-grid .item .product-actions div {
  flex: 1;
}
.block-soldtogether-customer .products-grid .item .product-actions .actions button {
  font-size: 12px;
}
.block-soldtogether-customer .products-grid .item .product-actions .actions button span {
  height: 33px;
}
.block-soldtogether-customer .products-grid .item .product-actions .actions button span > span {
  padding: 8px;
}
.block-soldtogether-customer .products-grid .item .product-actions .price-box {
  text-align: left;
}
.block-soldtogether-customer .products-grid .item .product-actions .price-box .price {
  font-weight: normal;
  font-size: 18px;
}
.block-soldtogether-customer .products-grid .item .product-actions .price-box .old-price .priceg {
  color: #666;
  text-decoration: line-through;
  font-size: 12px;
}
.block-soldtogether-customer .products-grid .item .product-actions .link-compare {
  background: none;
  color: #444;
  padding: 0px;
  position: relative;
  top: -20px;
}
.block-soldtogether-customer .products-grid .item .item-inner {
  padding-top: 25px;
  background: white;
}
.block-soldtogether-customer .products-grid .item .item-inner .free-post {
  position: absolute;
  background: #1166da;
  color: #ffffff;
  padding: 3px 25px;
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: bold;
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 50px 60px;
  -o-transform-origin: 50px 60px;
  transform-origin: 50px 60px;
  width: 100%;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .easycatalog-grid .product-image {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .easytabs-a-accordion {
    font-weight: bold;
    font-size: 19px;
    cursor: default;
  }
}
.add-to-cart-wrapper .rrp {
  color: #000;
  font-size: 14px;
  display: block;
  margin-bottom: -10px;
  padding: 0 10px;
}
#product_tabs_delivery_contents,
#product_tabs_warranty-returns_contents {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
#product_tabs_delivery_contents .column,
#product_tabs_warranty-returns_contents .column {
  -webkit-flex: 1 100%;
  -moz-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  min-width: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #product_tabs_delivery_contents .column,
  #product_tabs_warranty-returns_contents .column {
    -webkit-flex: 0 50%;
    -moz-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    min-width: 0;
    margin-bottom: 0;
  }
}
#product_tabs_delivery_contents .column .tab-content,
#product_tabs_warranty-returns_contents .column .tab-content {
  min-height: 100px;
  position: relative;
  margin-bottom: 20px;
}
#product_tabs_delivery_contents .column .tab-content ul,
#product_tabs_warranty-returns_contents .column .tab-content ul {
  padding-left: 130px;
}
#product_tabs_delivery_contents .column .tab-content p,
#product_tabs_warranty-returns_contents .column .tab-content p {
  padding-left: 110px;
}
#product_tabs_delivery_contents .column .deliverymap,
#product_tabs_warranty-returns_contents .column .deliverymap {
  padding-left: 110px;
}
#product_tabs_delivery_contents .column .tab-icon,
#product_tabs_warranty-returns_contents .column .tab-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.map-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 10px;
}
.map-box .map-image {
  -webkit-flex: 0 200px;
  -moz-flex: 0 200px;
  -ms-flex: 0 200px;
  flex: 0 200px;
  min-width: 0;
}
.map-box .map-text {
  margin: 15px 10px 0;
  -webkit-flex: 1 230px;
  -moz-flex: 1 230px;
  -ms-flex: 1 230px;
  flex: 1 230px;
  min-width: 0;
  font-size: 14px;
}
/*#product_tabs_warranty-returns_contents {
  .flex-display;
  .flex-flow(row wrap);
  .column {
    .flex(1 100%);
    margin-bottom: 10px;
    @media (min-width: @screen-md-min) {
      .flex(0 50%);
      margin-bottom: 0;
    }
    .delivery-content {
      min-height: 100px;
      padding-left: 110px;
      position: relative;
      margin-bottom: 10px;
    }
    .delivery-tab-icon {
      position: absolute;
      left: 0;
      top: 0;
    }
  }
}*/
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .product-add-to-cart-box {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .product-add-to-cart-box .brand {
    text-align: center;
  }
  .add-to-cart-wrapper .rrp {
    text-align: center;
  }
  .add-to-cart-wrapper .price-box {
    text-align: center;
  }
  .add-to-cart .in-stock {
    font-size: 18px;
  }
  .add-to-cart button.button span {
    font-size: 20px !important;
    height: 50px;
  }
  .add-to-cart button.button span span {
    padding: 13px 14px;
  }
  .product-shop-inner .ratings {
    text-align: center;
  }
  .product-shop-inner .rating-links {
    font-size: 15px;
  }
  .product-shop-inner .rating-box {
    background-size: 30px;
    height: 29px;
    width: 150px;
  }
  .product-shop-inner .rating-box .rating {
    background-size: 30px;
    height: 29px;
  }
  #shipping-estimate-results .tooltip-container {
    font-size: 18px;
    margin: 3px 0px 0px -20px;
    list-style-type: none;
  }
  .amazonstyle-checkboxes .checkbox {
    width: 25px;
    height: 25px;
    position: absolute;
    margin-left: -30px;
    margin-top: 4px;
  }
  .amazonstyle-checkboxes .product-name {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .amazonstyle-images li {
    width: 100px;
    height: 100px;
  }
  .amazonstyle-images li img,
  .soldtogether-block .amazonstyle-images li.first {
    width: 100px !important;
    height: 100px !important;
  }
  .soldtogether-block .amazonstyle-images li {
    width: 100px;
  }
  .tooltip-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -14px;
    top: -15px;
  }
  .shipping-calculator #ship_postcode {
    font-size: 22px;
    padding: 3px;
  }
}
@media (min-width: 991px) {
  .tooltip-close {
    display: none;
  }
}
.category-image {
  background: #000;
}
.category-image h1 {
  color: #fff;
  font-size: 46px;
  text-transform: uppercase;
  text-align: left;
}
@media (max-width: 991px) {
  .category-image h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .category-image h1 {
    font-size: 24px;
    color: #000;
    text-transform: none;
  }
}
.category-image .category_header {
  font-size: 46px;
}
@media (max-width: 991px) {
  .category-image .category_header {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .category-image .category_header {
    font-size: 24px;
    color: #000;
    text-transform: none;
  }
}
.category-image img {
  width: 100%;
  margin-top: -30px;
}
@media (max-width: 991px) {
  .category-image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .category-image {
    background-image: none !important;
    background-color: #fff;
    padding: 5px 10px;
  }
}
.products-grid {
  border: none;
}
.sorter {
  border: none;
}
.category-description {
  padding: 10px 10px 10px;
  margin: 0;
}
.products-grid {
  padding: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.products-grid .product-actions {
  background-color: #ebebeb;
  display: flex;
  flex-flow: row wrap;
  padding: 10px;
  border: 1px solid #d8d8d8;
  border-top: none;
}
.products-grid .product-actions > div:first-child {
  height: 40px;
}
@media (max-width: 991px) {
  .products-grid .product-actions > div:first-child {
    height: auto;
    text-align: center;
    display: flex;
    flex-flow: column wrap;
  }
}
.products-grid .product-actions div {
  flex: 1;
}
.products-grid .product-actions .actions button {
  font-size: 13px;
}
.products-grid .product-actions .actions button span {
  height: 33px;
}
@media (max-width: 991px) {
  .products-grid .product-actions .actions button {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .products-grid .product-actions .actions button {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .products-grid .product-actions .actions .out-of-stock {
    text-align: center;
  }
}
.products-grid .product-actions .price-box {
  text-align: left;
}
.products-grid .product-actions .price-box .price {
  font-weight: bold;
  font-size: 15px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
  .products-grid .product-actions .price-box .price {
    font-size: 20px;
  }
}
.products-grid .product-actions .price-box .old-price .priceg {
  color: #666;
  text-decoration: line-through;
  font-size: 11px;
  display:inline;
}
@media (max-width: 991px) {
  .products-grid .product-actions .price-box {
    flex: 1;
    text-align: center;
  }
}
.products-grid .product-actions .link-compare {
  background: none;
  color: #444;
  padding: 0px;
  position: relative;
  top: -5px;
  text-decoration: none;
}
@media (max-width: 991px) {
  .products-grid .product-actions .link-compare {
    text-align: center;
    flex: 1;
    position: inherit;
    top: auto;
    padding: 10px 0;
  }
}
@media (max-width: 480px) {
  .products-grid .product-actions .link-compare {
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .products-grid .product-actions {
    flex-flow: column wrap;
  }
}
@media (max-width: 480px) {
  .products-grid .product-actions {
    padding: 0px 5px 0px 5px;
  }
}
.products-grid li.item {
  padding: 5px;
  width: 50%;
  margin: 0;
  box-shadow: none;
}
.products-grid li.item .item-inner {
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 30px 10px 10px 10px;
}
.products-grid li.item .brand {
  height: 50px;
  text-align: center;
  padding: 5px 0;
}
.products-grid li.item .free-post {
  position: absolute;
  background: #1166da;
  color: #ffffff;
  padding: 3px 25px;
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: bold;
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 50px 60px;
  -o-transform-origin: 50px 60px;
  transform-origin: 50px 60px;
  width: 100%;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 991px) {
  .products-grid li.item .free-post {
    padding: 3px 0px;
  }
}
.products-grid li.item .ratings-container {
  height: 30px;
}
.products-grid li.item .ratings {
  height: 30px;
  margin: 0px;
  overflow: hidden;
  font-weight: bold;
}
@media (max-width: 480px) {
  .products-grid li.item .ratings {
    display: inline-block;
  }
}
.products-grid li.item #product-video-icon-tag {
  width: 87%;
  display: flex;
  padding-bottom: 5px;
  margin: auto;
  height: 25px;
}
.products-grid li.item #product-video-icon-tag .product-video {
  min-height: 17px;
}
.products-grid li.item #product-video-icon-tag .product-video #video-icon-tag {
  width: 55px;
  margin: auto;
  height: 16px;
  display: block;
  background: url(../images/sprites.png) no-repeat -255px -133px;
}
.products-grid li.item #product-video-icon-tag .customer-video {
  min-height: 17px;
}
.products-grid li.item #product-video-icon-tag .customer-video #customer-video-icon-tag {
  width: 115px;
  margin: auto;
  height: 16px;
  display: block;
  background: url(../images/sprites.png) no-repeat -353px -761px;
}
@media only screen and (max-width: 1024px) {
  .products-grid li.item #product-video-icon-tag {
    width: 100%;
    display: block;
    height: 40px;
  }
}
.products-grid li.item .product-image {
  margin-bottom: 0px;
}
.products-grid li.item:hover .item-inner {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.products-grid .product-name,
.cms-index-index .main .products-grid .product-name,
.cms-home .main .products-grid .product-name {
  height: 57px;
  margin: 0;
  /*font-size: @font-size-base;*/
  font-size: 16px;
  overflow: hidden;
  font-weight: bold;
}
@media (max-width: 480px) {
  .products-grid .product-name,
  .cms-index-index .main .products-grid .product-name,
  .cms-home .main .products-grid .product-name {
    height: 53px;
  }
}
.products-grid .actions,
.products-grid .price-box {
  float: none;
  margin: 0;
}
.products-grid .actions {
  text-align: right;
}
.product-name a {
  color: #555;
}
.products-grid .price-box p {
  display: inline;
}
.products-grid .price-box p.old-price {
  font-size: 0.8em;
  margin: 4px 0 0;
  color: #000;
}
.old-price {
  color: #000;
  font-weight: 900;
}
.price-box .price,
.regular-price .price,
.price-from .price-label,
.price-to .price-label {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #000;
}
.products-grid .price-label {
  display: none;
}
.products-grid .actions {
  height: 36px;
  margin-top: 4px;
}
.products-grid.cols-3:after,
.products-grid.cols-5:after {
  content: '';
  clear: none;
}
.promo-home-content .mini-products-list li {
  min-height: 95px;
}
.sorter .view-mode {
  height: 40px;
}
.sorter .amount {
  float: left;
  margin: 0;
  line-height: 20px;
  height: 40px;
  padding: 10px;
}
.toolbar {
  position: relative;
  padding: 17px 10px 0px 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.toolbar .amount {
  -webkit-flex: 0 250px;
  -moz-flex: 0 250px;
  -ms-flex: 0 250px;
  flex: 0 250px;
  min-width: 0;
}
@media (max-width: 768px) {
  .toolbar .amount {
    -webkit-flex: 0 160px;
    -moz-flex: 0 160px;
    -ms-flex: 0 160px;
    flex: 0 160px;
    min-width: 0;
  }
}
.toolbar .sort-by {
  -webkit-flex: 0 250px;
  -moz-flex: 0 250px;
  -ms-flex: 0 250px;
  flex: 0 250px;
  min-width: 0;
  text-align: right;
  display: block;
}
.toolbar .how-to-videos {
  display: none;
}
@media (min-width: 768px) {
  .toolbar .how-to-videos {
    display: block;
  }
}
.toolbar .pages {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  text-align: right;
}
.toolbar .pages li {
  display: inline-block;
}
@media (min-width: 768px) {
  .toolbar .pages {
    text-align: center;
  }
}
.toolbar .limiter {
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
  min-width: 0;
  display: none;
  float: right;
}
@media (min-width: 768px) {
  .toolbar .limiter {
    display: block;
  }
}
.toolbar .how-to-videos {
  flex: 1;
  text-align: right;
}
.toolbar .how-to-videos .btn-how-to-videos {
  vertical-align: middle;
  text-decoration: none;
}
.toolbar .how-to-videos .btn-how-to-videos > span {
  background: #fff;
  border: 1px solid #1166da;
  display: flex;
  flex-flow: row wrap;
  width: 150px;
  float: right;
}
.toolbar .how-to-videos .btn-how-to-videos > span div {
  background-color: #1166da;
  padding: 0 5px;
}
.toolbar .how-to-videos .btn-how-to-videos > span > span {
  color: #1166da;
  font-weight: bold;
  text-decoration: none;
  margin-left: 5px;
  padding: 3px;
}
@media (max-width: 767px) {
  .toolbar {
    padding: 0 10px;
  }
}
.breadcrumbs {
  font-size: 14px;
  padding: 10px 10px 25px;
  margin: 0;
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding: 0 10px;
  }
}
.col2-left-layout .sidebar,
.col2-right-layout .sidebar {
  padding: 20px 10px 10px 10px;
}
@media (min-width: 480px) {
  .col2-left-layout .sidebar,
  .col2-right-layout .sidebar {
    width: 25%;
  }
}
.col2-left-layout .sidebar .block,
.col2-right-layout .sidebar .block {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.col2-left-layout .sidebar .block .block-title,
.col2-right-layout .sidebar .block .block-title {
  font-weight: bold;
  padding: 7px;
  font-size: 22px;
}
.block-layered-nav h3 {
  font-size: 14px;
}
.block-layered-nav dl#narrow-by-list dt {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  cursor: pointer;
}
.block-layered-nav dl#narrow-by-list dt h3 {
  background: url(../images/sprites.png) no-repeat right -733px;
  padding-right: 25px;
}
.block-layered-nav dl#narrow-by-list dt .toggle_navigation {
  background: url(../images/sprites.png) no-repeat right -667px !important;
}
.block-layered-nav dl#narrow-by-list dd {
  display: none;
}
@media (min-width: 768px) {
  .category-products .products-grid li.item {
    width: 25%;
  }
}
@media (max-width: 1100px) {
  .category-products .product-grid-container .products-grid .product-actions .actions button.button,
  .block-soldtogether-customer .product-grid-container .products-grid .product-actions .actions button.button {
    width: 100%;
  }
  .category-products .product-grid-container .products-grid .product-actions .actions button.button span span,
  .block-soldtogether-customer .product-grid-container .products-grid .product-actions .actions button.button span span {
    font-size: 12px;
    padding: 8px 0px;
  }
  .category-products .products-grid .product-actions .actions button.button,
  .block-soldtogether-customer .products-grid .product-actions .actions button.button {
    width: 100%;
  }
  .category-products .products-grid .product-actions .actions button.button span span,
  .block-soldtogether-customer .products-grid .product-actions .actions button.button span span {
    padding: 8px 0px;
  }
}
@media (max-width: 1100px) and (max-width: 800px) {
  .category-products .product-grid-container .products-grid .product-actions .actions button.button span span,
  .block-soldtogether-customer .product-grid-container .products-grid .product-actions .actions button.button span span {
    font-size: 13px;
  }
}
@media (max-width: 1100px) {
  .category-products .product-grid-container .products-grid .product-actions .actions button.button,
  .block-soldtogether-customer .product-grid-container .products-grid .product-actions .actions button.button {
    width: 100%;
  }
  .category-products .product-grid-container .products-grid .product-actions .actions button.button span span,
  .block-soldtogether-customer .product-grid-container .products-grid .product-actions .actions button.button span span {
    font-size: 12px;
    padding: 8px 0px;
  }
  .category-products .products-grid .product-actions .actions button.button,
  .block-soldtogether-customer .products-grid .product-actions .actions button.button {
    width: 100%;
  }
  .category-products .products-grid .product-actions .actions button.button span span,
  .block-soldtogether-customer .products-grid .product-actions .actions button.button span span {
    padding: 8px 0px;
  }
}
@media (max-width: 1100px) and (max-width: 800px) {
  .category-products .product-grid-container .products-grid .product-actions .actions button.button span span,
  .block-soldtogether-customer .product-grid-container .products-grid .product-actions .actions button.button span span {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .products-grid .price-box p.old-price {
    display: block;
  }
}
@media (min-width: 768px) {
  .col2-left-layout .col-main,
  .col2-right-layout .col-main {
    width: 80%;
  }
  .col2-left-layout .sidebar,
  .col2-right-layout .sidebar {
    width: 20%;
  }
  .products-list .product-image {
    float: left;
    margin: 0 20px 0 0;
  }
  .opc-block-summary {
    margin-top: 42px;
  }
  .opc-block-summary table {
    width: 100%;
  }
}
.floatbar {
  border: none;
  background: #666;
  color: #ffffff;
  text-shadow: none;
  min-width: 320px;
}
/* hides OOS products */
/*
.category-sale .products-grid .item.out-of-stock {
  display: none;
}*/
#cat-parts-btn {
  text-align: center;
  width: 100%;
  height: 40px;
  margin-top: 15px;
  background: #ff4200;
  border: none;
}
#cat-parts-btn span {
  color: #fff;
  font-size: 18px;
}
#cat-parts-btn:hover {
  cursor: pointer;
  background: #d53700;
}
/* CATEGORY TILES - MOBILE VIEW */
.item-inner > .product-price-mobile {
  display: none;
}
@media (max-width: 480px) {
  .category-products .toolbar .amount {
    margin: auto 0;
    line-height: 100%;
  }
  .category-products .products-grid li.item {
    position: relative;
  }
  .category-products .products-grid li.item #mobile-item-url {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  .category-products .products-grid li.item .item-inner {
    padding: 10px 10px 0px 10px;
  }
  .category-products .products-grid li.item .item-inner .brand,
  .category-products .products-grid li.item .item-inner #product-video-icon-tag,
  .category-products .products-grid li.item .item-inner .product-name,
  .category-products .products-grid li.item .item-inner .rating-links,
  .category-products .products-grid li.item .item-inner{
    display: none !important;
  }
  .free-post{
    display: block !important;
  }
  .category-products .products-grid li.item .item-inner .product-name-mobile,
  .category-products .products-grid li.item .item-inner .product-price-mobile,
  .category-products .products-grid li.item .item-inner .rating-links-mobile,
  .category-products .products-grid li.item .item-inner,
  .category-products .products-grid li.item .item-inner .freight-post-mobile {
    display: block !important;
  }
  .category-products .products-grid li.item .item-inner .product-name-mobile {
    padding-top: 10px;
    height: 60px;
  }
  .category-products .products-grid li.item .item-inner .product-price-mobile {
    text-align: center;
    display: block;
  }
  .category-products .products-grid li.item .item-inner .product-price-mobile .price {
    color: #000;
    font-weight: normal;
    font-size: 18px;
  }
  .category-products .products-grid li.item .item-inner .ratings-container {
    height: 16px;
    margin: 8px 0px 3px 0px;
    text-align: center;
  }
  .category-products .products-grid li.item .item-inner .ratings-container .rating-links-mobile {
    display: inline-block !important;
    float: left;
  }
  .category-products .products-grid li.item .item-inner .ratings-container .rating-links-mobile a {
    text-decoration: none;
    color: #000;
  }
  .category-products .products-grid li.item .item-inner .ratings-container .rating-box {
    width: 65px;
    background: url(../images/bkg_rating-mobile.gif) 0 1px repeat-x;
    background-size: 13px;
    float: left;
    margin-right: 2px;
  }
  .category-products .products-grid li.item .item-inner .ratings-container .rating-box .rating {
    background: url(../images/bkg_rating-mobile.gif) 0 100% repeat-x;
    background-size: 13px;
  }
  .category-products .products-grid li.item .item-inner .shipping-container {
    display: block;
    height: 24px;
    margin-top: 3px;
  }
  .category-products .products-grid li.item .item-inner .free-post-mobile,
  .category-products .products-grid li.item .item-inner .freight-post-mobile {
    text-transform: uppercase;
    color: #15439f;
    font-size: 13px;
    text-align: center;
  }
  .category-products .products-grid li.item .item-inner .free-post-mobile::before,
  .category-products .products-grid li.item .item-inner .freight-post-mobile::before {
    content: "";
    background: url(../images/sprites.png) no-repeat -795px -865px #fff;
    filter: hue-rotate(483deg);
    display: inline-block;
    width: 10px;
    height: 12px;
  }
  .category-products .products-grid li.item .item-inner .out-of-stock {
    text-align: center;
  }
  .category-products .products-grid li.item .product-actions {
    display: block;
  }
  .category-products .products-grid li.item .product-actions.show-price {
    display: block;
  }
}
@media (max-width: 480px) and (max-width: 320px) {
  .category-products .products-grid li.item .item-inner .free-post-mobile,
  .category-products .products-grid li.item .item-inner .freight-post-mobile {
    font-size: 11px;
  }
}
/* CATEGORY TILES - MOBILE VIEW */
/* CART PAGE */
.cart-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cart-main {
  -webkit-flex: 1 100%;
  -moz-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  min-width: 0;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .cart-main {
    -webkit-flex: 1 58%;
    -moz-flex: 1 58%;
    -ms-flex: 1 58%;
    flex: 1 58%;
    min-width: 0;
  }
}
.cart-right {
  -webkit-flex: 1 100%;
  -moz-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  min-width: 0;
  padding: 0 10px;
  background: white;
}
@media (min-width: 768px) {
  .cart-right {
    -webkit-flex: 1 38%;
    -moz-flex: 1 38%;
    -ms-flex: 1 38%;
    flex: 1 38%;
    min-width: 0;
  }
}
.cart #products-cart-list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: white;
}
.cart #products-cart-list li {
  padding: 10px;
}
.cart .totals,
.cart .shipping,
.discount,
.giftcard {
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
}
.cart .btn-continue {
  display: none;
}
.cart .checkout-types {
  float: none;
  list-style: none;
  padding: 0;
}
.cart .title-buttons .checkout-types li {
  float: none;
  margin: 0;
}
#shopping-cart-table {
  border: 1px solid #ccc;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
.cart .totals {
  border: none;
  float: none;
  width: inherit;
}
.cart .shipping {
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.cart .col-description,
.cart .col-wishlist,
.cart .col-unit-price,
.cart .cart-qty,
.cart .col-total-price,
.cart .col-delete-item {
  float: none;
  padding: 0;
}
.cart-price-list {
  list-style: none;
}
.cart .product-cart-shop,
.cart-headers .col-shop {
  margin: 0;
  position: relative;
}
.cart-list .product-image {
  float: none;
  display: block;
}
.col-shop,
.product-cart-shop {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.col-shop > div,
.product-shop > div,
.product-shop > ul {
  -webkit-flex: 1 100%;
  flex: 1 100%;
}
.products-list .product-name small a {
  border: 1px solid #aaa;
  padding: 5px;
  border-radius: 6px;
  text-decoration: none;
  color: #aaa;
}
.col-unit-price {
  display: none;
}
.item-remove {
  font-size: 13px;
}
.cart .totals .checkout-types {
  margin: 0;
}
.cart .totals {
  float: none;
  border: 1px solid #ccc;
  background: #ffffff;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.cart-empty {
  padding: 10px;
}
/* CHECKOUT PAGE */
.checkout-header-wrap {
  height: 60px;
  overflow: hidden;
}
.checkout-header-wrap .trust-elements {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.checkout-header-wrap .trust-elements li {
  padding: 18px 5px 18px 0px;
  width: 25%;
}
@media (min-width: 480px) {
  .checkout-header-wrap .trust-elements li {
    padding: 18px 5px 18px 40px;
  }
}
.checkout-header-wrap .trust-list {
  height: 60px;
}
.checkout-onepage-index .button span {
  color: #fff;
  text-align: left;
  background: #288716;
  /*background: #598527;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #598527), color-stop(1, #265200));
    background: -webkit-linear-gradient(top, #598527 0%, #265200 100%);
    background:    -moz-linear-gradient(top, #598527 0%, #265200 100%);
    background:     -ms-linear-gradient(top, #598527 0%, #265200 100%);
    background:      -o-linear-gradient(top, #598527 0%, #265200 100%);
    background:         linear-gradient(top, #598527 0%, #265200 100%);*/
  text-align: center;
}
.checkout-onepage-index .button:hover span {
  background: #1b5b0f;
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a9638), color-stop(1, #376311));
    background: -webkit-linear-gradient(top, #6a9638 0%, #376311 100%);
    background:    -moz-linear-gradient(top, #6a9638 0%, #376311 100%);
    background:     -ms-linear-gradient(top, #6a9638 0%, #376311 100%);
    background:      -o-linear-gradient(top, #6a9638 0%, #376311 100%);
    background:         linear-gradient(top, #6a9638 0%, #376311 100%);*/
}
.sp-methods .description-box {
  margin: 0 0 10px 20px;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -ms-transition: all 1s linear;
  transition: all 1s linear;
}
.sp-methods .radio:checked ~ .description-box {
  height: auto;
}
.opc {
  padding: 0;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: white;
}
@media (min-width: 768px) {
  .opc {
    padding-left: 10px;
  }
}
.opc .step-title {
  padding: 10px;
  border-top: 1px solid #d9d9d9;
}
@media (min-width: 768px) {
  .opc .step-title {
    padding: 10px 0;
  }
}
.opc .step-title h2 {
  line-height: 32px;
}
.opc .step-title .number {
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  border-radius: 16px;
  color: #ffffff;
  background: #b3b3b3;
  line-height: 32px;
  margin-right: 15px;
}
.opc .allow .number {
  background: #598527;
}
.opc .allow h2:after {
  content: '';
  display: inline-block;
  background: url(../images/feature-tick.png) no-repeat 100% 50% #ffffff;
  width: 25px;
  height: 13px;
}
.opc .active .number {
  background: #666666;
}
.opc .active h2 {
  font-weight: bold;
}
.opc .active h2:after {
  display: none;
}
.opc .step {
  padding: 10px;
}
@media (min-width: 768px) {
  .opc .step {
    padding: 10px 0;
  }
}
.opc .ul {
  padding-left: 36px;
}
.opc .ul li {
  margin: 0;
}
.payment-tabs .tab {
  margin-bottom: 10px;
}
.checkout-onepage-index .sidebar {
  display: none;
}
.checkout-onepage-index .col-main {
  width: 100%;
}
@media (min-width: 768px) {
  .checkout-onepage-index .sidebar {
    display: block;
    width: 33%;
  }
  .checkout-onepage-index .col-main {
    width: 65%;
  }
}
.cart .totals .checkout-types .paypal-or {
  padding: 5px;
}
.title-buttons p.paypal-logo {
  display: none;
}
@media (min-width: 768px) {
  .cart .btn-continue {
    display: block;
  }
  .col-unit-price {
    display: block;
  }
  .cart-headers {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }
  .cart .checkout-types {
    display: none;
  }
  .cart .col-unit-price,
  .cart .col-total-price,
  .cart .cart-qty,
  .cart .col-wishlist {
    -webkit-flex: 0 120px;
    flex: 0 120px;
  }
  .cart .col-description {
    -webkit-flex: 1;
    flex: 1;
  }
  .logo-checkout {
    padding: 10px;
    height: 60px;
    width: 20%;
    min-width: 180px;
  }
}
@media (min-width: 1160px) {
  .header .logo-checkout {
    height: 60px;
  }
}
#shopping-cart-totals-table {
  margin-bottom: 30px;
  width: 100%;
}
#shopping-cart-totals-table tr td:first-child {
  padding-right: 44px;
}
#shopping-cart-totals-table tr.summary-total {
  display: none;
}
#shopping-cart-totals-table tr td.a-right[colspan="1"] {
  display: block;
}
#shopping-cart-totals-table tr td:nth-child(2) {
  padding-right: 10px;
}
#customer-credit-form-code .button-checkout-credit {
  margin-bottom: 60px;
}
#cart_order_summary tr td {
  vertical-align: top;
}
#cart_order_summary tr td:last-child {
  padding-left: 10px;
  vertical-align: top;
  text-align: right;
}
#checkout-cart-credit-amount-textbox {
  padding-left: 7px;
}
#cart_order_summary .cart-image {
  width: 70px;
}
#cart_order_summary .cart-name {
  width: 200px;
}
#cart_order_summary .cart-qty {
  text-align: right;
}
#cart_order_summary .cart-price {
  width: 60px;
}
.cart-btn-upd {
  display: none;
}
.checkout-phone-label {
  position: relative;
  min-height: 40px;
}
.checkout-phone-text {
  position: absolute;
  width: 530px;
  font-size: 11px;
}
@media (min-width: 768px) {
  .billing-progress {
    width: 48%;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  /* CHECKOUT RADIO BUTTONS */
  #checkoutSteps input[type=radio] {
    width: 20px;
    height: 20px;
    margin: 6px 2px;
  }
  #checkoutSteps .button {
    width: 100%;
  }
  #checkoutSteps .button {
    width: 100%;
  }
  #checkoutSteps .button span {
    height: 50px;
    font-size: 20px !important;
  }
  #checkoutSteps .button span span {
    padding: 16px 10px;
  }
  #products-cart-list .remove-link-cart {
    margin-top: 15px;
  }
  #products-cart-list .link-wishlist {
    line-height: 30px;
  }
  #products-cart-list .cart-price-list {
    margin-left: 10px;
    font-size: 25px;
  }
  .btn-checkout span span {
    color: #fff;
    text-align: left;
    /*background: #598527 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #598527), color-stop(1, #265200)) !important;
    background: -webkit-linear-gradient(top, #598527 0%, #265200 100%) !important;
    background: -moz-linear-gradient(top, #598527 0%, #265200 100%) !important;
    background: -ms-linear-gradient(top, #598527 0%, #265200 100%) !important;
    background: -o-linear-gradient(top, #598527 0%, #265200 100%) !important;
    background: linear-gradient(top, #598527 0%, #265200 100%) !important;*/
    background: #288716;
    height: 50px;
    font-size: 15px !important;
  }
  .btn-checkout {
    height: 50px !important;
  }
  .sp-methods ul li input.radio {
    width: 20px;
    height: 20px;
    margin: 6px 2px;
  }
  .step-icons {
    width: 23px;
    height: 23px;
    position: relative;
    float: right;
  }
  .cart .btn-checkout span {
    font-size: 20px !important;
  }
  .buttons-set .back-link {
    margin: 15px 0px;
  }
  #shopping-cart-totals-table tr td:first-child {
    font-size: 14px;
    vertical-align: middle;
  }
  #shopping-cart-totals-table td.a-right .price {
    font-size: 18px;
  }
  #products-cart-list .product-cart-shop .product-image img {
    min-width: 180px !important;
    height: 180px !important;
  }
  .cart #products-cart-list li.even {
    background-color: #fff;
  }
  .main-container .col-main .page-title {
    margin-bottom: 15px;
  }
  .cart-right .step-icons {
    right: 33px;
  }
  .col2-left-layout .sidebar .block,
  .col2-right-layout .sidebar .block {
    width: 86% !important;
  }
  #shoppingcart {
    font-size: 23px;
  }
  #continueshopping a {
    font-size: 15px;
  }
  #products-cart-list input.qty {
    width: 3em !important;
    text-align: center;
  }
  .shopping-cart-totals-mobile {
    display: table !important;
    margin-top: 20px;
    margin-bottom: -15px !important;
  }
  .shopping-cart-totals-mobile td {
    font-size: 12px !important;
  }
}
@media (max-width: 567px) {
  .checkout-onepage-index .block.block-ordersummary {
    position: fixed;
    z-index: 1040;
    background: #fff;
    bottom: 0px;
    border: 0 none;
    left: 0;
    width: 100% !important;
  }
  .checkout-onepage-index .block-ordersummary .block-toggler {
    background: #ff3300;
    text-align: center;
  }
  .checkout-onepage-index .block-ordersummary .block-toggler span {
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    text-shadow: none;
  }
  .checkout-onepage-index #cart_order_summary {
    font-size: 15px;
  }
  .checkout-onepage-index .sidebar {
    display: block !important;
  }
  #customer-credit-form-code,
  #shopping-cart-totals-table {
    display: none;
  }
  .checkout-phone-text {
    position: inherit;
    width: 530px;
  }
}
@media (max-width: 480px) {
  .checkout-phone-text {
    position: inherit;
    width: 80%;
  }
}
@media (max-width: 320px) {
  input#billing-phone-alt {
    width: 150px !important;
  }
  input#billing-mobile {
    width: 42%;
  }
  .checkout-phone-text {
    width: 65%;
  }
}
@media (min-width: 768px) {
  .step-icons {
    display: none;
  }
  #continueshopping {
    display: none;
  }
}
.container-modal {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9998;
  top: 0;
  left: 0;
  display: none;
}
.container-modal > div {
  background: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  padding: 15px;
  text-align: left;
  z-index: 9999;
  overflow: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
}
.modal-separator {
  width: 100%;
  margin: 25px 0;
}
.modal-separator hr {
  color: #999;
}
.modal-separator > .modal-separator-text {
  margin-top: -15px;
  text-align: center;
}
.modal-separator > .modal-separator-text span {
  background-color: #fff;
  padding: 0 10px;
  font-size: 20px;
  color: #999;
  font-weight: bold;
}
.container-modal > .account-login .page-title,
.container-modal > .account-create .page-title {
  text-align: center;
}
.container-modal > .account-login .page-title span,
.container-modal > .account-create .page-title span {
  font-size: 23px;
  font-weight: bold;
}
.container-modal > .account-login .inchoo-socialconnect-login,
.container-modal > .account-create .inchoo-socialconnect-register {
  margin: 10px 0 !important;
  text-align: center;
  height: 70px;
}
.container-modal .modal-sign-up {
  padding: 10px;
  text-align: center;
}
.container-modal .modal-sign-up span {
  font-size: 16px;
}
.container-modal .modal-sign-up a {
  font-weight: bold;
}
.modal-login h2 {
  text-align: center;
  margin: 10px 0;
}
.modal-social-login {
  margin: 10px 0;
  zoom: 0.9;
  display: inline-block;
}
.container-modal .modal-social-link > img {
  width: 50px;
  margin: 10px;
  /*  transition: opacity 0.5s;
   -webkit-transition: opacity 0.5s; Safari */
}
a#modal-social-link-facebook:hover,
a#modal-social-link-google:hover {
  opacity: 0.7;
}
.modal-login .modal-form-field {
  padding: 10px;
  width: 300px;
  margin: auto;
  text-align: center;
}
.modal-login .modal-form-field label {
  font-weight: bold;
  padding: 10px 0;
  color: #666;
  float: left;
}
.modal-login .modal-form-field input {
  width: 100%;
}
.modal-login .modal-form-field em {
  color: red !important;
  margin-right: 10px;
}
.modal-login .modal-form-buttons {
  padding: 10px;
  width: 300px;
  margin: auto;
}
.modal-login .modal-form-buttons > .button {
  width: 100%;
}
#register-modal .fieldset {
  border: none;
  background: none;
}
#register-modal .fieldset .legend {
  border: none;
  font-weight: bold;
  color: #000;
  font-size: 18px;
}
#register-modal .form-list .field {
  float: none;
  margin: auto;
}
#register-modal .form-list .field label {
  color: #666;
}
/*================================================*/
.container-non-modal {
  padding: 10 0px;
}
.container-non-modal .modal-social-login {
  text-align: left;
}
.container-non-modal .modal-social-login a.modal-social-link {
  margin-right: 15px;
}
.container-non-modal .inchoo-socialconnect-login,
.container-non-modal .inchoo-socialconnect-register {
  margin: 10px 0;
}
.container-non-modal .modal-social-link > img {
  width: 50px;
}
.modal-close {
  float: right;
}
div#register-modal .buttons-set button.button {
  width: 100%;
}
/*=================================================*/
.header-links {
  /*  position: relative;
  margin: 0;
  z-index: 2000;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
  order: 3;
  background-color: #555;*/
  position: relative;
  margin: 0;
  z-index: 2000;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
  order: 3;
  padding: 10px 0px 0px 0px;
}
.header-links > .block-title > a:hover {
  background-color: #333333;
}
#loginMobile .header-links .summary {
  height: auto;
  padding: 10px 20px;
}
.header-links .summary {
  /*display: block;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  height: 60px;
  padding: 20px 10px;*/
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  padding: 10px 10px;
  /*background: #444;*/
}
.header-links .myaccount {
  background: url(../images/user16x16.png) no-repeat 3px 50% transparent;
  padding-left: 25px;
}
#header-link-items {
  display: none;
  margin-top: -10px;
}
#header-link-items li.item > a {
  text-decoration: none;
  display: block;
}
#header-link-items li.item:hover {
  background-color: #eee;
  cursor: pointer;
}
#header-link-items.show {
  display: block;
}
.header-links .mini-link-list li {
  width: 250px;
  clear: left;
  padding: 5px;
}
#login-icon:before {
  content: url(../images/login16x16.png);
}
#register-icon:before,
#register-icon-mobile:before {
  content: url(../images/user16x16.png);
}
#loginMobile {
  padding: 23px 0px;
}
.container-modal .button {
  width: 100%;
}
.overlay-loader {
  margin-top: 25%;
}
/*=================================================================================*/
/*=================================================================================*/
.header-cart,
.header-compare {
  padding: 10px 0px !important;
}
.header-cart:hover,
.header-compare:hover {
  background: none;
}
.header-cart .summary {
  height: 41px !important;
  padding: 10px 10px 10px 40px !important;
}
.header-compare .summary {
  height: 41px !important;
  padding: 10px !important;
}
.header-cart .summary:hover,
.header-compare .summary:hover {
  background-color: #333;
}
#header-cart-content,
#compare-items {
  margin-top: -10px;
}
/*=================================================================================*/
/*=================================================================================*/
@media (min-width: 768px) {
  #loginMobile {
    display: none;
  }
  .account-create .buttons-set {
    padding: 10px 80px;
  }
}
.click-to-call a {
  background: url(../images/sprites.png) no-repeat -513px -17px;
  width: 30px;
  height: 30px;
  display: block;
}
@media (max-width: 480px) {
  #loginMobile {
    display: flex;
    flex-flow: row wrap;
    order: 4;
    flex: 1 100%;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  #loginMobile .header-links {
    display: block;
  }
  .account-login {
    width: 100% !important;
    height: 100% !important;
    overflow-y: scroll !important;
  }
  .account-create {
    width: 100% !important;
    height: 100% !important;
    overflow-y: scroll !important;
  }
  .buttons-set button.button {
    width: 100%;
  }
  #register-modal .fieldset {
    text-align: center;
    padding: 10px;
  }
  .account-create .buttons-set {
    padding: 10px 50px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .header-links {
    order: 5 !important;
  }
  #loginMobile {
    display: flex;
    flex-flow: row wrap;
    order: 4;
    flex: 1 100%;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    background: #111;
  }
  .header .header-links {
    display: none;
  }
}
/*-----------------DISPLAY FOR IPHONE 5------------------------*/
@media only screen and (max-width: 320px) {
  .header .logo {
    padding: 0px;
    background-position: -10px -5px;
    margin: 0;
  }
}
.video-list-title {
  margin-top: 40px;
}
.video-list-title h2 {
  color: #ff3300;
}
.video-list .row {
  width: 100%;
  overflow: hidden;
  padding: 5px;
}
.video-list .row .col-1 {
  width: 100%;
}
.video-list .row .col-2 {
  width: 50%;
}
.video-list .row .col-3 {
  width: 33%;
}
.video-list .row .col-4 {
  width: 25%;
}
.video-list .row .col-5 {
  width: calc(16.66666667%);
}
.video-list .row .column {
  float: left;
  padding: 5px;
  text-align: center;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
  .video-list .row .column {
    float: none;
    padding: 10px 10px 40px 0;
  }
  .video-list .row .col-1,
  .video-list .row .col-2,
  .video-list .row .col-3,
  .video-list .row .col-4,
  .video-list .row .col-5 {
    width: 100%;
    float: left;
  }
}
@media only screen and (device-width: 768px) {
  .video-list .row {
    /* For general iPad layouts */
  }
  .video-list .row .col-1,
  .video-list .row .col-2,
  .video-list .row .col-3,
  .video-list .row .col-4,
  .video-list .row .col-5 {
    width: 33%;
    float: left;
  }
}
.video-list .row .video-item .video-play:hover {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
.video-list .row .video-item .video-frame-container {
  height: 110px;
  overflow: hidden;
  position: relative;
}
.video-list .row .video-item .video-frame-container .video-frame {
  cursor: pointer;
  margin-top: -10px;
}
.video-list .row .video-item .video-frame-container .video-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.9;
}
.video-list .row .video-item .video-frame-container .video-hover:hover {
  opacity: 1;
}
.video-list .row .video-item .video-action {
  margin-top: 5px !important;
  text-align: center;
}
.video-list .row .video-item .video-details {
  min-height: 70px;
}
.video-list .row .video-item .video-details .video-title h3 {
  font-size: 13px;
  margin-top: 10px;
  height: 34px;
  overflow: hidden;
}
.video-list .row .video-item .video-details a {
  text-decoration: none;
  color: #333;
}
.video-list .row .video-item .video-details a:hover {
  text-decoration: underline;
}
.video-list .row .video-item .video-details .video-author,
.video-list .row .video-item .video-details .video-views,
.video-list .row .video-item .video-details .video-published {
  color: #666;
  font-size: 12px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
  .video-list .row .video-item .video-details {
    /*for iphone*/
    min-height: auto;
  }
  .video-list .row .video-item .video-details .video-title {
    font-size: 16px;
    height: 40px;
  }
}
@media only screen and (device-width: 768px) {
  .video-list .row .video-item .video-details {
    /* For general iPad layouts */
    text-align: center !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
  .video-list .row .video-item .video-frame-container {
    height: auto;
  }
}
.video-popup-container {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
}
.video-popup-container .video-popup-close {
  width: 40px;
  height: 40px;
  background: #ff3300;
  color: #fff;
  font-size: 16px;
  position: absolute;
  padding: 10px;
  border-radius: 20px 20px 0 0;
  text-align: center;
  top: -40px;
  right: 0px;
  font-weight: bold;
  cursor: pointer;
}
.video-popup-container .video-popup-close:hover {
  background: #444;
}
.video-popup-container .video-play-container {
  width: 800px;
  height: 600px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
  .video-popup-container .video-play-container {
    width: 100%;
    height: 240px;
  }
}
@media only screen and (device-width: 768px) {
  .video-popup-container .video-play-container {
    width: 100%;
  }
}
.video-popup-container .video-frame-popup {
  height: 600px;
  width: 100%;
  border: 0px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
  .video-popup-container .video-frame-popup {
    width: 100%;
    height: 100%;
    border: 0px;
  }
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-justify {
  text-align: justify;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
  .desktop-video,
  .desktop-only {
    display: none;
  }
}
.mobile-video,
.mobile-only {
  display: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
  .mobile-video,
  .mobile-only {
    display: inherit;
  }
}
/* ORDER SUMMARY */
.block-ordersummary > .mobile-only {
  padding: 15px !important;
}
.block-ordersummary.collapsed img.step-icons {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: -5px;
}
.block-ordersummary img.step-icons {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: -5px;
}
/* ORDER SUMMARY */
/* Braintree CSS mods */
.braintree-card-holder-name {
  position: relative;
  max-width: 100% !important;
}
.card-holder-name {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
  border: medium none;
  background-color: transparent;
  font-size: 14px;
}
.force-hide {
  display: none !important;
}
#payment_form_gene_braintree_paypal .paypal-info p {
  float: none;
}
@media (max-width: 920px) {
  #login-step {
    flex: none;
  }
  #login-step .login-container {
    display: block;
  }
  #login-step .guest-register {
    margin: 25px 0 0;
    display: flex;
  }
  #login-step .guest-register div#checkout-guess {
    flex: 1;
  }
  #login-step .guest-register div#checkout-register {
    flex: 1;
  }
  #login-step .guest-register button {
    width: 100%;
    padding: 0 25px;
  }
  #login-step .center-or {
    display: block;
    border-right: none;
    border-bottom: 1px dashed #000;
    height: 28px;
    margin-bottom: 20px;
  }
  #login-step .center-or span {
    left: 47%;
  }
  #login-step .login {
    float: none;
    margin: 0;
    width: 100%;
  }
  #login-step #login-dropdown .form-list .fields .field input {
    width: 100%;
  }
  #login-step #login-dropdown .button {
    width: 100%;
  }
  #opc-login h4 {
    text-align: center;
    padding-bottom: 10px;
    font-size: 19px;
    font-weight: normal;
  }
  #opc-login .form-list {
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  #login-step #login-dropdown .form-list .fields .field input {
    width: 100%;
  }
  #login-step #login-dropdown .button {
    width: 100%;
  }
}
/* Zippay CSS mods - From Cesar */
[zm-asset] {
  cursor: pointer;
}
[zm-asset] iframe {
  pointer-events: none !important;
}
body > div.wrapper > div > div.main-container.col1-layout > div > div > div.cart > div.cart-content > div.cart-right > div.totals > ul > li:nth-child(3) > div > iframe {
  height: 54px!important;
}
/* Zippay CSS mods - Devs */
#payment_form_zipmoneypayment li {
  text-align: center;
  margin: 0;
}
[zm-asset] img ~ img {
  display: none;
}
[zm-asset] img {
  margin-top: 20px;
  margin-bottom: 10px;
  max-width: 250px;
}
.floatbar [zm-asset] {
  display: none !important;
}
#zipmoneypayment-place-order span span {
  font-size: 17px !important;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  border-radius: 3px;
}
/* HOME PAGE */
.cms-index-index .col-main .easycatalogimg,
.cms-home .col-main .easycatalogimg {
  border: none;
  margin: 0;
  padding: 5px;
}
.cms-index-index .easycatalog-grid,
.cms-home .easycatalog-grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cms-index-index .easycatalog-grid .item,
.cms-home .easycatalog-grid .item {
  padding: 5px !important;
  float: none;
  -webkit-flex: 1 100%;
  -moz-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  min-width: 0;
  position: relative;
}
.cms-index-index .easycatalog-grid .item .item-inner,
.cms-home .easycatalog-grid .item .item-inner {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #cccccc;
}
.cms-index-index .easycatalog-grid .parent-category,
.cms-home .easycatalog-grid .parent-category {
  margin: 0;
  width: 100%;
}
.cms-index-index .easycatalog-grid .parent-category a,
.cms-home .easycatalog-grid .parent-category a {
  color: #1166da;
  text-decoration: none;
  padding: 10px;
  display: block;
  font-weight: bold;
}
.cms-index-index .easycatalog-grid .product-image,
.cms-home .easycatalog-grid .product-image {
  display: none;
  padding: 10px;
}
@media (min-width: 768px) {
  .cms-index-index .easycatalog-grid .product-image,
  .cms-home .easycatalog-grid .product-image {
    display: block;
  }
}
.cms-index-index .col-main .easycatalogimg .list-subcategories,
.cms-home .col-main .easycatalogimg .list-subcategories {
  margin: 0;
  padding: 0;
  text-align: center;
}
.easycatalogimg .list-subcategories a {
  color: #000;
}
.tab-container .content .block-highlight {
  padding: 0;
}
.block-highlight .block-content {
  padding: 0 !important;
}
.block-highlight .block-content ol,
.block-highlight .block-content ul {
  list-style: none;
}
.block-highlight .block-content .number {
  display: none;
}
.block-highlight .products-grid {
  padding: 5px;
}
.block-highlight .products-grid li.item {
  width: 50% !important;
  margin: 0;
  border-top: none;
  border-left: none;
  padding: 5px;
}
.block-highlight .products-grid li.item:last-child {
  margin: 0;
}
.dynamic-products .block-highlight {
  border: none;
}
.promo-home-content {
  padding: 10px;
}
.promo-home-content .mini-products-list li {
  padding: 10px !important;
}
.promo-home-content .tab-container .tabs li {
  border: none;
}
.tab-container .content,
.promo-home-content .block {
  border: none;
}
.easycatalogimg .list-subcategories li,
.easycatalogimg .list-subcategories li:first-child {
  background: none;
}
.dashboard .welcome-msg,
.dashboard .col2-set,
.dashboard .recent-orders {
  padding: 10px;
}
@media (min-width: 621px) {
  .block-highlight .products-grid li.item {
    width: 33.333% !important;
    width: calc(100%/3) !important;
  }
  .block-related li.item {
    flex: 1 50%;
  }
}
@media (min-width: 767px) {
  .block-related li.item {
    flex: 0 calc(100% / 3);
  }
  .dynamic-products {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
  }
  .dynamic-products .block-highlight {
    -webkit-flex: 1 50%;
    flex: 1 50%;
  }
}
@media (min-width: 940px) {
  .block-highlight .products-grid li.item {
    width: 16.666% !important;
    width: calc(100% / 6) !important;
  }
}
@media (min-width: 1160px) {
  .block-related li.item {
    flex: 0 25%;
  }
}
.promo-home-content .actions {
  display: block;
}
.brands-home .block-title,
.block-highlight .block-title {
  padding: 10px 0;
  color: #ff3300;
}
.brands-home .block-content {
  padding: 0 !important;
}
.block-compare {
  display: none;
}
.brands-home .block {
  border: none;
  padding: 0 10px;
}
/* BRAND PAGE */
.attributepages-options-group-title,
.attributepages-grid {
  padding: 10px ;
  margin: 0;
}
.std .attributepages-grid {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: center;
}
.attributepages-grid-wrapper .mode-image li.item {
  width: auto !important;
  height: 60px;
  padding: 5px !important;
  margin: 0;
  -webkit-flex: 1 140px;
  -moz-flex: 1 140px;
  -ms-flex: 1 140px;
  flex: 1 140px;
  min-width: 0;
  text-align: center;
}
/* CMS PAGES */
.cms-index-index .std,
.cms-home .std {
  padding: 0;
}
.cms-index-index .col-main .easycatalogimg .easycatalog-grid li.item,
.cms-home .col-main .easycatalogimg .easycatalog-grid li.item {
  background: none;
}
.clear {
  clear: both;
}
/* columns with calc */
@media (min-width: 481px) {
  .cms-index-index .easycatalog-grid .item,
  .cms-home .easycatalog-grid .item {
    -webkit-flex: 0 50%;
    flex: 0 50%;
  }
}
@media (min-width: 768px) {
  .product-view .product-img-box .highslide-gallery > a {
    padding: 20px;
  }
  .product-view .product-shop .product-name {
    display: block;
  }
  .product-add-to-cart-box {
    width: 20%;
    float: left;
  }
  .flexbox .product-img-box {
    -webkit-flex: 0 0 38%;
    flex: 0 0 38%;
  }
  .flexbox .product-add-to-cart-box {
    -webkit-flex: 0 0 24%;
    flex: 0 0 24%;
    -webkit-order: 3;
    order: 3;
    border-top: none;
    border-bottom: none;
  }
  .flexbox .product-shop {
    -webkit-flex: 1;
    flex: 1 ;
    -webkit-order: 2;
    order: 2;
  }
  .soldtogether-block .amazonstyle-images,
  .soldtogether-block .amazonstyle-checkboxes {
    -webkit-flex: 0 auto;
    flex: 0 auto;
    min-width: 300px;
  }
  .soldtogether-block .amazonstyle-checkboxes {
    -webkit-flex: 1 auto;
    flex: 1 auto;
  }
}
@media (min-width: 940px) {
  .cms-index-index .easycatalog-grid .item,
  .cms-home .easycatalog-grid .item {
    max-width: 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
.main-container {
  padding: 0;
  border: none;
  background: none;
}
#scroll-up {
  top: 90%;
  top: calc(100% - 90px);
  z-index: 999999;
}
#scroll-up a {
  background-color: #000;
  border: 1px solid #333;
}
#scroll-up a:hover {
  background-color: #222;
}
.block-highlight .products-grid.cols-6 li.item:nth-of-type(4n) {
  clear: none;
}
.block-reorder .product-name {
  margin-left: 0;
}
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.cms-contact-us #messages_product_view {
  display: none;
}
#customer-credit-form-code .button-checkout-credit ul {
  list-style: none;
  padding-left: 0px;
  float: right;
}
#customer-credit-form-code .title-credit {
  margin-top: -25px;
  margin-bottom: -10px;
}
#checkout-cart-credit-amount-textbox {
  margin-top: 5px;
}
#customer-credit-form-code .title-credit-label {
  background: none transparent;
  padding-left: 0px;
}
.div-navigantion-credit #customercredit-navigation-customercredit_navigator {
  list-style: none;
  padding-left: 0px;
}
#search_mini_form legend {
  display: none;
}
#checkout-step-login .col-1 .buttons-set button.button,
.new-users .buttons-set button.button {
  float: left;
}
/* click to call */
.click-to-call {
  position: absolute;
  right: 60px;
  top: 53px;
}
.click-to-call img {
  height: 30px;
}
@media (min-width: 768px) {
  .click-to-call {
    display: none;
  }
}
@media (max-width: 991px) {
  #supportstab .manual_download .buttondesc {
    display: none;
  }
}
#supportstab .manual_download .buttonicon {
  height: 60px;
  vertical-align: middle;
  margin-right: 10px;
}
#supportstab .manual_download {
  margin-top: 20px;
  padding-top: 0px;
}
@media (max-width: 320px) {
  .click-to-call {
    position: absolute;
    right: 46px;
    top: 53px;
  }
}

.featured-stars-left{
  position: absolute;
  height: auto;
  left: 50px;
  z-index: 9;
}
.featured-stars-right{
  position: absolute;
  height: auto;
  right: 50px;
  z-index: 9;
}

@media only screen and (max-width: 1440px) {
 .featured-stars-left {
   left: 250px;
 }

 .featured-stars-right {
   right: 250px;
 }

}

@media only screen and (max-width: 1023px) {
 .featured-stars-left {
   display:none;
   left: 300px;
 }

 .featured-stars-right {
   display:none;
   bottom: 0;
   right: 300px;
 }

 .deals_title .deals {
    position: relative;
    z-index: 99;
 }

}

@media only screen and (min-width: 768px) {
 .faq-text {
    margin-left: 3em;
  }
}

@media only screen and (max-width: 767px) {
 .flex {
    flex-direction: column;
  }
 .faq-text {
    margin-left: 0;
  }
}

@media only screen and (max-width: 450px) {
 .outer-box {
    flex-direction: column;
 }
 .faq-text {
    margin-left: 0;
  }
}

@media only screen and (max-width: 424px) {
    .answer-container {
      margin-left: 0;
      width: 100%;
    }
}

.faq-link {
  word-break: break-all;
}

.flex {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* text-align: center; */
    justify-content: center;
    /* flex-direction: row;   */
    align-items: center;
    align-items: stretch;
}

.flex-footer {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-items: stretch;
}

.flex-col {
    justify-content: space-around;
    flex: 1; 
    text-align: center;
    margin: 10px;
    /* flex-direction: column;   */

}

.box {
    justify-content: space-around;
    flex: 1; 
    text-align: center;
}

.outer-box {
  flex: 1; 
  display: flex;
  text-align: center;
  justify-content: space-around;
}

.box-header {
    flex-basis: 100%; 
}
.separator-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: x-large;
}

.separator {
    flex-basis: 100%; 
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap; 
    margin-bottom: 20px;
}

.separator > span {
    position: relative;
    display: inline-block;
}

.separator > span:before,
.separator > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: black;
}

.separator > span:before {
    right: 100%;
    margin-right: 15px;
}

.separator > span:after {
    left: 100%;
    margin-left: 15px;
}

.header-text{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: .5em;
}

.image-header {
    color: #286eb4;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.image-header-black {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.banner-top {
    /* flex-basis: 100%; */
    max-width: 100%;
}

#faq {
    background: #ebebeb;
    margin-bottom: 2em;
}

#square-image {
  background: #ebebeb;
}

.image-text {
  
}

.faq-container {
    margin:1.5em;
    padding: 1em;
}

.faq-header {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-align: center;
    font-size: large;
}

.faq-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: large;
}

.mt-3 {
    margin-top: 30px;
}

.container-afterpay{
  padding: 10px;
}

details > div {
  margin-left: 1.5em;
  font-size: medium;
}

.answer-container {
    background: #ebebeb;
    padding: 1em;
    border-radius: .5em;
    margin-bottom: .5em;
}

.answer-container > ul > li {
    margin-left: 2em;
    margin-bottom: 5px;
}
/*# sourceMappingURL=custom.css.map */
