﻿/*=====================================================

    MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/

/*********** CSS RESET **********/

* {
  margin: 0;
  outline: none;
  padding: 0;
}

  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

:root {
  --blue: #2e4565;
  --orange: #dd6127;
}

html {
  margin: 0 !important;
  -webkit-text-size-adjust: none;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

  a img {
    border: none;
  }

  a:active {
    outline: none;
  }

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  margin: 0;
  border: 0;
  padding: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
  border-radius: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
  display: none !important;
}

/*********** GLOBAL STYLES **********/

body {
  max-width: 100%;
  background: #fff;
  font: normal 14px 'proxima-reg';
  overflow-x: hidden; /* responsive navigation & filters scroll bug fix*/
  color: #898989; /*test all the pages*/
}

/*
@font-face {
  font-family: 'proxima-reg';
  src: url('../fonts/proximanova-regular-webfont.eot');
  src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-regular-webfont.woff') format('woff'), url('../fonts/proximanova-regular-webfont.ttf') format('truetype'), url('../fonts/proximanova-regular-webfont.svg#webfont') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'proxima-nova';
  src: url('../fonts/mark_simonson_-_proxima_nova_alt_bold-webfont.eot');
  src: url('../fonts/mark_simonson_-_proxima_nova_alt_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/mark_simonson_-_proxima_nova_alt_bold-webfont.woff') format('woff'), url('../fonts/mark_simonson_-_proxima_nova_alt_bold-webfont.ttf') format('truetype'), url('../fonts/mark_simonson_-_proxima_nova_alt_bold-webfont.svg#webfont') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*/

@font-face {
  font-family: 'proxima-reg';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'proxima-nova';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

a {
  color: inherit;
  cursor: pointer;
}

img {
  max-width: 100%;
}

a img {
  opacity: 0.99; /*firefox scale bug fix*/
}

table {
  width: 100%;
  border-collapse: collapse;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, select {
  height: 42px; /*safari padding fix*/
  border: 1px solid #c2c2c2;
  padding: 8px;
  vertical-align: middle;
}

input, textarea {
  font-size: 13px;
}

textarea {
  min-height: 150px;
}

select {
  min-width: 50px;
  padding: 8px;
}

  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  textarea:focus, select:focus {
    border-color: #999;
  }

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
  vertical-align: middle;
}

input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
  cursor: pointer;
}

label, label + * {
  vertical-align: middle;
}

.master-column-wrapper {
  position: relative;
}

  .master-column-wrapper:after {
    content: "";
    display: block;
    clear: both;
  }

.center-1 {
  margin: 0 0 50px;
}

.center-2 {
  margin: 0 0 50px;
}

.side-2,
.center-1 .center-side,
.center-1 .block-account-navigation {
  margin: 0 30px 70px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.page {
  clear: both; /* because of forum breadcrumbs */
  text-align: center;
}

.page-title {
  background: url(../img/title-bg.jpg) repeat-x center;
  background-size: cover;
  margin: 0 0 35px;
}

  .page-title h1 {
    letter-spacing: 7px;
    text-transform: uppercase;
    font: 30px/normal 'proxima-nova';
    color: #fff;
    padding: 48px 15px;
    text-align: center;
  }

.page-body {
  max-width: 1170px;
  width: 98%;
  margin: auto;
}

  .page:after,
  .page-title:after,
  .page-body:after {
    content: "";
    display: block;
    clear: both;
  }

.buttons {
  margin: 0 0 20px;
  text-align: center;
}

.link-rss {
  display: none;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background: url('../img/rss-icon.png') no-repeat center;
  text-indent: 999px;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
  margin: 12px 0;
  list-style: disc;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
  margin: 12px 0;
  padding: 0 0 0 36px;
  list-style: decimal;
}

.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p {
  margin: 10px 0;
  font-size: 14px;
}

.category-description a,
.manufacturer-description a,
.full-description a,
.topic-html-content a,
.topic-page a,
.post-body a,
.news-body a,
.custom-tab a {
  text-decoration: underline;
  color: #333;
}

#goToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 59px;
  height: 55px;
  background: url('../img/scroll_top.png') no-repeat center;
  line-height: 80px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  overflow: hidden;
  z-index: 1001;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.master-wrapper-page {
  position: relative;
}

/*********** GLOBAL FORMS ***********/

.fieldset, .section {
  position: relative;
  margin: 0 0 20px;
}

  .fieldset .title,
  .section .title {
    color: #333333;
    font-family: "proxima-nova";
    font-size: 24px;
    line-height: 28px;
    margin: 40px 0;
    text-align: center;
    text-transform: uppercase;
  }

.form-fields,
.giftcard {
  position: relative;
  padding: 40px 20px;
  width: 90%;
  margin: auto;
}

  .form-fields .buttons,
  .form-fields .buttons input {
    margin: 0;
  }

.inputs {
  position: relative;
  margin: 0 auto 20px;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
  max-width: 470px;
}

  .inputs:after {
    content: "";
    display: block;
    clear: both;
  }

  .inputs.custom-attributes {
    text-align: left;
    white-space: normal;
  }

  .inputs > label,
  .giftcard label {
    display: block;
    width: 100%;
    margin: 0 0 8px;
    text-align: left;
    font-size: 14px;
    color: #333;
    letter-spacing: 0.5px;
    font-family: 'proxima-nova';
    text-transform: uppercase;
    white-space: normal;
  }

  .inputs.accept-consent > label {
    display: inline-block;
    width: calc(100% - 30px);
    margin: 0 0 0 7px;
  }

  .inputs input[type="text"],
  .inputs input[type="password"],
  .inputs input[type="email"],
  .inputs input[type="tel"],
  .inputs select,
  .inputs textarea,
  .giftcard input,
  .giftcard textarea {
    width: 100%;
    max-width: 470px;
    vertical-align: middle;
    color: #898989;
  }

    .inputs input[type="text"]:focus,
    .inputs select:focus, .inputs textarea:focus {
      color: #333;
    }

  .inputs .option-list {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #c2c2c2;
    width: 100%;
    max-width: 630px;
    padding: 0 0 0 8px;
  }

    .inputs .option-list li {
      float: left;
      margin: 0 10px 0 0;
    }

    .inputs .option-list label {
      width: auto;
      margin: 10px 10px 0;
    }

  .inputs.reversed {
    text-align: center;
  }

.login-page .inputs.reversed label {
  display: inline-block;
  width: auto;
  margin: 0 0 0 5px;
}

.inputs.reversed .forgot-password,
.forgot-password {
  display: block;
  font-size: 12px;
  color: #898989;
  position: absolute;
  top: 0;
  right: 0;
  letter-spacing: 0.5px;
}

.required {
  margin: 0 -6px 0 3px; /*siblings offset fix*/
  font-size: 18px;
  color: #c00;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
  display: block;
  font-size: 13px;
  color: #c00;
  margin: 4px 0 0;
}

.returning-wrapper .message-error {
  left: 0;
  right: 0;
  text-align: center;
  top: 15px;
  margin: 0 0 20px;
}

.field-validation-valid {
  display: block;
  font-size: 11px;
  color: #690;
}

.captcha-box {
  margin: 0 0 15px;
  text-align: center;
  line-height: 0; /*firefox line-height bug fix*/
}

  .captcha-box > div {
    display: inline-block;
  }

  .captcha-box input {
    height: auto;
  }

/*********** GLOBAL TABLES ***********/

.cart .remove-from-cart {
  position: relative;
}

  .cart .remove-from-cart input {
    opacity: 0;
  }

  .cart .remove-from-cart button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    border: 0;
    background: url(../img/close-notification.png) no-repeat center;
    box-shadow: none;
    transition: all 0.2s ease;
  }

/*********** NOTIFICATIONS & POPUPS  ***********/

.bar-notification {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10002;
  width: 100%;
  padding: 12px 35px 12px 0;
  opacity: 0.95;
  background: #fff;
  color: #82b85a;
  font-family: 'proxima-nova';
  box-shadow: 0 0 20px rgba(0,0,0,.1);
}

  .bar-notification.error .content,
  .bar-notification.warning .content {
    background: url(../img/icon3.png) no-repeat 25px center;
    color: #f73950;
    height: 100%;
  }

  .bar-notification .content {
    background: url("../img/icon2.png") no-repeat scroll 13px center rgba(0, 0, 0, 0);
    padding: 0 0 0 40px;
  }

    .bar-notification .content a {
      text-decoration: underline;
    }

  .bar-notification .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px; /*even numbers only*/
    height: 32px; /*even numbers only*/
    margin: 5px;
    background: url('../img/close-notification.png') center no-repeat;
    cursor: pointer;
    opacity: 0.7;
  }

    .bar-notification .close:hover {
      opacity: 0.9;
    }

.noscript {
  border-bottom: 1px solid #333;
  background-color: #ff9;
  padding: 30px 15px;
  text-align: center;
  line-height: 22px;
  color: #444;
}

.ui-dialog {
  position: absolute !important;
  z-index: 1008;
  width: 450px !important;
  max-width: 95%;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  overflow: hidden;
  background: #fff;
}

.ui-dialog-titlebar {
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
  padding: 10px;
  text-shadow: 1px 1px 0 #eee;
  font: 18px "proxima-nova";
  color: #333;
}

  .ui-dialog-titlebar span {
    float: left;
    text-transform: uppercase;
  }

  .ui-dialog-titlebar button {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px; /*even numbers only*/
    height: 26px; /*even numbers only*/
    margin: 7px;
    overflow: hidden;
    border: none;
    background: url("../img/close-notification.png") no-repeat center / 50% auto;
    text-indent: 999px;
  }

    .ui-dialog-titlebar button:hover {
      opacity: 0.9;
    }

    .ui-dialog-titlebar button * {
      display: none;
    }

.ui-dialog-content {
  height: auto !important;
  padding: 10px;
  line-height: 20px;
}

  .ui-dialog-content .topic-block {
    margin: 10px 0 0;
  }

  .ui-dialog-content .topic-block-body {
    max-height: 200px;
    overflow-y: scroll;
  }

  .ui-dialog-content .topic-block p {
    margin: 0;
  }
/*.ui-dialog-buttonset {
	padding: 10px;
	text-align: right;
}
.ui-dialog-buttonset button {
	min-width: 60px;
	margin-left: 5px;
	border: 1px solid #bbb;
	box-shadow: 0 0 1px #ddd, inset 0 0 1px #fff;
	background: #eee;
	padding: 5px;
}
.ui-dialog-buttonset button:hover {
	background: #f6f6f6;
}*/

.eu-cookie-bar-notification {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1002;
  width: 320px;
  margin: -90px 0 0 -160px;
  border: 1px solid #bbb;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 0 0 1px #fff;
  background: #fff;
  padding: 20px;
  text-align: center;
}

  .eu-cookie-bar-notification .text {
    margin-bottom: 20px;
    line-height: 20px;
  }

  .eu-cookie-bar-notification button {
    min-width: 60px;
    margin: 10px 0;
    border: 1px solid #e1e1e1;
    background: #fff;
    padding: 15px 50px;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-family: 'proxima-nova';
    letter-spacing: 0.5px;
  }

  .eu-cookie-bar-notification a {
    display: block;
    font-family: 'proxima-nova';
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }

/*********** HEADER ***********/

.admin-header-links {
  background: #f6f6f6;
  text-align: center;
  border-bottom: 1px solid #eee;
  z-index: 1;
  position: relative;
}

  .admin-header-links a {
    font-size: 15px;
    margin: 0 10px;
    line-height: 35px;
    text-transform: uppercase;
  }

.header {
  position: relative;
  margin: 0 auto 10px;
  text-align: center;
}

  .header.becomeAbsolute {
    position: absolute;
    width: 100%;
  }

  .header.move-right .header-buttons {
    position: relative;
    z-index: -1;
  }

  .header.mobile .white-background {
    background: #fff;
  }

  .header:after {
    content: "";
    display: block;
    clear: both;
  }

  .header .header-strip {
    margin: 0 0 10px;
  }

  .header .header-strip {
    position: relative;
    z-index: 3;
    margin: 0;
  }

.header-top-strip .header-buttons li.filters-button {
  display: none;
}

.header-top-strip .header-buttons {
  font-size: 0;
}

  .header-top-strip .header-buttons li {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    font-size: 0;
    position: relative;
    cursor: pointer;
    vertical-align: top;
  }

.header-top-strip li.filters-button > span {
  display: block;
  height: 100%;
  width: 40px;
  background: url(../img/filters-icon-opener.png) no-repeat center;
}

.header-top-strip .shopping-cart-opener:before {
  display: none;
}

.header-top-strip ul.header-buttons > li:not(:first-child):before {
  content: '';
  display: block;
  width: 1px;
  border-left: 1px solid #060606;
  height: 60%;
  position: absolute;
  top: 20%;
}

.header-top-strip .header-buttons li.shopping-cart-opener {
    width: 48px;
}

