﻿@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=cyrillic");
* {
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box; }
  *:before {
    box-sizing: border-box; }
  *:after {
    box-sizing: border-box; }

html {
  margin: 0; }

body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  color: #4d4d4d; }

label {
  margin-bottom: 0; }

ol, ul, dl {
  margin-bottom: 0;
  list-style: none; }

a {
  color: inherit;
  cursor: pointer;
  transition: color .2s ease;
  text-decoration: none; }
  a img {
    border: none;
    opacity: 0.99; }
  a:active {
    outline: none; }
  a:hover {
    color: #006db0; }

script {
  display: none !important; }

.box {
  background: #fff;
  box-shadow: -1px 0 2px 0 #D3D3D3, 1px 0 2px 0 #D3D3D3, 0 1px 1px 0 #808080; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?1u0iap");
  src: url("../fonts/icomoon.eot?1u0iap#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?1u0iap") format("truetype"), url("../fonts/icomoon.woff?1u0iap") format("woff"), url("../fonts/icomoon.svg?1u0iap#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: 'Open Sans', sans-serif; }

iframe {
  max-width: 100%; }

input[type="button"]::-moz-focus-inner {
  margin: 0;
  border: 0;
  padding: 0; }

input[type="submit"]::-moz-focus-inner {
  margin: 0;
  border: 0;
  padding: 0; }

input[type="reset"]::-moz-focus-inner {
  margin: 0;
  border: 0;
  padding: 0; }

input[type="button"] {
  border-radius: 5px;
  cursor: pointer; }

input[type="submit"] {
  border-radius: 5px;
  cursor: pointer; }

input[type="reset"] {
  border-radius: 5px; }

input[type="text"] {
  border-radius: 5px;
  height: 40px;
  border: 1px solid #ddd;
  padding: 9px;
  vertical-align: middle; }
  input[type="text"]:focus {
    border-color: #ccc;
    color: #4d4d4d; }

input[type="password"] {
  border-radius: 5px;
  height: 40px;
  border: 1px solid #ddd;
  padding: 9px;
  vertical-align: middle; }
  input[type="password"]:focus {
    border-color: #ccc;
    color: #4d4d4d; }

textarea {
  border-radius: 5px;
  height: 40px;
  border: 1px solid #ddd;
  padding: 9px;
  vertical-align: middle;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #777;
  min-height: 150px; }
  textarea:focus {
    border-color: #ccc;
    color: #4d4d4d; }

input {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #777;
  outline: 0; }

input[readonly] {
  background-color: #f6f6f6 !important; }

h1 {
  color: #4d4d4d; }

h2 {
  color: #4d4d4d; }

h3 {
  color: #4d4d4d; }

h4 {
  color: #4d4d4d; }

h5 {
  color: #4d4d4d; }

h6 {
  color: #4d4d4d; }

table {
  width: 100%;
  border-collapse: collapse; }

select {
  height: 40px;
  border: 1px solid #ddd;
  vertical-align: middle;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #777;
  min-width: 50px;
  padding: 9px;
  background: #fff; }
  select:focus {
    border-color: #ccc;
    color: #4d4d4d; }

input[type="checkbox"] {
  vertical-align: middle; }
  input[type="checkbox"] + * {
    vertical-align: middle; }

input[type="radio"] {
  vertical-align: middle; }
  input[type="radio"] + * {
    vertical-align: middle; }

button {
  cursor: pointer;
  outline: 0; }
  button:active, button:focus {
    outline: 0; }

.button-1,
.ui-widget .button-1 {
  width: auto;
  color: #fff;
  cursor: pointer;
  background-color: #006db0;
  border: 1px solid #006db0;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  transition: all .3s ease;
  border-radius: 4px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding: 12px; }
  .button-1:hover,
  .ui-widget .button-1:hover {
    background-color: #015b92;
    border-color: #015b92; }

.button-2,
.ui-widget .button-2 {
  display: inline-block;
  vertical-align: top;
  width: auto;
  border: none;
  background-color: #eaeaea;
  background-position: 14px 50%;
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
  cursor: pointer;
  color: #666;
  border-radius: 4px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding: 12px; }
  .button-2:hover,
  .ui-widget .button-2:hover {
    color: #666;
    background-color: #ddd; }

/*.add-to-cart-button {
	&:before {
		content: "\e902";
	    font-family: 'Icomoon';
	    font-size: 14px;
	    display: inline-block;
	    vertical-align: top;
	    line-height: 20px;
	    margin-right: 10px;
	}
}*/
.button-text {
  font-weight: bold;
  color: #4d4d4d;
  display: inline-block;
  border: 0;
  border-bottom: 1px solid #4d4d4d;
  font-size: 14px;
  line-height: 19px;
  transition: all .2s;
  border-radius: 0 !important;
  background-color: transparent !important; }
  .button-text:focus, .button-text:hover {
    color: #006db0;
    border-bottom-color: #006db0; }

label {
  vertical-align: middle; }
  label + * {
    vertical-align: middle; }

.master-wrapper-content {
  position: relative;
  z-index: 0;
  width: 90%;
  margin: 0 auto; }

.master-column-wrapper {
  position: relative;
  z-index: 0; }
  .master-column-wrapper:after {
    content: "";
    display: block;
    clear: both; }

.center-1 {
  margin: 0 0 50px; }

.center-2 {
  margin: 0 0 20px; }

.side-2 {
  margin: 10px 0 20px; }
  .side-2:after {
    content: "";
    display: block;
    clear: both; }

.page {
  min-height: 200px; }
  .page:after {
    content: "";
    display: block;
    clear: both; }

.page-title {
  line-height: 1.2em;
  margin: 0 0 20px; }
  .page-title h1 {
    font-size: 30px;
    letter-spacing: -1px;
    font-weight: bold; }
  .page-title:after {
    content: "";
    display: block;
    clear: both; }

.buttons {
  margin: 0 0 20px; }

.link-rss {
  display: none;
  width: 24px;
  height: 24px;
  background: url(../images/rss.png) center no-repeat;
  font-size: 0 !important; }

.category-description {
  margin: 0 0 25px;
  line-height: 22px; }
  .category-description ul {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: disc; }
  .category-description ol {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: decimal; }
  .category-description p {
    margin: 10px 0;
    text-align: justify; }

.manufacturer-description {
  margin: 0 0 25px;
  line-height: 22px; }
  .manufacturer-description ul {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: disc; }
  .manufacturer-description ol {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: decimal; }
  .manufacturer-description p {
    margin: 10px 0;
    text-align: justify; }

.full-description {
  clear: both;
  line-height: 24px;
  margin-left: 1em;
  margin-right: 1em; }
  .full-description ul {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: disc; }
  .full-description ol {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: decimal; }
  .full-description p {
    margin: 10px 0;
    text-align: justify; }
  .full-description h1,
  .full-description h2,
  .full-description h3,
  .full-description h4,
  .full-description h5 {
    margin: 20px 0; }
  .full-description[data-readmore] {
    position: relative;
    margin-bottom: 1em;
    /*&[aria-expanded=true] .shadow {
            display: none;
        }

        &[aria-expanded=false] .shadow {
            position: absolute;
            margin-top: 300px;
            margin-bottom: 0;
            height: 100px;
            width: 100%;
            background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
            background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
            background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
            background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
            background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));

        }*/ }
    .full-description[data-readmore]:before {
      content: '';
      width: 100%;
      height: 0;
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      background: linear-gradient(rgba(255, 255, 255, 0), white);
      /* Be sure to use the same speed value as in your Readmore configuration, keeping in mind that CSS transition speed is stated in seconds. */
      transition: height .5s; }
    .full-description[data-readmore][aria-expanded=false]:before {
      height: 80px; }
    .full-description[data-readmore][aria-expanded=false] .transitioning:before {
      height: 0; }
    .full-description[data-readmore][aria-expanded="true"] .transitioning:before {
      height: 80px; }

.topic-block {
  margin: 0 0 25px; }
  .topic-block ul {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: disc; }
  .topic-block ol {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: decimal; }
  .topic-block p {
    margin: 10px 0;
    text-align: justify; }
  .topic-block a {
    text-decoration: underline; }
  .topic-block strong {
    color: #4d4d4d; }

.topic-page ul {
  margin: 12px 0;
  padding: 0 0 0 36px;
  list-style: disc; }

.topic-page ol {
  margin: 12px 0;
  padding: 0 0 0 36px;
  list-style: decimal; }

.topic-page p {
  margin: 10px 0;
  text-align: justify; }

.topic-page .page-body {
  text-align: justify;
  line-height: 22px; }

.topic-page a {
  text-decoration: underline; }

.topic-page strong {
  color: #4d4d4d; }

.post-body {
  margin: 0 0 20px;
  padding: 0 10px;
  line-height: 22px; }
  .post-body ul {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: disc; }
  .post-body ol {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: decimal; }
  .post-body p {
    margin: 10px 0;
    text-align: justify; }

.news-body {
  margin: 0 0 20px;
  padding: 0 10px;
  line-height: 22px; }
  .news-body p {
    margin: 10px 0;
    text-align: justify; }

.flyout-cart {
  display: none; }

.continue-shopping-popup {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 199;
  width: 100%;
  height: 100%;
  display: none; }
  .continue-shopping-popup.active {
    display: block; }
  .continue-shopping-popup .window {
    position: absolute;
    z-index: 200;
    min-width: 300px;
    left: 50%;
    top: 40%;
    width: 90%;
    max-width: 600px;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    background-color: #fff; }
    @media (max-height: 767px) {
      .continue-shopping-popup .window {
        top: 50%;
        transform: translate(-50%, -50%); } }
  .continue-shopping-popup .continue-shopping {
    padding: 5px 20px 20px 20px;
    text-align: left;
    font-size: 16px; }
    @media (max-width: 575px) {
      .continue-shopping-popup .continue-shopping {
        font-size: 14px; } }
    .continue-shopping-popup .continue-shopping .title {
      margin-bottom: 10px;
      padding: 10px 4px;
      border-bottom: 1px solid #ddd; }
      @media (max-width: 767px) {
        .continue-shopping-popup .continue-shopping .title {
          font-size: large; } }
    .continue-shopping-popup .continue-shopping .details .picture {
      text-align: center; }
      .continue-shopping-popup .continue-shopping .details .picture img {
        width: 150px;
        height: auto; }
    .continue-shopping-popup .continue-shopping .details .product {
      flex: 1; }
      @media (max-width: 767px) {
        .continue-shopping-popup .continue-shopping .details .product {
          margin-top: 10px; } }
      .continue-shopping-popup .continue-shopping .details .product .name {
        margin: 0 0 10px;
        font-size: 20px; }
        @media (max-width: 767px) {
          .continue-shopping-popup .continue-shopping .details .product .name {
            font-size: medium;
            margin: 0 0 4px; } }
        .continue-shopping-popup .continue-shopping .details .product .name a {
          color: #006db0; }
          .continue-shopping-popup .continue-shopping .details .product .name a:hover {
            color: #006db0; }
    .continue-shopping-popup .continue-shopping .buttons {
      border-top: 1px solid #ddd;
      margin: 10px 0 0 0;
      text-align: right; }
    .continue-shopping-popup .continue-shopping input[type="button"] {
      margin-top: 10px;
      width: auto;
      background-color: #006db0;
      border: 1px solid #006db0;
      text-transform: uppercase;
      padding: 7px 20px; }
      .continue-shopping-popup .continue-shopping input[type="button"]:hover {
        background-color: #006db0;
        border-color: #006db0; }
      .continue-shopping-popup .continue-shopping input[type="button"]:last-child {
        background-color: #006db0;
        border: 1px solid #006db0; }
        .continue-shopping-popup .continue-shopping input[type="button"]:last-child:hover {
          background-color: #015b92;
          border: 1px solid #015b92; }

.fieldset {
  position: relative;
  margin: 0 0 20px; }
  .fieldset .title {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    margin: 0;
    padding-bottom: 5px;
    color: #4d4d4d; }
    .fieldset .title strong {
      font-weight: 400; }

.section {
  position: relative;
  margin: 0 0 40px; }
  .section.products {
    margin-bottom: 0; }
    .section.products .renewal-info {
      font-size: smaller; }
  .section .title {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    margin: 0;
    color: #4d4d4d;
    margin: 0 0 10px;
    padding-bottom: 5px; }
    .section .title strong {
      font-weight: 400; }

.form-fields {
  position: relative;
  padding: 20px 0; }

.inputs {
  position: relative;
  margin: 0 0 15px;
  white-space: nowrap;
  font-size: 0;
  padding-right: 40px; }
  .inputs:after {
    content: "";
    display: block;
    clear: both; }
  .inputs label {
    display: block;
    width: 100%;
    margin: 0 0 4px;
    text-align: left;
    font-size: 14px;
    color: #4d4d4d; }
  .inputs input[type="text"] {
    width: 400px;
    max-width: 100%;
    background-color: #fff; }
  .inputs input[type="password"] {
    width: 400px;
    max-width: 100%;
    background-color: #fff; }
  .inputs select {
    width: 400px;
    max-width: 100%;
    background-color: #fff; }
  .inputs textarea {
    width: 100%;
    max-width: 100%;
    background-color: #fff; }
  .inputs input.input-validation-error,
  .inputs select.input-validation-error {
    border-color: #e4434b; }
  .inputs.newsletter label {
    width: auto;
    display: inline-block; }
  .inputs.newsletter .check-box {
    margin: 5px; }
  .inputs .option-list {
    display: inline-block;
    max-width: 95%;
    vertical-align: middle; }
    .inputs .option-list li {
      display: inline-block;
      margin: 5px;
      border: 1px solid #ddd;
      background-color: #fff;
      padding: 8px 10px;
      border-radius: 5px; }
    .inputs .option-list label {
      display: inline-block;
      width: auto !important;
      margin: 0 0 0 5px; }
  .inputs.reversed {
    margin: 0 0 20px; }

.required {
  margin: 0 5px;
  vertical-align: top;
  font-size: 14px;
  font-weight: normal;
  color: #e4434b; }

.message-error {
  display: block;
  font-size: 13px;
  color: #e4434b;
  margin-top: 5px; }

.field-validation-error {
  display: block;
  font-size: 13px;
  color: #e4434b;
  margin-top: 5px; }

.username-not-available-status {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #e4434b;
  margin-top: 5px; }

.poll-vote-error {
  display: block;
  font-size: 13px;
  color: #e4434b;
  margin-top: 5px; }

.password-error {
  display: block;
  font-size: 13px;
  color: #e4434b;
  margin-top: 5px; }

.field-validation-valid {
  display: block;
  font-size: 13px;
  color: #4cb17c; }

.username-available-status {
  display: block;
  font-size: 13px;
  color: #4cb17c; }

.captcha-box {
  text-align: center;
  line-height: 0; }
  .captcha-box > div {
    display: inline-block;
    max-width: 100%; }
  .captcha-box input {
    height: auto; }

.table-wrapper {
  overflow-x: auto; }

.cart .renewal-info {
  font-size: smaller; }

.cart th {
  border: 0;
  background-color: #F5F5F5;
  padding: 10px 20px;
  white-space: nowrap;
  font-weight: normal; }

.cart td {
  min-width: 50px;
  border: 0;
  border-bottom: 1px solid #eee;
  padding: 10px;
  color: #4d4d4d; }
  .cart td.unit-price {
    white-space: nowrap; }
  .cart td.subtotal {
    white-space: nowrap;
    color: #4d4d4d; }
    .cart td.subtotal .discount {
      font-style: italic;
      color: #7BC381; }
  .cart td.quantity input {
    width: 50px;
    text-align: center; }
  .cart td.product-picture a {
    display: block; }
    .cart td.product-picture a img {
      display: block;
      margin: 0 auto; }

.cart a {
  font-weight: normal;
  color: #006db0; }
  .cart a:hover {
    text-decoration: underline; }

.cart .product {
  min-width: 225px;
  text-align: left; }
  .cart .product a {
    font-weight: bold;
    color: #4d4d4d; }
    .cart .product a:hover {
      color: #006db0;
      text-decoration: none; }
  .cart .product .edit-item {
    margin: 10px 0 0; }
    .cart .product .edit-item a {
      font-weight: normal;
      color: #006db0; }
      .cart .product .edit-item a:hover {
        text-decoration: underline; }

.cart .remove-from-cart {
  text-align: center;
  padding: 5px 10px; }

.cart .add-to-cart {
  text-align: center;
  padding: 5px 10px; }

.data-table th {
  border-width: 0 1px 0;
  border-style: solid;
  border-color: #eee;
  background-color: #eee;
  padding: 10px;
  white-space: nowrap;
  font-weight: normal; }

.data-table td {
  min-width: 50px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #eee #eee;
  background-color: #fff;
  padding: 10px;
  color: #4d4d4d; }
  .data-table td.unit-price {
    white-space: nowrap; }
  .data-table td.total {
    white-space: nowrap;
    color: #4d4d4d; }
  .data-table td.select {
    text-align: center; }

.data-table a {
  font-weight: normal;
  color: #006db0; }
  .data-table a:hover {
    text-decoration: underline; }

.data-table .product {
  min-width: 225px;
  text-align: left; }
  .data-table .product a {
    font-weight: bold;
    color: #4d4d4d; }
    .data-table .product a:hover {
      color: #006db0;
      text-decoration: none; }

.data-table .message {
  min-width: 225px;
  text-align: left; }

.data-table .info {
  min-width: 225px;
  text-align: left; }
  .data-table .info a {
    font-weight: bold;
    color: #4d4d4d; }
    .data-table .info a:hover {
      color: #006db0;
      text-decoration: none; }

.data-table .name {
  min-width: 225px;
  text-align: left; }

.data-table .select-boxes {
  text-align: center; }

.data-table .order {
  text-align: center; }

.data-table em a {
  font-weight: bold;
  color: #4d4d4d; }

.data-table div.download {
  margin: 10px 0 0; }

.forum-table th {
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #ddd;
  background-color: #F5F5F5;
  padding: 10px;
  white-space: nowrap;
  font-weight: normal; }
  .forum-table th.replies {
    display: none; }
  .forum-table th.views {
    display: none; }
  .forum-table th.votes {
    display: none; }
  .forum-table th.latest-post {
    display: none; }
  .forum-table th.topics {
    display: none; }
  .forum-table th.posts {
    display: none; }

.forum-table td {
  min-width: 50px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #ddd #ddd;
  background-color: #fff;
  padding: 20px;
  color: #4d4d4d;
  min-width: 90px;
  padding: 10px; }
  .forum-table td.replies {
    display: none; }
  .forum-table td.views {
    display: none; }
  .forum-table td.votes {
    display: none; }
  .forum-table td.latest-post {
    display: none; }
  .forum-table td.topics {
    display: none; }
  .forum-table td.posts {
    display: none; }
  .forum-table td.image {
    min-width: 0; }

.forum-table a {
  font-weight: normal;
  color: #006db0; }
  .forum-table a:hover {
    text-decoration: underline; }

.forum-table .forum-details {
  text-align: left; }

.forum-table .topic-details {
  text-align: left; }

.bar-notification {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 15px 25px 15px 10px;
  line-height: 16px;
  color: #fff;
  opacity: 0.95; }
  .bar-notification.success {
    background-color: #4cb17c; }
  .bar-notification.error {
    background-color: #e4434b; }
  .bar-notification .content {
    margin: 0 10px 0 0; }
    .bar-notification .content a {
      color: #fff;
      text-decoration: underline; }
  .bar-notification .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    margin: 7px;
    background: #fff url(../images/close.png) center no-repeat;
    cursor: pointer; }

.noscript {
  border-bottom: 1px solid #333;
  background-color: #ff9;
  padding: 30px 15px;
  text-align: center;
  line-height: 22px;
  color: #4d4d4d; }

.ajax-loading-block-window {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background: url(../images/loading.gif) center no-repeat; }

.please-wait {
  background: url(../images/ajax-loader-small.gif) no-repeat;
  padding-left: 20px;
  font-size: 14px; }

.ui-dialog {
  max-width: 90%;
  border: 1px solid #ddd;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background-color: #fff;
  border-radius: 0;
  padding: 0;
  font: normal 14px 'Open Sans', sans-serif; }
  .ui-dialog:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }

.ui-dialog-titlebar {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  background-color: #eee;
  padding: 10px 15px;
  border-width: 0 0 1px;
  border-radius: 0;
  background-image: none;
  padding: 10px 15px !important;
  font-weight: normal;
  cursor: auto !important; }
  .ui-dialog-titlebar > span {
    float: left;
    font-size: 18px;
    color: #4d4d4d;
    margin: 0 !important; }
  .ui-dialog-titlebar button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    overflow: hidden;
    background: url(../images/close.png) center no-repeat;
    font-size: 0;
    top: 0 !important;
    right: 0 !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0;
    background: url(../images/close.png) center no-repeat !important;
    padding: 0 !important; }
    .ui-dialog-titlebar button span {
      display: none !important; }

.ui-dialog-content {
  height: auto !important;
  padding: 15px;
  line-height: 20px;
  background-color: #fff !important;
  padding: 15px 15px 20px 15px !important;
  color: #777; }
  .ui-dialog-content .page {
    min-height: 0; }
  .ui-dialog-content .page-title {
    min-height: 0; }
  .ui-dialog-content .back-in-stock-subscription-page {
    text-align: center; }
    .ui-dialog-content .back-in-stock-subscription-page .tooltip {
      margin-bottom: 10px; }

.eu-cookie-bar-notification {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  margin: 0;
  border-top: 1px solid #BBBBBB;
  background-color: #f6f6f6;
  padding: 10px;
  text-align: center; }
  .eu-cookie-bar-notification .text {
    line-height: 20px;
    display: inline-block;
    vertical-align: middle; }
  .eu-cookie-bar-notification button {
    display: inline-block;
    min-width: 60px;
    margin: 0 20px;
    border: none;
    background-color: #7BC381;
    padding: 8px 12px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle; }
    .eu-cookie-bar-notification button:hover {
      background-color: #006db0; }
    @media all and (max-width: 816px) {
      .eu-cookie-bar-notification button {
        margin-top: 10px; } }
  .eu-cookie-bar-notification a {
    display: inline-block;
    color: #006db0; }
    .eu-cookie-bar-notification a:hover {
      text-decoration: underline; }

.admin-header-links {
  background-color: #333;
  text-align: center;
  color: #eee; }
  .admin-header-links * {
    display: inline-block;
    margin: 0 10px;
    line-height: 35px;
    font-size: 12px;
    font-weight: bold; }
  .admin-header-links .impersonate {
    display: inline-block; }
    .admin-header-links .impersonate a {
      background-color: #555;
      padding: 0 15px; }
      .admin-header-links .impersonate a:hover {
        background-color: #666; }

.header-upper {
  position: relative;
  z-index: 1; }

.header-selectors-wrapper {
  margin: 5px 0; }
  .header-selectors-wrapper > div {
    display: block;
    width: 50%;
    margin: 10px auto;
    vertical-align: middle; }
  .header-selectors-wrapper select {
    width: 100%; }

.language-list {
  max-width: 100%;
  font-size: 0; }
  .language-list li {
    display: inline-block;
    margin: 0 1px;
    vertical-align: middle; }
  .language-list a {
    display: block;
    position: relative;
    width: 24px;
    height: 32px;
    line-height: 0; }
  .language-list img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }

.search-box form {
  display: inline-block; }
  .search-box form:after {
    content: "";
    display: block;
    clear: both; }

.search-box .search-box-button {
  float: left;
  height: 36px;
  border: none;
  background-color: #7BC381;
  padding: 0 10px;
  font-size: 12px;
  border-radius: 0 5px 5px 0;
  text-shadow: none; }
  .search-box .search-box-button:hover {
    background-color: #006db0; }

.search-box .ui-autocomplete-loading {
  background: #fff url(../images/ajax-loader-small.gif) right center no-repeat; }

.search-box input.search-box-text {
  float: left;
  width: 120px;
  height: 36px;
  margin: 0 -1px 0 0;
  border-radius: 5px 0 0 5px;
  padding: 5px 9px; }

.ui-helper-hidden-accessible {
  display: none !important; }

.ui-autocomplete {
  width: 285px !important;
  border: 1px solid #ddd;
  border-top: none;
  overflow: hidden;
  background-color: #fff;
  text-align: left;
  border-radius: 0;
  padding: 0;
  font: normal 14px 'Open Sans', sans-serif; }
  .ui-autocomplete li {
    border-top: 1px solid #ddd; }
    .ui-autocomplete li:first-child {
      border-top: none; }
  .ui-autocomplete a {
    display: block;
    padding: 15px;
    font-size: 14px;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: none !important;
    padding: 15px !important;
    line-height: normal !important;
    color: #777 !important; }
    .ui-autocomplete a:hover {
      background-color: #F5F5F5 !important; }
    .ui-autocomplete a.ui-state-focus {
      background-color: #F5F5F5 !important; }
  .ui-autocomplete img {
    display: none;
    min-width: 20px;
    margin: 0 10px 0 0;
    vertical-align: middle; }

.follow-us {
  margin: 30px auto 0;
  text-align: center; }
  .follow-us .title {
    margin: 0 0 10px;
    background: none;
    color: #4d4d4d;
    cursor: auto; }
  .follow-us .social ul {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 30px;
    font-size: 0; }
  .follow-us .social li {
    display: inline-block;
    margin: 0 5px; }
  .follow-us .social a {
    display: block;
    width: 38px;
    height: 38px;
    background: url(../images/social-sprite.png) no-repeat;
    font-size: 0; }
  .follow-us .social .facebook a {
    background-position: 0 0; }
  .follow-us .social .twitter a {
    background-position: -38px 0; }
  .follow-us .social .rss a {
    background-position: -76px 0; }
  .follow-us .social .youtube a {
    background-position: -114px 0; }
  .follow-us .social .google-plus a {
    background-position: -152px 0; }

.newsletter-email {
  display: inline-block;
  overflow: hidden; }
  .newsletter-email input[type="text"] {
    float: left;
    width: 180px;
    height: 36px;
    margin: 0 -1px 0 0; }
  .newsletter-email .options {
    clear: both;
    padding: 10px 0 0; }

.newsletter-subscribe-button {
  float: left;
  height: 36px;
  border: none;
  background-color: #7BC381;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  text-transform: uppercase; }
  .newsletter-subscribe-button:hover {
    background-color: #006db0; }

.newsletter-validation {
  width: 100%;
  overflow: hidden;
  line-height: 28px; }

.newsletter-result {
  width: 100%;
  overflow: hidden;
  line-height: 28px; }

.footer-lower {
  width: 95%;
  margin: auto;
  overflow: hidden;
  padding: 25px 0;
  font-size: 12px; }

.footer-powered-by {
  margin: 10px 0 0; }
  .footer-powered-by a {
    font-weight: bold;
    color: #006db0; }
    .footer-powered-by a:hover {
      text-decoration: underline; }

.theme-selector {
  margin: 10px 0 0; }
  .theme-selector select {
    width: 170px; }

.block {
  max-width: 100%;
  margin: auto;
  text-align: left; }
  .block .title {
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    margin: 0;
    color: #4d4d4d;
    margin: 0 0 20px;
    padding-bottom: 5px; }
    .block .title strong {
      font-weight: 400; }
  .block .listbox {
    display: none;
    padding: 0 5px; }
  .block .list li {
    padding: 0 0 0 15px; }
  .block .list a {
    display: inline-block;
    position: relative;
    padding: 5px 0;
    font-size: 16px;
    line-height: 25px;
    color: #4d4d4d;
    transition: all .3s ease; }
    .block .list a:before {
      content: "";
      position: absolute;
      top: 15px;
      left: -15px;
      width: 5px;
      height: 5px;
      background-color: #ddd; }
    .block .list a:hover {
      color: #006db0; }
  .block .list .active > a {
    color: #006db0;
    font-weight: bold;
    font-size: 18px; }
  .block .sublist {
    margin: 0 0 5px; }
    .block .sublist a {
      font-size: 14px; }
  .block .view-all {
    margin: 10px 0 0; }
    .block .view-all a {
      display: inline-block;
      padding: 10px 15px;
      font-size: 16px;
      color: #006db0; }
      .block .view-all a:hover {
        text-decoration: underline; }
  .block .tags {
    margin: 5px 0 10px; }
    .block .tags ul {
      font-size: 0; }
    .block .tags li {
      display: inline-block;
      position: relative;
      margin: 0 10px;
      overflow: hidden;
      font-size: 17px !important; }
      .block .tags li a {
        float: left;
        line-height: 30px;
        color: #4d4d4d; }
        .block .tags li a:hover {
          color: #006db0; }
  .block a.product-picture {
    display: none; }
    .block a.product-picture:before {
      display: none; }

.poll strong {
  display: block;
  margin: 10px 0;
  background-color: #F5F5F5;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: normal;
  color: #4d4d4d;
  text-transform: uppercase; }

.poll .buttons input {
  border: none;
  background-color: #aaa;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase; }
  .poll .buttons input:hover {
    background-color: #bbb; }

.poll-options {
  margin: 10px 0 15px;
  overflow: hidden;
  font-size: 15px;
  color: #4d4d4d; }
  .poll-options li {
    margin: 10px 0; }
    .poll-options li > input {
      margin: 0 5px 0 0;
      cursor: pointer; }
    .poll-options li > label {
      display: inline-block;
      font-size: 16px;
      cursor: pointer; }

.poll-results {
  margin: 10px 0 15px;
  overflow: hidden;
  font-size: 15px;
  color: #4d4d4d; }
  .poll-results li {
    margin: 10px 0; }

.poll-total-votes {
  display: block;
  margin: 10px 0 0;
  font-weight: bold;
  font-style: italic;
  color: #4d4d4d; }

.home-page-polls {
  text-align: center; }
  .home-page-polls .title {
    border-bottom: 1px solid #ddd;
    color: #4d4d4d;
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 30px;
    padding: 0 0 15px; }
    .home-page-polls .title strong {
      font-weight: normal; }
  .home-page-polls li {
    display: inline-block;
    margin: 10px; }

.breadcrumb {
  background-color: transparent !important;
  padding: 0; }
  .breadcrumb ul {
    font-size: 0; }
  .breadcrumb li {
    display: inline-block; }
    .breadcrumb li * {
      display: inline-block;
      margin: 0 3px;
      font-size: 0.8rem;
      line-height: 40px; }
    .breadcrumb li span {
      margin: 0; }
  .breadcrumb strong {
    font-weight: normal; }
  .breadcrumb a:hover {
    color: #006db0; }

.vendor-description {
  margin: 0 0 25px;
  line-height: 22px; }

.contact-vendor {
  margin: 0 0 30px; }
  .contact-vendor .button-2 {
    padding: 9px 20px; }

.product-selectors {
  margin: 0 0 20px;
  padding: 9px 20px;
  border-radius: 5px; }
  .product-selectors:after {
    content: "";
    display: block;
    clear: both; }
  .product-selectors > div {
    display: inline-block;
    margin: 5px; }
  .product-selectors span {
    vertical-align: middle;
    font-size: 14px; }
  .product-selectors select {
    margin: 0 5px;
    height: 32px;
    padding: 4px 9px; }
  .product-selectors .product-viewmode {
    display: none;
    font-size: 0; }

.product-filters {
  display: table;
  width: 100%;
  margin: -10px 0 20px;
  border-bottom: 1px solid #ddd; }

.product-filter {
  margin: 0 0 10px; }
  .product-filter .filter-title {
    margin: 0 0 10px;
    background-color: #F5F5F5;
    padding: 10px;
    font-size: 17px;
    color: #4d4d4d; }
    .product-filter .filter-title strong {
      font-weight: normal; }
  .product-filter .filter-content {
    padding: 10px;
    color: #4d4d4d; }
  .product-filter .group {
    margin: 0 0 10px; }
    .product-filter .group li {
      font-size: 15px; }
      .product-filter .group li a {
        display: inline-block;
        padding: 5px 0; }
        .product-filter .group li a:hover {
          color: #006db0; }
      .product-filter .group li strong {
        display: inline-block;
        padding: 5px 0; }
      .product-filter .group li.item {
        display: inline-block;
        position: relative;
        margin: 0 15px 0 0;
        padding: 0 0 0 15px; }
        .product-filter .group li.item:before {
          content: "";
          position: absolute;
          top: 12px;
          left: 0;
          width: 5px;
          height: 5px;
          background-color: #ddd; }
      .product-filter .group li.color-item {
        padding: 0;
        display: inline-block; }
        .product-filter .group li.color-item a {
          padding: 0; }
        .product-filter .group li.color-item:before {
          display: none; }
  .product-filter .available-items:after {
    content: "";
    display: block;
    clear: both; }

.filtered-items .title {
  margin: 0 0 5px;
  font-style: italic; }

.filtered-items .item {
  color: #006db0; }

.remove-filter {
  margin: 15px 0; }
  .remove-filter a {
    display: inline-block;
    background-color: #aaa;
    padding: 10px 20px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase; }
    .remove-filter a:hover {
      background-color: #999; }

.item-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }

.home-page .product-grid .item-grid {
  display: block !important; }

.home-page .product-grid .slider {
  width: auto;
  margin: 30px 50px 50px; }

.home-page .product-grid .slick-prev:before,
.home-page .product-grid .slick-next:before {
  color: black; }

.home-page .product-grid .slick-prev {
  top: 30%;
  left: 0; }

.home-page .product-grid .slick-next {
  top: 30%;
  right: 0; }

.home-page .product-grid .slick-dots {
  bottom: -30px; }

.home-page .product-grid .slick-track {
  min-height: 280px;
  display: flex; }

.home-page .product-grid .slick-slide {
  display: flex;
  height: auto; }

.home-page .product-grid .slick-list {
  margin-left: 25px;
  margin-right: 25px; }

.item-box {
  display: inline-flex !important;
  position: relative;
  width: 100%;
  margin: 0 10px 20px;
  text-align: left;
  border-radius: 5px; }
  .item-box .product-item,
  .item-box .category-item,
  .item-box .sub-category-item {
    display: flex;
    flex-direction: column;
    width: 100%; }
    .item-box .product-item:hover .product-title a,
    .item-box .category-item:hover .product-title a,
    .item-box .sub-category-item:hover .product-title a {
      color: #006db0; }
    .item-box .product-item:hover .picture a img,
    .item-box .category-item:hover .picture a img,
    .item-box .sub-category-item:hover .picture a img {
      opacity: 0.85; }
    .item-box .product-item:hover .product-box-add-to-cart-button,
    .item-box .category-item:hover .product-box-add-to-cart-button,
    .item-box .sub-category-item:hover .product-box-add-to-cart-button {
      background-color: #015b92;
      border-color: #015b92; }
  .item-box .picture {
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    flex-shrink: 0; }
    .item-box .picture a {
      display: block;
      position: relative; }
      .item-box .picture a:before {
        content: "";
        display: block;
        padding-top: 100%; }
      .item-box .picture a img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 90%;
        max-height: 90%;
        margin: auto;
        border: 1px solid #ddd; }
  .item-box .category-item {
    background-color: #f2f2f2; }
    .item-box .category-item .picture {
      background-color: #f2f2f2; }
  .item-box .details {
    position: relative;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    flex: 1; }
  .item-box .product-title {
    margin: 0 0 10px;
    overflow: hidden;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 400; }
    .item-box .product-title small {
      color: #BBBBBB;
      display: block;
      font-style: italic;
      margin-top: 0.5em; }
    .item-box .product-title a {
      display: block; }
      .item-box .product-title a:hover {
        color: #006db0; }
  .item-box .product-rating-box {
    display: inline-block;
    margin: 0 0 10px;
    position: absolute;
    bottom: 100%;
    left: 10px;
    margin-bottom: 25px; }
  .item-box .rating {
    background: url(../images/rating1.png) repeat-x;
    width: 95px;
    height: 14px; }
    .item-box .rating div {
      background: url(../images/rating2.png) repeat-x;
      height: 14px; }
  .item-box .description {
    display: none; }
    .item-box .description a {
      display: block;
      overflow: hidden; }
  .item-box .prices {
    margin: 0 0 10px;
    overflow: hidden; }
  .item-box .old-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through; }
  .item-box .actual-price {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #4d4d4d; }
  .item-box .buttons {
    margin: 0;
    display: flex; }
  .item-box .add-info {
    margin: auto auto 0 auto;
    width: 100%; }
  .item-box input[type="button"] {
    display: inline-block;
    height: 40px;
    vertical-align: middle; }
  .item-box .product-box-add-to-cart-button {
    width: 100%;
    flex-shrink: 1;
    color: #fff;
    background-color: #006db0;
    border: 1px solid #006db0;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    text-transform: none;
    font-weight: 400;
    padding: 12px; }
    .item-box .product-box-add-to-cart-button:hover {
      background-color: #015b92;
      border-color: #015b92; }
  .item-box .add-to-compare-list-button {
    width: 40px;
    flex-shrink: 0;
    padding: 0;
    background-color: #eaeaea;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right-width: 0px;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    border-radius: 0;
    background-image: url(../images/compare-button.png); }
    .item-box .add-to-compare-list-button:last-child {
      border-radius: 0 5px 5px 0;
      border-right-width: 1px; }
    .item-box .add-to-compare-list-button:hover {
      background-color: #ddd; }
  .item-box .add-to-wishlist-button {
    width: 40px;
    flex-shrink: 0;
    padding: 0;
    background-color: #eaeaea;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right-width: 0px;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    border-radius: 0;
    background-image: url(../images/wishlist-button.png); }
    .item-box .add-to-wishlist-button:last-child {
      border-radius: 0 5px 5px 0;
      border-right-width: 1px; }
    .item-box .add-to-wishlist-button:hover {
      background-color: #ddd; }
  .item-box .tax-shipping-info a {
    color: #006db0; }
    .item-box .tax-shipping-info a:hover {
      text-decoration: underline; }

.home-page-category-grid {
  margin: 0; }
  .home-page-category-grid .title {
    /*border-bottom: 2px solid $green;*/
    font-weight: bold;
    text-align: center;
    position: absolute;
    color: #fff;
    font-size: 16px;
    margin: auto;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .home-page-category-grid .title a {
      display: block; }
      .home-page-category-grid .title a:hover {
        color: inherit; }
  .home-page-category-grid .item-box .picture {
    margin: 0; }
    .home-page-category-grid .item-box .picture a:before {
      padding-top: 65%; }
    .home-page-category-grid .item-box .picture img {
      box-shadow: inset 2px -1px 3px 0 rgba(40, 20, 0, 0.15), 2px 6px 6px -3px #a0a0a0;
      width: 100%;
      height: 100%;
      max-width: 100%;
      max-height: 100%; }

.home-page .product-grid .item-box .picture a img {
  max-height: 80%;
  max-width: 80%; }

.sub-category-grid {
  margin: 0 0 20px; }
  .sub-category-grid .title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px; }
    .sub-category-grid .title a {
      display: block;
      padding: 0; }
  .sub-category-grid .picture {
    margin: 0; }
    .sub-category-grid .picture a:before {
      padding-top: 65%; }

.manufacturer-grid {
  margin: 0 0 20px; }
  .manufacturer-grid .title {
    margin: 0 0 15px;
    text-align: center;
    font-size: 16px; }
    .manufacturer-grid .title a:hover {
      color: #006db0; }
  .manufacturer-grid .picture {
    border: 1px solid #ddd; }

.vendor-grid {
  margin: 0 0 20px; }
  .vendor-grid .title {
    margin: 0 0 15px;
    text-align: center;
    font-size: 16px; }
    .vendor-grid .title a:hover {
      color: #006db0; }
  .vendor-grid .picture {
    border: 1px solid #ddd; }

.category-grid .main-title {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  color: #4d4d4d;
  margin: 0 0 20px; }
  .category-grid .main-title strong {
    font-weight: 400; }

.product-grid {
  margin: 0 0 50px; }
  .product-grid .title {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    color: #4d4d4d;
    margin: 0 0 20px; }
    .product-grid .title strong {
      font-weight: 400; }

.product-list {
  margin: 0 0 50px; }

.pager {
  margin: 0 0 20px; }
  .pager ul {
    text-align: right;
    font-size: 0; }
  .pager li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top; }
    .pager li a {
      display: block;
      min-width: 35px;
      height: 35px;
      line-height: 17px;
      padding: 8px;
      text-align: center;
      font-size: 14px;
      cursor: pointer;
      border-radius: 5px; }
      .pager li a:hover {
        border: 1px solid #ddd;
        border-radius: 20px; }
    .pager li span {
      display: block;
      min-width: 35px;
      height: 35px;
      line-height: 17px;
      padding: 8px;
      text-align: center;
      font-size: 14px;
      cursor: pointer;
      background-color: #fff;
      border: 1px solid #4d4d4d;
      border-radius: 20px; }
    .pager li.previous-page * {
      background-position: center;
      background-repeat: no-repeat;
      font-size: 0;
      color: #fff;
      background-image: url(../images/prev.png); }
    .pager li.next-page * {
      background-position: center;
      background-repeat: no-repeat;
      font-size: 0;
      color: #fff;
      background-image: url(../images/next.png); }
    .pager li.first-page * {
      background-position: center;
      background-repeat: no-repeat;
      font-size: 0;
      color: #fff;
      background-image: url(../images/first.png); }
    .pager li.last-page * {
      background-position: center;
      background-repeat: no-repeat;
      font-size: 0;
      color: #fff;
      background-image: url(../images/last.png); }

.product-details-page {
  padding: 20px 0 0; }

.product-essential {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
  border-bottom: 1px solid #eee;
  padding: 0 0 10px; }
  .product-essential:after {
    content: "";
    display: block;
    clear: both; }
  .product-essential a[data-readmore-toggle] {
    width: 100%;
    text-align: right; }

.gallery {
  margin: 0 auto 50px; }
  .gallery .picture-wrapper {
    margin: 0 0 10px; }
  .gallery .picture {
    position: relative;
    max-width: 100%;
    margin: 0 auto 10px; }
    .gallery .picture:before {
      content: "";
      display: block;
      padding-top: 100%; }
    .gallery .picture img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 100%;
      max-height: 100%;
      box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.2); }
  .gallery .picture-thumbs {
    overflow: hidden;
    font-size: 0; }
    .gallery .picture-thumbs img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 100%;
      max-height: 100%;
      margin: auto; }
    .gallery .picture-thumbs a {
      display: inline-block;
      position: relative;
      width: 100px;
      height: 100px;
      margin: 0 5px 10px;
      overflow: hidden; }

.variant-picture {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0 auto 15px;
  overflow: hidden; }
  .variant-picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto; }

.direct-downloads {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .direct-downloads .file {
    display: inline-flex;
    max-width: 200px;
    align-items: stretch;
    flex-direction: column;
    text-align: center;
    flex-shrink: 1;
    margin: 20px 10px 0;
    border: 1px solid #eee;
    border-radius: 5px; }
    .direct-downloads .file .file-title {
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      padding: 0 9px;
      word-break: break-word; }
      .direct-downloads .file .file-title:nth-last-child(2) {
        margin-bottom: 10px; }
    .direct-downloads .file .file-text {
      font-size: 12px;
      text-align: center;
      color: #9c9c9c;
      margin: 0;
      padding: 0 9px; }
      .direct-downloads .file .file-text:last-of-type {
        margin-bottom: 10px; }
    .direct-downloads .file i {
      font-size: 70px;
      display: block;
      margin: 10px 0;
      text-align: center; }
    .direct-downloads .file .btn {
      width: auto;
      color: #fff;
      cursor: pointer;
      background-color: #006db0;
      border: 1px solid #006db0;
      border-radius: 0 0 5px 5px;
      box-sizing: border-box;
      display: block;
      font-size: 14px;
      font-weight: bold;
      padding: 9px 20px;
      line-height: 20px;
      text-align: center;
      margin: auto -1px -1px;
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
      text-transform: uppercase;
      transition: all .3s ease; }
      .direct-downloads .file .btn:hover {
        background-color: #015b92;
        border-color: #015b92; }

.overview {
  position: relative;
  width: 100%; }
  .overview select {
    border-radius: 5px; }
  .overview .discontinued-product {
    background: #f3f3f3;
    margin: 0 0 20px; }
    .overview .discontinued-product h4 {
      display: inline-block;
      font-size: 14px;
      padding: 17px 17px 17px 40px;
      background: url(../images/discontinued-product-icon.png) no-repeat 13px center;
      color: #de444c; }
  .overview .product-name {
    margin: 0 0 1em;
    padding: 0; }
    .overview .product-name h1 {
      font-size: 30px;
      font-weight: bold;
      letter-spacing: -1px; }
    .overview .product-name h5 {
      color: grey;
      display: block;
      font-size: smaller;
      font-style: italic;
      line-height: 100%; }
  .overview .short-description {
    margin: 0 0 25px;
    line-height: 22px;
    color: #666; }
  .overview .value {
    color: #4d4d4d; }
    .overview .value a {
      color: #006db0; }
      .overview .value a:hover {
        text-decoration: underline; }
  .overview .add-to-compare-list-button {
    background-image: url(../images/compare-button.png);
    background-position: left 50%;
    padding-left: 40px; }
  .overview .email-a-friend-button {
    background-image: url(../images/email-button.png);
    background-position: left 50%;
    padding-left: 40px; }
  .overview .subscribe-button {
    background-image: url(../images/email-button.png);
    background-position: left 50%;
    padding-left: 40px; }
  .overview .download-summary {
    display: inline-flex;
    vertical-align: top;
    margin: 0 0 25px;
    /*.download-sample-button {
            border-radius: 0 5px 5px 0;
            border-left: 0;
        }*/ }
    .overview .download-summary select {
      padding: 4px;
      max-width: 150px;
      font-size: smaller;
      line-height: 20px;
      /*border-radius: 5px 0 0 5px;*/
      height: 100%;
      margin-right: 5px; }
  .overview .download-sample-button {
    background-image: url(../images/download-button.png);
    background-position: left 50%;
    padding-left: 40px; }
  .overview .add-to-wishlist-button {
    background-image: url(../images/wishlist-button.png);
    background-position: left 50%;
    padding-left: 40px; }
  .overview .manufacturers {
    margin: 0 0 20px; }
  .overview .availability {
    margin: 0 0 20px;
    overflow: hidden; }
    .overview .availability .stock {
      margin: 0 0 10px; }
    .overview .availability .back-in-stock-subscription {
      display: inline-block; }
  .overview .additional-details {
    margin: 0 0 20px; }
    .overview .additional-details div {
      margin: 0 0 8px; }
  .overview .delivery {
    margin: 25px 0;
    overflow: hidden; }
  .overview .free-shipping {
    display: inline-block;
    margin: 0 0 10px;
    background: url(../images/shipping.png) left center no-repeat;
    padding: 2px 0 2px 28px;
    font-weight: bold;
    color: #4d4d4d; }
  .overview .min-qty-notification {
    margin: 10px 0;
    font-style: italic;
    color: #4d4d4d; }
  .overview .download-sample {
    display: inline-block;
    margin: 0 0 25px; }
  .overview .prices {
    margin: 0 0 10px;
    overflow: hidden; }
    .overview .prices > div {
      margin: 0 0 5px; }
      .overview .prices > div > span {
        vertical-align: middle; }
  .overview .old-product-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through; }
  .overview .non-discounted-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through; }
  .overview .product-price {
    font-size: 20px;
    font-weight: bold;
    color: #4d4d4d; }
  .overview .add-to-cart-panel {
    display: flex;
    position: relative; }
  .overview .qty-label {
    display: none !important; }
  .overview .qty-input {
    width: 40px;
    height: 40px;
    padding: 0 12px;
    text-align: center;
    font-size: 15px;
    color: #4d4d4d;
    border-radius: 5px;
    margin-right: 10px; }
  .overview .add-to-cart-button {
    width: auto;
    color: #fff;
    cursor: pointer;
    background-color: #006db0;
    border: 1px solid #006db0;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 12px;
    text-align: center;
    transition: all .3s ease; }
    .overview .add-to-cart-button:hover {
      background-color: #015b92;
      border-color: #015b92; }
  .overview .tax-shipping-info a {
    color: #006db0; }
    .overview .tax-shipping-info a:hover {
      text-decoration: underline; }

.product-no-reviews {
  margin: 0 0 25px;
  color: #4d4d4d; }
  .product-no-reviews a {
    text-decoration: underline; }

.product-reviews-overview {
  margin: 0 0 25px;
  color: #4d4d4d; }

.product-review-box {
  display: inline-block;
  margin: 0 0 8px; }
  .product-review-box .rating {
    width: 95px;
    height: 14px;
    background: url(../images/rating1.png) repeat-x; }
    .product-review-box .rating div {
      height: 14px;
      background: url(../images/rating2.png) repeat-x; }

.variant-overview {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 46px;
  justify-content: space-between; }
  .variant-overview .value {
    color: #4d4d4d; }
    .variant-overview .value a {
      color: #006db0; }
      .variant-overview .value a:hover {
        text-decoration: underline; }
  .variant-overview .variant-info {
    display: flex;
    align-items: center;
    margin: auto 0 auto auto; }
    @media (max-width: 500px) {
      .variant-overview .variant-info {
        flex-direction: column;
        align-items: flex-end; } }
  .variant-overview .variant-extra {
    flex-basis: 100%; }
  .variant-overview .variant-select {
    display: flex; }
    @media (max-width: 460px) {
      .variant-overview .variant-select {
        flex-direction: column; } }
  .variant-overview select {
    margin: auto 0.5em auto 0.5em;
    width: 140px;
    font-size: smaller;
    padding: 4px;
    height: 32px;
    cursor: pointer; }
    @media (max-width: 460px) {
      .variant-overview select {
        margin: .5em 0; } }
  .variant-overview .prices {
    margin: auto 1em auto auto;
    flex-shrink: 0;
    line-height: 18px;
    text-align: right;
    overflow: hidden; }
    @media (max-width: 500px) {
      .variant-overview .prices {
        margin: auto 0 auto auto; } }
    .variant-overview .prices label {
      display: none; }
    .variant-overview .prices > div > span {
      vertical-align: top;
      display: block; }
  .variant-overview .old-product-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through; }
    .variant-overview .old-product-price label {
      display: none; }
  .variant-overview .non-discounted-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through; }
  .variant-overview .product-price {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #4d4d4d; }
  .variant-overview .variant-name {
    min-width: 70px;
    max-width: 40%;
    margin: 0 10px 0 0;
    padding: 0;
    line-height: 18px;
    font-weight: bold;
    color: #4d4d4d;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    transition: color .3s ease; }
  .variant-overview input[type="checkbox"] {
    flex-shrink: 0;
    align-self: center;
    margin: 0 5px 0 0; }
  .variant-overview .variant-description {
    margin: 0 10px 0 0;
    font-size: 12px;
    line-height: 15px; }
  .variant-overview .variant-data {
    display: flex;
    align-items: center; }
  .variant-overview .tax-shipping-info a {
    color: #006db0; }
    .variant-overview .tax-shipping-info a:hover {
      text-decoration: underline; }
  .variant-overview .qty-input,
  .variant-overview .qty-label {
    display: none; }
  .variant-overview .add-to-cart-button {
    background: #006db0;
    border-color: #006db0;
    text-transform: none;
    font-size: smaller;
    padding: 7px;
    width: 90px; }
    .variant-overview .add-to-cart-button:before {
      margin: 0; }
    .variant-overview .add-to-cart-button:hover {
      background: #015b92;
      border-color: #015b92; }

.variant-buttons {
  display: flex; }
  .variant-buttons .add-to-cart-panel {
    display: flex;
    position: relative; }
  .variant-buttons .qty-label {
    display: none !important; }
  .variant-buttons .qty-input {
    width: 40px;
    height: 40px;
    padding: 0 10px;
    margin-right: 10px;
    text-align: center;
    font-size: 16px;
    color: #4d4d4d;
    border-radius: 5px; }
  .variant-buttons .add-to-cart {
    margin: 0;
    width: 100%; }
  .variant-buttons .add-to-wishlist {
    margin: 0 0 0 10px; }
    .variant-buttons .add-to-wishlist-button {
      width: 40px;
      height: 40px;
      padding: 0;
      flex-shrink: 0;
      font-size: 0;
      background-image: url(../images/wishlist-button.png);
      background-position: -1px 50%; }
  .variant-buttons .add-to-cart-button {
    width: 100%;
    flex-shrink: 1;
    color: #fff;
    cursor: pointer;
    background-color: #006db0;
    border: 1px solid #006db0;
    border-radius: 5px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 9px;
    line-height: 20px;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    transition: all .3s ease; }
    .variant-buttons .add-to-cart-button:hover {
      background-color: #015b92;
      border-color: #015b92; }

.overview-buttons {
  margin: 0 0 25px;
  font-size: 0; }
  .overview-buttons div {
    width: auto;
    margin: 0 10px 10px; }

.customer-entered-price {
  margin: 0 0 20px;
  overflow: hidden; }
  .customer-entered-price .price-input label {
    display: block;
    margin: 0 0 5px;
    font-weight: bold;
    color: #4d4d4d; }
  .customer-entered-price .price-input input {
    width: 170px;
    text-align: center; }
  .customer-entered-price .price-range {
    margin: 5px 0 0;
    color: #777; }

.tier-prices {
  margin: 0 0 20px; }
  .tier-prices .title {
    display: none; }
  .tier-prices .field-header {
    min-width: 80px; }
  .tier-prices .item-price {
    background-color: #f9f9f9;
    font-size: 16px;
    color: #e4434b; }
  .tier-prices table td {
    border: 1px solid #ddd;
    padding: 10px;
    color: #4d4d4d; }

.product-share-button {
  display: inline-block;
  overflow: hidden; }

.product-collateral {
  margin: 0 0 20px; }
  .product-collateral .title {
    margin: 0 0 10px;
    font-size: 18px;
    color: #4d4d4d; }
    .product-collateral .title strong {
      font-weight: normal; }

.product-variant-line {
  margin: 0 0 10px;
  border-bottom: 1px solid #eee;
  padding: 0 0 10px; }
  .product-variant-line:after {
    content: "";
    display: block;
    clear: both; }
  .product-variant-line .download-summary {
    display: inline-flex;
    margin: 5px 0 0; }
  .product-variant-line .button-2 {
    font-size: 12px;
    padding: 4px 10px 4px 30px; }
  .product-variant-line .download-sample {
    text-align: right;
    margin: 5px 0 0; }
  .product-variant-line .subscribe-button {
    background-image: url(../images/email-button.png);
    background-position: -5px center; }
  .product-variant-line .download-sample-button {
    background-image: url(../images/download-button.png);
    background-position: -5px center; }
  .product-variant-line .add-to-wishlist-button {
    background-image: url(../images/wishlist-button.png);
    background-position: -5px center;
    display: inline-block;
    width: auto; }
  .product-variant-line .availability {
    margin: 5px 0 0;
    overflow: hidden;
    text-align: right; }
    .product-variant-line .availability .stock {
      font-size: 12px;
      margin: 0 0 5px; }
    .product-variant-line .availability .back-in-stock-subscription {
      display: inline-block; }
  .product-variant-line .additional-details {
    font-size: 12px;
    font-weight: normal;
    margin: 0; }
    .product-variant-line .additional-details div {
      margin: 0 0 5px; }
  .product-variant-line .delivery {
    margin: 25px 0;
    overflow: hidden; }
  .product-variant-line .free-shipping {
    display: inline-block;
    margin: 0 0 10px;
    background: url(../images/shipping.png) left center no-repeat;
    padding: 2px 0 2px 28px;
    font-weight: bold;
    color: #4d4d4d; }
  .product-variant-line .min-qty-notification {
    margin: 10px 0;
    font-style: italic;
    color: #4d4d4d; }
  .product-variant-line .download-panel {
    display: flex;
    flex: 1; }
    @media (max-width: 500px) {
      .product-variant-line .download-panel {
        flex-direction: column;
        align-items: flex-end; } }

.product-specs-box {
  margin: 0 0 40px; }
  .product-specs-box td {
    border: 1px solid #ddd;
    padding: 10px; }

.product-tags-list {
  font-size: 0; }
  .product-tags-list li {
    display: inline-block;
    font-size: 14px; }
    .product-tags-list li.separator {
      margin: 0 5px 0 0; }
  .product-tags-list a {
    display: inline-block;
    line-height: 24px;
    text-transform: capitalize; }
    .product-tags-list a:hover {
      color: #4d4d4d; }

.attributes {
  margin: 20px 0; }
  .attributes dl {
    overflow: hidden;
    padding: 0 2px;
    display: inline-flex; }
  .attributes dt {
    display: block;
    margin: 0 0 5px;
    white-space: nowrap;
    font-weight: bold;
    color: #4d4d4d; }
  .attributes dd {
    margin: 0 0 10px; }
  .attributes li {
    margin: 8px 0 12px; }
  .attributes select {
    width: auto;
    min-width: 100px;
    max-width: 100%; }
  .attributes .datepicker {
    width: 280px;
    text-align: center;
    color: #4d4d4d; }
  .attributes .option-list label {
    margin: 0 5px; }

.attribute-label {
  display: block;
  margin: 0 0 5px;
  white-space: nowrap;
  font-weight: bold;
  color: #4d4d4d; }

.attribute-data {
  margin: 0 0 10px; }

.ui-datepicker {
  width: 280px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  text-align: center;
  border: none;
  border-radius: 0;
  padding: 0;
  font: normal 14px 'Open Sans', sans-serif;
  color: #777; }

.ui-datepicker-header {
  position: relative;
  height: 32px;
  background-color: #006db0;
  color: #fff;
  border: none;
  border-radius: 0;
  background-image: none;
  padding: 0 !important;
  font-weight: normal; }
  .ui-datepicker-header a {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 0;
    top: 0 !important;
    width: 32px !important;
    height: 32px !important;
    border: none !important; }
    .ui-datepicker-header a.ui-datepicker-prev {
      left: 0;
      background: url(../images/calendar-prev.png) center no-repeat; }
    .ui-datepicker-header a.ui-datepicker-next {
      right: 0;
      background: url(../images/calendar-next.png) center no-repeat; }
    .ui-datepicker-header a span {
      display: none !important; }

.ui-datepicker-title {
  position: relative;
  z-index: 0;
  line-height: 32px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 32px !important; }

.ui-datepicker-calendar {
  margin: 0 !important;
  font-size: 14px !important; }
  .ui-datepicker-calendar th {
    background-color: #eee;
    width: 14.285%;
    border: 1px solid #ddd;
    padding: 0; }
    .ui-datepicker-calendar th span {
      display: block;
      min-height: 32px;
      line-height: 32px;
      color: #4d4d4d; }
  .ui-datepicker-calendar td {
    width: 14.285%;
    border: 1px solid #ddd;
    padding: 0; }
    .ui-datepicker-calendar td a {
      display: block;
      min-height: 32px;
      line-height: 32px;
      color: #4d4d4d;
      border: none !important;
      background: none !important;
      padding: 0;
      text-align: center;
      color: #4d4d4d !important; }
  .ui-datepicker-calendar .ui-state-active {
    outline: 2px solid #7BC381;
    font-weight: bold;
    color: #006db0 !important; }

.color-squares {
  font-size: 0; }
  .color-squares li {
    display: inline-block;
    margin: 0 5px 5px;
    text-align: center; }
    .color-squares li input {
      position: relative;
      z-index: -1;
      margin: -32px 0 0; }
    .color-squares li:hover .tooltip-container {
      visibility: visible;
      margin-left: -83px;
      margin-top: 5px;
      z-index: 999; }
  .color-squares .color-container {
    display: block;
    position: relative;
    z-index: 0;
    padding: 1px; }
  .color-squares label {
    display: block;
    margin: 0 !important;
    overflow: hidden; }
  .color-squares .color {
    display: table !important;
    width: 32px !important;
    height: 32px !important;
    border: 1px solid #4d4d4d !important;
    cursor: pointer; }
  .color-squares .selected-value .color-container {
    background-color: #7BC381; }

.tooltip-container {
  position: absolute;
  width: 200px;
  color: #4d4d4d;
  background: #fff;
  border: 1px solid #eee;
  text-align: center;
  visibility: hidden;
  border-radius: 5px; }
  .tooltip-container:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-bottom: 7px solid #eee;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent; }
  .tooltip-container:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-bottom: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent; }
  .tooltip-container .tooltip-header {
    background-color: #F5F5F5;
    height: 25px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding-left: 10px;
    padding-top: 5px;
    text-align: left;
    width: 198px;
    font-size: 15px;
    border-bottom: 1px #eee solid; }
  .tooltip-container .tooltip-body {
    margin: 5px; }
    .tooltip-container .tooltip-body img {
      border: 0 #fff;
      width: 190px; }

.giftcard {
  margin: 0 0 20px;
  overflow: hidden; }
  .giftcard div {
    margin: 0 0 10px; }
  .giftcard label {
    display: block;
    margin: 0 auto 5px;
    font-weight: bold;
    color: #4d4d4d; }
  .giftcard input {
    width: 350px;
    max-width: 100%; }
  .giftcard textarea {
    width: 350px;
    max-width: 100%;
    height: 150px; }

.product-reviews-page .title {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  margin: 0;
  color: #4d4d4d;
  margin: 0 0 20px;
  padding-bottom: 5px; }

.product-reviews-page .result {
  margin: 0 0 20px; }

.product-reviews-page .message-error {
  margin: 0 0 20px; }

.product-reviews-page h1 a {
  color: #006db0; }
  .product-reviews-page h1 a:before {
    content: "''"; }
  .product-reviews-page h1 a:after {
    content: "''"; }
  .product-reviews-page h1 a:hover {
    color: #006db0; }

.write-review {
  margin: 0 0 40px; }
  .write-review .fieldset {
    margin: 0 0 20px; }
  .write-review .review-rating label {
    display: block;
    margin: 0 0 5px;
    font-size: 14px; }
  .write-review .review-rating ul {
    font-size: 0;
    vertical-align: middle; }
  .write-review .review-rating li {
    display: inline-block;
    margin: 0 5px;
    cursor: default;
    vertical-align: middle;
    font-size: 14px;
    white-space: nowrap; }
    .write-review .review-rating li.first {
      color: #e4434b; }
    .write-review .review-rating li.rating-options input {
      vertical-align: baseline;
      margin: 0 1px; }
    .write-review .review-rating li.last {
      color: #4cb17c; }
  .write-review .captcha-box {
    margin: 15px 0 0; }

.product-review-list {
  overflow: hidden; }

.product-review-item {
  margin: 0; }
  .product-review-item .review-item-head {
    border-top: 1px solid #ddd;
    overflow: hidden;
    background-color: #F5F5F5;
    padding: 10px; }
  .product-review-item .review-title {
    line-height: 20px;
    font-size: 15px;
    color: #4d4d4d; }
  .product-review-item .product-review-box {
    margin: 3px 0 0; }
  .product-review-item .review-content {
    padding: 20px 10px; }
  .product-review-item .review-text {
    margin: 0 0 15px;
    line-height: 22px;
    color: #4d4d4d; }
  .product-review-item .review-info {
    margin: 0 0 5px;
    font-size: 14px; }
    .product-review-item .review-info label {
      font-weight: normal;
      vertical-align: top;
      line-height: 20px;
      display: inline-block; }
    .product-review-item .review-info span {
      vertical-align: top;
      line-height: 20px;
      display: inline-block; }
    .product-review-item .review-info a {
      display: inline-block;
      padding: 0 5px;
      color: #006db0;
      cursor: pointer; }

.product-review-helpfulness {
  font-size: 14px; }
  .product-review-helpfulness .vote {
    display: inline-block;
    padding: 0 5px;
    color: #006db0;
    cursor: pointer; }
  .product-review-helpfulness .question {
    margin: 0 5px 0 0;
    font-style: italic; }
  .product-review-helpfulness .result {
    margin: 0 0 0 10px; }

.wishlist-page .share-info {
  text-align: center; }
  .wishlist-page .share-info span {
    display: block;
    margin: 0 0 5px; }
  .wishlist-page .share-info a {
    font-weight: bold;
    color: #4d4d4d; }
    .wishlist-page .share-info a:hover {
      color: #006db0; }

.wishlist-page .no-data {
  margin: 25px 0 0; }

.wishlist-content {
  margin: 0 0 20px; }
  .wishlist-content .message-error {
    margin: 20px 0; }
  .wishlist-content .table-wrapper {
    margin: 0 0 30px; }
  .wishlist-content .product-content {
    min-width: 300px;
    text-align: left; }
  .wishlist-content .tax-shipping-info {
    margin: 0 0 20px;
    text-align: center; }
    .wishlist-content .tax-shipping-info a {
      color: #006db0; }
      .wishlist-content .tax-shipping-info a:hover {
        text-decoration: underline; }
  .wishlist-content .buttons {
    font-size: 0;
    margin-bottom: 25px; }
    .wishlist-content .buttons input {
      margin: 0 10px 10px 0; }
  .wishlist-content .button-2 {
    padding: 9px 20px; }
  .wishlist-content .update-wishlist-button {
    color: #fff;
    background-color: #006db0;
    border: 1px solid #006db0;
    text-transform: uppercase;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); }
    .wishlist-content .update-wishlist-button:hover {
      background-color: #015b92;
      border-color: #015b92; }
  .wishlist-content .wishlist-add-to-cart-button {
    width: auto;
    color: #fff;
    cursor: pointer;
    background-color: #006db0;
    border: 1px solid #006db0;
    border-radius: 5px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 20px;
    line-height: 20px;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    transition: all .3s ease; }
    .wishlist-content .wishlist-add-to-cart-button:hover {
      background-color: #015b92;
      border-color: #015b92; }

.compare-products-page {
  position: relative;
  overflow: hidden; }
  .compare-products-page .clear-list {
    display: inline-block;
    margin: 0 0 20px;
    background-color: #7BC381;
    padding: 9px 15px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase; }
    .compare-products-page .clear-list:hover {
      background-color: #006db0; }
  .compare-products-page .table-wrapper {
    margin: 0 0 30px;
    padding: 0 0 1px; }
  .compare-products-page .no-data {
    margin: 25px 0 0; }

.compare-products-table td {
  min-width: 150px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 20px;
  text-align: left;
  vertical-align: top;
  color: #4d4d4d; }
  .compare-products-table td:first-child {
    min-width: 0; }
  .compare-products-table td label {
    font-weight: normal;
    color: #777; }

.compare-products-table .remove-button {
  display: inline-block;
  border: none;
  background: url(../images/remove.png) left center no-repeat;
  padding: 0 0 0 18px;
  font-size: 12px;
  color: #666; }
  .compare-products-table .remove-button:hover {
    color: #006db0; }

.compare-products-table .picture {
  display: block;
  position: relative;
  max-width: 200px;
  height: 200px;
  overflow: hidden; }
  .compare-products-table .picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto; }

.compare-products-table .product-name td {
  font-weight: bold; }
  .compare-products-table .product-name td a:hover {
    color: #006db0; }

.compare-products-table .short-description td {
  line-height: 22px; }

.compare-products-table .full-description td {
  display: none; }

.topic-block-title {
  margin: 0 0 20px; }
  .topic-block-title h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    text-align: left;
    letter-spacing: -1px; }

.topic-block-body {
  text-align: justify;
  line-height: 24px;
  font-size: 16px; }

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

.enter-password-title {
  margin: 0 0 20px;
  color: #4d4d4d; }

.enter-password-form {
  display: inline-block;
  overflow: hidden; }
  .enter-password-form input[type="password"] {
    float: left;
    width: 200px;
    height: 40px;
    margin: 0 -1px 0 0; }
  .enter-password-form input[type="submit"] {
    float: left;
    width: auto;
    min-width: 86px;
    height: 40px;
    border: none;
    background-color: #7BC381;
    padding: 0 15px;
    color: #fff;
    text-transform: uppercase; }
    .enter-password-form input[type="submit"]:hover {
      background-color: #006db0; }

.contact-page .result {
  margin: 20px 0; }

.contact-page .message-error {
  margin: 20px 0; }

.contact-page .topic-block {
  margin: 25px 0; }

.email-a-friend-page .result {
  margin: 20px 0; }

.email-a-friend-page .message-error {
  margin: 20px 0; }

.email-a-friend-page .title {
  margin: 25px 0; }
  .email-a-friend-page .title h2 {
    font-weight: normal;
    color: #006db0; }

.apply-vendor-page .result {
  margin: 20px 0; }

.apply-vendor-page .message-error {
  margin: 20px 0; }

.apply-vendor-page .title {
  margin: 25px 0; }

.gender {
  display: inline-block; }
  .gender span {
    display: inline-block;
    margin: 0 5px; }
    .gender span > * {
      display: inline !important;
      margin: 0 5px;
      line-height: 32px; }

#check-availability-button {
  margin: 10px 0 0;
  border: none;
  background-color: #888;
  padding: 9px 15px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase; }
  #check-availability-button:hover {
    background-color: #999; }

.accept-privacy-policy, .customer-roles, .newsletter {
  margin: 10px 0 0 0; }
  .accept-privacy-policy input, .accept-privacy-policy label, .customer-roles input, .customer-roles label, .newsletter input, .newsletter label {
    font-size: 1rem;
    display: inline-block;
    cursor: pointer; }
  .accept-privacy-policy label, .customer-roles label, .newsletter label {
    max-width: 800px;
    vertical-align: top;
    margin-left: 10px; }
  .accept-privacy-policy span, .accept-privacy-policy a, .customer-roles span, .customer-roles a, .newsletter span, .newsletter a {
    color: #006db0;
    cursor: pointer;
    text-decoration: underline; }

.accept-privacy-policy {
  margin-bottom: 20px; }

.registration-page .message-error {
  margin: 0 0 10px; }

.registration-page .vat-note {
  display: block;
  font-size: 14px;
  margin-top: 5px; }

.registration-page a {
  color: #006db0; }
  .registration-page a:hover {
    text-decoration: underline; }

.registration-result-page .result {
  margin: 0 0 30px;
  padding: 30px 0;
  text-align: center;
  font-size: 16px;
  color: #4cb17c; }

.login-page .message-error {
  margin: 0 0 10px; }

.login-page .customer-blocks {
  margin: 0 0 30px; }

.login-page .title {
  margin: 0 0 15px;
  font-size: 20px;
  color: #4d4d4d; }
  .login-page .title strong {
    font-weight: normal; }

.login-page .new-wrapper {
  margin: 0 0 50px; }
  .login-page .new-wrapper .text {
    margin: 0 0 30px;
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 30px;
    line-height: 22px; }
  .login-page .new-wrapper .topic-block {
    margin: 0; }
  .login-page .new-wrapper .button-1 {
    margin: 0 0 5px; }
  .login-page .new-wrapper .topic-block-body strong {
    color: #4d4d4d; }

.login-page .returning-wrapper {
  margin: 0; }
  .login-page .returning-wrapper .form-fields {
    overflow: hidden;
    padding: 20px 0; }
  .login-page .returning-wrapper .buttons {
    background-color: #fff;
    padding: 30px 0; }
  .login-page .returning-wrapper .inputs.reversed {
    white-space: normal; }
    .login-page .returning-wrapper .inputs.reversed * {
      display: inline-block;
      width: auto;
      margin: 5px;
      font-size: 14px;
      color: #4d4d4d; }
    .login-page .returning-wrapper .inputs.reversed a:hover {
      color: #006db0; }

.login-page .captcha-box {
  margin: -15px 0 20px; }

.password-recovery-page .result {
  margin: 0 0 5px;
  font-weight: bold;
  color: #4d4d4d; }

.password-recovery-page .tooltip {
  margin: 0 0 25px; }

.account-page.account-activation .page-title {
  border-bottom: 2px solid #7BC381;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 20px;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: #4d4d4d;
  display: block; }

.account-page .page-title {
  display: none; }

.account-page .form-fields,
.account-page .edit-address {
  display: flex;
  flex-wrap: wrap; }
  .account-page .form-fields .inputs,
  .account-page .edit-address .inputs {
    width: 50%; }

.account-page .message-error {
  margin: 0 0 10px; }

.account-page .description {
  margin: 0 0 25px;
  padding: 0 10px; }

.account-page .table-wrapper {
  margin: 0 0 30px; }

.customer-info-page .vat-status {
  margin: 0 5px;
  font-size: 14px; }

.customer-info-page .vat-note {
  display: block;
  font-size: 14px;
  margin-top: 5px; }

.external-authentication {
  margin: 0 0 50px;
  overflow: hidden;
  text-align: center; }
  .external-authentication .buttons {
    margin: 0 0 30px;
    border-top: 1px solid #e6e6e6;
    padding: 30px; }

.external-auth-errors {
  color: #e4434b; }

.external-auth-association {
  color: #4d4d4d; }
  .external-auth-association a {
    color: #006db0; }
    .external-auth-association a:hover {
      text-decoration: underline; }

.add-more-external-records {
  text-align: center; }
  .add-more-external-records a {
    color: #006db0; }
    .add-more-external-records a:hover {
      text-decoration: underline; }

.address-list-page .info {
  margin: 0 0 10px;
  line-height: 20px;
  color: #4d4d4d; }
  .address-list-page .info .name {
    font-size: 16px;
    font-weight: bold; }
  .address-list-page .info li {
    margin: 0 0 5px; }
    .address-list-page .info li label {
      vertical-align: top; }

.address-list-page .button-2 {
  margin: 0 10px 0 0; }

.address-list-page .add-button {
  margin: 0; }

.select2-container {
  border-color: #ddd;
  font-size: smaller; }

.select2-selection {
  border-color: #ddd; }

.select2 {
  font-size: smaller; }

.order-list-page .order-item .buttons {
  display: inline-block; }
  .order-list-page .order-item .buttons input, .order-list-page .order-item .buttons form {
    display: inline-block; }

.order-list-page .details {
  display: flex; }

.order-list-page .order-filters {
  max-width: 400px;
  margin: 0 0 10px auto; }

.order-list-page .products {
  margin: 0 0 10px 50px;
  padding-left: 10px;
  display: inline-block; }
  .order-list-page .products ul {
    list-style-type: decimal;
    padding-left: 20px; }

.order-list-page .info {
  margin: 0 0 10px;
  line-height: 20px;
  display: inline-block;
  color: #4d4d4d; }
  .order-list-page .info .name {
    font-size: 16px;
    font-weight: bold; }
  .order-list-page .info li {
    margin: 0 0 5px; }
    .order-list-page .info li label {
      vertical-align: top; }
    .order-list-page .info li .order-status {
      font-weight: bold; }
      .order-list-page .info li .order-status.complete {
        color: #006db0; }
      .order-list-page .info li .order-status.processing {
        color: #006080; }
      .order-list-page .info li .order-status.cancelled {
        color: #e4434b; }
    .order-list-page .info li .order-total {
      font-weight: bold; }

.order-list-page .button-2 {
  margin: 0 10px 0 0; }

.edit-address-button {
  background-image: url(../images/edit.png);
  padding: 9px 20px 9px 40px; }

.delete-address-button {
  background-image: url(../images/remove.png);
  padding: 9px 20px 9px 40px; }

.cancel-recurring-order-button {
  background-image: url(../images/remove.png);
  padding: 9px 20px 9px 40px; }

.return-items-button {
  background-image: url(../images/return.png);
  padding: 9px 20px 9px 40px; }

.order-details-button {
  background-image: url(../images/details.png);
  padding: 12px 12px 12px 40px; }

.address-edit-page .message-error {
  margin: 20px 0; }

.address-edit-page .edit-address {
  margin: 0 0 20px;
  padding: 0; }

.recurring-payments .button-2 {
  font-size: 14px; }

.recurring-payments table td {
  white-space: nowrap; }
  .recurring-payments table td:first-child {
    min-width: 120px;
    white-space: normal; }

.return-request-list-page .details {
  line-height: 20px;
  color: #4d4d4d; }

.return-request-list-page label {
  margin: 0 5px 0 0; }

.return-request-list-page a {
  color: #006db0; }
  .return-request-list-page a:hover {
    text-decoration: underline; }

.return-request-list-page .comments div {
  margin: 10px 0 0;
  font-size: 15px;
  font-style: italic;
  color: #4d4d4d; }

.reward-points-overview {
  margin: 0 0 25px; }

.change-password-page .result {
  margin: 20px 0; }

.change-password-page .message-error {
  margin: 20px 0; }

.change-password-page .fieldset {
  margin: 0 0 20px; }

.avatar-page .page-body {
  margin: 0 0 20px;
  overflow: hidden;
  padding: 20px; }

.avatar-page .message-error {
  margin: 0 0 10px; }

.avatar-page .image {
  margin: 0 0 10px; }
  .avatar-page .image img {
    border: 1px solid #ccc; }

.avatar-page .info {
  color: #4d4d4d; }

.vendorinfo-page .button-2 {
  padding: 9px 20px; }

.vendorinfo-page .vendor-picture {
  width: 400px;
  margin: 0 auto; }
  .vendorinfo-page .vendor-picture * {
    display: block;
    margin-top: 15px; }

.order-progress {
  margin: 0 0 50px;
  background-color: #F5F5F5;
  padding: 15px 0;
  text-align: center; }
  .order-progress ul {
    font-size: 0; }
  .order-progress li {
    display: inline-block;
    margin: 10px; }
    .order-progress li.active-step a {
      cursor: pointer; }
    .order-progress li.inactive-step a {
      opacity: 0.3;
      cursor: default; }
  .order-progress a {
    display: block;
    min-width: 70px;
    font-size: 14px;
    color: #4d4d4d; }
    .order-progress a:before {
      content: "";
      display: block;
      width: 40px;
      height: 40px;
      margin: 0 auto 15px;
      border: 1px solid #bbb;
      background: #fff url(../images/pointer.png) center no-repeat; }

.shopping-cart-page .page-title {
  margin: 0;
  padding: 0 0 20px; }

.shopping-cart-page .message-error {
  margin: 20px 0; }

.shopping-cart-page .tax-shipping-info {
  margin: 20px 0;
  text-align: center; }
  .shopping-cart-page .tax-shipping-info a {
    color: #006db0; }
    .shopping-cart-page .tax-shipping-info a:hover {
      text-decoration: underline; }

.shopping-cart-page .common-buttons {
  margin: 0;
  padding: 20px 0;
  font-size: 0; }
  .shopping-cart-page .common-buttons input {
    padding: 9px 20px;
    margin: 0 0 10px 10px; }
    .shopping-cart-page .common-buttons input:first-child {
      color: #fff;
      background-color: #006db0;
      border: 1px solid #006db0;
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
      transition: all .3s ease; }
      .shopping-cart-page .common-buttons input:first-child:hover {
        background-color: #015b92;
        border-color: #015b92; }

.shopping-cart-page .no-data {
  margin: 25px 0 0; }

.shopping-cart-page td .message-error {
  margin: 10px 0 0;
  text-align: left; }

.shopping-cart-page .checkout-attributes a {
  color: #006db0; }
  .shopping-cart-page .checkout-attributes a:hover {
    text-decoration: underline; }

.checkout-attributes {
  margin: -30px 0 30px;
  color: #4d4d4d; }
  .checkout-attributes dt {
    margin: 0 0 5px;
    font-weight: bold; }
  .checkout-attributes dd {
    margin: 0 0 20px; }
  .checkout-attributes input[type="text"] {
    min-width: 170px; }
  .checkout-attributes select {
    min-width: 170px; }
  .checkout-attributes ul {
    font-size: 0; }
  .checkout-attributes li {
    display: inline-block;
    margin: 5px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 10px;
    font-size: 14px; }
    .checkout-attributes li label {
      display: inline-block;
      margin: 0 0 0 5px; }
  .checkout-attributes .color-squares li {
    border: none;
    padding: 0;
    line-height: 0; }

.selected-checkout-attributes {
  margin: 30px 0;
  color: #4d4d4d; }
  .selected-checkout-attributes br {
    content: "";
    display: block;
    margin: 3px; }

.cart-footer {
  margin: 0 0 50px; }
  .cart-footer:after {
    content: "";
    display: block;
    clear: both; }
  .cart-footer .totals {
    width: auto;
    max-width: 100%;
    margin: 0 auto 20px;
    color: #4d4d4d;
    overflow: hidden; }
  .cart-footer .total-info {
    margin: 0 0 20px;
    padding: 0; }
  .cart-footer .checkout-buttons {
    padding: 0; }
  .cart-footer .checkout-button {
    min-width: 160px; }
  .cart-footer .addon-buttons {
    margin: 20px 0 0;
    padding: 0 10px; }
  .cart-footer .notification {
    font-size: medium;
    color: #f00;
    font-style: italic;
    text-align: right;
    margin: 0 0 1em; }
    .cart-footer .notification a {
      text-decoration: underline; }

.cart-total td {
  width: 50%;
  padding: 5px 0;
  text-align: right; }
  .cart-total td:first-child {
    text-align: left; }

.cart-total .giftcard-remaining {
  display: block;
  font-style: italic; }

.cart-total .order-total {
  font-size: 20px; }
  .cart-total .order-total strong {
    font-weight: bold; }

.cart-total .earn-reward-points {
  font-style: italic; }

.min-amount-warning {
  margin: 0 0 20px;
  padding: 0 30px;
  color: #e4434b; }

.terms-of-service {
  margin: 0 0 20px;
  padding: 0; }
  .terms-of-service label {
    cursor: pointer; }
  .terms-of-service a {
    margin: 0 0 0 3px;
    color: #006db0; }

.cart-collaterals {
  width: auto;
  max-width: 100%;
  margin: 0 auto 20px;
  padding: 10px 0 0; }
  .cart-collaterals > div {
    max-width: 400px;
    margin: 0 0 50px; }
  .cart-collaterals .button-2 {
    padding: 9px 20px; }
  .cart-collaterals .title {
    margin: 0 0 5px;
    font-size: 18px;
    color: #4d4d4d; }
    .cart-collaterals .title strong {
      font-weight: normal; }
  .cart-collaterals .hint {
    margin: 0 0 10px; }
  .cart-collaterals .coupon-code {
    overflow: hidden; }
    .cart-collaterals .coupon-code input[type="text"] {
      float: left;
      width: 60%;
      height: 36px;
      margin: 0 -1px 0 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
    .cart-collaterals .coupon-code input[type="submit"] {
      float: left;
      width: 40%;
      height: 36px;
      padding: 0;
      text-align: center;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
  .cart-collaterals .message-failure {
    margin: 5px 0 0;
    font-size: 12px;
    color: #e4434b; }
  .cart-collaterals .message-success {
    margin: 5px 0 0;
    font-size: 12px;
    color: #4cb17c; }
  .cart-collaterals .current-code {
    margin: 5px 0 0;
    color: #4cb17c; }
  .cart-collaterals .shipping-results {
    margin: 30px 0 0; }
    .cart-collaterals .shipping-results li {
      margin: 20px 0; }
      .cart-collaterals .shipping-results li strong {
        display: block;
        margin: 0 0 5px;
        color: #4d4d4d; }
  .cart-collaterals .deals > div {
    margin: 0 0 20px; }
  .cart-collaterals .shipping select {
    height: 36px; }

.remove-discount-button {
  width: 14px;
  height: 14px;
  border: 1px solid #999;
  background: #fff url(../images/close.png) center no-repeat;
  cursor: pointer; }

.remove-gift-card-button {
  width: 14px;
  height: 14px;
  border: 1px solid #999;
  background: #fff url(../images/close.png) center no-repeat;
  cursor: pointer; }

.checkout-page .section {
  margin: 0 0 30px; }
  .checkout-page .section.order-summary {
    margin: 100px 0 30px; }

.checkout-page .cart-options {
  overflow: hidden; }

.checkout-page .cart-footer {
  border-top: none; }

.checkout-page .total-info {
  margin: 0;
  border-bottom: none;
  padding: 5px 20px 10px; }

.checkout-page .address-item {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 40px; }
  .checkout-page .address-item ul {
    margin: 0 0 15px;
    background-color: #f9f9f9;
    padding: 20px;
    color: #4d4d4d; }
  .checkout-page .address-item li {
    padding: 5px 0; }
    .checkout-page .address-item li.name {
      font-size: 16px;
      font-weight: bold; }

.checkout-page .ship-to-same-address {
  padding: 20px 0; }
  .checkout-page .ship-to-same-address .selector {
    margin: 0 0 5px;
    font-weight: bold;
    color: #4d4d4d; }

.checkout-page .pickup-in-store {
  text-align: center; }
  .checkout-page .pickup-in-store .selector {
    margin: 0 0 5px;
    font-weight: bold;
    color: #4d4d4d; }

.checkout-page .pickup-points-map {
  min-width: 400px;
  min-height: 350px;
  vertical-align: middle;
  margin-top: 5px;
  margin-bottom: 5px; }

.enter-address .message-error {
  margin: 20px 0; }

.enter-address .edit-address {
  border-bottom: 1px solid #eee;
  margin: 0 0 20px;
  padding: 0; }

.select-pickup-point {
  text-align: center; }

.shipping-method .method-list {
  margin: 0 auto 30px;
  overflow: hidden;
  text-align: center;
  font-size: 0; }
  .shipping-method .method-list li {
    margin: 20px 0;
    font-size: 14px; }
    .shipping-method .method-list li label {
      font-size: 13px;
      font-weight: bold;
      color: #4d4d4d; }

.shipping-method .method-description {
  margin: 5px 0 0; }

.payment-method .method-list {
  margin: 0 auto 30px;
  overflow: hidden;
  text-align: center;
  font-size: 0; }
  .payment-method .method-list li {
    margin: 20px 0;
    font-size: 14px; }
    .payment-method .method-list li label {
      font-size: 13px;
      font-weight: bold;
      color: #4d4d4d; }

.payment-method .use-reward-points {
  margin: 0 0 30px;
  text-align: center;
  color: #4d4d4d; }

.payment-method .payment-logo {
  display: inline-block;
  vertical-align: middle; }
  .payment-method .payment-logo label {
    display: block;
    font-size: 0 !important; }

.payment-method .payment-details {
  min-width: 180px;
  display: inline-block;
  margin: 0 0 0 10px;
  text-align: left;
  vertical-align: middle; }

.confirm-order .buttons {
  padding: 10px 0; }

.order-review-data > div {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 40px;
  background-color: #f9f9f9;
  padding: 20px;
  color: #4d4d4d; }

.order-review-data li {
  padding: 3px 0; }

.order-review-data .title {
  margin: 20px 0 5px;
  padding: 0;
  font-size: 16px;
  font-weight: bold; }
  .order-review-data .title:first-child {
    margin-top: 0; }
  .order-review-data .title strong {
    font-weight: 700; }

.order-review-data .side-list-wrap {
  margin-top: 20px; }

.order-details-area > div {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 20px;
  padding: 0;
  color: #4d4d4d; }

.order-details-area li {
  padding: 3px 0; }

.order-details-area .title {
  margin: 20px 0 5px;
  padding: 0;
  font-size: 16px;
  font-weight: bold; }
  .order-details-area .title:first-child {
    margin-top: 0; }
  .order-details-area .title strong {
    font-weight: 700; }

.order-details-area .side-list-wrap {
  margin-top: 20px; }

.shipment-details-area > div {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 40px;
  background-color: #f9f9f9;
  padding: 20px;
  color: #4d4d4d; }

.shipment-details-area li {
  padding: 3px 0; }

.shipment-details-area .title {
  margin: 20px 0 5px;
  padding: 0;
  font-size: 16px;
  font-weight: bold; }
  .shipment-details-area .title:first-child {
    margin-top: 0; }
  .shipment-details-area .title strong {
    font-weight: 700; }

.shipment-details-area .side-list-wrap {
  margin-top: 20px; }

.opc .step-title {
  margin: 0 0 1px;
  overflow: hidden;
  background-color: #F5F5F5; }
  .opc .step-title .number {
    float: left;
    min-height: 40px;
    padding: 10px 15px;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    width: 40px;
    border-right: 1px solid #fff;
    text-align: center; }
  .opc .step-title .title {
    float: left;
    min-height: 40px;
    padding: 10px 15px;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal; }

.opc .step {
  margin: 10px 0;
  padding: 10px;
  text-align: left; }

.opc .section {
  margin: 0 0 30px; }
  .opc .section > label {
    display: block;
    margin: 0 0 10px; }
  .opc .section.ship-to-same-address {
    margin: 0 0 10px;
    padding: 0; }
  .opc .section.pickup-in-store {
    margin: 0 0 30px;
    padding: 0; }
  .opc .section.order-summary {
    margin: 0; }

.opc input[type="text"] {
  max-width: 100%; }

.opc select {
  max-width: 100%; }

.opc .buttons {
  margin-bottom: 0;
  overflow: hidden; }
  .opc .buttons .button-1 {
    float: right; }
  .opc .buttons .please-wait {
    display: block;
    margin: 10px 0 0;
    background: none; }

.opc .back-link {
  margin: 0;
  display: inline-block;
  vertical-align: top; }
  .opc .back-link small {
    display: none; }
  .opc .back-link a {
    display: inline-block;
    vertical-align: top;
    width: auto;
    border: none;
    background-image: url(../images/back-button.png);
    background-color: #eaeaea;
    background-position: 14px center;
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    padding: 9px 20px 9px 40px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    color: #666; }
    .opc .back-link a:hover {
      background-color: #ddd; }

.opc .allow .step-title {
  background-color: #7BC381;
  cursor: pointer; }
  .opc .allow .step-title .number {
    color: #fff;
    cursor: pointer;
    background-color: #006db0; }
  .opc .allow .step-title .title {
    color: #fff;
    cursor: pointer; }

.opc .payment-info .info tr {
  text-align: left; }

.order-note {
  display: flex; }
  .order-note .example {
    width: 124px;
    height: 176px;
    background: url(../images/invoice-example.png) no-repeat 0 0/100% auto;
    margin-right: 20px;
    border: 1px solid #ddd;
    border-radius: 5px; }
    .order-note .example img {
      display: block;
      width: 100%;
      height: auto; }
  .order-note .inputs {
    width: 100%; }

.order-details-page .page-title {
  border-bottom: none; }
  .order-details-page .page-title h1 {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px; }
  .order-details-page .page-title a {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 5px;
    padding: 9px 20px; }
    .order-details-page .page-title a.print-order-button, .order-details-page .page-title a.pdf-invoice-button {
      color: #fff;
      background-color: #006db0;
      border-color: #006db0;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
      .order-details-page .page-title a.print-order-button:hover, .order-details-page .page-title a.pdf-invoice-button:hover {
        background-color: #015b92;
        border-color: #015b92; }

.order-details-page .order-overview {
  margin: 0 0 20px;
  line-height: 24px;
  font-size: 16px;
  color: #4d4d4d; }
  .order-details-page .order-overview .order-number {
    margin: 0 0 10px;
    text-transform: uppercase; }
  .order-details-page .order-overview .order-total strong {
    font-weight: bold; }

.order-details-page .tax-shipping-info {
  margin: 20px 0; }
  .order-details-page .tax-shipping-info a {
    color: #006db0; }
    .order-details-page .tax-shipping-info a:hover {
      text-decoration: underline; }

.order-details-page .actions {
  margin: 20px 0 0;
  font-size: 0;
  text-align: right; }

.order-details-page .total-info {
  color: #4d4d4d; }

.order-details-page .repost .button-2 {
  padding: 9px 20px; }

.order-details-page .download a {
  font-weight: normal;
  color: #006db0; }
  .order-details-page .download a:hover {
    text-decoration: underline; }

.order-details-page .totals.section {
  width: 370px;
  max-width: 100%;
  margin: 0 auto 50px; }

.user-agreement-page .terms-of-agreement {
  margin: 0 0 20px;
  padding: 20px;
  text-align: center; }

.search-input .fieldset {
  margin: 0 0 20px; }

.search-input .form-fields {
  padding: 0; }

.search-input input + label {
  display: inline;
  margin: 0 0 0 5px; }

.advanced-search {
  margin: 30px 0 0; }
  .advanced-search .price-range {
    display: inline-block; }
    .advanced-search .price-range input {
      width: 80px;
      margin: 3px; }

.search-results {
  margin: 30px 0 0; }
  .search-results .warning {
    margin: 10px 0;
    color: #e4434b; }
  .search-results .no-result {
    margin: 10px 0;
    color: #e4434b; }

.sitemap-page .description {
  margin: 0 0 30px;
  text-align: center; }

.sitemap-page .entity {
  margin: 0 0 30px; }

.sitemap-page .entity-title {
  margin: 0 0 15px;
  padding: 0 10px;
  text-align: center; }
  .sitemap-page .entity-title h2 {
    font-size: 20px;
    font-weight: normal;
    color: #4d4d4d; }

.sitemap-page .entity-body {
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 30px 15px;
  text-align: center; }

.sitemap-page ul {
  font-size: 0; }

.sitemap-page li {
  display: inline-block;
  position: relative;
  margin: 0 8px;
  padding: 0 12px;
  line-height: 50px;
  font-size: 14px; }
  .sitemap-page li:before {
    content: "";
    position: absolute;
    top: 23px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #ddd; }

.sitemap-page a {
  color: #4d4d4d; }
  .sitemap-page a:hover {
    color: #006db0; }
  .sitemap-page a:empty {
    display: none; }

.block-blog-archive .number {
  display: block;
  color: #4d4d4d;
  cursor: auto; }

.block-blog-archive .sublist {
  margin: 5px 0 5px 15px; }

.block-blog-archive li.month {
  padding: 3px 0 3px 15px; }

.blog-page .post {
  margin: 0 0 30px; }
  .blog-page .post:after {
    content: "";
    display: block;
    clear: both; }

.blog-page .tags {
  margin: 0 0 15px;
  overflow: hidden;
  padding: 0 10px; }
  .blog-page .tags label {
    display: inline-block;
    margin: 0 3px 3px 0;
    font-weight: bold;
    color: #4d4d4d; }
  .blog-page .tags ul {
    display: inline-block;
    margin: 0 0 3px 3px;
    font-size: 0; }
  .blog-page .tags li {
    display: inline-block;
    font-size: 14px; }
    .blog-page .tags li.separator {
      margin: 0 8px 0 0; }
  .blog-page .tags a {
    display: block;
    color: #006db0; }
    .blog-page .tags a:hover {
      text-decoration: underline; }

.news-items .news-item {
  margin: 0 0 30px; }

.news-items .buttons {
  margin: 0;
  padding: 0 10px; }
  .news-items .buttons .read-more {
    display: inline-block;
    border: none;
    background-color: #7BC381;
    padding: 9px 20px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase; }
    .news-items .buttons .read-more:hover {
      background-color: #006db0; }

.post-title {
  display: inline-block;
  padding: 20px 10px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #4d4d4d; }
  .post-title:hover {
    color: #006db0; }

.news-title {
  display: inline-block;
  padding: 20px 10px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #4d4d4d; }
  .news-title:hover {
    color: #006db0; }

.post-date {
  display: block;
  margin: 0 0 15px;
  background-color: #F5F5F5;
  padding: 10px;
  font-style: italic;
  color: #4d4d4d; }

.news-date {
  display: block;
  margin: 0 0 15px;
  background-color: #F5F5F5;
  padding: 10px;
  font-style: italic;
  color: #4d4d4d; }

.new-comment {
  margin: 50px 0 60px; }
  .new-comment .notifications {
    margin: 0 0 10px; }
  .new-comment .result {
    color: #690; }
  .new-comment .form-fields {
    margin: 0 0 20px; }

.comment-list {
  margin: 0 0 100px; }
  .comment-list .title {
    margin: 0 0 15px;
    padding: 0 10px;
    font-size: 20px;
    color: #4d4d4d; }
    .comment-list .title strong {
      font-weight: normal; }
  .comment-list .comment {
    margin: 0 0 40px;
    border-top: 1px solid #ddd; }
    .comment-list .comment:after {
      content: "";
      display: block;
      clear: both; }

.comment-info {
  width: 150px;
  margin: 20px auto; }
  .comment-info .username {
    display: block;
    margin: 0 0 -1px;
    border: 1px solid #ddd;
    background-color: #F5F5F5;
    padding: 11px 0;
    font-weight: bold;
    color: #4d4d4d; }
  .comment-info .avatar {
    position: relative;
    width: 150px;
    height: 150px;
    border: 1px solid #ddd;
    overflow: hidden; }
    .comment-info .avatar img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 100%;
      max-height: 100%;
      margin: auto;
      border: solid 2px #cedbe1 !important; }
  .comment-info a.username:hover {
    color: #006db0; }

.comment-time {
  margin: 0 0 15px;
  font-size: 13px;
  font-weight: bold; }
  .comment-time span {
    color: #4d4d4d; }

.comment-title {
  margin: 0 0 15px;
  font-size: 16px;
  color: #4d4d4d; }

.comment-body {
  line-height: 22px; }

.news-list-homepage {
  margin: 0 0 75px; }
  .news-list-homepage .title {
    margin: 0 0 -1px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
    font-size: 30px;
    font-weight: normal;
    color: #4d4d4d; }
    .news-list-homepage .title strong {
      font-weight: normal; }
  .news-list-homepage .view-all {
    text-align: center; }
    .news-list-homepage .view-all a {
      color: #4d4d4d;
      text-decoration: underline; }
      .news-list-homepage .view-all a:hover {
        color: #006db0; }

.forums-main-page .topic-block {
  margin: 0 0 35px;
  text-align: center; }
  .forums-main-page .topic-block p {
    text-align: center; }

.forums-main-page .pager {
  display: none; }

.forum-breadcrumb {
  margin: 0 0 40px; }

.forums-header {
  margin: 0 0 50px;
  overflow: hidden; }
  .forums-header:after {
    content: "";
    display: block;
    clear: both; }
  .forums-header .current-time {
    margin: 0 0 15px;
    color: #4d4d4d; }

.forum-search-box .basic {
  overflow: hidden;
  margin: 0 0 10px; }

.forum-search-box .advanced a {
  line-height: 22px;
  color: #4d4d4d;
  text-decoration: underline; }
  .forum-search-box .advanced a:hover {
    color: #006db0; }

.forum-search-page .search-error {
  margin: 0 0 15px;
  text-align: center;
  color: #e4434b; }

.forum-search-page .no-result {
  margin: 0 0 15px;
  text-align: center;
  color: #e4434b; }

.forums-table-section {
  margin: 0 0 60px; }
  .forums-table-section .forum-title {
    margin: 5px 0; }
    .forums-table-section .forum-title a {
      font-size: 16px;
      font-weight: bold;
      color: #4d4d4d; }
      .forums-table-section .forum-title a:hover {
        color: #006db0;
        text-decoration: none; }
  .forums-table-section .topic-title {
    margin: 5px 0; }
    .forums-table-section .topic-title a {
      font-size: 16px;
      font-weight: bold;
      color: #4d4d4d; }
      .forums-table-section .topic-title a:hover {
        color: #006db0;
        text-decoration: none; }
    .forums-table-section .topic-title span {
      display: block;
      color: #777; }
  .forums-table-section .forum-description {
    margin: 5px 0; }
  .forums-table-section .topic-starter {
    margin: 5px 0; }
  .forums-table-section .latest-post {
    white-space: nowrap; }
    .forums-table-section .latest-post div {
      margin: 5px 0; }
    .forums-table-section .latest-post label {
      color: #777; }
  .forums-table-section .view-all {
    margin: 30px 0 0;
    padding: 0 10px; }
    .forums-table-section .view-all a {
      background-color: #006db0;
      padding: 9px 15px;
      font-size: 12px;
      color: #fff;
      text-transform: uppercase; }
      .forums-table-section .view-all a:hover {
        background-color: #006db0; }
  .forums-table-section + .pager {
    margin: -30px 0 30px; }
  .forums-table-section .image div {
    width: 38px;
    height: 32px;
    margin: auto;
    background: url(../images/topic-type1.png) center no-repeat; }
    .forums-table-section .image div.sticky {
      background: url(../images/topic-type2.png) center no-repeat; }
    .forums-table-section .image div.announcement {
      background: url(../images/topic-type3.png) center no-repeat; }

.forums-table-section-title {
  margin: 0 0 15px;
  padding: 0 10px; }
  .forums-table-section-title a {
    font-size: 22px;
    font-weight: normal;
    color: #4d4d4d; }
    .forums-table-section-title a:hover {
      color: #006db0; }
  .forums-table-section-title strong {
    font-size: 22px;
    font-weight: normal;
    color: #4d4d4d; }

.forum-page .forum-info {
  margin: 0 0 30px; }

.forum-page .forum-name {
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 0 10px 10px; }
  .forum-page .forum-name h1 {
    font-size: 30px;
    font-weight: normal; }

.forum-actions {
  margin: 0 0 30px;
  font-size: 0; }
  .forum-actions .actions a {
    display: inline-block;
    margin: 1px;
    padding: 10px 10px 10px 33px;
    font-size: 14px; }
    .forum-actions .actions a:hover {
      background-color: #e6e6e6; }
  .forum-actions .actions .new-topic {
    background: #eee url(../images/new.png) left center no-repeat; }
  .forum-actions .actions .watch-forum {
    background: #eee url(../images/watch.png) left center no-repeat; }
  .forum-actions .pager.upper {
    display: none;
    margin: 0; }

.topic-actions {
  margin: 0 0 30px;
  font-size: 0; }
  .topic-actions .actions a {
    display: inline-block;
    margin: 1px;
    padding: 10px 10px 10px 33px;
    font-size: 14px; }
    .topic-actions .actions a:hover {
      background-color: #e6e6e6; }
  .topic-actions .actions .watch-forum {
    background: #eee url(../images/watch.png) left center no-repeat; }
  .topic-actions .reply-topic-button {
    background: #eee url(../images/reply.png) left center no-repeat; }
  .topic-actions .watch-topic-button {
    background: #eee url(../images/watch.png) left center no-repeat; }
  .topic-actions .move-topic-button {
    background: #eee url(../images/move.png) left center no-repeat; }
  .topic-actions .edit-topic-button {
    background: #eee url(../images/edit_.png) left center no-repeat; }
  .topic-actions .delete-topic-button {
    background: #eee url(../images/remove_.png) left center no-repeat; }
  .topic-actions .pager.upper {
    display: none;
    margin: 0; }
  .topic-actions.lower .actions {
    display: none; }

.active-discussions-page .forums-table-section-title {
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 0 10px 10px; }
  .active-discussions-page .forums-table-section-title strong {
    font-size: 30px;
    font-weight: normal; }

.active-discussions-page .forums-table-section-body {
  margin: 0 0 20px; }

.topic-post {
  margin: 0 0 30px;
  border-top: 1px solid #ddd; }
  .topic-post:last-child {
    border-bottom: 1px solid #ddd; }
  .topic-post:after {
    content: "";
    display: block;
    clear: both; }
  .topic-post .post-info {
    margin: 30px 0; }
  .topic-post .user-info {
    width: 150px;
    margin: 0 auto 15px; }
  .topic-post .username {
    display: block;
    margin: 0 0 -1px;
    border: 1px solid #ddd;
    background-color: #F5F5F5;
    padding: 11px 0;
    font-weight: bold;
    color: #4d4d4d; }
  .topic-post .avatar {
    position: relative;
    width: 150px;
    height: 150px;
    border: 1px solid #ddd;
    overflow: hidden; }
    .topic-post .avatar img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 100%;
      max-height: 100%;
      margin: auto;
      border: solid 2px #cedbe1 !important; }
  .topic-post .user-stats {
    margin: 0 0 15px; }
    .topic-post .user-stats li {
      display: inline-block;
      margin: 0 10px; }
    .topic-post .user-stats span {
      margin: 0 0 0 3px;
      font-weight: bold;
      color: #4d4d4d; }
  .topic-post .pm-button {
    display: inline-block;
    border: none;
    background-color: #888;
    padding: 9px 20px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase; }
    .topic-post .pm-button:hover {
      background-color: #999; }
  .topic-post .post-time {
    margin: 0 0 15px;
    background-color: #F5F5F5;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: bold; }
    .topic-post .post-time span {
      color: #4d4d4d; }
  .topic-post .post-actions {
    margin: 0 0 15px;
    font-size: 0; }
    .topic-post .post-actions > div {
      display: inline-block; }
    .topic-post .post-actions a {
      display: inline-block;
      margin: 1px 5px;
      font-size: 14px; }
    .topic-post .post-actions .edit-post-button {
      padding: 10px 10px 10px 33px;
      background: url(../images/edit_.png) left center no-repeat; }
      .topic-post .post-actions .edit-post-button:hover {
        color: #006db0; }
    .topic-post .post-actions .delete-post-button {
      padding: 10px 10px 10px 33px;
      background: url(../images/remove_.png) left center no-repeat; }
      .topic-post .post-actions .delete-post-button:hover {
        color: #006db0; }
    .topic-post .post-actions .post-link-button {
      padding: 10px;
      font-weight: bold;
      color: #006db0; }
      .topic-post .post-actions .post-link-button:hover {
        text-decoration: underline; }
    .topic-post .post-actions .quote-post-button {
      background-color: #888;
      padding: 10px 20px;
      color: #fff; }
      .topic-post .post-actions .quote-post-button:hover {
        background-color: #999;
        color: #fff; }
  .topic-post .post-text {
    padding: 0 10px 20px;
    line-height: 22px;
    color: #4d4d4d;
    margin-bottom: 0; }
  .topic-post .post-vote {
    text-align: center;
    display: table;
    margin: 0 auto 20px; }
    .topic-post .post-vote span.vote {
      cursor: pointer;
      display: block;
      width: 40px;
      height: 24px; }
      .topic-post .post-vote span.vote.up.selected {
        background: url(../images/vote-up-selected.png) no-repeat 50% 50%; }
      .topic-post .post-vote span.vote.down.selected {
        background: url(../images/vote-down-selected.png) no-repeat 50% 50%; }
    .topic-post .post-vote span.up {
      background: url(../images/vote-up.png) no-repeat 50% 50%; }
    .topic-post .post-vote span.down {
      background: url(../images/vote-down.png) no-repeat 50% 50%; }
  .topic-post .user-posted-image {
    max-width: 100%;
    height: auto; }
  .topic-post .quote {
    margin: 10px 0;
    border: 1px dashed #ccc;
    background-color: #f9f9f9;
    padding: 10px;
    color: #777; }
  .topic-post .signature {
    border-top: 1px solid #ddd;
    padding: 20px;
    font-size: 13px;
    font-style: italic;
    clear: both; }
  .topic-post .vote-count-post {
    display: block;
    font-size: 160%; }
  .topic-post a.username:hover {
    color: #006db0; }

.profile-info-box {
  overflow: hidden;
  line-height: normal;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #777; }
  .profile-info-box .avatar {
    position: relative;
    width: 150px;
    height: 150px;
    border: 1px solid #ddd;
    overflow: hidden;
    margin: 0 auto 15px; }
    .profile-info-box .avatar img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 100%;
      max-height: 100%;
      margin: auto; }
  .profile-info-box .pm-button {
    display: inline-block;
    border: none;
    background-color: #888;
    padding: 10px 20px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase; }
    .profile-info-box .pm-button:hover {
      background-color: #999; }
  .profile-info-box .user-details {
    margin: 0 0 30px; }
  .profile-info-box .title {
    margin: 0 0 10px;
    font-size: 18px;
    color: #4d4d4d; }
  .profile-info-box .stats {
    margin: 0 0 15px; }
  .profile-info-box .profile-stats span {
    margin: 0 0 0 3px;
    font-weight: bold;
    color: #4d4d4d; }

.latest-posts {
  line-height: normal;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #777; }
  .latest-posts .user-posted-image {
    max-width: 100%;
    height: auto; }
  .latest-posts .quote {
    margin: 10px 0;
    border: 1px dashed #ccc;
    background-color: #f9f9f9;
    padding: 10px;
    color: #777; }
  .latest-posts .topic {
    margin: 0 0 35px; }
  .latest-posts .topic-title {
    margin: 0 0 20px;
    border-top: 1px solid #ddd;
    background: #F5F5F5;
    padding: 10px;
    font-size: 16px; }
    .latest-posts .topic-title a {
      font-weight: bold;
      color: #4d4d4d; }
      .latest-posts .topic-title a:hover {
        color: #006db0; }
  .latest-posts .topic-body {
    margin: 0 0 15px;
    line-height: 22px; }
  .latest-posts .topic-data {
    color: #4d4d4d; }

.forum-edit-page .message-error {
  margin: 20px 0; }

.forum-edit-page .inputs strong {
  display: inline-block;
  max-width: 400px;
  font-size: 22px;
  font-weight: normal;
  color: #4d4d4d;
  white-space: normal; }

.forum-edit-page .inputs .topic-subject {
  font-size: 17px; }

.forum-edit-page .inputs.reversed {
  margin: 0; }
  .forum-edit-page .inputs.reversed label {
    width: auto;
    margin: 5px;
    font-size: 14px;
    white-space: normal; }

.forum-edit-page .toolbar {
  max-width: 400px;
  margin: 20px auto;
  background-color: #ddd;
  padding: 10px; }
  .forum-edit-page .toolbar .button {
    margin: 0 2px 0 0;
    border: #cec6b5 1px solid;
    padding: 2px; }
    .forum-edit-page .toolbar .button:hover {
      border: #333 1px solid; }

.forum-edit-page textarea {
  display: block;
  margin: auto; }

.move-topic-page label {
  white-space: normal; }

.private-message-send-page .message-error {
  margin: 20px 0; }

.private-message-send-page .toolbar {
  max-width: 400px;
  margin: 20px 0;
  padding: 0; }
  .private-message-send-page .toolbar .button {
    margin: 0 2px 0 0;
    border: #cec6b5 1px solid;
    padding: 2px; }
    .private-message-send-page .toolbar .button:hover {
      border: #333 1px solid; }

.private-message-send-page textarea {
  display: block; }

.private-message-send-page a {
  font-size: 14px;
  color: #006db0; }

.private-message-send-page span {
  font-size: 14px; }

.private-message-send-page .buttons .button-2 {
  padding: 9px 20px; }

.ui-tabs {
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  font: normal 14px 'Open Sans', sans-serif;
  color: #777; }

.ui-tabs-nav {
  margin: 0 0 30px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  font-size: 0;
  margin: 0 0 30px !important;
  border-width: 0 0 1px;
  border-radius: 0;
  background: none;
  padding: 0 !important;
  line-height: normal;
  font-weight: normal;
  color: #4d4d4d; }
  .ui-tabs-nav li {
    margin: 0 0 -1px;
    float: none !important;
    margin: 0 0 -1px !important;
    border: none !important;
    border-radius: 0;
    background: none !important;
    padding: 0 !important; }
    .ui-tabs-nav li a {
      display: block;
      border: 1px solid #ddd;
      padding: 12px 24px;
      text-align: center;
      font-size: 18px;
      color: #4d4d4d;
      float: none !important;
      padding: 12px 24px !important;
      border-radius: 5px 5px 0 0; }
    .ui-tabs-nav li.ui-state-active a {
      background-color: #eee;
      color: #006db0; }

.ui-tabs-panel {
  padding: 0 !important; }

.private-messages-page .table-wrapper {
  margin: 0 0 30px; }

.private-messages-page td.from {
  min-width: 150px; }

.private-messages-page td.to {
  min-width: 150px; }

.private-messages-page td.subject {
  min-width: 150px; }
  .private-messages-page td.subject a {
    color: #4d4d4d; }
    .private-messages-page td.subject a.pm-unread {
      color: #006db0; }

.private-messages-page td.date {
  white-space: nowrap; }

.private-messages-page .pager {
  margin: 0 0 30px; }

.private-messages-page .buttons {
  font-size: 0; }
  .private-messages-page .buttons input {
    margin: 0 10px 10px 0; }
  .private-messages-page .buttons .button-2 {
    padding: 9px 20px; }

.private-messages-page th.select {
  text-align: center; }

.private-message-view-page .view-message {
  margin: 0 0 20px; }

.private-message-view-page .buttons {
  font-size: 0; }
  .private-message-view-page .buttons input {
    margin: 0 10px 10px 0; }
  .private-message-view-page .buttons .button-2 {
    padding: 9px 20px; }

.private-message-view-page .message-head {
  margin: 0 0 20px;
  line-height: 22px; }
  .private-message-view-page .message-head span {
    font-weight: bold;
    color: #4d4d4d; }

.private-message-view-page .message-body {
  border-top: 1px solid #eee;
  padding: 20px 0;
  line-height: 20px;
  text-align: justify; }

.private-message-view-page .back-pm-button {
  text-transform: capitalize !important; }

pre {
  white-space: pre-wrap;
  white-space: normal;
  word-wrap: break-word; }

.csharpcode {
  margin: 10px 0;
  border: 1px dashed #ccc;
  background-color: #fff;
  padding: 10px;
  font-family: Courier New, Courier, monospace;
  color: #4d4d4d; }
  .csharpcode .rem {
    color: #008000; }
  .csharpcode .kwrd {
    color: #006db0; }
  .csharpcode .str {
    color: #006080; }
  .csharpcode .op {
    color: #00c; }
  .csharpcode .preproc {
    color: #c63; }
  .csharpcode .asp {
    background-color: #bdc37b; }
  .csharpcode .html {
    color: #800000; }
  .csharpcode .attr {
    color: #f00; }
  .csharpcode .alt {
    width: 100%;
    margin: 0;
    background-color: #F5F5F5; }
  .csharpcode .lnum {
    color: #666; }

.product-variant-list {
  width: 100%;
  padding: 10px;
  max-width: 600px; }

.block-account-navigation .badge {
  margin-left: 3px;
  padding: .3em .4em .25em; }

@media all and (max-width: 1000px) {
  .cart {
    display: block;
    overflow: hidden; }
    .cart colgroup {
      display: none; }
    .cart thead {
      display: none; }
    .cart tbody {
      display: flex;
      overflow: hidden;
      margin: 0 -10px;
      flex-wrap: wrap; }
    .cart tr {
      display: block;
      float: left;
      width: 100%;
      margin: 0 10px 20px;
      border: 1px solid #eee;
      padding: 10px;
      border-radius: 5px; }
    .cart td {
      display: block;
      border: none;
      padding: 10px;
      background: none; }
      .cart td.add-to-cart, .cart td.remove-from-cart {
        border: 0;
        padding: 5px 10px;
        font-size: 14px;
        text-align: left; }
      .cart td.product-picture {
        padding: 10px; }
        .cart td.product-picture a {
          display: block; }
          .cart td.product-picture a img {
            display: block;
            margin: 0 auto;
            max-width: 100%; }
      .cart td.product {
        min-width: 0;
        border: 0;
        padding: 5px 10px; }
      .cart td.quantity {
        display: inline-block;
        padding: 0 10px;
        vertical-align: middle; }
        .cart td.quantity .qty-input {
          height: 30px; }
      .cart td.unit-price {
        display: inline-block;
        padding: 10px;
        vertical-align: middle; }
      .cart td.subtotal {
        display: inline-block;
        padding: 10px;
        vertical-align: middle; }
  .header-menu {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 600px;
    margin: 0 auto 40px; }
  .menu-toggle {
    background: #7BC381 url(../images/menu-icon.png) right center no-repeat;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer; }
  .top-menu {
    display: none; }
    .top-menu > li {
      position: relative;
      margin: 1px 0;
      background-color: #F5F5F5; }
      .top-menu > li > a {
        display: block;
        min-height: 55px;
        padding: 18px;
        font-size: 15px;
        color: #555; }
    .top-menu .sublist {
      display: none;
      background-color: #fff;
      padding: 5px 0; }
      .top-menu .sublist li {
        position: relative;
        margin: 1px 0 1px 20px; }
        .top-menu .sublist li a {
          display: block;
          padding: 15px 18px;
          font-size: 15px; }
  .sublist-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    border-left: 1px solid #fff;
    background: url(../images/toggle-black.png) center no-repeat;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer; }
  .sublist .sublist-toggle {
    height: 49px; }
  .sublist .sublist li {
    background-color: #F5F5F5; }
  .sublist .sublist .sublist li {
    background-color: #fff; }
  .block-category-navigation {
    display: none; }
  .block-account-navigation {
    float: none;
    margin: auto !important; }
  .order-details-page .data-table {
    display: block; }
    .order-details-page .data-table colgroup {
      display: none; }
    .order-details-page .data-table thead {
      display: none; }
    .order-details-page .data-table tbody {
      display: block;
      overflow: hidden; }
    .order-details-page .data-table tr {
      display: block;
      float: left;
      width: 100%;
      margin: 40px 0 0;
      border: 1px solid #ddd; }
    .order-details-page .data-table td {
      display: block;
      border: none;
      padding: 10px; }
      .order-details-page .data-table td.product {
        min-width: 0;
        border-bottom: 1px solid #ddd;
        padding: 5px 10px 15px;
        text-align: center; }
      .order-details-page .data-table td.tracking-number {
        min-width: 0;
        border-bottom: 1px solid #ddd;
        padding: 5px 10px 15px;
        text-align: center; } }

@media all and (min-width: 481px) {
  .master-wrapper-content {
    width: 92.5%; }
  .header-menu {
    width: 92.5%; }
  .ui-autocomplete {
    width: 280px !important; }
    .ui-autocomplete img {
      display: inline; }
  .footer-block {
    width: 85%; }
  .product-filter {
    display: table-cell;
    vertical-align: top;
    text-align: left; }
    .product-filter.price-range-filter {
      width: 200px; }
    .product-filter .product-spec-group {
      float: left;
      margin: 0 25px 10px 0; }
      .product-filter .product-spec-group.product-spec-color {
        max-width: 190px; }
    .product-filter .group li.item {
      display: block;
      margin: 0; }
    .product-filter .group li.color-item {
      display: inline-block; }
  .item-box {
    width: calc(33.33333% - 20px); }
    .item-box .product-title {
      margin: 0 0 10px; }
  .home-page .product-grid .item-box {
    width: calc(33.33333% - 20px); }
  .forums-header {
    background-color: #f9f9f9;
    padding: 30px 20px 20px; }
  .cart tr {
    width: calc(50% - 20px);
    margin: 0 10px 20px; }
  .order-details-page .data-table tr {
    width: 46%;
    margin: 40px 2% 0; }
    .order-details-page .data-table tr:nth-child(2n + 1) {
      clear: both; }
  .header-selectors-wrapper > div {
    display: inline-block;
    width: 30%;
    margin: 10px auto; }
  .search-box input.search-box-text {
    width: 280px; }
  .newsletter-email input[type="text"] {
    width: 240px; }
  .overview-buttons div {
    display: inline-block;
    width: auto;
    margin: 0 10px 10px 0; }
  .enter-password-form input[type="password"] {
    width: 260px; }
  .ui-tabs-nav li {
    display: inline-block;
    min-width: 150px;
    margin: 0 5px -1px;
    margin: 0 5px -1px !important; }
  .topic-post .post-text {
    float: left;
    width: 90.5%;
    text-align: left; }
  .forum-group .forum-table th.latest-post {
    display: table-cell; }
  .forum-group .forum-table th.topics {
    display: table-cell; }
  .forum-group .forum-table th.posts {
    display: table-cell; }
  .forum-group .forum-table td.latest-post {
    display: table-cell; }
  .forum-group .forum-table td.topics {
    display: table-cell; }
  .forum-group .forum-table td.posts {
    display: table-cell; }
  .topic-group .forum-table th.latest-post {
    display: table-cell; }
  .topic-group .forum-table td.latest-post {
    display: table-cell; }
  .forum-table td.image {
    max-width: 40px; }
    .forum-table td.image div {
      max-width: 100%;
      background-size: contain; }
  .search-box input.search-box-text {
    width: 200px; } }

@media all and (max-width: 769px) {
  .order-list-page .details {
    display: block; }
    .order-list-page .details .products {
      display: block;
      margin: 0 0 10px;
      padding-left: 0; }
    .order-list-page .details .info {
      display: block; } }

@media all and (min-width: 769px) {
  .master-wrapper-content {
    width: 94%; }
  .order-details-page .selected-checkout-attributes {
    padding: 0 10px; }
  .order-details-page .tax-shipping-info {
    text-align: right; }
  .order-details-page .totals {
    float: right;
    clear: both; }
  .order-details-page .data-table tr {
    width: 31.33333%;
    margin: 40px 1% 0; }
    .order-details-page .data-table tr:nth-child(2n + 1) {
      clear: none; }
    .order-details-page .data-table tr:nth-child(3n + 1) {
      clear: both; }
  .follow-us {
    width: 98%;
    margin: 25px auto 0; }
  .product-selectors .product-viewmode {
    display: inline-block;
    float: right; }
    .product-selectors .product-viewmode span {
      display: none; }
    .product-selectors .product-viewmode a {
      display: inline-block;
      width: 24px;
      height: 32px;
      margin: 0 0 0 12px;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0.5; }
      .product-selectors .product-viewmode a.grid {
        background-image: url(../images/view-grid.png); }
      .product-selectors .product-viewmode a.list {
        background-image: url(../images/view-list.png); }
      .product-selectors .product-viewmode a.selected {
        opacity: 1; }
  .item-box {
    width: calc(25% - 20px); }
  .home-page .product-grid .item-box {
    width: calc(25% - 20px); }
  .topic-page .product-grid .item-box {
    width: calc(25% - 20px); }
  .overview {
    width: calc(100% - 300px); }
  .gallery {
    width: 250px;
    margin: 0 1em; }
  .variant-picture {
    float: left; }
    .variant-picture + .variant-overview {
      width: auto;
      margin: 0 0 0 240px; }
  .product-review-item .review-title {
    float: left;
    max-width: 600px; }
  .product-review-item .product-review-box {
    float: right; }
  .recurring-payments {
    width: 100% !important;
    margin: 20px 0 !important; }
  .order-progress {
    padding: 20px; }
    .order-progress li {
      margin: 0 10px; }
    .order-progress a {
      min-width: 80px; }
  .cart-options .common-buttons {
    text-align: right; }
  .cart-options .checkout-attributes {
    padding: 0 10px; }
  .cart-options .selected-checkout-attributes {
    padding: 0 10px; }
  .cart-footer .totals {
    float: right;
    width: 300px; }
  .cart-footer .terms-of-service {
    text-align: left; }
  .cart-footer .checkout-buttons {
    text-align: right; }
  .cart-footer .addon-buttons {
    text-align: right; }
  .cart-footer .cart-collaterals {
    float: left;
    width: 45%;
    margin: 0 2.5%; }
    .cart-footer .cart-collaterals div {
      text-align: left; }
    .cart-footer .cart-collaterals label {
      text-align: left; }
  .cart-footer .estimate-shipping label {
    display: block;
    margin: 0 0 10px; }
  .cart-footer .estimate-shipping .buttons {
    text-align: right; }
  .checkout-page .selected-checkout-attributes {
    float: right;
    text-align: right; }
  .checkout-page .address-grid {
    overflow: hidden; }
  .checkout-page .address-item {
    float: left;
    width: 48%;
    margin: 0 1% 40px; }
  .checkout-page .cart-footer .totals {
    max-width: 350px;
    margin: 0; }
  .shipping-method .method-name {
    background-color: #F5F5F5;
    padding: 10px; }
  .shipping-method .method-list li {
    display: inline-block;
    width: 25%;
    margin: 20px 2%;
    vertical-align: top; }
  .payment-method .payment-logo {
    display: block;
    padding: 10px 10px 0; }
  .payment-method .payment-details {
    display: block;
    width: auto;
    min-width: 0;
    margin: 10px 0 0;
    text-align: center; }
  .payment-method .method-list li {
    display: inline-block;
    width: 25%;
    margin: 20px 2%;
    vertical-align: top; }
  .order-review-data {
    overflow: hidden; }
    .order-review-data > div {
      float: left;
      width: 48%;
      margin: 0 1% 40px; }
  .order-details-area {
    overflow: hidden;
    margin: 0 -1%; }
    .order-details-area > div {
      float: left;
      width: 48%;
      margin: 0 1% 40px; }
  .shipment-details-area {
    overflow: hidden; }
    .shipment-details-area > div {
      float: left;
      width: 48%;
      margin: 0 1% 40px; }
  .blog-posts .tags {
    float: right;
    width: 80%;
    text-align: right; }
  .blog-posts .buttons {
    float: left;
    width: 20%;
    text-align: left; }
  .new-comment {
    text-align: center; }
    .new-comment .buttons {
      text-align: center; }
  .comment-info {
    display: table-cell;
    width: 15%;
    margin: 0;
    vertical-align: top; }
    .comment-info .username {
      min-height: 40px;
      margin: 0;
      border: none;
      text-align: center; }
    .comment-info .avatar {
      border: none; }
      .comment-info .avatar img {
        max-width: 80%;
        max-height: 80%; }
  .comment-content {
    display: table-cell;
    width: 85%;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left; }
  .comment-time {
    min-height: 40px;
    margin: 0;
    background-color: #F5F5F5;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: normal; }
  .comment-title {
    margin: 0 0 -20px;
    padding: 20px; }
  .comment-body {
    padding: 20px; }
  .forum-actions {
    overflow: hidden; }
    .forum-actions .actions {
      float: left; }
    .forum-actions .pager {
      float: right;
      max-width: 450px; }
      .forum-actions .pager li {
        margin: 2px 4px; }
      .forum-actions .pager.upper {
        display: block; }
  .topic-actions {
    overflow: hidden; }
    .topic-actions .actions {
      float: left; }
    .topic-actions .pager {
      float: right;
      max-width: 450px; }
      .topic-actions .pager li {
        margin: 2px 4px; }
    .topic-actions.lower .actions {
      display: block; }
  .topic-posts {
    margin: 0 0 30px; }
  .topic-post {
    display: table;
    width: 100%;
    margin: 0; }
    .topic-post .post-info {
      display: table-cell;
      width: 15%;
      margin: 0;
      vertical-align: top;
      text-align: left; }
    .topic-post .user-info {
      width: auto; }
    .topic-post .username {
      min-height: 40px;
      margin: 0;
      border: none;
      text-align: center; }
    .topic-post .avatar {
      margin: auto;
      border: none; }
      .topic-post .avatar img {
        max-width: 80%;
        max-height: 80%; }
    .topic-post .send-pm {
      margin: 0 0 20px; }
    .topic-post .pm-button {
      padding: 8px 16px;
      font-size: 13px; }
    .topic-post .post-content {
      display: table-cell;
      width: 85%;
      border-left: 1px solid #ddd;
      vertical-align: top;
      text-align: left; }
    .topic-post .post-head {
      min-height: 40px;
      overflow: hidden;
      background-color: #F5F5F5; }
    .topic-post .post-time {
      float: left;
      margin: 0;
      font-size: 14px;
      font-weight: normal; }
    .topic-post .post-actions {
      float: right;
      margin: 0; }
      .topic-post .post-actions a {
        margin: 0;
        line-height: 20px; }
        .topic-post .post-actions a.post-link-button {
          margin: 0 0 0 10px;
          border-left: 1px solid #ddd;
          text-align: center; }
      .topic-post .post-actions .quote-post a {
        min-width: 70px; }
    .topic-post .post-text {
      padding: 20px 5px; }
    .topic-post .post-vote {
      padding: 20px 0 20px 15px; }
    .topic-post .user-stats li {
      margin: 0; }
  .profile-info-box .pm-button {
    padding: 8px 16px;
    font-size: 13px; }
  .profile-info-box .avatar {
    float: left;
    margin: 0 15px 15px 0; }
  .profile-info-box .profile-stats {
    float: left;
    text-align: left; }
  .profile-info-box .title {
    text-align: left; }
  .profile-info-box .send-pm {
    clear: both;
    text-align: left; }
  .forum-table th.replies {
    display: table-cell; }
  .forum-table th.views {
    display: table-cell; }
  .forum-table th.votes {
    display: table-cell; }
  .forum-table td.replies {
    display: table-cell; }
  .forum-table td.views {
    display: table-cell; }
  .forum-table td.votes {
    display: table-cell; }
  .forum-table td.image {
    max-width: none; }
    .forum-table td.image div {
      max-width: none;
      background-size: initial; }
  .ui-tabs-nav {
    text-align: left; }
    .ui-tabs-nav li {
      margin: 0 10px -1px 0;
      margin: 0 10px -1px 0 !important; }
  .home-page-polls li {
    min-width: 100px; }
  .cart tr {
    width: calc(33.33333% - 20px);
    margin: 0 10px 20px; }
  .header-selectors-wrapper > div {
    width: 20%; }
  .product-list .item-grid {
    display: block; }
  .product-list .item-box {
    display: block;
    width: 100%; }
    .product-list .item-box .product-item {
      display: block; }
    .product-list .item-box:first-child {
      margin-top: 0;
      border-top: 0; }
    .product-list .item-box .picture {
      float: left;
      width: 220px;
      margin: 0; }
      .product-list .item-box .picture:hover a img {
        opacity: 0.85; }
      .product-list .item-box .picture + .details {
        margin: 0 0 0 240px;
        padding: 0; }
    .product-list .item-box .product-rating-box {
      position: static;
      margin: 0 0 10px; }
    .product-list .item-box .product-title {
      height: auto;
      padding: 0 0 10px;
      font-size: 18px;
      min-height: 1px;
      margin: 0; }
    .product-list .item-box .description {
      display: block;
      margin: 0 0 10px;
      line-height: 22px; }
    .product-list .item-box .prices {
      height: auto;
      margin: 0 0 10px; }
    .product-list .item-box .product-box-add-to-cart-button {
      width: auto; }
    .product-list .item-box .add-to-compare-list-button {
      width: 40px; }
    .product-list .item-box .add-to-wishlist-button {
      width: 40px; }
    .product-list .item-box .product-item:after {
      content: "";
      display: block;
      clear: both; }
    .product-list .item-box:hover .picture a img {
      opacity: 1; }
  .address-list-page .section {
    display: inline-block;
    width: 45%;
    margin: 20px 1%;
    vertical-align: top; }
  .return-request-list-page .section {
    display: inline-block;
    width: 45%;
    margin: 20px 1%;
    vertical-align: top; }
  .payment-info .info {
    padding: 30px 75px; }
  .shipment-details-page .tracking-number .tracking-url {
    color: #006db0; }
  .comment-list .comment {
    display: table;
    width: 100%;
    margin: 0; }
    .comment-list .comment:last-child {
      border-bottom: 1px solid #ddd; } }

@media all and (min-width: 1001px) {
  .item-box {
    width: calc(25% - 20px); }
  .master-wrapper-content {
    width: 980px;
    margin: auto; }
  .center-2 {
    float: right;
    width: 73%; }
  .side-2 {
    float: left;
    width: 25%; }
  .page {
    text-align: left; }
  .inputs {
    text-align: left; }
    .inputs input[type="text"] {
      min-height: 40px; }
    .inputs input[type="password"] {
      min-height: 40px; }
    .inputs select {
      min-height: 40px; }
    .inputs .option-list li {
      margin: 0 10px 0 0; }
  .link-rss {
    display: block;
    float: right;
    margin: 6px 0 0; }
  .cart tr {
    width: auto;
    margin: 0; }
  .cart label {
    display: none; }
  .header-selectors-wrapper {
    float: left;
    border: none;
    padding: 0; }
    .header-selectors-wrapper > div {
      width: auto;
      min-width: 100px;
      margin: 0 12px 0 0;
      line-height: 43px; }
    .header-selectors-wrapper select {
      height: 25px;
      padding: 4px;
      font-size: 12px; }
  .language-list {
    text-align: left; }
  .flyout-cart {
    position: absolute;
    top: 45px;
    right: 0;
    z-index: 100;
    width: 300px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    background-color: #fff; }
    .flyout-cart.active {
      display: block; }
  .mini-shopping-cart {
    padding: 12px;
    text-align: left;
    font-size: 12px; }
    .mini-shopping-cart .count {
      padding: 5px 0 15px;
      color: #4d4d4d; }
      .mini-shopping-cart .count a {
        margin: 0 2px;
        font-weight: bold;
        color: #4d4d4d; }
    .mini-shopping-cart .items {
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      margin: 0 0 20px; }
    .mini-shopping-cart .item {
      overflow: hidden;
      padding: 10px 0; }
    .mini-shopping-cart .picture {
      float: left;
      width: 70px;
      text-align: center; }
      .mini-shopping-cart .picture a {
        display: block;
        position: relative;
        overflow: hidden; }
        .mini-shopping-cart .picture a:before {
          content: "";
          display: block;
          padding-top: 100%; }
      .mini-shopping-cart .picture img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        max-width: 100%; }
      .mini-shopping-cart .picture + .product {
        margin: 0 0 0 80px; }
    .mini-shopping-cart .name {
      margin: 0 0 10px;
      font-size: 14px; }
      .mini-shopping-cart .name a {
        color: #006db0; }
        .mini-shopping-cart .name a:hover {
          color: #006db0; }
    .mini-shopping-cart .attributes {
      margin: 5px 0;
      color: #4d4d4d; }
    .mini-shopping-cart .totals {
      margin: 0 0 12px;
      font-size: 14px; }
      .mini-shopping-cart .totals strong {
        font-size: 16px;
        color: #4d4d4d; }
    .mini-shopping-cart .buttons {
      margin: 0 0 5px; }
    .mini-shopping-cart input[type="button"] {
      width: auto;
      color: #fff;
      cursor: pointer;
      background-color: #006db0;
      border: 1px solid #006db0;
      border-radius: 5px;
      box-sizing: border-box;
      display: inline-block;
      font-size: 14px;
      font-weight: bold;
      padding: 9px 20px;
      line-height: 20px;
      text-align: center;
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
      text-transform: uppercase;
      transition: all .3s ease; }
      .mini-shopping-cart input[type="button"]:hover {
        background-color: #006db0;
        border-color: #006db0; }
      .mini-shopping-cart input[type="button"]:last-child {
        background-color: #006db0;
        border: 1px solid #006db0; }
        .mini-shopping-cart input[type="button"]:last-child:hover {
          background-color: #015b92;
          border: 1px solid #015b92; }
  .search-box {
    display: table-cell;
    text-align: right;
    vertical-align: middle; }
    .search-box .search-box-button {
      height: 34px; }
    .search-box input.search-box-text {
      height: 34px; }
  .header-menu {
    position: relative;
    z-index: 5;
    width: 980px;
    margin: 0 auto 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 25px 0;
    text-align: center; }
    .header-menu > ul {
      display: block !important;
      font-size: 0; }
      .header-menu > ul.mobile {
        display: none !important; }
      .header-menu > ul > li {
        display: inline-block;
        border-left: 1px solid #ddd;
        padding: 0 15px;
        vertical-align: middle; }
        .header-menu > ul > li:first-child {
          border-left: none; }
        .header-menu > ul > li > a {
          display: block;
          padding: 5px 10px;
          line-height: 20px;
          font-size: 17px;
          color: #555;
          cursor: pointer; }
          .header-menu > ul > li > a:hover {
            color: #006db0; }
    .header-menu .sublist {
      display: none;
      position: absolute;
      width: 200px;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
      background-color: #fff;
      padding: 10px 0;
      text-align: left; }
      .header-menu .sublist li {
        position: relative; }
        .header-menu .sublist li a {
          display: block;
          position: relative;
          padding: 10px 20px 10px 30px;
          font-size: 14px;
          color: #4d4d4d; }
          .header-menu .sublist li a:before {
            content: "";
            position: absolute;
            top: 17px;
            left: 15px;
            width: 5px;
            height: 5px;
            background-color: #ddd; }
        .header-menu .sublist li:hover > a {
          background-color: #F5F5F5; }
      .header-menu .sublist .sublist {
        top: -10px;
        left: 100% !important; }
    .header-menu ul li:hover > .sublist {
      display: block; }
  .menu-toggle {
    display: none; }
  .sublist-toggle {
    display: none; }
  .follow-us {
    float: right;
    width: 300px !important;
    margin: 0;
    text-align: left; }
    .follow-us .social li {
      margin: 0 10px 0 0; }
  .newsletter-email {
    display: block; }
    .newsletter-email input[type="text"] {
      width: 200px; }
    .newsletter-email .newsletter-subscribe-button {
      width: 100px;
      padding: 0 5px; }
  .footer-powered-by {
    float: left;
    margin: 0;
    line-height: 32px; }
  .theme-selector {
    float: left;
    margin: 0 0 0 15px; }
  .block {
    float: none;
    width: auto;
    margin: 0 0 30px; }
    .block .title {
      cursor: auto; }
    .block .listbox {
      display: block; }
    .block a.product-picture {
      display: inline-block;
      position: relative;
      width: 30%;
      margin: 0 0 0 -15px;
      vertical-align: middle; }
      .block a.product-picture img {
        display: block;
        margin: 0 auto; }
      .block a.product-picture + a.product-name {
        width: 70%; }
        .block a.product-picture + a.product-name:before {
          display: none; }
    .block a.product-name {
      vertical-align: middle; }
  .breadcrumb {
    margin: 0; }
  .product-details-page .title {
    text-align: left; }
  .product-details-page .product-grid .item-box {
    width: calc(20% - 20px); }
  .topic-page .product-grid .item-box {
    width: calc(20% - 20px); }
  .shopping-cart-page .cart-options {
    overflow: hidden; }
  .shopping-cart-page .checkout-attributes {
    float: left;
    max-width: 565px;
    margin: -30px 0 15px; }
    .shopping-cart-page .checkout-attributes li {
      margin: 5px 10px 5px 0; }
  .shopping-cart-page .selected-checkout-attributes {
    float: right;
    max-width: 395px;
    margin: 15px 0; }
  .shopping-cart-page .product-grid .item-box {
    width: calc(20% - 20px); }
  .gallery {
    width: 400px;
    flex-grow: 0;
    padding-right: 20px;
    flex-shrink: 0; }
    .gallery .picture {
      width: auto; }
  .overview {
    width: calc(100% - 500px);
    padding-right: 20px;
    flex-grow: 1; }
  .rental-attributes {
    overflow: hidden; }
    .rental-attributes .attribute-item {
      float: left;
      margin: 0 20px 0 0; }
    .rental-attributes .datepicker {
      width: 160px;
      text-align: left; }
  .compare-products-page .clear-list {
    position: absolute;
    top: 7px;
    right: 0; }
  #check-availability-button {
    display: block;
    margin: 10px auto; }
  .login-page .customer-blocks {
    overflow: hidden; }
  .login-page .new-wrapper {
    float: left;
    width: 49%;
    margin: 0; }
    .login-page .new-wrapper .text {
      min-height: 200px; }
  .login-page .returning-wrapper {
    float: right;
    width: 49%; }
    .login-page .returning-wrapper .form-fields {
      min-height: 200px;
      padding: 20px 0 0; }
    .login-page .returning-wrapper input[type="text"] {
      width: 300px; }
    .login-page .returning-wrapper input[type="password"] {
      width: 300px; }
  .address-list-page .section {
    display: block;
    width: auto;
    margin: 0 0 40px; }
  .order-list-page .section {
    display: block;
    width: auto;
    margin: 0 0 40px; }
  .avatar-page .message-error {
    text-align: left; }
  .avatar-page .buttons {
    text-align: left; }
  .order-progress {
    margin: -30px 0 50px; }
  .checkout-page .address-item {
    width: 31.33333%; }
  .comment-list {
    margin: 0 0 50px; }
  .news-list-homepage .news-items {
    overflow: hidden;
    text-align: left; }
  .news-list-homepage .news-item {
    float: left;
    width: 31.33333%;
    margin: 0 1% 30px; }
    .news-list-homepage .news-item:only-child {
      float: none;
      width: auto;
      margin: 0 0 30px; }
    .news-list-homepage .news-item:nth-child(3n + 1) {
      clear: both; }
  .news-list-homepage .news-head {
    text-align: center; }
  .news-list-homepage .news-body {
    text-align: justify; }
  .forum-breadcrumb {
    margin: -30px 0 30px; }
  .current-time {
    float: right; }
  .forum-search-box {
    float: left; }
    .forum-search-box .advanced {
      text-align: left; }
      .forum-search-box .advanced a {
        line-height: normal; }
  .forums-table-section td {
    min-width: 150px; }
    .forums-table-section td:first-child {
      min-width: 90px; }
  .forums-table-section .view-all {
    text-align: right; }
  .forum-table .forum-details {
    min-width: 225px; }
  .forum-table .topic-details {
    min-width: 225px; }
  .forum-table td {
    padding: 20px; }
  .private-message-send-page textarea {
    width: 100%;
    height: 250px; }
  .private-message-send-page .toolbar {
    display: inline-block;
    width: 400px;
    margin: 10px 0;
    vertical-align: middle; }
  .page-title a + h1 {
    float: left; }
  .order-details-page .data-table tr {
    width: auto;
    margin: 0; }
  .order-details-page .data-table label {
    display: none; }
  .header-upper:after {
    content: "";
    display: block;
    clear: both; }
  .newsletter-validation .field-validation-valid {
    text-align: left; }
  .item-box .buttons {
    text-align: left; }
  .home-page .product-grid .item-box {
    width: calc(20% - 20px); }
  .color-squares li {
    margin: 0 10px 10px 0; }
  .product-review-item .review-title {
    max-width: 850px; }
  .compare-products-table .full-description td {
    display: table-cell; }
    .compare-products-table .full-description td p {
      margin-top: 0; }
  .topic-page p {
    text-align: justify; }
  .gender span {
    margin: 0 10px 0 0; }
    .gender span > * {
      margin: 0 5px 0 0; }
  .date-of-birth select + select {
    margin: 0 0 0 11px; }
  .return-request-list-page .section {
    display: block;
    width: auto;
    margin: 0 0 40px; }
  .payment-info .info {
    padding: 20px; }
    .payment-info .info td:first-child {
      margin: 0 0 5px; }
    .payment-info .info td:only-child {
      width: 100% !important; }
  .order-review-data .title {
    text-align: left; }
  .order-details-area .title {
    text-align: left; }
  .shipment-details-area .title {
    text-align: left; }
  .opc .order-review-data ul {
    text-align: left; }
  .topic-actions .pager.upper {
    display: block;
    max-width: 400px; }
  .forum-edit-page textarea {
    width: 600px;
    height: 250px; } }

@media all and (min-width: 1367px) {
  .master-wrapper-content {
    width: 1200px; }
  .header-menu {
    width: 1200px; }
    .header-menu > ul > li {
      padding: 0 20px; }
      .header-menu > ul > li > a {
        font-size: 18px; }
      .header-menu > ul > li > span {
        font-size: 18px; }
  .cart-footer .totals {
    margin: 0; }
  .cart-footer .cart-collaterals {
    width: 760px;
    margin: 0; }
    .cart-footer .cart-collaterals .deals {
      float: left;
      width: 360px; }
    .cart-footer .cart-collaterals .shipping {
      float: right;
      width: 360px; }
  .product-review-item .review-title {
    max-width: 1050px; }
  .login-page .returning-wrapper input[type="text"] {
    width: 360px; }
  .login-page .returning-wrapper input[type="password"] {
    width: 360px; }
  .shipping-method .method-list li {
    margin: 20px 1%; }
  .payment-method .method-list li {
    margin: 20px 1%; }
  .payment-info .info td:only-child {
    width: 100% !important; }
  .forum-actions .pager {
    max-width: 600px !important; }
  .topic-actions .pager {
    max-width: 600px !important; }
  .topic-post .post-text {
    width: 930px;
    max-width: 100%; } }

input[type="file"] > input[type="button"]::-moz-focus-inner {
  margin: 0;
  border: 0;
  padding: 0; }

.page-body:after {
  content: "";
  display: block;
  clear: both; }

.footer-tax-shipping a {
  font-weight: bold;
  color: #006db0; }
  .footer-tax-shipping a:hover {
    text-decoration: underline; }

.product-tags-all-page li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  overflow: hidden;
  font-size: 17px !important; }
  .product-tags-all-page li a {
    float: left;
    line-height: 30px;
    color: #4d4d4d; }
    .product-tags-all-page li a:hover {
      color: #006db0; }

.product-review-links a {
  text-decoration: underline; }
  .product-review-links a:hover {
    color: #006db0; }

.home-page .topic-block {
  margin: 0 0 50px; }

.popup-window .topic-page {
  padding: 15px; }

.not-found-page p {
  margin: 30px 15px; }

.date-of-birth select {
  width: 31%;
  max-width: 126px; }
  .date-of-birth select + select {
    margin: 0 0 0 10px; }

.downloadable-products-page table td {
  color: #4d4d4d; }

.reward-points-history table td {
  color: #4d4d4d; }
  .reward-points-history table td:first-child {
    min-width: 120px; }

.payment-info .info {
  padding: 0;
  color: #4d4d4d; }
  .payment-info .info tr {
    display: block;
    margin: 0 0 15px;
    font-size: 0; }
  .payment-info .info td {
    display: block;
    width: 100% !important;
    max-width: 400px !important;
    font-size: 14px; }
    .payment-info .info td:only-child {
      width: 100% !important;
      max-width: 100% !important; }
    .payment-info .info td input[type="text"] {
      width: 100% !important; }
    .payment-info .info td input[name="CardCode"] {
      width: 65px !important; }
    .payment-info .info td select {
      min-width: 70px; }
    .payment-info .info td:first-child {
      margin: 0 0 5px; }

.order-completed-page {
  text-align: center; }

.order-completed .details {
  margin: 0;
  padding: 20px 0;
  color: #4d4d4d; }
  .order-completed .details div {
    margin: 5px 0; }
  .order-completed .details strong {
    font-weight: normal;
    text-transform: uppercase; }
  .order-completed .details a {
    color: #006db0; }
    .order-completed .details a:hover {
      text-decoration: underline; }
  .order-completed .details.subscription-notice {
    color: #e4434b; }
    .order-completed .details.subscription-notice a {
      color: #e4434b;
      font-weight: bolder; }

.blogpost-page .tags {
  margin: 0 0 15px;
  overflow: hidden;
  padding: 0 10px; }
  .blogpost-page .tags label {
    display: inline-block;
    margin: 0 3px 3px 0;
    font-weight: bold;
    color: #4d4d4d; }
  .blogpost-page .tags ul {
    display: inline-block;
    margin: 0 0 3px 3px;
    font-size: 0; }
  .blogpost-page .tags li {
    display: inline-block;
    font-size: 14px; }
    .blogpost-page .tags li.separator {
      margin: 0 8px 0 0; }
  .blogpost-page .tags a {
    display: block;
    color: #006db0; }
    .blogpost-page .tags a:hover {
      text-decoration: underline; }

.blog-posts .buttons {
  margin: 0;
  padding: 0 10px; }
  .blog-posts .buttons .read-comments {
    display: block;
    margin: 0 0 15px;
    font-weight: bold;
    color: #4d4d4d; }
    .blog-posts .buttons .read-comments:hover {
      color: #006db0; }
  .blog-posts .buttons .read-more {
    display: inline-block;
    border: none;
    background-color: #006db0;
    padding: 10px 20px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase; }
    .blog-posts .buttons .read-more:hover {
      background-color: #006db0; }

.forum-topic-page .topic-name {
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 0 10px 10px; }
  .forum-topic-page .topic-name h1 {
    font-size: 30px;
    font-weight: normal; }

.subscription-list .subscription-item {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #eee; }
  .subscription-list .subscription-item:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0; }
  .subscription-list .subscription-item .title {
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -1px; }
    .subscription-list .subscription-item .title span.ending-notice {
      color: #f00; }
  .subscription-list .subscription-item .info {
    display: flex; }
    .subscription-list .subscription-item .info .picture {
      width: 200px;
      padding-right: 20px;
      flex-shrink: 0;
      text-align: center; }
      .subscription-list .subscription-item .info .picture > a {
        display: block; }
      .subscription-list .subscription-item .info .picture img {
        max-width: 100%;
        margin: 0 auto;
        display: block; }
    .subscription-list .subscription-item .info .details {
      width: 100%; }
      .subscription-list .subscription-item .info .details dl {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 15px; }
        .subscription-list .subscription-item .info .details dl dt {
          width: 150px; }
        .subscription-list .subscription-item .info .details dl dd {
          width: calc(100% - 150px);
          padding-left: 10px;
          margin: 0 0 5px; }
        .subscription-list .subscription-item .info .details dl .ending-notice {
          color: #f00;
          font-size: larger; }
    .subscription-list .subscription-item .info .user-licences {
      width: 300px;
      padding-left: 20px;
      flex-shrink: 0;
      border-left: 1px solid #eee; }
      .subscription-list .subscription-item .info .user-licences h6 {
        margin-bottom: 10px;
        font-weight: bold; }
      .subscription-list .subscription-item .info .user-licences .licences {
        max-height: 230px;
        overflow: auto; }
        .subscription-list .subscription-item .info .user-licences .licences .item {
          padding: 0 24px 0 0;
          margin-bottom: 10px;
          font-size: 14px;
          line-height: 18px;
          flex-shrink: 0;
          position: relative; }
          .subscription-list .subscription-item .info .user-licences .licences .item:first-child {
            border-top: 0; }
          .subscription-list .subscription-item .info .user-licences .licences .item .btn-remove {
            position: absolute;
            top: 50%;
            right: 0;
            font-size: 12px;
            border: 0;
            margin-top: -9px;
            line-height: 12px;
            padding: 3px;
            color: #e4434b; }
  .subscription-list .subscription-item .buttons {
    margin: 0;
    font-size: 0; }
    .subscription-list .subscription-item .buttons > * {
      margin: 0 10px 10px 0; }
  .subscription-list .subscription-item .downloads {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; }
    .subscription-list .subscription-item .downloads .file {
      display: inline-flex;
      align-items: stretch;
      flex-direction: column;
      text-align: center;
      width: calc(33.33333% - 20px);
      flex-shrink: 1;
      margin: 20px 10px 0;
      border: 1px solid #eee;
      border-radius: 5px; }
      .subscription-list .subscription-item .downloads .file .file-title {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        padding: 0 9px;
        word-break: break-word; }
        .subscription-list .subscription-item .downloads .file .file-title:nth-last-child(2) {
          margin-bottom: 10px; }
      .subscription-list .subscription-item .downloads .file .file-text {
        font-size: 12px;
        text-align: center;
        color: #9c9c9c;
        margin: 0;
        padding: 0 9px; }
        .subscription-list .subscription-item .downloads .file .file-text:last-of-type {
          margin-bottom: 10px; }
      .subscription-list .subscription-item .downloads .file i {
        font-size: 70px;
        display: block;
        margin: 10px 0;
        text-align: center; }
      .subscription-list .subscription-item .downloads .file .btn {
        width: auto;
        color: #fff;
        cursor: pointer;
        background-color: #006db0;
        border: 1px solid #006db0;
        border-radius: 0 0 4px 4px;
        box-sizing: border-box;
        display: block;
        font-size: 16px;
        font-weight: bold;
        padding: 12px;
        text-align: center;
        margin: auto -1px -1px;
        transition: all .3s ease;
        font-family: "Open Sans", sans-serif;
        font-weight: 400; }
        .subscription-list .subscription-item .downloads .file .btn:hover {
          background-color: #015b92;
          border-color: #015b92; }
  .subscription-list .subscription-item .data {
    margin-top: 20px; }
    .subscription-list .subscription-item .data table {
      margin-bottom: 0; }
      .subscription-list .subscription-item .data table td strong {
        font-weight: bold; }
      .subscription-list .subscription-item .data table td.complete {
        color: #006db0; }
      .subscription-list .subscription-item .data table td.pending {
        color: #bdc37b; }
      .subscription-list .subscription-item .data table td.processing {
        color: #006080; }
      .subscription-list .subscription-item .data table td.cancelled {
        color: #e4434b; }
      .subscription-list .subscription-item .data table td a {
        color: #006db0; }

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon-ico-arr-down:before {
  content: "\e900"; }

.icon-ico-arr-right:before {
  content: "\e901"; }

.icon-ico-cart:before {
  content: "\e902"; }

.icon-ico-check:before {
  content: "\e903"; }

.icon-ico-cross:before {
  content: "\e904"; }

.icon-ico-envelope:before {
  content: "\e905"; }

.icon-ico-fb:before {
  content: "\e906"; }

.icon-ico-file .path1:before {
  content: "\e907";
  color: #e6e8ef; }

.icon-ico-file .path2:before {
  content: "\e908";
  margin-left: -0.8798828125em;
  color: #b9bed1; }

.icon-ico-file-zip .path1:before {
  content: "\e91b";
  color: #e6e8ef; }

.icon-ico-file-zip .path2:before {
  content: "\e91c";
  margin-left: -0.828125em;
  color: #b9bed1; }

.icon-ico-file-zip .path3:before {
  content: "\e91d";
  margin-left: -0.828125em;
  color: #b8bfd3; }

.icon-ico-gplus:before {
  content: "\e909"; }

.icon-ico-library .path1:before {
  content: "\e90a";
  color: #e6e8ef; }

.icon-ico-library .path2:before {
  content: "\e90b";
  margin-left: -1.0419921875em;
  color: #e6e8ef; }

.icon-ico-library .path3:before {
  content: "\e90c";
  margin-left: -1.0419921875em;
  color: #e6e8ef; }

.icon-ico-library .path4:before {
  content: "\e90d";
  margin-left: -1.0419921875em;
  color: #b9bed1; }

.icon-ico-library .path5:before {
  content: "\e90e";
  margin-left: -1.0419921875em;
  color: #b9bed1; }

.icon-ico-library .path6:before {
  content: "\e90f";
  margin-left: -1.0419921875em;
  color: #b9bed1; }

.icon-ico-library .path7:before {
  content: "\e910";
  margin-left: -1.0419921875em;
  color: #b9bed1; }

.icon-ico-library .path8:before {
  content: "\e911";
  margin-left: -1.0419921875em;
  color: #b9bed1; }

.icon-ico-library .path9:before {
  content: "\e912";
  margin-left: -1.0419921875em;
  color: #b9bed1; }

.icon-ico-library .path10:before {
  content: "\e913";
  margin-left: -1.0419921875em;
  color: #b9bed1; }

.icon-ico-library .path11:before {
  content: "\e914";
  margin-left: -1.0419921875em;
  color: #e6e8ef; }

.icon-ico-library .path12:before {
  content: "\e915";
  margin-left: -1.0419921875em;
  color: #e6e8ef; }

.icon-ico-library .path13:before {
  content: "\e916";
  margin-left: -1.0419921875em;
  color: #e6e8ef; }

.icon-ico-linkedin:before {
  content: "\e917"; }

.icon-ico-search:before {
  content: "\e918"; }

.icon-ico-twitter:before {
  content: "\e919"; }

.icon-ico-user:before {
  content: "\e91a"; }

@media (min-width: 576px) {
  .container {
    width: 100%; } }

@media (min-width: 1200px) {
  .container {
    width: 1230px;
    max-width: 100%; } }

@media (max-width: 768px) {
  .subscription-list .subscription-item .info {
    flex-wrap: wrap; }
    .subscription-list .subscription-item .info .details {
      width: calc(100% - 200px); }
    .subscription-list .subscription-item .info .user-licences {
      width: 100%;
      margin-top: 20px; }
  .subscription-list .subscription-item .downloads .file {
    width: calc(50% - 10px); }
  .direct-downloads .file {
    width: calc(50% - 10px); }
  .page-title h1 {
    font-size: 24px;
    line-height: 25px; } }

@media (max-width: 480px) {
  .subscription-list .subscription-item .title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px; }
  .subscription-list .subscription-item .info {
    font-size: 14px;
    line-height: 20px; }
    .subscription-list .subscription-item .info .picture {
      width: 120px; }
    .subscription-list .subscription-item .info .details {
      width: calc(100% - 120px); }
      .subscription-list .subscription-item .info .details dl dt {
        width: 120px; }
      .subscription-list .subscription-item .info .details dl dd {
        width: calc(100% - 120px); } }

@media (max-width: 360px) {
  .subscription-list .subscription-item .info .picture {
    width: 100%;
    margin-bottom: 20px; }
  .subscription-list .subscription-item .info .details {
    width: 100%; }
  .subscription-list .subscription-item .downloads .file {
    width: 100%; } }

#loginModal .close {
  position: absolute;
  top: 60px;
  right: 12px; }

@media (min-width: 465px) and (max-width: 575px) {
  #loginModal .close {
    right: 80px; } }

.nav-menu {
  box-shadow: 0 4px 2px -2px #D3D3D3; }
  .nav-menu nav {
    padding: 0; }
  .nav-menu .navbar-toggler {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .nav-menu .navbar-nav .nav-item {
    font-size: .9em;
    margin-left: 0;
    margin-right: 20px;
    text-transform: uppercase;
    color: #fff; }
    .nav-menu .navbar-nav .nav-item .nav-link {
      color: #fff;
      padding: 0; }
  .nav-menu .dropdown-menu {
    background-color: #fff;
    border-radius: 0; }
    .nav-menu .dropdown-menu .dropdown-item {
      font-size: .8em;
      color: #4d4d4d; }
  .nav-menu.main {
    background-color: #4d4d4d;
    height: 70px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; }
    .nav-menu.main .navbar-nav .nav-item {
      border-bottom: 5px #4d4d4d solid;
      padding: 9px 8px 4px; }
      .nav-menu.main .navbar-nav .nav-item.active, .nav-menu.main .navbar-nav .nav-item:hover {
        border-bottom: 5px #7BC381 solid; }
    .nav-menu.main .navbar-collapse {
      justify-content: space-between; }
  .nav-menu.sub {
    display: none;
    background-color: #BBBBBB; }
    .nav-menu.sub .nav-item {
      padding: 5px 8px; }
      .nav-menu.sub .nav-item:hover {
        background-color: #aaa; }
    @media (max-width: 767px) {
      .nav-menu.sub {
        background-color: #BBBBBB;
        height: 29px; }
        .nav-menu.sub .navbar-toggler {
          border: 0;
          border-radius: 0;
          font-size: .9em;
          margin: 0.2rem 0;
          text-transform: uppercase;
          color: #fff;
          padding: 4px; }
          .nav-menu.sub .navbar-toggler:hover {
            background-color: #aaa; }
        .nav-menu.sub .nav-item {
          background-color: #CED0CE;
          padding: 9px 8px;
          border-top: 1px solid #bbc0c3;
          margin-left: 0;
          margin-right: 0; }
          .nav-menu.sub .nav-item.dropdown-toggle {
            display: none; }
          .nav-menu.sub .nav-item:hover {
            background-color: #aaa; } }
  .nav-menu .networks {
    display: flex;
    flex-direction: row;
    margin-top: 5px;
    justify-content: flex-end; }
    .nav-menu .networks li {
      width: 28px;
      height: 28px;
      text-indent: -9999px;
      margin-left: 12px; }
    .nav-menu .networks .facebook {
      background: url(../images/facebook.png) center no-repeat; }
    .nav-menu .networks .youtube {
      margin-left: 13px;
      background: url(../images/youtube.png) center no-repeat; }
    .nav-menu .networks .twitter {
      background: url(../images/twitter.png) center no-repeat; }
    .nav-menu .networks .linked-in {
      background: url(../images/linkedin.png) center no-repeat;
      width: 29px; }

.header-links .dropdown-menu {
  background-color: #fff;
  border-radius: 0; }
  .header-links .dropdown-menu .dropdown-item {
    font-size: .8em;
    color: #4d4d4d;
    line-height: 1.4;
    text-transform: uppercase; }

.header-fluid {
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
  z-index: 100; }
  .header-fluid .header-logo {
    text-align: left;
    display: table;
    padding-top: 16px; }
    .header-fluid .header-logo .header-title {
      color: #7BC381;
      font-size: 1.7em;
      margin: 0 0 8px 15px;
      vertical-align: bottom; }

.g-logo__icon {
  display: inline-block; }

.g-logo__icon > * {
  display: block;
  color: #04f; }

.icon--logo,
.icon--logo svg {
  width: 80px;
  height: 36px; }

.header-links-wrapper {
  position: relative;
  margin: 5px 0;
  min-width: 360px; }

.header-links {
  text-align: center; }
  .header-links .welcome {
    font-size: 12px; }
    .header-links .welcome span {
      font-weight: bolder; }
  .header-links ul {
    font-size: 0; }
  .header-links li {
    display: inline-block;
    margin: 0 10px; }
  .header-links span {
    display: inline-block;
    font-size: 12px;
    line-height: 36px;
    text-transform: uppercase; }
  .header-links .badge {
    line-height: 1.2em;
    max-width: 14px;
    margin-right: 3px; }
  .header-links .dropdown-item .badge {
    margin-left: -17px; }
  .header-links a {
    display: inline-block;
    font-size: 12px;
    line-height: 36px;
    text-transform: uppercase; }
    .header-links a:hover {
      color: #006db0; }

#topcartlink {
  display: block;
  width: 70%;
  max-width: 400px;
  margin: 0 auto;
  background-color: #f6f6f6;
  padding: 0 20px;
  border-radius: 5px; }
  #topcartlink a {
    background: url(../images/shopping-bag.png) left center no-repeat;
    padding: 0 0 0 20px; }

@media all and (min-width: 768px) {
  .header-links-wrapper {
    float: right;
    padding: 0; }
  .header-links li {
    margin: 0 16px; }
  .header-links a {
    line-height: 45px;
    text-transform: none; }
  .header-links span {
    line-height: 45px;
    text-transform: none; }
  #topcartlink {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0 18px; } }

@media all and (max-width: 800px) {
  .global-search a {
    display: none; }
  .global-search form {
    margin-top: 10px; }
  .header-fluid .header-logo img {
    height: 35px; }
  .header-fluid .header-logo .header-title {
    font-size: 1.2em;
    margin: 0 0 7px 5px;
    letter-spacing: -2px; }
  .header-links-wrapper {
    max-width: 450px; } }

.header-right-menu {
  display: flex; }
  .header-right-menu .main-menu-button {
    background: url(../images/icon_menu.png) center no-repeat;
    height: 24px;
    width: 24px;
    margin-top: 12px;
    margin-left: 10px;
    border: 0; }
  .header-right-menu .dropdown .dropdown-menu {
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
    background-color: #fff;
    margin-top: 0;
    position: fixed;
    right: 0;
    top: 45px;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 0.9em;
    padding: 0; }
    .header-right-menu .dropdown .dropdown-menu .dropdown-item {
      border-bottom: 1px solid #ccc;
      color: inherit;
      display: block;
      margin: 0;
      padding: 10px 20px; }

.global-search {
  margin-top: 0;
  display: inline-block;
  text-align: right; }
  .global-search a {
    color: #4d4d4d;
    font-size: .7em;
    margin-left: 10px; }
  .global-search .search-input {
    background-color: #EFEFEF;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    box-sizing: border-box;
    border: 0;
    font-family: inherit;
    height: 28px;
    vertical-align: top; }
  .global-search .search-submit {
    background: #7BC381 url(../images/icon_search.png) no-repeat 50% 50%;
    border: 0;
    border-radius: 0;
    display: inline-block;
    height: 28px;
    vertical-align: top;
    width: 28px;
    text-indent: -9999px; }

.store-search-box {
  background: transparent url(../images/search-icon.png) no-repeat 0 40%; }
  .store-search-box form {
    margin-left: 20px; }
  .store-search-box .ui-autocomplete {
    min-width: 400px; }
  .store-search-box input.search-box-text {
    min-width: 400px;
    border: none;
    border-radius: 0;
    font-size: 18px; }
    .store-search-box input.search-box-text::placeholder {
      color: #ddd; }
    .store-search-box input.search-box-text::-webkit-input-placeholder {
      color: #ddd; }
    .store-search-box input.search-box-text::-moz-placeholder {
      color: #ddd; }
    .store-search-box input.search-box-text:-ms-input-placeholder {
      color: #ddd; }
    .store-search-box input.search-box-text:-moz-placeholder {
      color: #ddd; }
    .store-search-box input.search-box-text:active, .store-search-box input.search-box-text:focus {
      border-bottom: 2px solid #ddd; }
  .store-search-box .search-box-button {
    background: #7BC381 url(../images/icon_search.png) no-repeat 50% 50%;
    text-indent: -9999px;
    width: 36px; }

.shop-header h1 {
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: bold; }

/* BEGIN New Top Menu */
nav#mainNav {
  /* padding: 1em 0; */
  padding: 1.5em 0 1em;
  display: inline-block;
  margin-left: 1em; }

nav#mainNav a {
  color: #fefefe;
  padding: 1em;
  /* padding: 1em 1.25em; */ }

#header {
  position: relative;
  z-index: 99;
  /* background: #3c4858; */
  background: #000;
  box-shadow: none; }

#header .wrapheader {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 900px;
  width: 80%;
  display: flex; }

nav#mainNav {
  /* padding: 1em 0; */
  padding: 1.5em 0 1em;
  display: inline-block;
  margin-left: 1em; }

#logo {
  padding: 5px 0;
  display: inline-block;
  margin-top: 5px; }

#logo span {
  font-size: 1.1em;
  margin: 0 0 4px 15px;
  vertical-align: bottom;
  width: 145px;
  line-height: 21px;
  color: #fefefe;
  letter-spacing: 0px !important;
  display: inline-block; }

#logo img {
  height: 50px;
  width: 50px;
  margin-right: 2em; }

#lang {
  position: absolute;
  margin-top: 2px;
  top: 0;
  font-size: 12px;
  right: 0; }

#mainNav #search-submit {
  display: inline;
  background: url(../images/icon_search.png) no-repeat 50% 50%;
  padding: 10px 20px;
  margin-left: 1em;
  border: 1px solid grey;
  background-size: 50%; }

#mainNav a:hover {
  color: #006db0; }

#lang a {
  color: #fefefe;
  margin-right: 1em; }

a#hamburger {
  display: none;
  border: 1px solid #fefefe;
  font-size: 24px;
  text-align: center;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 12px;
  top: 11px;
  color: #fefefe; }

form.responsive-search {
  display: none; }

@media only screen and (max-width: 850px) {
  div#header {
    width: 100%; }
  a#hamburger {
    display: inline-block; }
  nav#mainNav, #lang {
    display: none; }
  #header .wrapheader {
    display: block;
    width: 90%; }
  #logo {
    margin-top: 1px; }
  #logo {
    display: inline-block;
    vertical-align: top; }
  nav#mainNav.open, nav#mainNav a {
    display: block; }
  #search-submit {
    display: none !important; } }

@media only screen and (max-width: 525px) {
  #logo span {
    display: none; } }

@media only screen and (max-width: 1300px) {
  #header .wrapheader {
    min-width: 285px;
    width: 85%; } }

@media only screen and (max-width: 1300px) {
  #header .wrapheader {
    min-width: 285px;
    width: 85%; } }

@media only screen and (max-width: 1100px) {
  #header .wrapheader {
    width: 95%; } }

@media only screen and (max-width: 800px) {
  #header .wrapheader {
    width: 90%; } }

a#hamburger:hover {
  background: #fefefe;
  color: #3c4858; }

/* END New Top Menu */
.footer-fluid {
  background-color: #f7f7f7;
  margin-top: 4em; }
  .footer-fluid li {
    padding: 4px 0; }
  .footer-fluid .footer {
    font-size: 0.9em; }
    .footer-fluid .footer .title {
      padding-bottom: 5px;
      font-size: 1.2em;
      margin: 25px 0 5px;
      font-weight: 400;
      color: #acadaf; }
    .footer-fluid .footer .bottom {
      /*border-top: 1px solid $border_gray;*/
      color: #9c9c9c;
      font-size: 0.9rem; }
      .footer-fluid .footer .bottom .nav-item:last-child .nav-link {
        padding-right: 0; }
      .footer-fluid .footer .bottom .nav-item:first-child .nav-link {
        padding-left: 0; }
      .footer-fluid .footer .bottom .nav-link {
        padding-top: 0;
        padding-bottom: 0;
        color: #4d4d4d;
        font-size: 0.9em; }