.shopping-cart-opener a {
  display: block;
  height: 100%;
  background: url(../img/icon-cart.svg)no-repeat center;
  width: 45px;
  background-size: 20px;
  background-position: left center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shopping-cart-opener a .cart-qty {
    font-size: 16px;
}


.header-top-strip .ico-wishlist {
  display: block;
  height: 100%;
  background: url(../img/wishlist.svg)no-repeat center;
  width: 40px !important;
  background-size: 18px;
}

.user-links-opener {
  background: url(../img/user-login.svg)no-repeat center;
  width: 40px!important;
  background-size: 16px;
}

.search-opener {
  background: url(../img/icon-search.svg)no-repeat center;
  width: 40px !important;
  background-size: 18px;
}

.header-selectors-opener {
  background: url(../img/icon-personal.png)no-repeat center;
}

.header-logo {
  float: left;
  position: relative;
  text-align: center;
  z-index: 2;
}

.header.normal .header-logo {
  top: 100%;
  position: absolute;
}

.header.move-right.normal .header-logo a {
  position: relative;
  z-index: -1;
}

.header-logo a {
  display: inline-block;
  max-width: 100%;
  line-height: 0; /*firefox line-height bug fix*/
}

  .header-logo a img {
    max-width: 100%;
    height: 70px;
    object-fit: contain;
  }

.header-menu-opener {
  float: right;
  position: relative;
  margin: 16px;
  background: url(../img/icon-menu.png) no-repeat center;
  height: 45px;
  width: 45px;
  cursor: pointer;
  font-size: 0;
  z-index: 2;
}

.header.mobile .header-menu {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

  .header.mobile .header-menu.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

.overlayOffCanvas {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  background: rgba(0,0,0,0.5);
  z-index: 2;
}

.header-links-wrapper {
  position: relative;
  margin: 0 0 20px;
}

.header-links {
  margin: 0 0 10px;
  font-family: 'proxima-reg';
}

  .header-links ul {
    font-size: 0;
  }

  .header-links li {
    display: inline-block;
    margin: 10px;
  }

  .header-links span,
  .header-links a {
    display: inline-block;
    font-size: 16px; /*reset zeroing*/
    line-height: 32px;
    color: #313131;
  }

  .header-links .cart-qty {
    background: url('../img/cart-icon.png') left center no-repeat;
    padding: 0 0 0 20px;
  }

.header.mobile .header-bottom-strip {
  box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}

.header-links-wrapper,
.shopping-cart-wrapper,
.user-links-wrapper,
.search-box-wrapper,
.header-selectors-wrapper {
  display: none;
}

  .header-links-wrapper.active,
  .user-links-wrapper.active,
  .search-box-wrapper.active,
  .header-selectors-wrapper.active,
  .shopping-cart-wrapper.active {
    display: block;
  }

.search-box form {
  display: inline-block;
  width: 100%;
}

  .search-box form:after {
    content: "";
    display: block;
    clear: both;
  }

span.search-box-text {
  border: none !important;
  width: auto;
}

.search-box input.search-box-text {
  float: left;
  width: 85% !important;
  max-width: 430px;
  height: 36px;
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  font-family: proxima-reg;
  color: #aaa;
  box-sizing: border-box;
}

.search-box .search-box-button {
  float: left;
  width: 42px;
  height: 36px;
  border: none;
  overflow: hidden;
  background: url('../img/icon-search.png') center no-repeat;
  text-indent: 999px;
  border-bottom: 1px solid #ddd;
}

.ui-helper-hidden-accessible {
  display: none;
}

.ui-autocomplete {
  z-index: 1002 !important;
  width: 256px !important;
  max-width: 100%;
  border: 1px solid #ddd;
  border-top: none;
  overflow: hidden;
  background: #fff;
  text-align: left;
}

  .ui-autocomplete li {
    border-top: 1px solid #ccc;
  }

    .ui-autocomplete li:first-child {
      border-top: none;
    }

  .ui-autocomplete .ui-state-active {
    background: #f6f6f6;
  }

  .ui-autocomplete a {
    display: block;
    padding: 8px;
  }

  .ui-autocomplete img {
    max-width: 50px;
    margin-right: 8px;
    vertical-align: middle;
  }

.header-selectors-wrapper {
  font-size: 0;
}

  .header-selectors-wrapper .custom-select-text {
    color: #333;
  }

  .header-selectors-wrapper > div {
    display: inline-block;
    margin: 10px 5px;
  }

    .header-selectors-wrapper > div > div {
      display: inline-block;
    }

.currency-selector {
  position: relative;
}

.header-selectors-wrapper select {
  margin: 0 10px;
  border: none;
  color: #313131;
  font-family: proxima-reg;
  font-size: 16px;
  min-width: 100px;
  opacity: 1;
}

.language-list {
  max-width: 100%;
  font-size: 0;
}

  .language-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
  }

  .language-list a {
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    line-height: 0;
  }

  .language-list img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
/* mini shopping cart */
.shopping-cart-wrapper {
  overflow: hidden;
}

  .shopping-cart-wrapper.active {
    display: block;
  }

  .shopping-cart-wrapper .cart-title {
    font: 18px "proxima-nova";
    margin: 25px auto;
    text-align: center;
    text-transform: uppercase;
    color: #333;
  }

  .shopping-cart-wrapper.active .flyout-cart {
    display: block;
  }

.flyout-cart {
  margin: 0 auto 40px;
  padding: 50px;
  max-width: 430px;
  border: 1px solid #e1e1e1;
  background: #fff;
}

.mini-shopping-cart {
  font-size: 11px;
}

  .mini-shopping-cart .no-items {
    display: block;
    font-size: 13px;
    color: #898989;
    text-align: center;
  }

  .mini-shopping-cart * {
    line-height: normal !important;
  }

  .mini-shopping-cart a {
    font: 14px proxima-nova;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #333;
  }

    .mini-shopping-cart a:hover {
      text-decoration: underline;
    }

  .mini-shopping-cart .count {
    padding: 5px 0;
  }

    .mini-shopping-cart .count a {
      font-weight: bold;
    }

  .mini-shopping-cart .items {
    margin: 0 0 12px;
  }

  .mini-shopping-cart .item {
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
    padding: 15px 0;
  }

  .mini-shopping-cart .picture {
    float: left;
    width: 54px;
    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;
      text-align: left;
    }

  .mini-shopping-cart .name {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: bold;
  }

  .mini-shopping-cart .attributes {
    font-style: italic;
  }

  .mini-shopping-cart .price,
  .mini-shopping-cart .quantity {
    display: table-cell;
    font: 14px 'proxima-reg';
    color: #333;
  }

  .mini-shopping-cart .quantity {
    padding: 0 10px 0 0;
  }

    .mini-shopping-cart .quantity span {
      display: inline-block;
      border: 1px solid #d7d7d7;
      padding: 6px;
      width: 36px;
      text-align: center;
    }

  .mini-shopping-cart .totals {
    margin: 0 0 30px;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    font-family: "proxima-reg";
    color: #333;
  }

    .mini-shopping-cart .totals strong {
      color: #898989;
      float: right;
      font: 14px 'proxima-reg';
    }

  .mini-shopping-cart .buttons {
    margin: 0 0 5px;
    text-align: right;
    font-size: 0;
  }

  .mini-shopping-cart button {
    display: inline-block;
    width: 50%;
    border: 1px solid #e1e1e1;
    padding: 13px;
    color: #333;
    font: 14px "proxima-reg";
    background: transparent;
    text-transform: uppercase;
  }

    .mini-shopping-cart button.checkout-button {
      background: #040e17;
      border: 1px solid #040e17;
      color: #fff;
      float: right;
    }

/*********** FOOTER ***********/

.footer {
  text-align: center;
}

.footer-upper {
  margin: 0 0 15px;
  overflow: hidden;
}

  .footer-upper .networks ul {
    overflow: hidden;
    background: #555555;
  }

  .footer-upper .networks li {
    opacity: 0.8;
  }

    .footer-upper .networks li:hover {
      opacity: 1;
    }

  .footer-upper .networks a {
    display: block;
    height: 45px;
    font-size: 0;
    mask-size: 26px !important;
    background-color: #000;
  }

  .footer-upper .networks .twitter a {
    mask: url(../img/twit-mobile.png) no-repeat center;
  }

  .footer-upper .networks .facebook a {
    mask: url(../img/f-mobile.png) no-repeat center;
    mask-size: 14px !important;
  }

  .footer-upper .networks .google-plus a {
    mask: url(../img/g-mobile.png) no-repeat center;
  }

  .footer-upper .networks .youtube a {
    mask: url(../img/youtube-footer.png) no-repeat center;
  }

  .footer-upper .networks .rss a {
    mask: url(../img/rss-footer.png) no-repeat center;
  }

  .footer-upper .networks .pinterest a {
    mask: url(../img/pin-footer.png) no-repeat center;
  }

  .footer-upper .networks .instagram a {
    mask: url(../img/instagram.png) no-repeat center;
  }

  .footer-upper .networks .vimeo a {
    mask: url(../img/vimeo.png) no-repeat center;
  }

  .footer-upper .networks .tiktok a {
    mask: url(../img/tik-tok.png) no-repeat center;
  }

  .footer-upper .networks .linkedin a {
    mask: url(../img/linkedin.png) no-repeat center;
    mask-size: 35px !important;
  }

.social-buttons .networks {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.networks li {
  width: 45px;
}

.social-buttons .networks {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.networks li {
  width: 45px;
}

.social-buttons .networks {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.networks li {
  width: 45px;
}

.footer-block .title {
  margin: 0 0 10px;
}

.footer-middle {
  margin: 0 0 20px;
  padding: 0 10px 10px;
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
}

.footer-middle .title strong {
  font: 14px/21px 'proxima-reg';
  color: #898989;
  font-weight: normal;
}

.footer-box {
  margin-left: auto;
  margin-right: auto;
}

.footer-box {
  height: auto !important;
  margin: 0 auto 20px !important;
}

  .footer-box li {
    margin: 10px 0;
  }

    .footer-box li a {
      padding: 5px 0;
      text-transform: uppercase;
    }

.block-newsletter {
  margin: 0 0 15px;
}

.newsletter-email {
  display: inline-block;
  overflow: hidden;
  margin-top: 10px;
}

  .newsletter-email input[type="email"] {
    display: block;
    margin: 0 auto 10px;
    width: 300px;
    height: 39px;
  }

  .newsletter-email button {
    min-width: 96px;
    height: 40px;
    border: none;
    overflow: hidden;
    background: #e1e1e1;
    font: 16px 'proxima-reg';
    color: #333;
    padding: 5px;
  }

    .newsletter-email button:hover {
      background: #e3e3e3;
    }

.footer-middle p {
  font: 14px proxima-reg;
  color: #898989;
  margin: 0 0 30px;
}

.newsletter-validation,
.newsletter-result-block {
  width: 100%;
  overflow: hidden;
  line-height: 28px;
}

  .newsletter-validation .please-wait {
    display: none !important;
  }

.newsletter-email .options {
  margin: 10px 0 0 0;
}

  .newsletter-email .options span {
    display: inline-block;
    margin: 0 0 0 10px;
  }

  .newsletter-email .options label {
    padding: 10px 0;
    display: inline-block;
  }

.accepted-payment-methods {
  display: none;
  margin: 15px auto;
  max-width: 460px;
}

.footer-powered-by {
  float: none;
}

.footer-disclaimer,
.footer-powered-by {
  color: #999999;
  font-size: 14px;
}

.footer-powered-by {
  margin: 5px 0 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

  .footer-powered-by a img {
    height: 70px;
    position: relative;
    display: block;
  }

.accepted-payment-methods ul {
  font-size: 0;
}

.accepted-payment-methods li {
  display: inline-block;
  margin: 6px;
  height: 16px;
  background: url('../img/payment-sprite.png') no-repeat;
}

.accepted-payment-methods .method1 {
  width: 79px;
  background-position: -3px 0;
}

.accepted-payment-methods .method2 {
  width: 50px;
  background-position: -88px 0px;
}

.accepted-payment-methods .method3 {
  width: 50px;
  background-position: -148px 0;
}

.accepted-payment-methods .method4 {
  background-position: 0px -20px;
  width: 102px;
}

.accepted-payment-methods .method5 {
  width: 45px;
  background-position: -104px -20px;
}

.accepted-payment-methods .method6 {
  width: 40px;
  background-position: -155px -20px;
}

.footer-lower {
  overflow: hidden;
  font-size: 11px;
}

  .footer-lower > div {
    margin: 0 0 5px;
    font: 14px proxima-reg;
    color: #898989;
  }

  .footer-lower .footer-tax-shipping a {
    text-decoration: underline;
  }

  .footer-lower .footer-disclaimer {
    margin: 15px 0 5px;
    text-transform: uppercase;
  }

.footer-powered-by a,
.footer-designed-by a {
  text-decoration: underline;
}

.footer-lower .footer-store-theme {
  margin: 0 0 15px;
  display: inline-block;
}

.footer-store-theme select {
  width: 170px;
}

.footer-store-theme .select-wrap {
  border: 1px solid #c2c2c2;
  padding: 0 24px 0 12px;
  background: url(../img/select.png) no-repeat 94% center;
}

.footer-map {
  height: 300px;
  display: block;
  width: 100%;
}

.footer-under-lower {
  width: 100%;
  padding: 10px 20px;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.flex {
  display: flex;
}

.footer-under-lower .payment-icons {
  flex: 1;
}

  .footer-under-lower .payment-icons,
  .footer-under-lower .payment-icons .payment-program {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

    .footer-under-lower .payment-icons .payment-program {
      margin: 5px;
      line-height: normal;
    }

      .footer-under-lower .payment-icons .payment-program img {
        height: 60px !important;
        width: auto !important;
      }

.footer-under-lower small {
  max-width: 1000px;
  font-size: 10px;
  color: #333;
  text-align: center;
  flex: 1;
  line-height: normal;
}

/*********** HOME PAGE ***********/
/*where the title must show*/
.master-wrapper-main {
  position: relative;
}

.center-1 .home-page .page-body {
  max-width: 100%;
}

/* home page topic */

.home-page .topic-block {
  margin: 65px auto 80px;
  max-width: 1170px;
}

.home-page .topic-block-body p {
  color: #fff;
  font-size: 18px;
}

.home-page .topic-block-title h2 {
  margin: 0 0 13px;
  font: 34px "proxima-nova";
  text-transform: uppercase;
  color: #fff;
}

.home-page .topic-block-body {
  margin: auto;
  line-height: 26px;
  font-size: 18px;
  color: #fff;
  max-height: 212px;
  max-width: 96%;
  overflow: hidden;
  text-align: center;
}

/* home page tabs */

.home-page-category-tabs {
  background: url(../img/shadow-line.png) no-repeat center bottom;
  padding: 0 0 60px;
  margin: 0 0 90px;
}

  .home-page-category-tabs .titles {
    margin: 0 0 70px 0;
  }

    .home-page-category-tabs .titles li {
      display: inline-block;
      margin: 0 -1px 10px;
      border-left: 1px solid #898989;
      line-height: 10px;
    }

    .home-page-category-tabs .titles span {
      font-size: 18px;
      line-height: 18px;
      color: #000;
      text-transform: uppercase;
      padding: 0 15px;
      cursor: pointer;
    }

    .home-page-category-tabs .titles li:hover span {
      color: #898989;
    }

    .home-page-category-tabs .titles li:first-child {
      border: none;
    }

    .home-page-category-tabs .titles li.active span {
      color: #898989;
      text-decoration: underline;
    }

.home-page-category-content {
  display: none;
}

  .home-page-category-content.active {
    display: block;
  }

.home-page-category-tabs .contents {
  position: relative;
}

.ajax-loading-overlay {
  display: none;
}

  .ajax-loading-overlay.active {
    background: rgba(255,255,255,.6);
    bottom: 0;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }

.ajax-loading-icon.loader {
  background: url("../img/loader_urban2.gif") no-repeat center;
  display: block;
  height: 60px;
  width: 60px;
  margin: 210px auto 0;
}
/*default nop filters*/
.product-filters {
  display: none !important;
  overflow: hidden;
  margin: 0 0 30px;
}

  .product-filters .product-filter {
    width: 80%;
    max-width: 400px;
    margin: 0 auto 15px;
  }

    .product-filters .product-filter .remove-filter a {
      display: inline-block;
      color: #c61111;
    }

.product-filter .remove-filter a:hover {
  text-decoration: underline;
}

.product-filter .filtered-items {
  margin: 10px 0;
  border: 1px solid #e1e1e1;
  padding: 5px;
}

.filter-content li a {
  display: block;
  padding: 7px 0;
}

.product-filter .filter-title {
  margin: 0 0 10px;
  text-transform: uppercase;
}

/*********** LEFT/RIGHT COLUMN ***********/

.block {
  text-align: center;
}

  .block .title {
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
    line-height: 32px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    white-space: nowrap;
    overflow: hidden;
  }

    .block .title strong {
      font-weight: normal;
      display: block;
      text-transform: uppercase;
      color: #333;
    }

  .block .listbox {
    display: none;
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 0;
  }

  .block:last-child .listbox {
    border-bottom: none;
  }

  .block .listbox:after {
    content: "";
    display: block;
    clear: both;
  }

  .block .list li:hover > a {
    color: #333;
  }

  .block .list li a.active {
    color: #333;
  }

  .block .list a {
    display: block;
    margin: 0 auto 10px;
    padding: 0;
    line-height: 32px;
  }

  .block .list img {
    display: none;
  }

  .block .view-all {
    margin: 10px 0 0;
    display: inline-block;
  }

    .block .view-all a {
      display: block;
      padding: 8px 18px;
      border: 1px solid #ddd;
    }

    .block .view-all:hover a {
      color: #333;
      border-color: #333;
    }

  .block .tags {
    margin: 0 0 10px;
  }

    .block .tags ul {
      font-size: 0;
    }

    .block .tags li,
    .product-tags-all-page li {
      display: inline-block;
      position: relative;
      margin: 0 10px;
      overflow: hidden;
      font-size: 16px !important; /*setting base size*/
    }

      .block .tags li a,
      .product-tags-all-page li a {
        line-height: 30px;
      }

.poll strong {
  display: block;
  margin: 0 0 10px;
}

.poll-options,
.poll-results {
  margin: 0 0 15px;
  overflow: hidden;
}

  .poll-options li,
  .poll-results li {
    display: inline-block;
    margin: 5px 5px 5px 0;
  }

    .poll-options li > * {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
    }

.poll .buttons button {
  border: none;
  padding: 10px 30px;
  background: #333;
  color: #fff;
  text-transform: uppercase;
  font-family: proxima-nova;
}

.poll-total-votes {
  display: block;
  margin: 10px 0 0;
  font-weight: bold;
}

.twocolumns .block .view-all,
.onecolumn .block-popular-tags .view-all {
  text-transform: uppercase;
  display: inline-block;
}

.onecolumn .side-after-center-1 {
  display: none;
}

/********** CATEGORY PAGE **********/

.filters-button {
  display: none;
}

.breadcrumb {
  margin: 20px auto;
  text-align: center;
}

  .breadcrumb ul {
    font-size: 0;
  }

  .breadcrumb li {
    display: inline-block;
    font: 12px 'proxima-reg';
    text-transform: uppercase;
    color: #333;
  }

    .breadcrumb li > * {
      margin: 0 3px;
      font-size: 12px; /*reset zeroing*/
      line-height: 32px;
      letter-spacing: 3px;
    }

    .breadcrumb li link {
      display: inline-block;
    }

  .breadcrumb strong {
    font-weight: normal;
  }

    .breadcrumb strong + span {
      float: right;
    }

  .breadcrumb a:hover * {
    text-decoration: underline;
  }

.category-description,
.manufacturer-description,
.vendor-description {
  margin: 0 0 50px;
  padding: 20px 0 0 0;
  font: 15px/22px 'proxima-reg';
  color: #333;
}

.vendor-list {
  text-align: center;
}

  .vendor-list li {
    display: inline-block;
    padding: 0 15px;
  }

/* home page category grid */

.home-page-category-grid .item-box .picture a::before {
  padding-top: 100%;
}

.home-page-category-grid .item-box .title {
  height: 300px;
  padding: 60px 40px;
  background: #282828;
  font: 24px 'proxima-reg';
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 7px;
  position: relative;
  padding: 0;
}

  .home-page-category-grid .item-box .title:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-top: 15px solid #282828;
    border-right: 15px solid transparent;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin: 0 0 0 -10px;
    z-index: 1;
  }

  .home-page-category-grid .item-box .title a {
    word-wrap: break-word;
    height: 100%;
    padding: 25% 0 0;
  }

  .home-page-category-grid .item-box .title span {
    font: 14px 'proxima-reg';
    text-transform: none;
    color: #898989;
    letter-spacing: normal;
    position: relative;
    top: 30px;
    left: 0;
    right: 0;
  }

  .home-page-category-grid .item-box .title strong {
    display: block;
    max-height: 56px;
    overflow: hidden;
  }

  .home-page-category-grid .item-box .title span:before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    border-top: 1px solid #898989;
    margin: 0 0 20px -15px;
    left: 50%;
    position: relative;
  }

.home-page-category-grid .item-box:nth-child(2n+1) .title {
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

  .home-page-category-grid .item-box:nth-child(2n+1) .title:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #282828;
    border-top: none;
    border-right: 15px solid transparent;
    position: absolute;
    top: -15px;
    left: 50%;
    margin: 0 0 0 -10px;
    z-index: 1;
  }

.home-page-category-grid .item-box:nth-child(2n+1) .picture {
  margin: 0 0 310px 0;
}

.home-page > .slider-wrapper {
  display: none;
}

.category-page .product-selectors {
  padding-top: 10px;
}

.sub-category-grid .title,
.manufacturer-grid .title,
.vendor-grid .title {
  background: #282828;
  font: 24px/70px 'proxima-reg';
  color: #fff;
  height: 70px;
  letter-spacing: 5px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}

.sub-category-grid .picture,
.manufacturer-grid .picture,
.vendor-grid .picture {
  display: none;
}

.sub-category-grid .item-box .title {
  margin: 0;
}

.sub-category-grid .title a {
  display: block;
}

.product-filters-wrapper {
  display: none;
}

.product-selectors {
  margin: 0 0 30px;
  padding: 0 0 12px 0;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
}

  .product-selectors:after {
    content: "";
    display: block;
    clear: both;
  }

  .product-selectors > div {
    position: relative;
    display: inline-block;
    margin: 5px;
    text-align: left;
  }

    .product-selectors > div > * {
      display: inline-block;
      vertical-align: middle;
    }

  .product-selectors select {
    margin: 0 5px;
    text-transform: lowercase;
    font-size: 14px;
    color: #898989;
  }

  .product-selectors > div span {
    vertical-align: top;
    font-size: 14px;
    line-height: 45px;
    color: #252525;
  }

  .product-selectors .select-wrap {
    position: relative;
    min-width: 85px;
    margin: 0 0 0 5px;
    padding: 0 24px 0 12px;
    overflow: hidden;
    border: 1px solid #c2c2c2;
    background: url(../img/filters-drop.png) no-repeat 95% center;
  }

  .product-selectors .product-page-size .select-wrap {
    margin: 0 5px;
  }

  .product-selectors .select-wrap select {
    position: absolute;
    left: 0;
    height: 46px;
    width: 100%;
    margin: 0;
    opacity: 0;
  }

div.product-viewmode {
  display: none;
}

.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after {
  content: "";
  display: block;
  clear: both;
}

.item-box {
  position: relative;
  width: 100%;
  float: left;
  margin: 0 0 10px;
}

  .item-box .picture {
    z-index: 1;
    overflow: hidden;
    margin: 0 0 25px;
  }

    .item-box .picture a {
      display: block;
      position: relative;
    }

      .item-box .picture a:before {
        content: "";
        display: block;
        padding-top: 112%;
      }

.home-page-category-content .item-box .picture a:before {
  padding-top: 112%;
}

.item-box .product-item .picture a:before {
  padding-top: 100%;
}

.item-box .picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  margin: auto;
}

.swiper-pagination-bullet-active {
  background-color: #333;
}

.item-box .details {
  text-align: left;
  font-family: 'proxima-reg';
  padding: 0 20px;
}

.item-box .product-title {
  margin: 0 0 5px;
  overflow: hidden;
  color: #333;
  font: 14px 'proxima-reg';
}

.item-box .title {
  height: 70px;
  margin: 0 0 10px;
}

  .item-box .product-title a,
  .item-box .title a {
    display: block;
  }

.item-box .product-rating-box {
  display: none;
  margin: 0 0 5px;
}

.item-box .rating {
  background: url('../img/rating1.png') repeat-x;
  width: 106px;
  height: 21px;
}

  .item-box .rating div {
    background: url('../img/rating2.png') repeat-x;
    height: 21px;
  }

.item-box .description {
  display: none;
  height: 30px;
  margin: 0 0 10px;
  overflow: hidden;
}

  .item-box .description a {
    display: block;
    overflow: hidden;
  }

.item-box .prices {
  margin: 0;
  overflow: hidden;
}

.item-box .old-price {
  margin: 0 5px 0 0;
  color: #999;
  text-decoration: line-through;
  font: 14px 'proxima-reg';
  color: #333;
  display: none;
}

.item-box .actual-price {
  display: inline-block;
  font-size: 24px;
  color: #b7b7b7;
  font-family: 'proxima-nova';
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  vertical-align: bottom;
}

.item-box .base-price-pangv {
  margin: 5px 0 0;
}

.item-box .buttons {
  display: none;
}

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid,
.vendor-grid {
  margin: 0 0 50px;
}

  .sub-category-grid .item-box .picture a:before,
  .manufacturer-grid .item-box .picture a:before,
  .vendor-grid .item-box .picture a:before {
    padding-top: 100%;
  }

.home-page-category-grid {
  background: url(../img/hp-bg.jpg) no-repeat center bottom #fff;
  overflow: hidden;
}

.product-grid,
.product-list {
  margin: 0 0 20px;
}

  .product-grid .item-box {
    padding: 0 0 10px;
  }

  .product-grid .title {
    margin: 0 0 40px;
    font-size: 24px;
    line-height: 28px;
    font-family: 'proxima-nova';
    color: #333;
    text-transform: uppercase;
    text-align: center;
  }

    .product-grid .title strong {
      font-weight: normal;
    }

  .product-grid.cross-sells .title {
    text-align: center;
    color: #333333;
    display: block;
    font-family: "proxima-nova";
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 38px;
    position: relative;
    text-transform: uppercase
  }

    .product-grid.cross-sells .title strong:before {
      background: none repeat scroll 0 0 #333333;
      bottom: 0;
      content: "";
      display: block;
      height: 3px;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      width: 70px;
    }

.pager {
  margin: 0 0 60px;
  overflow: hidden;
}

.private-messages-box .pager {
  margin: 0 0 30px;
}

.pager ul {
  text-align: center;
  font-size: 0;
}

.pager li {
  display: inline-block;
  margin: 0;
}

  .pager li * {
    display: block;
    width: 20px;
    overflow: hidden;
    padding: 0 0 6px;
    text-align: center;
    font-size: 14px; /*reset zeroing*/
    cursor: pointer;
    color: #bbb;
  }

  .pager li.next-page a,
  .pager li.first-page a,
  .pager li.previous-page a,
  .pager li.last-page a {
    width: 32px;
    height: 32px;
  }

  .pager li.previous-page,
  .pager li.first-page {
    margin: 0 7px 0 0;
  }

  .pager li.next-page,
  .pager li.last-page {
    margin: 0 0 0 7px;
  }

.pager .current-page span {
  color: #333;
}

.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}

.pager li.previous-page * {
  background-image: url('../img/prev.png');
}

.pager li.next-page * {
  background-image: url('../img/next.png');
}

.pager li.first-page * {
  background-image: url('../img/first-page.png');
}

.pager li.last-page * {
  background-image: url('../img/last-page.png');
}

.contact-vendor .contact-vendor-button {
  background: #333333 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-family: proxima-nova;
  padding: 10px 30px;
  text-transform: uppercase;
  margin: 0 0 30px;
}

/*vendor info page*/

.vendor-picture {
  margin-top: 20px;
}

  .vendor-picture > * {
    display: block;
    margin: 0 auto 20px;
  }

/********** PRODUCT PAGE **********/

.product-essential {
  margin: 0 0 20px;
}

  .product-essential:after {
    content: "";
    display: block;
    clear: both;
  }

.gallery {
  margin: 0 auto 20px;
}

  .gallery .picture {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: center;
    font-size: 0;
    z-index: 1;
    background: url("../img/shadow.png") no-repeat scroll center bottom;
  }

    .gallery .picture img {
      max-width: 100%;
    }

  .gallery .picture-thumbs {
    margin: -20px 0 0;
    overflow: hidden;
    font-size: 0;
    text-align: center;
  }

    .gallery .picture-thumbs .thumb-item {
      display: inline-block;
      position: relative;
      width: 31%;
      height: 100%;
      text-align: center;
      margin: 0 1% 2%;
      overflow: hidden;
      vertical-align: top;
    }

      .gallery .picture-thumbs .thumb-item img {
        max-width: 100%;
      }

.video-gallery .video-thumbs {
  font-size: 0;
}

.video-gallery .thumb-item {
  width: 100%;
  height: 315px;
  margin: 15px 0 0;
}

.back-in-stock-subscription-page #back-in-stock-notify-me {
  margin-top: 15px !important;
}

.ui-dialog .back-in-stock-subscription-page .page-body {
  text-align: center;
}

.product-details-page .overview {
  position: relative;
  margin: 0 0 20px;
}

.product-details-page .discontinued-product {
  margin: 0 0 15px;
}

.discontinued-product h4 {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  background: rgba(255,255,255,0.8);
  padding: 30px 0;
  text-transform: uppercase;
  color: #c00;
}

.product-details-page .overview .prices label {
  display: none;
}

.product-details-page .product-social-buttons {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin: 0 0 50px 0;
}

  .product-details-page .product-social-buttons li a {
    font-size: 0;
    display: block;
    margin: 10px auto;
    width: 48px;
    height: 48px;
    border: 2px solid #333;
    border-radius: 50%;
  }

.product-social-buttons li {
  display: inline-block;
  width: 25%;
}

  .product-social-buttons li.facebook a {
    background: url(../img/pp-face.png) no-repeat center;
  }

  .product-social-buttons li.twitter a {
    background: url(../img/pp-twit.png) no-repeat center;
  }

  .product-social-buttons li.google a {
    background: url(../img/pp-goog.png) no-repeat center;
  }

  .product-social-buttons li.youtube a {
    background: url(../img/pp-pin.png) no-repeat center;
  }

  .product-social-buttons li.pinterest a {
    background: url(../img/pp-pin.png) no-repeat center;
  }

  .product-social-buttons li.linkedin a {
    background: url(../img/icon-linkedin.png) no-repeat center;
  }

.overview .product-name {
  margin: 0 0 15px;
}

  .overview .product-name h1 {
    font: 36px 'proxima-nova';
    color: #333;
  }

.overview .short-description {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 24px;
  color: #898989;
}

.back-in-stock-subscription,
.download-sample {
  margin: 0 0 15px;
  font-size: 0;
  position: relative;
  vertical-align: top;
}

  .overview .buttons .availability {
    margin: 20px 0;
    display: block;
  }

.qq-uploader {
  text-align: center;
}

  .qq-uploader .qq-upload-button {
    display: inline-block;
    background: #fff;
    border: none;
    height: 48px;
    width: auto;
    padding: 0 40px;
    line-height: 48px;
    color: #333;
    text-transform: uppercase;
    border: 1px solid #ddd;
  }

.qq-upload-button-selector.qq-upload-button > div {
  font-size: 14px;
}

.overview .buttons div {
  display: inline-block;
  margin: 0;
}

.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button,
.overview .add-to-compare-list-button,
.overview .email-a-friend-button,
.overview .subscribe-button,
.download-sample-button,
.availability .subscribe-button,
.submit-ticket .submit-ticket-button {
  display: inline-block;
  border: 1px solid #ccc;
  font-size: 13px; /*reset zeroing*/
  background: #ebebeb;
}

/* if you want these buttons to be links with icons */
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button,
.overview .add-to-compare-list-button,
.overview .email-a-friend-button,
.overview .subscribe-button,
.overview .download-sample-button,
.availability .subscribe-button,
.submit-ticket .submit-ticket-button {
  display: inline-block;
  border: 0;
  background-position: left center;
  background-repeat: no-repeat;
}

.download-sample-button a {
  background: #ebebeb;
  display: inline-block;
}

  .download-sample-button a:before {
    border-left: 1px solid #8a8a8a;
    border-right: 1px solid #494949;
    content: "";
    display: inline-block;
    height: 40px;
    left: 0;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    width: 2px;
  }

.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button,
.overview .add-to-compare-list-button,
.overview .email-a-friend-button,
.overview .subscribe-button,
.overview .download-sample-button,
.availability .subscribe-button {
  width: 66px;
  height: 66px;
  background-position: center;
  font-size: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.overview .compare-products {
  position: relative;
}

  .overview .compare-products:after {
    content: '';
    display: inline-block;
    width: 2px;
    border-left: 1px solid #494949;
    border-right: 1px solid #8a8a8a;
    height: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -20px 0 0 0;
  }

  .overview .compare-products:before,
  .overview .back-in-stock-subscription:before,
  .overview .download-sample-button:before {
    content: '';
    display: inline-block;
    width: 2px;
    border-right: 1px solid #494949;
    border-left: 1px solid #8a8a8a;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -20px 0 0 0;
  }

  .overview .compare-products:first-child:before {
    display: none;
  }

.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
  background-image: url(../img/wishlistNew.png);
}

.overview .add-to-compare-list-button {
  background-image: url(../img/Shuffle.png);
}

.overview .email-a-friend-button {
  background-image: url(../img/Ellipse-5.png);
}

.overview .subscribe-button,
.availability .subscribe-button {
  background-image: url(../img/Shape-361.png);
}

.download-sample-button {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/Shape-363.png);
  background-color: #ebebeb;
  background-position: center;
  background-repeat: no-repeat;
}

.overview .sku, .variant-overview .sku,
.overview .gtin, .variant-overview .gtin,
.overview .stock, .variant-overview .stock,
.overview .delivery-date, .variant-overview .delivery-date,
.overview .product-vendor, .variant-overview .product-vendor,
.overview .manufacturers, .manufacturer-part-number {
  margin: 0 0 15px;
}

.overview .stock,
.variant-overview .stock {
  margin: 0 0 20px;
}

.overview .value,
.variant-overview .value {
  display: inline-block;
  line-height: 20px;
  font-size: 14px;
  padding: 0 5px;
}

  .overview .value a,
  .variant-overview .value a {
    font-weight: bold;
    text-decoration: underline;
  }

.free-shipping {
  display: inline-block;
  margin: 10px auto 15px;
  background: #ebebeb;
  text-align: center;
  text-transform: uppercase;
  font-family: "proxima-nova";
  font-size: 18px;
  padding: 15px 30px;
  color: #333;
}

.overview .manufacturers {
  margin: 0 0 10px; /*not present in variant-overview*/
}

.product-no-reviews,
.product-reviews-overview {
  margin: 0 0 20px; /*not present in variant-overview*/
}

  .product-no-reviews a {
    text-decoration: underline;
  }

.product-review-box {
  margin: 0;
}

  .product-review-box .rating {
    display: inline-block;
    width: 105px;
    height: 21px;
    background: url('../img/rating1.png') repeat-x;
  }

    .product-review-box .rating div {
      height: 21px;
      background: url('../img/rating2.png') repeat-x;
    }

.product-review-links {
  display: inline-block;
}

  .product-review-links a {
    text-decoration: underline;
  }

  .product-review-links + .add-review {
    margin-left: 10px;
  }

.overview .prices,
.variant-overview .prices {
  margin: 25px 0 10px;
  overflow: hidden;
}

  .overview .prices .tax-shipping-info {
    color: #898989;
  }

    .overview .prices .tax-shipping-info a {
      font-family: 'proxima-reg';
      text-decoration: underline;
    }

  .overview .prices > div,
  .variant-overview .prices > div {
    margin: 0 0 5px;
  }

    .variant-overview .prices > div a {
      font-family: proxima-nova;
    }

.overview .old-product-price,
.variant-overview .old-product-price {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}

.overview .product-price,
.variant-overview .product-price {
  font-size: 48px;
  color: #b1b1b1;
  font-family: 'proxima-nova';
}

.variant-overview .product-price {
  font-size: 42px;
}

.product-price span {
  vertical-align: middle;
}

.customer-entered-price {
  margin: 0 0 20px;
  overflow: hidden;
  background: #f6f6f6;
  padding: 10px;
}

  .customer-entered-price > div {
    display: inline-block;
  }

  .customer-entered-price .price-input {
    margin: 0 0 10px 0;
  }

  .customer-entered-price .enter-price-input {
    width: 60px;
    text-align: center;
  }

  .customer-entered-price .price-range {
    font-family: 'proxima-nova';
  }

.overview .add-to-cart {
  margin: 0 0 20px;
}

  .overview .add-to-cart .min-qty-notification {
    margin: 0 0 10px;
  }

.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
  display: inline-block;
  position: relative;
}

  .overview .add-to-cart-panel > *,
  .variant-overview .add-to-cart-panel > * {
    float: left;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }

.overview .qty-label,
.variant-overview .qty-label {
  position: absolute;
  left: -25px;
  line-height: 36px;
  display: none !important;
}

.overview .qty-input,
.variant-overview .qty-input,
.overview .qty-dropdown,
.variant-overview .qty-dropdown {
  margin: 0 1px 0 0;
  width: 50px;
  height: 50px;
  padding: 12px;
  text-align: center;
  font-size: 16px;
  border: none;
  background: #333;
  color: #fff;
  background: transparent;
  border: 1px solid #333;
  color: #333;
}

.overview .qty-dropdown,
.variant-overview .qty-dropdown {
  width: auto;
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
  border: none;
  padding: 0 30px;
  font-size: 14px;
  font-family: 'proxima-nova';
  background: #333;
  color: #fff;
  text-transform: uppercase;
  height: 50px;
  margin: 0 0 0 2px;
}

.overview .add-to-cart .add-to-wishlist-button {
  display: none; /*removes the old button*/
}

.overview .add-to-cart .plus,
.overview .add-to-cart .minus,
.variant-overview .add-to-cart .plus,
.variant-overview .add-to-cart .minus {
  border: 1px solid;
  margin: -1px 0 0 -1px;
  padding: 16px 14px;
  color: #fff;
  background: #333;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  height: 52px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.product-estimate-shipping {
  margin: 20px 0;
}

  .product-estimate-shipping a {
    display: inline-block;
  }

  .product-estimate-shipping i {
    display: inline-block;
    transform: rotate(45deg);
    margin: 0 0 3px 9px;
    border: solid grey;
    border-width: 0 1px 1px 0;
    padding: 2px 2px;
  }

  .product-estimate-shipping .shipping-loading {
    display: none !important; /*disable preloader*/
  }

  .product-estimate-shipping .shipping-title {
    margin: 0 0 5px;
  }

  .product-estimate-shipping .shipping-price {
    position: relative;
    bottom: 1px;
    margin: 0 0 0 5px;
    vertical-align: middle;
    color: #333;
  }

  .product-estimate-shipping .shipping-date {
    margin: 15px 0 0;
  }

.product-share-button {
  display: none;
  overflow: hidden;
}

.full-description {
  clear: both;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 20px;
  color: #898989;
}

.compare-products-table .full-description,
.compare-products-table .short-description {
  vertical-align: top;
}

  .compare-products-table .full-description .a-left,
  .compare-products-table .short-description .a-left {
    text-transform: lowercase;
  }

.product-collateral {
  margin: 0 0 20px;
}

  .product-collateral .tier-prices {
    margin: 0 0 50px;
  }

  .product-collateral .title {
    margin: 0 0 30px;
    font-size: 18px;
  }

    .product-collateral .title strong,
    .featured-product-grid .title strong {
      display: block;
      font-weight: normal;
      font-size: 16px;
      position: relative;
      line-height: 46px;
      letter-spacing: .5px;
      color: #333;
      font-family: 'proxima-nova';
      text-transform: uppercase;
    }

      .product-collateral .title strong:before,
      .featured-product-grid .title strong:before {
        content: '';
        display: block;
        height: 3px;
        width: 70px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: #333;
      }

.also-purchased-products-grid .title strong:before {
  right: 0;
  margin: auto;
}

.product-collateral .product-grid strong,
.product-collateral .title strong {
  line-height: 46px;
}

  .product-collateral .product-grid strong:before {
    bottom: 0;
  }

.tier-prices {
  margin: 0 0 20px;
}

  .tier-prices .prices-header {
    margin: 0 0 10px;
  }

  .tier-prices .field-header {
    min-width: 100px;
  }

  .tier-prices .item-price {
    color: #c00;
  }

.product-variant-line {
  margin: 0 0 30px;
  border-bottom: 1px solid #333;
  padding: 0 0 20px;
}

  .product-variant-line:after {
    content: "";
    display: block;
    clear: both;
  }

.variant-picture {
  position: relative;
  width: 85%;
  height: 350px;
  margin: 0 auto 15px;
  overflow: hidden;
}

  .variant-picture img {
    max-height: 100%;
  }

.variant-overview {
  width: 100%;
}

  .variant-overview .variant-name {
    margin: 0 0 20px;
    font-size: 24px;
    font-family: proxima-nova;
    text-transform: uppercase;
  }

  .variant-overview .variant-description {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .variant-overview .add-to-cart-panel > * {
    margin: 0 1px 10px 0;
  }

  .variant-overview .add-to-wishlist-button {
    float: none;
    clear: both;
    margin: 0 auto;
    width: 56px;
    height: 50px;
  }

.add-to-cart-panel .add-to-cart-button {
  margin-left: 2px;
}

.pre-order-availability-date {
  clear: both;
  margin-top: 15px;
}

  .pre-order-availability-date label {
    vertical-align: top;
  }

/*Jquery Tabs start*/

.ui-tabs {
  margin: 0 0 30px;
}

  .ui-tabs .ui-tabs-nav {
    overflow: hidden;
    margin: 0 0 -1px;
    text-align: center;
  }

    .ui-tabs .ui-tabs-nav li {
      display: inline-block;
      margin: 0 -2px;
    }

      .ui-tabs .ui-tabs-nav li a {
        display: inline-block;
        background: #fff;
        border: 1px solid #e1e1e1;
        color: #333;
        font-family: "proxima-nova";
        font-size: 14px;
        padding: 10px 15px;
        text-transform: uppercase;
        min-width: 142px;
      }

      .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
      .ui-tabs .ui-state-active.ui-tabs-active a {
        background: #333333;
        border: 1px solid #333;
        color: #ffffff;
        font-family: "proxima-nova";
        font-size: 14px;
        padding: 10px 15px;
        text-transform: uppercase;
      }

  .ui-tabs .ui-tabs-panel {
    border-top: 1px solid #e1e1e1;
    padding: 10px;
  }

    .ui-tabs .ui-tabs-panel p {
      margin: 10px 0;
      line-height: 20px;
    }

  .ui-tabs .ui-tabs-hide {
    display: none;
  }
/*Jquery Tabs end*/

.product-specs-box,
.product-tags-box {
  margin: 0 0 50px;
}

  .product-specs-box table tbody {
    border-top: 1px solid #333;
    margin: 0;
  }

  .product-specs-box table tr:last-child td {
    border-bottom: 1px solid #333;
  }

  .product-specs-box .attribute-squares {
    display: inline-block;
    vertical-align: middle;
  }

  .product-specs-box .spec-group-name {
    display: none !important;
  }

.product-tags-list {
  font-size: 0;
  display: inline-block;
}

  .product-tags-list li {
    display: inline-block;
    font-size: 14px; /*reset zeroing*/
    color: #898989;
  }

    .product-tags-list li.separator {
      margin: 0 5px 0 3px;
    }

  .product-tags-list a {
    display: inline-block;
    line-height: 24px;
  }

  .product-tags-list li:hover a {
    color: #333;
  }

  .product-tags-list li:hover span {
    color: #333;
  }

.attributes {
  margin: 20px 0;
}

  .attributes dt {
    display: block;
    margin: 0 0 8px;
    white-space: nowrap;
    font-weight: bold;
  }

  .attributes dd {
    margin: 0 0 25px;
  }

  .attributes li {
    margin: 10px 0;
  }

    .attributes li.disabled {
      pointer-events: none;
      opacity: 0.5;
    }

      .attributes li.disabled label {
        text-decoration: line-through;
      }

  .attributes .option-list li {
    display: inline-block;
    margin: 10px 10px 10px 0;
  }

  .attributes .option-list.attribute-squares li {
    position: relative;
    margin: 3px 3px 3px 0;
    text-align: center;
  }

    .attributes .option-list.attribute-squares li label {
      margin: 0;
    }

  .attributes select {
    width: auto;
    max-width: 100%;
    /*border-bottom:2px solid #eaeaea;*/
  }

  .attributes option.disabled {
    color: #ddd;
  }

  .attributes .qty-box {
    margin: 8px 0;
  }

    .attributes .qty-box input {
      width: 50px !important;
      text-align: center;
      min-width: 0;
    }

  .attributes .option-list li > * {
    display: inline-block;
    vertical-align: middle;
    color: #898989;
  }

  .attributes dt .text-prompt {
    text-transform: uppercase;
    font-family: 'proxima-nova';
    font-weight: normal;
    color: #333;
  }

  .attributes dd select,
  .attributes dd input[type='text'] {
    color: #898989;
    font-size: 14px;
    width: 90%;
    max-width: 470px;
  }

  .attributes.rental-attributes .datepicker {
    width: 190px;
  }

  .attributes dd textarea {
    width: 90%;
    max-width: 470px;
  }

  .attributes .datepicker {
    width: 280px;
    text-align: center;
  }

.ui-datepicker {
  width: 280px;
  background-color: #fff;
  text-align: center;
}

.ui-datepicker-header {
  position: relative;
  height: 32px;
  background-color: #333;
  color: #fff;
}

  .ui-datepicker-header a {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 40px;
    height: 32px;
    line-height: 32px;
  }

    .ui-datepicker-header a.ui-datepicker-prev {
      left: 0;
      background: url('../img/calendar-prev.png') center no-repeat;
    }

    .ui-datepicker-header a.ui-datepicker-next {
      right: 0;
      background: url('../img/calendar-next.png') center no-repeat;
    }

.ui-datepicker-title {
  position: relative;
  z-index: 0;
  line-height: 32px;
  font-weight: bold;
  text-transform: uppercase;
}

.ui-datepicker-calendar th {
  background-color: #f9f9f9;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  width: 14.285%;
  border: 1px solid #ccc;
}

  .ui-datepicker-calendar th span,
  .ui-datepicker-calendar td a {
    display: block;
    min-height: 32px;
    line-height: 32px;
  }

.ui-datepicker-current-day .ui-state-active {
  background: #ebebeb;
  color: #666;
}

.ui-datepicker-today {
  background: #ebebeb;
}

.ui-state-default {
  color: #898989;
}

.attribute-squares {
  position: relative;
  font-size: 0;
}

  .attribute-squares li {
    display: inline-block;
    margin: 0;
  }

  .attribute-squares .attribute-square-container {
    display: block;
    border: 1px solid transparent;
    padding: 3px;
    position: relative;
    z-index: 1;
  }

  .attribute-squares .selected-value .attribute-square-container {
    border-color: #333;
  }

  .attribute-squares li input {
    position: relative;
    z-index: -1;
    margin: -45px 0 0;
    opacity: 0;
  }

.attributes .option-list label {
  margin: 0 5px;
}

.attribute-squares .attribute-square {
  border: 1px solid #e1e1e1;
  cursor: pointer;
  display: block;
  height: 40px;
  width: 40px;
}

.attribute-squares li.disabled {
  position: relative;
  opacity: 1;
}

  .attribute-squares li.disabled:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    margin: auto;
    border: 1px solid #e1e1e1;
    background: #fff url('../img/close-notification.png') center no-repeat;
  }

.image-squares .tooltip-container::before {
  border-bottom: 7px solid #eeeeee;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}

.image-squares .tooltip-container {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #eeeeee;
  position: absolute;
  top: 45px;
  text-align: center;
  visibility: hidden;
  width: 200px;
}

  .image-squares .tooltip-container::after {
    border-bottom: 6px solid #eee;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
  }

.image-squares li:hover .tooltip-container {
  margin-left: -124px;
  margin-top: 5px;
  visibility: visible;
  z-index: 999;
}

.image-squares .tooltip-container .tooltip-header {
  height: 30px;
  width: 198px;
  background-color: #ebebeb;
  font-size: 15px;
  line-height: 30px;
}

.image-squares .tooltip-container .tooltip-body {
  margin: 5px;
}

  .image-squares .tooltip-container .tooltip-body img {
    border: 0 none #fff;
    width: 190px;
  }

.giftcard {
  margin: 0 auto 20px;
  overflow: hidden;
  clear: both;
}

  .giftcard div {
    margin: 0 auto 25px;
    width: 90%;
    max-width: 470px;
  }

  .giftcard label {
    display: block;
    margin: 0 0 8px 0;
  }

  .giftcard input,
  .giftcard textarea {
    max-width: 100%;
  }

  .giftcard textarea {
    height: 150px;
  }

.product-page-category {
  display: none;
}

/********** ESTIMATE SHIPPING **********/

.estimate-shipping-popup {
  position: relative;
  max-width: 800px;
  margin: auto;
  background-color: #fff;
  padding: 25px;
  transform: scale(0.8);
  transition: all 0.2s ease;
  opacity: 0;
}

  .estimate-shipping-popup strong {
    visibility: hidden;
  }

.mfp-ready .estimate-shipping-popup {
  transform: scale(1);
  opacity: 1;
}

.mfp-removing .estimate-shipping-popup {
  transform: scale(0.8);
  opacity: 0;
}

.estimate-shipping-popup-zoom-in.mfp-removing {
  transition: all 0.3s ease;
  opacity: 0;
}

.estimate-shipping-row {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  position: relative;
}

.estimate-shipping-row-item {
  flex: 0 1 100%;
}

.mfp-container .address-item {
  margin: 10px 0 0;
}

  .mfp-container .address-item + div {
    padding: 0 0 0 15px;
  }

.estimate-shipping-address-control {
  width: 100%;
}

.mfp-container .address-item .required {
  position: absolute;
  top: -5px;
  right: 0;
}

.mfp-container .shipping-options {
  position: relative; /*preloader referrence*/
  margin: 10px 0 25px;
}

.mfp-container .shipping-header-item {
  align-self: flex-end;
  border: none !important;
  padding: 12px 5px !important;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mfp-container .shipping-options-body {
  display: table;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.mfp-container .shipping-option {
  display: table-row;
  font-size: 13px;
  cursor: pointer;
}

  .mfp-container .shipping-option.active {
    font-weight: bold;
    color: #333;
  }

  .mfp-container .shipping-option > div {
    display: table-cell;
    border-top: 1px solid #ccc;
    padding: 12px 11px;
  }

.mfp-container .shipping-item {
  overflow: hidden;
  padding: 8px 0;
  overflow-wrap: break-word;
}

.estimate-shipping-row-item-radio {
  flex: 0 0 30px;
  width: 24px;
}

.estimate-shipping-radio {
  display: none;
}

  .estimate-shipping-radio + label {
    display: inline-block;
    position: relative;
    bottom: 1px;
    width: 14px;
    height: 14px;
    border: 1px solid #333;
    border-radius: 50%;
    font-size: 0;
  }

  .estimate-shipping-radio:checked + label:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #333;
  }

.apply-shipping-button-container {
  text-align: center;
}

.mfp-container .apply-shipping-button {
  min-width: 120px;
  background: #333;
  border: none;
  color: #fff;
  font-family: proxima-nova;
  letter-spacing: 0.5px;
  padding: 14px 28px;
  text-transform: uppercase;
  transition: 0.2s ease;
}

  .mfp-container .apply-shipping-button:hover {
    background-color: #3d3d3d;
  }

.mfp-container .no-shipping-options {
  padding: 30px 15px;
  text-align: center;
}

.mfp-container .message-failure {
  margin: 10px 0 -5px;
}

@media all and (max-width: 600px) {
  .estimate-shipping-popup {
    padding: 25px 3%;
  }

  .mfp-container .shipping-address {
    flex-flow: column;
  }

  .mfp-container .address-item {
    width: 100%;
  }

    .mfp-container .address-item + div {
      padding: 0;
    }
}

/********** PRODUCT REVIEWS **********/

.product-reviews .title {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-family: 'proxima-nova';
  letter-spacing: 0.5px;
  text-align: center;
  font-size: 28px;
  color: #333;
}

.write-review {
  margin: 0 0 50px;
}

.ui-tabs .write-review {
  margin: 0;
}

.write-review .form-fields {
  margin: 0 auto 30px;
  padding-bottom: 0;
}

.review-rating .tooltip {
  position: relative;
}

  .review-rating .tooltip:hover .tooltiptext {
    opacity: 1;
  }

.review-rating .tooltiptext {
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
  background: #e1e1e1;
  left: 50%;
  padding: 8px 15px;
  border-radius: 3px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: normal;
  color: #444;
  opacity: 0;
  pointer-events: none;
  transition: all .2s ease;
}

  .review-rating .tooltiptext p {
    margin: 0;
  }

  .review-rating .tooltiptext:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #e1e1e1;
    border-width: 8px;
    margin-left: -8px;
  }

.write-review .review-rating {
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
}

  .write-review .review-rating:last-child {
    margin-bottom: 0;
  }

  .write-review .review-rating .name-description {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    vertical-align: middle;
  }

.review-rating .rating-wrapper {
  font-size: 0;
  vertical-align: middle;
}

  .review-rating .rating-wrapper > div {
    display: inline-block;
    margin: 0 5px;
    cursor: default;
    vertical-align: middle;
    font-size: 14px;
    height: 17px;
  }

.write-review .review-rating .first {
  color: #c00;
}

.write-review .review-rating .rating-options {
  padding-top: 2px;
}

  .write-review .review-rating .rating-options input {
    vertical-align: baseline;
  }

.write-review .review-rating .last {
  color: #690;
}

.write-review .captcha-box {
  margin: 15px 0 0;
}

.write-review .button-1 {
  border: none;
  padding: 15px 25px;
  color: #fff;
  /*font-size:14px;*/
  text-transform: uppercase;
  background: #333;
  letter-spacing: 0.5px;
  font-family: 'proxima-nova';
}

  .write-review .button-1:hover {
    background: #3d3d3d;
  }

.product-reviews .result,
.product-reviews .message-error {
  margin: 0 0 20px;
  text-align: center;
}

.product-review-list {
  overflow: hidden;
}

.product-review-item {
  margin: 0 0 20px;
  padding: 0 0 20px;
}

  .product-review-item .review-item-head {
    margin: 0 0 10px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 10px;
    position: relative;
  }

  .product-review-item .review-title {
    margin: 0 95px 0 0;
    text-transform: uppercase;
    color: #898989;
    text-align: left;
  }

    .product-review-item .review-title strong {
      line-height: 21px;
    }

  .product-review-item .product-review-box {
    position: absolute;
    top: 14px;
    right: 10px;
    font-size: 0;
  }

  .product-review-item .review-text {
    position: relative;
    margin: 0 0 15px;
    padding: 10px;
    line-height: 22px;
  }

  .product-review-item .avatar + .text-body {
    padding: 0 0 155px;
  }

  .product-review-item .avatar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 140px;
    margin: auto;
    line-height: normal;
  }

    .product-review-item .avatar a {
      display: block;
    }

    .product-review-item .avatar img {
      max-width: 100%;
    }

  .product-review-item .review-info {
    margin: 0 0 5px;
  }

    .product-review-item .review-info a,
    .product-review-helpfulness .vote {
      display: inline-block;
      padding: 0 10px;
      font-weight: bold;
      text-decoration: underline;
      cursor: pointer;
    }

.product-review-helpfulness .question {
  margin: 0 5px 0 0;
  font-style: italic;
}

.product-review-helpfulness .result {
  margin: 0 0 0 10px;
}

.product-review-item .reply {
  margin: 25px 0 0;
  padding: 10px;
}

.product-review-item .reply-header {
  font-weight: bold;
  margin: 0 0 10px;
  color: #333;
}

.review-type-rating-ext {
  display: none; /*disabled*/
  position: relative;
  margin-bottom: 15px;
}

  .review-type-rating-ext:after {
    content: "";
    display: block;
    clear: both;
  }

  .review-type-rating-ext .product-review-box {
    margin: 0;
    top: 0;
  }

/********** WISHLIST & COMPARE LIST **********/

.wishlist-page .page-body {
  max-width: 1170px;
  margin: auto;
}

.wishlist-content {
  margin: 80px 0;
  text-align: center;
}

  .wishlist-content .message-error {
    margin: 0 0 10px;
  }

  .wishlist-content .tax-shipping-info {
    margin: 0 0 20px;
    color: #333;
  }

.tax-shipping-info a {
  font-family: 'proxima-nova';
  letter-spacing: 0.5px;
}

.wishlist-content .buttons {
  font-size: 0;
}

.wishlist-content .button-2 {
  margin: 0;
  border: 1px solid #d7d7d7;
  background: #fff;
  text-transform: uppercase;
  color: #333;
  font-family: proxima-nova;
  letter-spacing: 0.5px;
  line-height: 43px;
  padding: 0 30px;
  min-width: 200px;
}

.wishlist-content .wishlist-add-to-cart-button {
  background: #333;
  color: #fff;
  border: 1px solid #333;
}

.wishlist-page .share-info a {
  display: block;
  margin: 0 0 5px;
  font-weight: bold;
  color: #333;
}

.compare-products-page {
  position: relative;
  overflow: hidden;
}

  .compare-products-page .clear-list {
    display: inline-block;
    margin: 0 0 20px;
    padding: 15px 30px;
    background: #333;
    color: #fff;
    font-family: 'proxima-nova';
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none;
  }

    .compare-products-page .clear-list:hover {
      background: #444;
    }

.compare-products-table {
  display: none;
}

.compare-products-page .button-2 {
  display: inline-block;
  background: #fff;
  border: none;
  border: 1px solid #ddd;
  color: #333;
  font-family: proxima-nova;
  letter-spacing: 0.5px;
  padding: 12px 30px;
  text-transform: uppercase;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

  .compare-products-page .button-2:hover {
    border: 1px solid #333;
  }

.compare-products-page img {
  max-width: 100%;
}

.compare-products-page .attribute-squares {
  display: inline-block;
  vertical-align: middle;
}

/*********** TOPICS ***********/

.topic-block {
  margin: 0 0 20px;
}

.topic-html-content-header,
.topic-block-body {
  color: #333;
}

.topic-block .topic-block-title h2 {
  margin-bottom: 20px;
  color: #333333;
  font-family: "proxima-nova";
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}

.topic-block-body p {
  color: #898989;
  margin: 0 0 20px;
  font-size: 14px;
}

.checkout-as-guest-or-register-block .topic-block-body,
.login-page .topic-block .topic-block-body,
.login-page .topic-block .topic-block-title .topic-html-content-header,
.forums-main-page .topic-block-title {
  color: #333;
}

.topic-block-body ul li {
  color: #898989;
}

.topic-block a,
.topic-page a {
  text-decoration: underline;
}

.topic-page .page-body {
  line-height: 20px;
}

.topic-password {
  text-align: center;
}

.enter-password-title {
  margin: 0 0 10px;
  color: #c00;
}

.enter-password-form {
  display: inline-block;
  overflow: hidden;
}

  .enter-password-form input[type="password"] {
    float: left !important;
    width: 200px !important;
    height: 36px !important;
  }

  .enter-password-form button {
    float: left !important;
    width: auto !important;
    height: 36px !important;
    border: none !important;
    background: #ccc !important;
    padding: 0 20px !important;
    font-size: 16px !important;
  }

.password-error {
  margin: 0 0 10px;
}

/*********** CONTACT & EMAIL A FRIEND ***********/

.contact-page .form-fields,
.email-a-friend-page .form-fields
.apply-vendor-page .form-fields {
  margin: 0 auto 30px;
  padding-bottom: 0;
}

.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
  margin: 0 0 10px;
}

.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
  border: none;
  font-family: proxima-nova;
  letter-spacing: 0.5px;
  line-height: 43px;
  margin: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: #333;
  color: #fff;
}

.email-a-friend-page .title {
  margin: 0 0 15px;
}

  .email-a-friend-page .title h2 {
    font-weight: normal;
  }

.apply-vendor-page .terms-of-service {
  margin: 0;
}

/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/

.registration-page .fieldset .title {
  margin: 40px 0 0;
}

.registration-page .fieldset .inputs {
  text-align: left;
}

.date-picker-wrapper {
  display: inline-block;
  width: 100%;
}

.fieldset .inputs.date-of-birth select {
  width: 33.33%;
}

.registration-page .fieldset:nth-child(2) select,
.account-page .fieldset:nth-child(3) select {
  width: 33.33%; /*birth-date selectors, always single line*/
}

.registration-page select + select,
.account-page select + select {
  border-left: none;
}

.customer-info-page .inputs {
  text-align: left;
}

.customer-info-page .gender span,
.registration-page .gender span {
  display: inline-block;
  margin: 0;
  border: 1px solid #c2c2c2;
  width: 50%;
  height: 42px;
  line-height: 42px;
  padding: 0 0 0 10px;
}

.customer-info-page .gender .female,
.registration-page .gender .female {
  border-left: none;
}

.add-more-external-records a {
  font-family: 'proxima-nova';
}
/*.gender > * {
	display: inline !important;
	vertical-align: middle;
	line-height: 32px;
}*/
.gender label {
  font-size: 14px;
  text-transform: uppercase;
  color: #606060;
  padding: 5px 15px 5px 5px;
}

#check-availability-button {
  display: block;
  margin: 50px auto 0;
  padding: 13px 26px;
  background: #fff;
  border: 1px solid #d7d7d7;
  color: #333;
  clear: both;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  line-height: normal;
  font-family: 'proxima-nova';
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

  #check-availability-button:hover {
    color: #333;
    border: 1px solid #333;
  }

#username-availabilty {
  display: block;
  margin: 5px 0 0;
  font-size: 13px;
  position: absolute;
  /*color:green;*/
}

.username-available-status {
  font-size: 13px;
  color: green;
}

#username-availabilty:empty {
  display: none;
}

.vat-status,
.vat-note,
.email-to-revalidate-note {
  display: block;
  margin: 5px 0 0;
  text-align: center;
  font-size: 14px; /*reset zeroing*/
}

.email-to-revalidate {
  display: block;
  font-size: 13px;
  border: 1px solid #c2c2c2;
  height: 42px;
  line-height: 42px;
  padding: 0 8px;
  cursor: not-allowed;
}

.accept-privacy-policy {
  margin: 0 0 20px;
  text-align: center;
}

  .accept-privacy-policy > * {
    display: inline-block;
    line-height: 32px;
    vertical-align: middle;
  }

  .accept-privacy-policy a {
    font-weight: bold;
  }

.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
  background: #333;
  border: none;
  color: #fff;
  display: inline-block;
  font-family: proxima-nova;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
  padding: 15px 30px;
  text-transform: uppercase;
}

.registration-result-page .result {
  margin: 0 0 20px;
  color: #690;
}

.page.login-page .page-body {
  padding: 20px;
}

.login-page .customer-blocks {
  margin: 0 0 30px;
  text-align: center;
}

  .login-page .customer-blocks .form-fields {
    padding: 20px 0;
  }

  .login-page .customer-blocks .title {
    margin: 0 0 20px;
  }

    .login-page .customer-blocks .title strong {
      font-size: 24px;
      line-height: normal;
      font-family: "proxima-nova";
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

.login-page .title strong:after {
  display: none;
}

.login-page .new-wrapper,
.login-page .returning-wrapper {
  margin: 0 auto 30px;
  max-width: 700px;
  padding: 20px 0 0;
}

.login-page .return-wrapper .title {
  margin: 0;
}

.login-page .new-wrapper .buttons button,
.login-page .returning-wrapper .buttons button {
  margin: 0;
}

.login-page .text {
  margin: 0 0 30px;
}

.login-page .inputs.reversed * {
  margin: 5px 0;
  font-size: 12px; /*reset zeroing*/
}

.login-page .captcha-box {
  margin-bottom: 25px;
}

.external-authentication {
  margin: 0 0 20px;
  overflow: hidden;
  text-align: center;
}

  .external-authentication fieldset {
    float: none !important;
  }

  .external-authentication .title {
    font-size: 24px;
    line-height: normal;
    font-weight: bold;
    margin: 0 0 30px;
    color: #333333;
    font-family: "proxima-nova";
    text-transform: uppercase;
  }

.password-recovery-page .tooltip {
  margin: 0 0 20px;
  text-align: center;
}

.password-recovery-page .result {
  margin: 0 0 5px;
  font-weight: bold;
}

.account-page .buttons {
  font-size: 0;
}

.avatar-page .upload-avatar-button {
  background: #fff;
  border: 1px solid #e1e1e1;
  color: #333;
  line-height: 43px;
  width: 50%;
}

.avatar-page .buttons button {
  max-width: 200px;
}

.account-page .button-2 {
  background: #333333;
  border: 1px solid #333;
  color: #ffffff;
  display: inline-block;
  font-family: proxima-nova;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 43px;
  width: auto;
  min-width: 160px;
  text-transform: uppercase;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

  .account-page .button-2.edit-address-button:hover {
    background: #444;
  }

.account-page .order-item .return-items-button.button-2 {
  background: #fff;
  color: #333;
  border: 1px solid #dddddd;
}

  .account-page .order-item .return-items-button.button-2:hover {
    color: #333;
    border: 1px solid #333;
  }

.account-page .button-2:only-child {
  width: auto;
  padding: 0 50px;
}

.button-2.order-details-button:hover {
  background: #444;
}

.account-page .delete-address-button {
  background: #fff;
  color: #333;
  border: 1px solid #e1e1e1;
}

  .account-page .delete-address-button:hover {
    color: #333;
    border: 1px solid #333;
  }

.account-page .edit-address {
  margin: 0 0 20px;
}

.account-page .description {
  margin: 0 0 20px;
}

.account-page .section.address-item,
.account-page .section.order-item {
  max-width: 470px;
  margin: 0 auto 60px;
}

.multi-factor-authentication-page .inputs {
  text-align: center;
}

  .multi-factor-authentication-page .inputs label {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 0px 10px 0px 0px;
  }

.multi-factor-authentication-page .payment-method .method-list {
  text-align: center;
}

.multi-factor-authentication-page .payment-method .buttons {
  margin-top: 20px;
}

.address-list {
  margin: 0 0 60px 0;
}

.address-list-page .info,
.order-list-page .info,
.section.request-item .details {
  margin: 0 auto 30px;
  line-height: 20px;
  text-align: left;
  width: 100%;
  max-width: 470px;
  border: 1px solid #e1e1e1;
  padding: 10px 20px;
}

  .address-list-page .info li,
  .order-list-page .info li,
  .section.request-item .details li {
    color: #606060;
    line-height: 24px;
    padding: 2px 0;
  }

    .section.request-item .details li span {
      vertical-align: bottom;
    }

.return-request-list-page a {
  color: #333;
  font-family: 'proxima-nova';
}

.address-list-page .add-button {
  margin: 0 0 15px;
  text-align: center;
}

.return-request-list-page .comments {
  margin: 15px 0 0;
}

.reward-points-overview,
.reward-points-history .title {
  margin: 0 0 15px;
}

.avatar-page .message-error {
  margin: 0 0 10px;
}

.avatar-page .fieldset {
  margin: 0 0 15px;
  width: 150px;
  margin: auto;
}

.avatar-page .image {
  margin: 0 0 10px;
}

  .avatar-page .image img {
    border: 1px solid #ccc;
    max-width: 100%;
  }

.avatar-page input[type="file"] {
  margin: 0 auto 15px;
  width: 75px;
  overflow: hidden;
}

.avatar-page button {
  padding: 5px 10px;
}

.avatar-page .info {
  margin: 0 0 20px;
}

.terms-of-agreement {
  padding: 0 0 30px;
  text-align: center;
}

.user-agreement-page .button-1 {
  background: #333333 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  font-family: proxima-nova;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
  padding: 15px 30px;
  text-transform: uppercase;
}

/********** SHOPPING CART & CHECKOUT **********/

.order-progress {
  margin: 0 0 20px;
  text-align: center;
}

  .order-progress ul {
    font-size: 0;
  }

  .order-progress li {
    display: inline-block;
    margin: 20px 10px 0;
    position: relative;
  }

  .order-progress a {
    display: block;
    font-size: 12px; /*reset zeroing*/
    text-transform: uppercase;
    min-width: 60px;
    margin: 55px 0 10px 0;
  }

    .order-progress a:before {
      position: absolute;
      top: 0px;
      left: 0;
      right: 0;
      margin: auto;
      width: 50px;
      height: 50px;
      border: 1px solid;
      content: '';
      display: block;
    }

  .order-progress li.active-step a {
    cursor: pointer;
  }

    .order-progress li.active-step a:before {
      background: url(../img/cart-icon-active.png) no-repeat center;
    }

  .order-progress li.inactive-step a {
    opacity: 0.5;
    cursor: default;
  }

    .order-progress li.inactive-step a:before {
      background: url(../img/cart-icon-no.png) no-repeat center;
    }

.shopping-cart-page .button-1,
.checkout-page .button-1 {
  border: 1px solid #333;
  background: #333;
  width: 100%;
  max-width: 350px;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 14px;
  color: #fff;
}

.checkout-page .new-address-next-step-button:hover,
.checkout-page .shipping-method-next-step-button:hover,
.checkout-page .payment-method-next-step-button:hover,
.checkout-page .payment-info-next-step-button:hover,
.checkout-page .confirm-order-next-step-button:hover,
.checkout-page .order-completed-continue-button:hover {
  background: #444;
}

.shopping-cart-page .checkout-button:hover {
  background: #444;
}

.button-1.select-billing-address-button,
.button-1.select-shipping-address-button {
  background: #fff;
  border: 1px solid #e1e1e1;
  color: #333;
  text-shadow: 1px 0 0 #b3b3b3;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

  .button-1.select-billing-address-button:hover,
  .button-1.select-shipping-address-button:hover {
    border: 1px solid #333;
  }

.shopping-cart-page .button-2,
.estimate-shipping-button,
.checkout-page .button-2,
.order-details-page .page-title a {
  display: inline-block;
  border: none;
  line-height: 43px;
  color: #fff;
  font-size: 14px;
  font-family: proxima-nova;
  text-transform: uppercase;
  background: #333;
  padding: 0 50px;
  letter-spacing: 0.5px;
}

  .order-details-page .page-title a:hover {
    background: #444;
  }

.shopping-cart-page .item-box .button-2 {
  padding: 0;
  line-height: normal;
}

.remove-discount-button,
.remove-gift-card-button {
  width: 19px;
  height: 19px;
  margin: 0 0 0 5px;
  border: 1px solid #c2c2c2;
  background: url('../img/close.png') center no-repeat #ddd;
  cursor: pointer;
}

.shopping-cart-page .message-error {
  margin: 0 0 20px;
  font-size: 13px;
  position: relative;
  text-align: center;
}

.shopping-cart-page .selected-checkout-attributes {
  display: none;
}

.selected-checkout-attributes {
  margin: 0 0 20px;
  text-align: center;
}

.shopping-cart-page .tax-shipping-info {
  margin: 0 0 20px;
}

.shopping-cart-page .common-buttons {
  font-size: 0;
  margin: 0 0 20px;
}

  .shopping-cart-page .common-buttons button,
  .shopping-cart-page .common-buttons a {
    min-width: 235px;
    margin: 0;
    border: 1px solid #333;
    padding: 0 15px;
    text-align: center;
  }

.shopping-cart-page .update-cart-button:hover {
  background: #444;
}

.shopping-cart-page .continue-shopping-button,
.shopping-cart-page .estimate-shipping-button {
  background: #fff;
  color: #333;
  border: 1px solid #d7d7d7 !important;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

  .shopping-cart-page .continue-shopping-button:hover,
  .shopping-cart-page .estimate-shipping-button:hover {
    border: 1px solid #333 !important;
  }

.shopping-cart-page .continue-shopping-button {
  display: none !important;
}

.checkout-attributes {
  margin: 20px 0 0;
  padding: 0 0 17px;
  text-align: center;
  /*border-bottom: 1px solid #e1e1e1;*/
}

  .checkout-attributes dt {
    margin: 0 0 5px;
    font-weight: bold;
  }

  .checkout-attributes dt, .checkout-attributes dd {
    display: inline-block;
    margin: 15px 0 0 0;
    vertical-align: middle;
    width: 50%;
  }

  .checkout-attributes .required {
    margin: 0;
  }

  .checkout-attributes li {
    line-height: 24px;
  }

    .checkout-attributes li * {
      vertical-align: middle;
    }

    .checkout-attributes li .attribute-squares {
      position: relative;
    }

  .checkout-attributes .attribute-squares li {
    margin: 0 5px;
  }

    .checkout-attributes .attribute-squares li label {
      position: relative;
    }

    .checkout-attributes .attribute-squares li input {
      position: absolute;
      top: 10px;
      left: -5px;
      margin: 0;
    }

.cart-footer {
  margin: 0 0 80px 0;
}

  .cart-footer:after {
    content: "";
    display: block;
    clear: both;
  }

  .cart-footer .totals {
    max-width: 100%;
    margin: 0 auto 30px;
  }

  .cart-footer .total-info {
    margin: 0 0 20px;
    background: #f9f9f9;
    padding: 10px;
  }

.cart-total td {
  width: 50%;
  border: none;
  color: #606060;
  font-size: 18px;
  line-height: 24px;
}

.cart-total .cart-total-left {
  text-align: right;
  padding: 5px 10px 5px 5px;
}

.cart-total .cart-total-right {
  text-align: left;
  padding: 5px 5px 5px 10px;
}

.cart-total .earn-reward-points {
  border-top: 1px solid #333;
}

.cart-total .order-total {
  font-size: 18px;
  color: #9e0b0f;
}

.terms-of-service {
  margin: 0 0 20px;
  text-align: center;
}

  .terms-of-service label {
    cursor: pointer;
  }

  .terms-of-service span a {
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
  }

.cart-footer .button-1 {
  font-size: 18px;
}

.cart-footer .addon-buttons {
  margin: 20px 0 0;
}

.cart-collaterals {
  width: auto;
  max-width: 420px;
  margin: 0 auto 30px;
}

  .cart-collaterals > div {
    margin: 0 0 30px;
  }

  .cart-collaterals .message-success {
    margin: 5px 0;
  }

  .cart-collaterals .shipping-options {
    margin: auto;
    width: 96%;
    max-width: 360px;
  }

    .cart-collaterals .shipping-options .button-2:hover {
      background: #444;
    }

  .cart-collaterals .shipping .inputs {
    margin: 0 0 25px;
  }

  .cart-collaterals .title {
    margin: 0 0 5px;
  }

    .cart-collaterals .title strong {
      text-transform: uppercase;
      color: #333;
    }

  .cart-collaterals .shipping .inputs label {
    color: #333;
  }

  .cart-collaterals .hint {
    margin: 0 0 5px;
    color: #888;
  }

  .cart-collaterals .deals > div {
    margin: 0 0 10px;
  }

  .cart-collaterals .coupon-code {
    overflow: hidden;
    font-size: 0;
  }

    .cart-collaterals .coupon-code input[type="text"] {
      float: left;
      width: 55%;
      color: #898989;
    }

      .cart-collaterals .coupon-code input[type="text"]:focus {
        color: #333;
      }

    .cart-collaterals .coupon-code button {
      float: left;
      width: 45%;
      padding: 0;
      height: 42px; /*safari padding fix*/
      line-height: 42px;
    }

  .cart-collaterals .deals .button-2:hover {
    background: #444;
  }

.coupon-code .button-2 {
  font-size: 12px;
}

.cart-collaterals .message,
.cart-collaterals .message-failure {
  margin: 5px 0 0;
  color: #c00;
  font-size: 13px;
}

.cart-collaterals .current-code {
  margin: 5px 0 0;
  color: #690;
}

.cart-collaterals .shipping-results {
  margin: 20px 0 0;
}

  .cart-collaterals .shipping-results li {
    margin: 10px 0;
  }

  .cart-collaterals .shipping-results strong {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #333;
  }

  .cart-collaterals .shipping-results li span {
    color: #898989;
  }

.checkout-page .page-body {
  max-width: 1170px;
  margin: auto;
}

.checkout-page .section {
  margin: 0 0 80px;
  text-align: center;
}

  .checkout-page .section.ship-to-same-address,
  .checkout-page .section.pickup-in-store {
    margin: 50px auto;
  }

.select-pickup-point label {
  display: block;
  margin: 0 0 10px;
}

.section.pickup-points-map {
  height: 400px;
}

.checkout-page .section.pickup-in-store label {
  font-size: 16px;
  color: #333;
  vertical-align: sub;
}

.checkout-page .section.pickup-in-store i {
  font-style: normal;
}

.checkout-page .section p {
  text-align: center;
  margin: 0 0 5px;
}

.checkout-page .address-grid {
  overflow: hidden;
}

.checkout-page .address-item {
  margin: 0 auto 5%;
  border: 1px solid #f1f1f1;
  padding: 50px 40px 30px;
  max-width: 90%;
  text-align: left;
}

  .checkout-page .address-item .edit-buttons {
    display: none;
  }

  .checkout-page .address-item .address-box {
    margin: 0 0 37px 0;
  }

  .checkout-page .address-item .name strong {
    text-transform: uppercase;
    font-weight: normal;
  }

  .checkout-page .address-item .select-button {
    margin: 0 0 10px;
  }

  .checkout-page .address-item li {
    padding: 2px;
    line-height: 24px;
    color: #606060;
  }

    .checkout-page .address-item li.name {
      margin: 0;
    }

    .checkout-page .address-item li.country {
      margin: 5px 0 0;
      font-size: 16px;
    }

.checkout-page .edit-address {
  margin: 0 0 20px;
  padding: 40px;
  border: 1px solid #f1f1f1;
  max-width: 460px;
  margin: auto;
}

.checkout-page .min-amount-warning {
  display: block;
  margin: 0 0 20px;
  text-align: center;
}

.checkout-page .section.shipping-method,
/*.checkout-page .section.payment-method,*/
.checkout-page .section.payment-info {
  width: 96%;
  max-width: 670px;
  border: 1px solid #f1f1f1;
  margin: 0 auto 20px;
  padding: 20px 10px 0;
  text-align: center;
}

.checkout-page .section.order-completed {
  text-align: center;
}

.shipping-method .method-list,
.payment-method .method-list {
  margin: 0 0 40px;
}

  .shipping-method .method-list li,
  .payment-method .method-list li {
    margin: 0 0 40px;
    position: relative;
  }

    .shipping-method .method-list li:after {
      content: '';
      display: block;
      height: 2px;
      width: 40px;
      border-top: 2px solid #333;
      position: absolute;
      top: -20px;
      left: 0;
      right: 0;
      margin: auto;
    }

    .shipping-method .method-list li:first-child:after {
      display: none;
    }

    .shipping-method .method-list li label,
    .payment-method .method-list li label {
      font-family: proxima-reg;
      font-size: 15px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
    }

.payment-method .method-list {
  overflow: hidden;
}

  .payment-method .method-list li {
    display: inline-block;
    width: 47.7%;
    border: 1px solid #f1f1f1;
    padding: 10px;
    margin: 1%;
    vertical-align: top;
  }

.validation-summary-errors {
  margin: 0 0 20px;
  text-align: center;
}

.shipping-method .method-description {
  margin: 5px 0 0;
  color: #898989;
}

.checkout-page .section.payment-info .info tr td {
  text-align: left;
  padding: 0 0 8px 20px;
}

  .checkout-page .section.payment-info .info tr td:first-child {
    text-align: right;
    width: 50%;
  }

.use-reward-points {
  margin: 0 0 10px;
  text-align: center;
}

.payment-info .info {
  margin: 0 0 20px;
}

.confirm-order .button-1 {
  margin: 0 0 20px;
  font-size: 18px;
}

.order-review-data > div,
.shipment-overview > div {
  margin: 0 auto 30px;
  padding: 35px 40px;
  max-width: 90%;
  border: 1px solid #f1f1f1;
  text-align: left;
  line-height: 24px;
  color: #606060;
}

  .order-review-data > div .title,
  .shipment-overview > div .title {
    text-transform: uppercase;
  }

.order-review-data li,
.shipment-overview li {
  padding: 2px 0;
}

.order-review-data .title:first-child,
.shipment-overview .title:first-child,
.order-details-area .title:first-child {
  margin: 0;
}

.order-review-data .side-list-wrap .title,
.shipment-overview .side-list-wrap .title,
.order-details-area .side-list-wrap .title {
  margin: 20px 0 5px;
}

.order-completed .details {
  margin: 0 0 20px;
}

  .order-completed .details a {
    display: block;
    margin: 5px 0 0;
    font-family: proxima-nova;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: underline;
    color: #333;
  }

.opc .tab-section:nth-child(2n) .step-title {
  background: #f9f9f9;
}

.opc .step-title {
  margin-bottom: 1px;
  overflow: hidden;
  padding: 10px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
}

.opc .allow .step-title,
.opc .allow .step-title * {
  cursor: pointer;
}

.opc .step-title * {
  float: left;
  font-size: 16px;
  font-weight: normal;
  font-family: proxima-nova;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.opc .step-title span {
  margin: 0 10px 0 0;
}

.opc .step {
  margin: 20px auto;
  padding: 10px;
  max-width: 1170px;
  padding: 53px 40px;
  border: 1px solid #f1f1f1;
}

  .opc .step .back-link a {
    display: inline-block;
    background: #fff;
    border: 1px solid #e1e1e1;
    color: #333;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 50px;
    text-transform: uppercase;
    width: 100%;
  }

.opc .section {
  margin: 0 0 15px;
  text-align: center;
}

  .opc .section > label {
    display: block;
    margin: 0 0 10px;
  }

.opc input[type="text"],
.opc select {
  max-width: 100%;
  color: #898989;
}

  .opc select:focus {
    color: #333;
  }

.opc .buttons {
  margin-bottom: 0;
  font-size: 0;
}

  .opc .buttons .new-address-next-step-button,
  .opc .buttons .shipping-method-next-step-button,
  .opc .buttons .payment-method-next-step-button,
  .opc .buttons .payment-info-next-step-button,
  .opc .buttons .confirm-order-next-step-button {
    width: 50%;
  }

.opc .button-1[style] {
  display: none !important;
}

.opc .buttons .back-link {
  display: inline-block;
  width: 50%;
  max-width: 350px;
  margin: 0;
  vertical-align: top;
}

.opc .back-link {
  margin: 0 0 10px;
}

  .opc .back-link small {
    display: none;
  }

.opc .please-wait {
  display: block;
  margin: 10px 0 0;
}

.opc .terms-of-service {
  text-align: center;
}

.opc .cart-footer {
  margin: 0;
}

  .opc .cart-footer .totals {
    margin: 0 auto;
  }

.order-details-page .page-title {
  margin: 0 0 20px;
  overflow: hidden;
}

  .order-details-page .page-title h1 {
    background: url("../img/title-bg.jpg") repeat-x center center rgba(0, 0, 0, 0);
    margin: 0 0 10px;
    overflow: hidden;
    background-size: cover;
  }

.order-details-page .page-title {
  background: none;
}

.order-details-page .order-overview,
.order-details-page .order-details-area {
  margin: 0 auto 20px;
  border: 1px solid #f1f1f1;
  width: 96%;
  /*max-width: 670px;*/
  padding: 20px 10px;
  text-align: center;
  line-height: 24px;
  color: #333;
}

  .order-details-page .order-details-area > ul {
    margin-bottom: 20px;
  }

.page.order-details-page strong {
  font-family: proxima-nova;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.order-details-area {
  margin: 0 0 20px;
  overflow: hidden;
}

  .order-details-area td {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    vertical-align: top;
  }

.order-details-page .tax-shipping-info {
  text-align: center;
}

.order-details-page .actions {
  margin: 20px 0 0;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}

  .order-details-page .actions button {
    min-width: 100px;
    border: none;
    padding: 0 50px;
    background: #333;
    color: #fff;
    font-family: 'proxima-nova';
    line-height: 43px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

.order-details-page .re-order-button:hover {
  background: #444;
}

.order-details-page .section.products,
.order-details-page .total-info,
.order-details-page .order-notes,
.order-details-page .shipments,
.shipment-details-page .page-body,
.private-messages-page .page-body,
.profile-page .page-body,
.private-message-view-page .page-body,
.forum-search-page .page-body,
.forum-topic-page,
.forum-group-page,
.forum-page,
.active-discussions-page {
  max-width: 1170px;
  margin: 0 auto 20px;
}

.order-details-page .cart-total {
  width: 300px;
  margin: auto;
  border: 1px solid #333;
}

.shipment-details-page .shipment-overview {
  overflow: hidden;
  margin: 0 0 20px;
}

  .shipment-details-page .shipment-overview > ul {
    text-align: left;
  }

    .shipment-details-page .shipment-overview > ul:first-child {
      margin: 0 0 20px;
    }

.shipment-details-page .section {
  width: 100%;
}

.order-summary-content {
  margin: 60px auto;
  text-align: center;
  color: #606060;
  max-width: 1170px;
}

  .order-summary-content div.title,
  .side-list-wrap li.title {
    font-size: 14px;
    text-align: left;
    color: #606060;
  }

.inputs .option-list li label {
  display: inline-block;
  margin: 5px 15px 5px 5px;
  font-size: 14px;
  line-height: 33px;
  cursor: pointer;
  width: auto;
  text-transform: uppercase;
  color: #606060;
}

/*********** SEARCH & SITEMAP ***********/

.search-input input + label {
  display: inline;
  margin: 0 0 0 5px;
  color: #333;
  text-transform: inherit;
}

.basic-search {
  margin: 0 0 35px;
}

  .basic-search .inputs.reversed {
    margin: auto;
    max-width: 470px;
    padding: 10px;
    width: 90%;
  }

  .basic-search input[type="text"] {
    width: 400px;
    max-width: 100%;
    border: none;
    border-bottom: 1px solid #c2c2c2;
    color: #898989;
  }

.advanced-search {
  margin: 0 auto 20px;
  border: 1px solid #f1f1f1;
  max-width: 628px;
  padding: 30px;
}

  .advanced-search .inputs.reversed {
    text-align: left;
  }

  .advanced-search .price-range {
    display: block;
    text-align: left;
  }

    .advanced-search .price-range input {
      width: 80px;
      margin: 3px;
    }

.search-input .button-1 {
  background: #333333;
  border: 1px solid #d7d7d7;
  color: #ffffff;
  display: inline-block;
  font-family: proxima-nova;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
  padding: 15px 30px;
  text-transform: uppercase;
}

.search-input .forum-search-button.button-1 {
  display: none;
}

.search-input .warning,
.search-results .result {
  display: block;
  margin: 10px 0 0;
  font-weight: normal;
  color: #c00;
  text-align: center;
}

.search-results {
  margin: 30px 0 0;
}

.sitemap-page .entity {
  margin: 0 0 20px;
}

.sitemap-page .entity-title {
  margin: 0 0 10px;
}

.sitemap-page .entity-body {
  line-height: 24px;
}

.sitemap-page a {
  display: block;
}

  .sitemap-page a:empty {
    display: none;
  }

/********** BLOG & NEWS **********/

.year strong {
  display: block;
  cursor: default;
}

.blog-page .post,
.news-items .news-item {
  position: relative;
  margin: 0 0 40px;
}

  .news-list-page .news-item .news-body,
  .blog-page .post .post-body {
    display: block;
    margin: 0 0 20px;
  }

  .blog-page .post:before,
  .news-list-page .news-items .news-item:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px solid #959595;
    margin: 40px auto;
  }

.news-list-page .news-items .news-item:before {
  border-top: 1px solid #ddd;
}

.news-items .news-head {
  margin: 0 0 10px;
}

.blog-page .post:first-child:before,
.news-items .news-item:first-child:before {
  display: none;
}

.post-title,
.news-title {
  display: inline-block;
  margin: 0;
  font-family: 'proxima-nova';
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
}

.post-date,
.news-date {
  display: block;
  color: #898989;
  font-size: 50px;
  line-height: 38px;
  font-style: normal;
}

  .news-date .month,
  .post-date .month {
    font-size: 18px;
  }

.post-head ~ *,
.news-item .news-body {
  display: none;
}

.post-body,
.news-body {
  margin: 10px 10px 30px;
  line-height: 22px;
  color: #898989;
  text-align: justify;
}

.blog-page .tags,
.blogpost-page .tags {
  display: inline-block;
  margin: 0 0 15px;
  overflow: hidden;
  position: relative;
}

.blog-page .blog-details {
  line-height: 43px;
  text-transform: uppercase;
  color: #898989;
}

.blog-page .blog-posts {
  overflow: hidden;
}

.blog-page .tags label,
.blogpost-page .tags label {
  display: block;
  color: #898989;
  line-height: 43px;
}

  .blog-page .tags label:before,
  .blogpost-page .tags label:before {
    background: #333333;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 70px;
  }

.blog-page .tags ul,
.blogpost-page .tags ul {
  font-size: 0;
}

.blog-page .tags li,
.blogpost-page .tags li {
  display: inline-block;
  font-size: 14px;
}

  .blog-page .tags li.separator,
  .blogpost-page .tags li.separator {
    margin: 0 5px 0 3px;
  }

.blog-page .tags a,
.blogpost-page .tags a {
  display: inline-block;
  line-height: 43px;
}

.blogpost-page .tags {
  text-align: center;
}

  .blogpost-page .tags label {
    display: inline-block;
  }

    .blogpost-page .tags label:before {
      left: auto;
    }

  .blogpost-page .tags ul {
    display: inline-block;
    margin: 0 0 0 10px;
  }

.new-comment {
  margin: 0 0 30px;
  clear: both;
}

  .new-comment .title {
    margin: 0 0 25px;
  }

    .new-comment .title strong,
    .comment-list .title {
      font-size: 18px;
      line-height: 33px;
      letter-spacing: 1px;
      font-weight: normal;
    }

.comment-list .title {
  color: #333;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  position: relative;
}

  .new-comment .title strong:after,
  .comment-list .title strong:after {
    background: none repeat scroll 0 0 #333333;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 70px;
  }

.new-comment .notifications {
  margin: 0 0 10px;
}

.new-comment .result {
  color: #690;
  text-align: center;
}

.new-comment .form-fields {
  margin: 0 auto;
  padding: 10px;
}

.new-comment .inputs label {
  display: none;
}

.new-comment textarea {
  width: 100%;
}

.new-comment .button-1 {
  background: #333333;
  border: none;
  color: #ffffff;
  display: inline-block;
  font-family: proxima-nova;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
  padding: 15px 30px;
  text-transform: uppercase;
}

.blog-comment,
.news-comment {
  margin: 0 0 10px;
}

  .blog-comment:after,
  .news-comment:after {
    content: "";
    display: block;
    clear: both;
    height: 18px;
    margin: auto;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
  }

  .blog-comment:last-child:after,
  .news-comment:last-child:after {
    border: none;
  }

.comment-info {
  margin: 0 auto 10px;
}

  .comment-info .username {
    display: block;
    padding: 5px 0;
  }

  .comment-info .avatar {
    position: relative;
    width: 140px;
    height: 140px;
    margin: auto;
    overflow: hidden;
  }

    .comment-info .avatar img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 100%;
      height: 100%;
      margin: auto;
    }

.comment-content .comment-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
}

.comment-time {
  margin: 0 0 10px;
  font-size: 12px;
}

  .comment-time > * {
    vertical-align: middle;
  }

  .comment-time label {
    letter-spacing: .5px;
  }

.comment-body {
  line-height: 20px;
}

  .comment-body p {
    color: #333;
  }

.news-items .read-more {
  display: inline-block;
  color: #898989;
  font-size: 14px;
  line-height: 32px;
  margin: 0;
}

  .news-items .read-more:hover {
    color: #333;
  }

  .news-items .read-more:before {
    content: "/";
    display: inline-block;
    height: auto;
    margin: 0 5px 0 0;
    width: 1px;
  }

.news-item-page .inputs:first-child label {
  display: block;
  font-family: proxima-nova;
  letter-spacing: 1px;
  color: #333;
}

.news-list-homepage {
  max-width: 1170px;
  margin: 0 auto 120px;
}

  .news-list-homepage .news-item {
    border-bottom: 1px solid #eee;
  }

  .news-list-homepage .title {
    margin: 0 0 35px;
    font-size: 36px;
    font-family: 'proxima-nova';
    text-transform: uppercase;
    text-align: center;
    color: #333;
  }

    .news-list-homepage .title strong {
      font-weight: normal;
    }

  .news-list-homepage .view-all a {
    display: inline-block;
    line-height: 32px;
    color: #333;
    background: #e4e4e4;
    padding: 5px 20px;
    text-transform: uppercase;
    border: 1px solid transparent;
  }

    .news-list-homepage .view-all a:hover {
      border: 1px solid #ccc;
    }

  .news-list-homepage .news-item .news-date {
    color: #898989;
    font-style: normal;
  }

    .news-list-homepage .news-item .news-date .day {
      font-size: 50px;
    }

    .news-list-homepage .news-item .news-date .month {
      font-size: 18px;
    }

  .news-list-homepage .news-item .read-more {
    margin: 0;
    font-size: 12px;
    color: #898989;
  }

    .news-list-homepage .news-item .read-more:before {
      content: "/";
      display: inline-block;
      height: auto;
      margin: 0 5px 0 0;
      width: 1px;
    }

.mw-redirect,
.post-body p > a {
  color: #333;
  text-decoration: underline;
}

.post-body a {
  color: #333;
}

.post-body .post-vote {
  margin: 10px 0;
  font-size: 0;
}

  .post-body .post-vote > * {
    display: inline-block;
    vertical-align: top;
  }

  .post-body .post-vote .vote {
    background: #333;
    border: 1px solid;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 52px;
    margin: -1px 0 0 -1px;
    padding: 16px 14px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    font-size: 14px;
  }

  .post-body .post-vote .vote-count-post {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 14px;
    height: 50px;
    margin: 0 1px 0 0;
    padding: 12px;
    text-align: center;
    width: 50px;
    line-height: 29px;
  }

.onecolumn .blog-block-wrapper {
  overflow: hidden;
  margin: auto;
  max-width: 1170px;
  border-top: 1px solid #333;
}

/********** FORUM & PROFILE **********/

.forums-main-page .topic-block-title h2 {
  font: 36px/36px proxima-nova;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin: 0 0 20px 0;
}

.forums-header:after {
  content: "";
  display: block;
  clear: both;
}

.current-time {
  color: #333;
  padding: 0 0 30px;
  text-align: center;
}

.forum-search-box {
  margin: 35px auto;
  text-align: center;
  border: 1px solid #e1e1e1;
  padding: 30px 0;
  max-width: 98%;
  clear: both;
}

  .forum-search-box form {
    display: inline-block;
  }

  .forum-search-box .basic {
    overflow: hidden;
    margin: 0 0 30px;
  }

    .forum-search-box .basic .forum-search-box-text {
      border: none;
      border-bottom: 1px solid #c2c2c2;
      color: #898989;
    }

  .forum-search-box .advanced a {
    background: #333;
    border: none;
    color: #fff;
    display: inline-block;
    font-family: proxima-nova;
    letter-spacing: 0.5px;
    padding: 16px 25px;
    text-transform: uppercase
  }

.forum-search-box-text,
.forum-search-text {
  float: left;
  width: 260px !important;
}

.forum-search-box-button,
.forum-search-button {
  float: left;
  width: 42px;
  height: 42px;
  border: none;
  overflow: hidden;
  background: url('../img/icon-search.png') center no-repeat;
  text-indent: 999px;
  border-bottom: 1px solid #c2c2c2;
}

.forums-table-section {
  margin: 0 0 30px;
}

  .forums-table-section.topics-group.active-discussions {
    margin: 0 0 200px;
  }

    .forums-table-section.topics-group.active-discussions .forums-table-section-body td .topic-starter {
      text-transform: none;
      vertical-align: bottom;
    }

    .forums-table-section.topics-group.active-discussions .forums-table-section-body .last-post div {
      text-transform: none;
    }

.forums-table-section-body .last-post div.date {
  color: #898989;
}

.forums-table-section.topics-group.active-discussions .forums-table-section-body .last-post div a {
  text-transform: uppercase;
}

.forums-table-section a {
  vertical-align: middle;
}

.forums-table-section-title {
  margin: 0 0 35px;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  font-family: 'proxima-nova';
}

  .forums-table-section-title > a:before,
  .forums-table-section-title strong:before {
    background: none repeat scroll 0 0 #333333;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 70px;
  }

  .forums-table-section-title > a,
  .forums-table-section-title strong {
    float: left;
    font-size: 18px;
    line-height: 48px;
    font-weight: normal;
    color: #333;
  }

  .forums-table-section-title span {
    float: right;
  }

.forums-table-section.topic-group.active-discussions {
  position: relative;
}

  .forums-table-section.topic-group.active-discussions .view-all a {
    line-height: 40px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 11px 25px;
    background: #333;
    color: #fff;
  }

.forums-table-section-title .link-rss {
  margin: 10px 0 0 10px;
  background: url('../img/rss-black.png') center no-repeat;
  float: right;
}

.forums-table-section .image div {
  width: 33px;
  height: 26px;
  margin: auto;
  background: url('../img/folder.png') center no-repeat;
}

  .forums-table-section .image div.post-annoucement {
    background: url('../img/folder-ann.png') center no-repeat;
  }

  .forums-table-section .image div.sticky {
    background: url('../img/folder-stick.png') center no-repeat;
  }

/* breadcrumb, pagers, search, forum-page */

.pager.upper {
  display: none;
}

.forum-search-page .basic-search {
  text-align: center;
}

  .forum-search-page .basic-search > div + div {
    margin: auto;
    border: 1px solid #f1f1f1;
    padding: 10px;
    width: 90%;
    max-width: 470px;
  }

  .forum-search-page .basic-search > div label {
    cursor: pointer;
  }

  .forum-search-page .basic-search div:first-child {
    display: inline-block;
    margin: 0 0 30px;
    overflow: hidden;
  }

.forum-search-page .advanced-search {
  margin: 15px 0 0;
}

.forum-search-page .search-error {
  padding: 15px;
  text-align: center;
  color: #c00;
}

.forum-search-page .search-results {
  margin: 0 0 15px;
}

  .forum-search-page .search-results span {
    text-align: center;
  }

.forum-page .forum-top {
  margin: 0 0 20px;
}

.forum-page .forum-info {
  position: relative;
  margin: 0 0 20px;
}

.forum-page .forum-name h1 {
  margin: 0 0 20px;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  font-family: proxima-nova;
}

.forum-page .link-rss {
  position: absolute;
  top: 0;
  right: 0;
}

.forum-page .actions a {
  margin: 0 10px 0 0;
  padding: 0 0 0 25px;
}

.forum-page .newtopic {
  background: url('../img/new-topic.png') left center no-repeat;
}

.forum-page .watch-forum {
  background: url('../img/watch-icon.png') left center no-repeat;
}

.search-page .search-input {
  margin: 60px auto 0;
}

.page.forums-main-page {
  margin: 50px auto 0;
  max-width: 1170px;
  width: 100%;
}

.forums-main-page .forum-search-box .forum-search-box-text {
  border: none;
  border-bottom: 1px solid #c2c2c2;
  color: #898989;
}

/* topic page & profile page */

.forum-topic-page .topic-name h1 {
  margin: 0 0 30px;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  font-family: proxima-nova;
}

.topic-actions .actions {
  font-size: 0;
}

.topic-actions.upper {
  margin: 0 0 20px;
  overflow: hidden;
}

  .topic-actions.upper a {
    margin: 0;
    padding: 0 10px 0 27px !important;
    border-left: 1px solid #898989;
    color: #333;
    font-size: 14px;
  }

    .topic-actions.upper a:first-child {
      border: none;
    }

.forum-topic-page .reply-topic-button {
  background: url('../img/reply-icon.png') 5px center no-repeat;
}

.forum-topic-page .watch-topic-button {
  background: url('../img/watch-icon.png') 5px center no-repeat;
}

.forum-topic-page .manage {
  float: right;
}

  .forum-topic-page .manage a {
    margin: 0 0 0 10px;
    padding: 0 0 0 20px;
  }

.forum-topic-page .edit-topic-button,
.forum-topic-page .edit-post-link-button {
  background: url('../img/edit-icon.png') 5px center no-repeat;
}

.forum-topic-page .delete-topic-button,
.forum-topic-page .delete-post-link-button {
  background: url('../img/delete-icon.png') 5px center no-repeat;
  padding: 0 10px 0 32px !important;
}

.forum-topic-page .post-info .delete-post-button {
  background: #333 url('../img/delete-icon.png') 5px center no-repeat;
  color: #fff;
  margin: 0 0 0 -1px;
  border: 1px solid #333;
}

.forum-topic-page .move-topic-button {
  background: url('../img/move-icon.png') 5px center no-repeat;
  padding: 0 10px 0 33px !important;
}

.forum-post {
  margin: 0;
  overflow: hidden;
  padding: 0 0 15px;
  border-top: 1px solid #e5e5e5;
}

.topic-post .post-info,
.profile-info-box .user-details,
.profile-info-box .avatar {
  float: left;
  width: 150px;
  padding: 0 0 15px;
}

.profile-info-box .avatar {
  height: 190px;
  margin: 0 0 10px;
  position: relative;
}

.profile-info-box .send-pm {
  position: absolute;
  bottom: -30px;
}

.topic-posts {
  overflow: hidden;
}

.topic-post {
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
}

  .topic-post .manage {
    float: none;
    display: inline-block;
    overflow: hidden;
    margin: 0 10px;
  }

    .topic-post .manage a {
      border-right: 1px solid #e1e1e1;
      border-left: 1px solid #e1e1e1;
      float: left;
      font-family: 'proxima-reg';
      letter-spacing: 0.5px;
      line-height: 38px;
      margin: 0;
      padding: 0 8px 0 25px !important;
    }

      .topic-post .manage a:first-child {
        margin-left: -1px;
      }

      .topic-post .manage a:hover {
        text-decoration: none;
      }

  .topic-post .edit-post-button,
  .topic-post .delete-post-button {
    background-position: 5px center;
  }

  .topic-post .user-info {
    padding: 0 0 15px;
    text-align: center;
  }

  .topic-post .username {
    display: block;
    font-family: proxima-nova;
    margin: 0 0 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 39px;
    height: 39px;
    text-align: center;
    background: #f6f6f6;
    border-bottom: 1px solid #e1e1e1;
  }

  .topic-post .avatar {
    position: relative;
    height: 190px; /*adjust as you like*/
    width: 100%;
    margin: 0 0 10px;
    overflow: hidden;
  }

    .topic-post .avatar img,
    .profile-info-box .avatar img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 100%;
      margin: auto;
    }

  .topic-post .user-stats {
    margin: 0 0 10px;
    font-size: 11px;
  }

    .topic-post .user-stats span {
      color: #898989;
    }

    .topic-post .user-stats span,
    .profile-info-box .profile-stats span {
      margin: 0 0 0 5px;
    }

  .topic-post .pm-button,
  .profile-info-box .pm-button {
    display: inline-block;
    border: 1px solid #e1e1e1;
    padding: 10px;
    width: 150px;
    font-family: 'proxima-nova';
    text-align: center;
  }

  .topic-post .post-content,
  .profile-info-box .profile-stats {
    min-width: 50%;
    margin-left: 160px;
    text-align: left;
  }

  .topic-post .posttime {
    margin: 0 0 10px;
    background: #f6f6f6;
    border-bottom: 1px solid #e5e5e5;
    text-align: right;
    height: 39px;
  }

    .topic-post .posttime .posted {
      float: left;
      line-height: 39px;
      padding: 0 0 0 10px;
    }

    .topic-post .posttime a {
      float: right;
      margin: 0 0 0 5px;
      color: #333;
    }

    .topic-post .posttime .post-link {
      padding: 10px 10px 0;
    }

    .topic-post .posttime .quote-post {
      float: right;
    }

    .topic-post .posttime a.quote-post-link-button {
      background: #e3e3e3;
      height: 38px;
      padding: 10px 10px 0;
      position: relative;
      border: 1px solid transparent;
    }

    .topic-post .posttime a.post-link-button {
      height: 38px;
      padding: 10px 10px 0;
      position: relative;
    }

    .topic-post .posttime a.quote-post-link-button:hover {
      border: 1px solid #ccc;
    }

.topic-actions.lower {
  width: 100%;
  max-width: 1170px;
  margin: 20px auto 0;
  overflow: hidden;
}

  .topic-actions.lower .actions {
    float: left;
  }

  .topic-actions.lower .actions {
    font-size: 0;
  }

  .topic-actions.lower .reply-topic-button,
  .topic-actions.lower .watch-topic-button {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    color: #333333;
    display: inline-block;
    font-family: "proxima-nova";
    letter-spacing: 0.5px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
  }

  .topic-actions.lower .watch-topic-button {
    background: #333;
    color: #fff;
    border: 1px solid #333;
    margin: 0 0 0 -1px;
  }

.profile-info-box {
  overflow: hidden;
}

  .profile-info-box .title {
    margin: 0 0 10px;
    font-size: 18px;
  }

.profile-page .topic {
  margin: 0 0 20px;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0 15px;
}

.profile-page .topic-title {
  margin: 0 0 10px;
  background: #f9f9f9;
  padding: 15px 10px;
  font-size: 16px;
  border-bottom: 1px solid #e1e1e1;
}

  .profile-page .topic-title label {
    color: #898989;
  }

  .profile-page .topic-title a {
    vertical-align: middle;
    font-family: proxima-nova;
    color: #333;
  }

.profile-page .topic-data {
  color: #999;
}

.profile-page .ui-tabs-nav {
  text-align: center;
  margin: 0 0 -1px;
}

/* forum edit & send message */

.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
  margin: 0 0 10px;
  text-align: left;
}

.forum-edit-page .captcha-box {
  margin-bottom: 0;
}

.forum-edit-page strong,
.private-message-send-page a {
  display: block;
  font-size: 18px;
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
}

.forum-edit-page .buttons,
.private-message-send-page .buttons,
.private-messages-page .buttons {
  margin: -1px 0 0;
  text-align: center;
}

  .forum-edit-page .buttons button,
  .move-topic-page .buttons button,
  .private-message-send-page .buttons button,
  .private-messages-page .buttons button,
  .private-message-view-page .buttons button,
  .private-messages-page .private-messages-box .buttons .mark-unread-pm-button {
    min-width: 115px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    color: #333333;
    display: inline-block;
    font-family: "proxima-nova";
    letter-spacing: 0.5px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 14px;
  }

.private-message-view-page .back-pm-button,
.private-message-view-page .delete-pm-button {
  background: #fff;
  border: 1px solid #e1e1e1;
  color: #333;
  font-family: "proxima-nova";
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 15px 25px;
  text-transform: uppercase;
}

.private-message-view-page .back-pm-button {
  margin: 0 0 0 -1px;
  background: #333;
  color: #fff;
}

.forum-edit-page .buttons button,
.move-topic-page .buttons button,
.private-messages-page .buttons button,
.private-message-send-page .buttons button,
.private-message-view-page .buttons button.button-1,
.private-message-view-page .buttons .back-pm-button {
  background: #333333;
  border: 1px solid #333;
  color: #ffffff;
  font-family: "proxima-nova";
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 15px 25px;
  text-transform: uppercase;
}

.private-message-send-page .cancel-pm-button {
  background: #fff;
  border: 1px solid #e1e1e1;
  color: #333;
  font-family: "proxima-nova";
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 15px 25px;
  text-transform: uppercase;
}

.private-message-send-page .toolbar {
  text-align: left;
}

.forum-edit-page .inputs span {
  vertical-align: middle;
  margin-left: 5px;
}

.forum-edit-page .inputs.reversed > * {
  display: inline-block;
  width: auto;
  margin: 0 5px;
  vertical-align: top;
}

.private-message-send-page .message label {
  display: none;
}

/* inbox & view message */

.private-messages-page td.date {
  width: 15%;
  white-space: nowrap;
}

.private-messages-page .mark-unread-pm-button {
  display: none;
}

.private-message-view-page .view-message label {
  text-transform: uppercase;
  color: #333;
}

.private-message-view-page .view-message span {
  color: #898989;
}

.private-message-view-page .view-message li {
  display: inline-block;
}

.private-message-view-page .view-message .buttons {
  font-size: 0;
}

.private-message-view-page label {
  font-weight: bold;
}

.private-message-view-page span {
  margin: 0 10px 0 0;
  vertical-align: middle;
}

  .private-message-view-page span:after {
    content: "|";
    margin: 0 0 0 10px;
  }

.private-message-view-page .message-body {
  display: block !important;
  margin: 15px 0;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  padding: 15px;
}
/*.private-message-view-page .message-body span:after {
	display: none;
}*/
.private-message-view-page .buttons {
  display: block !important;
  overflow: hidden;
  font-size: 0;
}

.notify-me-button {
  margin: 20px;
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #d7d7d7;
  color: #333333;
  font-family: proxima-nova;
  letter-spacing: 0.5px;
  line-height: 43px;
  margin: 0;
  min-width: 140px;
  padding: 0 30px;
  text-transform: uppercase;
}

.move-topic-page .buttons {
  font-size: 0;
}

.forum-top-center {
  max-width: 1170px;
  margin: auto;
  overflow: hidden;
}

/* BB codes */

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: #000;
}

  .csharpcode .rem {
    color: green;
  }

  .csharpcode .kwrd {
    color: #00f;
  }

  .csharpcode .str {
    color: #006080;
  }

  .csharpcode .op {
    color: #00c;
  }

  .csharpcode .preproc {
    color: #c63;
  }

  .csharpcode .asp {
    background-color: #ff0;
  }

  .csharpcode .html {
    color: maroon;
  }

  .csharpcode .attr {
    color: red;
  }

  .csharpcode .alt {
    width: 100%;
    margin: 0;
    background-color: #f6f6f6;
  }

  .csharpcode .lnum {
    color: #666;
  }

/********** RE-CAPTCHA **********/

.recaptchatable #recaptcha_response_field {
  height: auto !important;
}

@media (max-width: 444px) {
  .recaptchatable #recaptcha_image {
    margin: 0 !important;
    width: 200px !important;
    float: left !important;
  }

    .recaptchatable #recaptcha_image img {
      max-width: 100%;
    }

  .recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell, .recaptchatable .recaptcha_r2_c2 {
    background: none !important;
  }
}

.d-none,
.non-discounted-price,
.old-product-price {
  display: none;
}

/**Product Templates UI**/
.template .product-name h1::before {
  content: "";
  background: url('../img/iskra.svg') no-repeat center;
  width: 110px;
  height: 30px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 15px;
}

.template .overview .add-to-cart .plus {
  border-radius: 0 10px 10px 0;
}

.template .overview .add-to-cart .minus {
  border-radius: 10px 0 0 10px;
}

.template .add-to-cart-panel .add-to-cart-button {
  position: relative;
  background-color: transparent;
  box-sizing: border-box;
  border-radius: 10px;
}

  .template .add-to-cart-panel .add-to-cart-button::before {
    content: "";
    position: absolute;
    transition: 0.3s ease-out;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border-radius: 7px;
    opacity: 1;
  }

  .template .add-to-cart-panel .add-to-cart-button:hover::before {
    width: 0%;
    opacity: 0;
  }

  .template .add-to-cart-panel .add-to-cart-button:active,
  .template .add-to-cart-panel .add-to-cart-button:hover,
  .template .add-to-cart-panel .add-to-cart-button:focus {
    outline: 0 !important;
    outline-offset: 0;
  }

/**Template General**/

.simple-product .overview .add-to-cart .plus {
  border-radius: 0 10px 10px 0;
}

.simple-product .overview .add-to-cart .minus {
  border-radius: 10px 0 0 10px;
}

.simple-product .add-to-cart-panel .add-to-cart-button {
  position: relative;
  background-color: transparent;
  box-sizing: border-box;
  border-radius: 10px;
}

  .simple-product .add-to-cart-panel .add-to-cart-button::before {
    content: "";
    position: absolute;
    transition: 0.3s ease-out;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border-radius: 7px;
    opacity: 1;
  }

  .simple-product .add-to-cart-panel .add-to-cart-button:hover::before {
    width: 0%;
    opacity: 0;
  }

  .simple-product .add-to-cart-panel .add-to-cart-button:active,
  .simple-product .add-to-cart-panel .add-to-cart-button:hover,
  .simple-product .add-to-cart-panel .add-to-cart-button:focus {
    outline: 0 !important;
    outline-offset: 0;
  }

.simple-product .overview .product-price,
.simple-product .product-name h1 {
  color: #333333;
}

.simple-product .overview .add-to-cart .plus,
.simple-product .overview .add-to-cart .minus {
  background: #333333;
  color: #fff;
}

.simple-product .overview .qty-input {
  background: #333333;
  color: #fff;
}

.simple-product .add-to-cart-panel .add-to-cart-button {
  border: 1px solid #333333;
}

  .simple-product .add-to-cart-panel .add-to-cart-button:hover {
    color: #333333;
    background: transparent !important;
  }

  .simple-product .add-to-cart-panel .add-to-cart-button::before {
    background-color: #333333;
  }

/**Template Sljiva**/

.temp1 .overview .product-price,
.temp1 .product-name h1 {
  color: #2f4666;
}

.temp1 .add-to-cart-panel .add-to-cart-button {
  border: 1px solid #2f4666;
}

  .temp1 .add-to-cart-panel .add-to-cart-button:hover {
    color: #2f4666;
    background: transparent !important;
  }

  .temp1 .add-to-cart-panel .add-to-cart-button::before {
    background-color: #2f4666;
  }

/**Template Dunja**/

.temp2 .overview .product-price,
.temp2 .product-name h1 {
  color: #296661;
}

.temp2 .add-to-cart-panel .add-to-cart-button {
  border: 1px solid #296661;
}

  .temp2 .add-to-cart-panel .add-to-cart-button:hover {
    color: #296661;
    background: transparent !important;
  }

  .temp2 .add-to-cart-panel .add-to-cart-button::before {
    background-color: #296661;
  }

/**Template Kruška**/

.temp3 .overview .product-price,
.temp3 .product-name h1 {
  color: #616031;
}

.temp3 .add-to-cart-panel .add-to-cart-button {
  border: 1px solid #616031;
}

  .temp3 .add-to-cart-panel .add-to-cart-button:hover {
    color: #616031;
    background: transparent !important;
  }

  .temp3 .add-to-cart-panel .add-to-cart-button::before {
    background-color: #616031;
  }

/**Template Kajsija**/

.temp4 .overview .product-price,
.temp4 .product-name h1 {
  color: #dd6227;
}

.temp4 .add-to-cart-panel .add-to-cart-button {
  border: 1px solid #dd6227;
}

  .temp4 .add-to-cart-panel .add-to-cart-button:hover {
    color: #dd6227;
    background: transparent !important;
  }

  .temp4 .add-to-cart-panel .add-to-cart-button::before {
    background-color: #dd6227;
  }

/****/

.template .overview .qty-input {
  border: none;
}

.template .overview .add-to-cart .plus,
.template .overview .add-to-cart .minus {
  background: transparent;
  color: #333;
  border: none;
}

.qty-input-container {
  border: 1px solid #333333;
  margin-right: 5px;
  border-radius: 10px;
  height: 50px;
  display: flex;
  align-items: center;
}

.overview .add-to-cart .plus, .overview .add-to-cart .minus, .variant-overview .add-to-cart .plus, .variant-overview .add-to-cart .minus {
  padding: 7px 10px;
  font-size: 28px;
}

.miniProductDetailsView .overview .qty-input,
.miniProductDetailsView .overview .add-to-cart .plus,
.miniProductDetailsView .overview .add-to-cart .minus,
.product-details-page:not(.template) .simple-product .overview .qty-input,
.product-details-page:not(.template) .simple-product .overview .add-to-cart .plus,
.product-details-page:not(.template) .simple-product .overview .add-to-cart .minus {
  background: transparent;
  color: #333;
  border: none;
}

/***End Of Product Templates***/
/*payment unsuccessful page for OTP payment*/
.payment-unsuccessful {
  margin-bottom: 50px;
}

.pmt-unsuccessful {
  padding: 15px;
  text-align: center;
  font-size: 20px;
  color: var(--text-gray);
}

  .pmt-unsuccessful.order-number {
    font-size: 25px;
  }

  .pmt-unsuccessful.order-number,
  .pmt-unsuccessful.homepage-link {
    color: #333;
  }

  .pmt-unsuccessful.homepage-link {
    text-align: right;
    font-size: 14px;
  }

.pmt-retry {
  text-align: center;
  padding-top: 10px;
}

  .pmt-retry input.re-order-button {
    padding: 12px 14px;
    border: 1px solid #333;
    color: #333;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    border-radius: 10px;
    text-align: center;
    width: 330px;
  }

/* End payment unsuccessful page for OTP payment*/

.order-details-page ul.billing-info {
  border-right: 1px solid #f1f1f1;
}

  .order-details-page ul.billing-info li {
    overflow: hidden;
  }

.shopping-cart-page .wallet-option,
.shopping-cart-page .available-cashback {
  display: none;
}

@media(max-width: 767px) {
  .footer-under-lower .payment-icons, .footer-under-lower .payment-icons .payment-program {
    justify-content: center;
  }

  .footer-under-lower .payment-icons .payment-program img {
    height: 40px !important;
    width: auto !important;
  }
}

input[type="checkbox"] {
  accent-color: #333;
}

.overview .time-and-price-delivery {
  position: relative;
  margin: 10px 0;
}

  .overview .time-and-price-delivery .info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    text-align: left;
    font-size: 14px;
    flex-wrap: wrap;
    gap: 10px;
  }

    .overview .time-and-price-delivery .info .delivery-info,
    .overview .time-and-price-delivery .info .shipping-info {
      position: relative;
    }

      .overview .time-and-price-delivery .info .delivery-info .delivery-text,
      .overview .time-and-price-delivery .info .shipping-info .shipping-text {
        margin-left: 30px;
        font-size: 16px;
      }

      .overview .time-and-price-delivery .info .delivery-info .delivery-icon {
        position: absolute;
        top: -3px;
        height: 25px;
        width: 25px;
        background-image: url(../img/quick-deliveri.svg);
        background-repeat: no-repeat;
        font-size: 0;
      }

      .overview .time-and-price-delivery .info .shipping-info .shipping-icon {
        position: absolute;
        top: -3px;
        height: 25px;
        width: 25px;
        background-image: url(../img/free-shipping.svg);
        background-repeat: no-repeat;
        font-size: 0;
      }

.overview .add-to-wishlist-button {
  width: 40px;
  height: 40px;
  background-color: transparent;
  position: absolute;
  top: 10px;
  right: 0;
}

.overview .buttons {
    height: 0;
    margin: 0;
}

.html-registration-page .inputs.newsletter-inputs {
  display: flex;
  gap: 10px;
  align-items: center;
}

  .html-registration-page .inputs.newsletter-inputs label {
    display: inline-block;
    width: auto;
    margin: 0;
  }

.item-box .prices.coin-price .price.actual-price {
  display: flex;
  align-items: center;
}


a#read-terms {
  text-decoration: underline;
}

.html-shopping-cart-page .coupon-box {
    display: none;
}

/**General Buttons Starts**/
.contact-page .buttons,
.master-wrapper-content .rich-blog-homepage .view-all {
  min-height: 55px;
}

 /**START First Button**/

  /*Selector*/
  .popups .popup-buttons a,
  .shopping-cart-page .button-1,
  .checkout-page .button-1,
  .ajaxCart .shoppingCartButtonWrapper .productAddedToCartWindowCheckout,
  .registration-page .button-1,
  .registration-result-page .button-1,
  .login-page .button-1,
  .password-recovery-page .button-1,
  .account-page .button-1,
  .return-request-page .button-1,
  .login-page .new-wrapper .buttons button,
  .login-page .returning-wrapper .buttons button,
  .modal-content .button-container .button-redirect,
  .modal-content .button-container .button-to-eshop,
  .contact-page .buttons button,
  .master-wrapper-content .rich-blog-homepage .view-all a,
  .button-1.newsletter-subscribe-button,
  .mini-shopping-cart .button-1.cart-button,
  .html-checkout-page .button-2.apply-discount-coupon-code-button,
  .button-1.re-order-button,
  .button-2.pdf-invoice-button {
    background-color: transparent !important;
    color: #dd6127 !important;
    border: 2px solid #dd6127 !important;
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px!important;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    line-height: 1.5;
  }

    /*Selector Hover*/
    .popups .popup-buttons a:hover,
    .shopping-cart-page .button-1:hover,
    .checkout-page .button-1:hover,
    .ajaxCart .shoppingCartButtonWrapper .productAddedToCartWindowCheckout:hover,
    .registration-page .button-1:hover,
    .registration-result-page .button-1:hover,
    .login-page .button-1:hover,
    .password-recovery-page .button-1:hover,
    .account-page .button-1:hover,
    .return-request-page .button-1:hover,
    .login-page .new-wrapper .buttons button:hover,
    .login-page .returning-wrapper .buttons button:hover,
    .modal-content .button-container .button-redirect:hover,
    .modal-content .button-container .button-to-eshop:hover,
    .contact-page .buttons button:hover,
    .master-wrapper-content .rich-blog-homepage .view-all a:hover,
    .button-1.newsletter-subscribe-button:hover,
    .mini-shopping-cart .button-1.cart-button:hover,
    .html-checkout-page .button-2.apply-discount-coupon-code-button:hover,
    .button-1.re-order-button:hover,
    .button-2.pdf-invoice-button:hover {
      background-color: #dd6127 !important;
      color: #fff !important;
      border-color: #dd6127 !important;
      text-decoration: none;
      transform: translateY(0px);
      box-shadow: 0 6px 12px rgba(0,0,0,.15);
    }

/**END First Button**/

/**START Second Button**/

    /*Selector*/
.button-1.newsletter-subscribe-button,
.html-checkout-page .button-2.apply-discount-coupon-code-button,
.popups .popup-buttons a:nth-child(2),
.login-page .new-wrapper .buttons button:nth-child(2),
.modal-content .button-container .button-redirect,
.button-2.pdf-fiscal-invoice-button,
.button-2.print-order-button {
  color: #2e4565 !important;
  border: 2px solid #2e4565 !important;
  background: white !important;
  border-radius: 8px;
}

      /*Selector Hover*/
.button-1.newsletter-subscribe-button:hover,
.html-checkout-page .button-2.apply-discount-coupon-code-button:hover,
.popups .popup-buttons a:nth-child(2):hover,
.modal-content .button-container .button-redirect:hover,
.button-2.pdf-fiscal-invoice-button:hover,
.button-2.print-order-button:hover {
  background-color: #2e4565 !important;
  border-color: #2e4565 !important;
  color: #fff !important;
}

/**END Second Button**/

.modal-content .button-container .checkChild-button {
    width: 155px;
}

.mini-shopping-cart .button-1.cart-button {
  font-size: initial;
}

.button-1.newsletter-subscribe-button {
  padding: 5px;
}

  .button-1.newsletter-subscribe-button:hover,
  .html-checkout-page .button-2.apply-discount-coupon-code-button:hover {
    transform: translateY(0px);
  }

.newsletter-email input[type="email"] {
  border-radius: 8px;
}
/**General Buttons Ends**/

.miniProductDetailsView.k-window-content .miniProductDetailsPanelAjaxBusy {
    display: none !important;
}

.coin-price {
    display: flex;
    align-items: center;
}

.item-box .coin-price .coin-price-text {
  font-size: 0;
  background-image: url('/Themes/Urban/Content/img/iskra.png');
  background-size: contain;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center right;
}


.overview .coin-price .coin-price-text {
  font-size: 0;
  background-image: url('/Themes/Urban/Content/img/iskra.png');
  background-size: contain;
  width: 55px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center right;
}

@media(max-width: 768px) {
    .overview .coin-price {
        justify-content: center;
    }
}

.miniProductDetailsView .add-to-cart {
  display: flex;
  gap: 10px;
}

.miniProductDetailsView .add-to-cart-qty {
  border: 1px solid #333333;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.miniProductDetailsView .overview .qty-input, .miniProductDetailsView .overview .add-to-cart .plus, .miniProductDetailsView .overview .add-to-cart .minus {
  padding: 0 10px;
  height: auto;
}

.miniProductDetailsView .overview .qty-input {
  width: 40px;
}

.miniProductDetailsView .overview .add-to-cart-button {
  border-radius: 10px;
  padding: 0 20px;
  font-size: 12px;
}

.single-step-checkout-page .cross-sells .title,
.single-step-checkout-page .red-triangle-title .title,
.registration-page .fieldset .title,
.login-page .customer-blocks .title {
  font-weight: 700;
  margin-bottom: 1em;
  color: #2e4565;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  font-size: 2.2em;
}

.single-step-checkout-page .cross-sells .title::after,
.single-step-checkout-page .red-triangle-title .title::after,
.registration-page .fieldset .title::after,
.login-page .customer-blocks .title::after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background-color: #dd6127;
  margin: 15px auto 0;
  border-radius: 2px;
}

.single-step-checkout-page .red-triangle-title .title {
  font-size: 20px;
  text-align: center!important;
  border: none!important;
}

.single-step-checkout-page .cross-sells .title {
  font-size: 20px;
  border: none !important;
  text-align: center !important;
}

.single-step-checkout-page .cross-sells .title strong {
    line-height: 1.2;
}
.single-step-checkout-page .product-grid.cross-sells .title strong::before {
  content: none;
}

.single-step-checkout-page input,
#checkout-container #discount-box input.discount-coupon-code {
  border-radius: 8px;
  border: 1px solid #c2c2c2;
}


.header-top-strip .button-loyalty-container #loyalty-info-loader .loyalty-info-spinner {
    width: 25px;
    height: 25px;
    border: 3px solid #e0e0e0;
    border-top: 3px solid #000000;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin: auto;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.html-account-page .master-wrapper-main .block-account-navigation .reward-points {
  display: none;
}

.also-purchased-products-grid .item-box,
.related-products-grid .item-box {
  margin: 20px 0 !important;
}

.also-purchased-products-grid .swiper-button-prev,
.related-products-grid .swiper-button-prev {
  background-image: url('../img/arrow-left.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.also-purchased-products-grid .swiper-button-next,
.related-products-grid .swiper-button-next {
  background-image: url('../img/arrow-right.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

  .also-purchased-products-grid .swiper-button-prev::after,
  .also-purchased-products-grid .swiper-button-next::after,
  .related-products-grid .swiper-button-prev::after,
  .related-products-grid .swiper-button-next::after {
    content: none;
  }