/* input(6514,21): run-time error CSS1046: Expect comma, found '94'
input(6514,26): run-time error CSS1046: Expect comma, found ')' */
/*=====================================================
    
    MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/


/*********** CSS RESET **********/


* {
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
}

  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

html {
  margin: 0 !important;
  -webkit-text-size-adjust: none;
}

ol, ul {
  list-style: none;
}

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 **********/

@font-face {
  font-family: 'Arvo';
  src: url('../Themes/Tiffany/Content/fonts/arvo-regular-webfont.eot');
  src: url('../Themes/Tiffany/Content/fonts/arvo-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../Themes/Tiffany/Content/fonts/arvo-regular-webfont.woff') format('woff'), url('../Themes/Tiffany/Content/fonts/arvo-regular-webfont.ttf') format('truetype'), url('../Themes/Tiffany/Content/fonts/arvo-regular-webfont.svg#arvoregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  max-width: 100%;
  background: #fff;
  font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
  overflow-x: hidden; /* disables the horizontal scroll and fixes the bug of the responsive navigation and filters in mobile */
}

h1, h2, h3, h4, h5, h6 {
}

a {
  color: inherit;
  cursor: pointer;
}

  a img {
    opacity: 0.99; /*firefox scale bug fix*/
  }

em {
  font-style: normal;
}

table {
  width: 100%;
  border-collapse: collapse;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, select {
  height: 36px; /*safari padding fix*/
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: middle;
}

input, textarea {
  font-size: 13px;
}

select {
  min-width: 50px;
  height: 32px; /*safari padding fix*/
  padding: 6px;
}

textarea {
  min-height: 150px;
}

  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-wrapper-content {
  position: relative;
  z-index: 0;
  width: 95%;
  margin: 0 auto;
}

.master-column-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.master-column-wrapper {
  margin: 0 auto 60px;
}

.center-1 {
  margin: 0 0 40px;
  position: relative;
}

.center-2, .side-2 {
  margin: 0 0 40px;
}

.page {
  clear: both; /* because of forum breadcrumbs */
  text-align: center;
}

.page-title {
  margin: 0 0 30px;
  text-align: center;
}

  .page-title h1 {
    padding-bottom: 20px;
    font-family: 'Arvo';
    text-transform: uppercase;
    background: url('../Themes/Tiffany/Content/img/title-decoration.png')no-repeat center bottom;
    font-weight: normal;
    font-size: 22px;
    color: #000;
  }

.page-body .description {
  margin: 0 0 30px;
}

.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('../Themes/Tiffany/Content/img/rss-icon.png') no-repeat;
  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;
  padding: 0 0 0 36px;
  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-body p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p {
  margin: 10px 0;
  padding: 0 10px;
  font-size: 15px;
  line-height: 24px;
  text-align: justify;
}

.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;
}

.flyout-cart {
  display: none;
}

#goToTop {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 60px;
  height: 60px;
  background: #e2dedd url(../Themes/Tiffany/Content/img/top.png) no-repeat center;
  overflow: hidden;
  z-index: 10001;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: transparent;
}

  #goToTop span {
    display: block;
    margin: auto;
    position: absolute;
    left: -50px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
    color: #888;
    width: 80%;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: left 0.5s ease,opacity .75s ease;
    border-bottom: 1px solid;
  }

  #goToTop:hover {
    background-position: center 27px;
  }

    #goToTop:hover span {
      left: 0;
      right: 0;
      opacity: 1;
      color: #888;
      background-position: center 24px;
    }

/*********** GLOBAL FORMS ***********/
.fieldset, .section {
  position: relative;
  margin: 0 0 30px;
}

  .fieldset .title,
  .section .title {
    margin: 0 0 10px;
  }

    .fieldset .title strong,
    .section .title strong {
      font-family: Arvo;
      font-size: 16px;
      font-weight: normal;
      text-transform: uppercase;
    }

.form-fields {
  position: relative;
}

.inputs {
  position: relative;
  margin: 0 0 10px;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
}

  .inputs:after {
    content: "";
    display: block;
    clear: both;
  }

  .inputs label {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
    font-size: 16px;
  }

  .inputs input[type="text"],
  .inputs input[type="password"],
  .inputs input[type="email"],
  .inputs input[type="tel"],
  .inputs select, .inputs textarea {
    vertical-align: middle;
    background: #f9f9f9;
    border: 1px solid #dddddd;
    height: 40px;
    width: 350px;
    max-width: 95%;
  }

  .inputs .option-list {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
  }

    .inputs .option-list li {
      float: left;
    }

    .inputs .option-list label {
      width: auto;
    }

  .inputs.reversed {
    margin: 0 0 20px;
    text-align: center;
  }

.required {
  font-size: 22px;
  color: #ff5868;
  vertical-align: middle;
}

.inputs .required {
  margin: 0 0 0 -14px; /*offset fix*/
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
  display: block;
  font-size: 12px;
  color: #ff5868;
  padding: 3px;
}

.field-validation-valid {
  display: block;
  font-size: 11px;
  color: #690;
}
/*error mark*/
.input-validation-error {
  box-shadow: 0 0 0 1px #ff5868;
}

.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;
  }

/*********** BAR NOTIFICATION & JQUERY POPUPS  ***********/

.bar-notification {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10002;
  width: 100%;
  padding: 12px 25px 12px 10px;
  color: #fff;
  opacity: 0.95;
}

  .bar-notification.success {
    background: #68caa4;
  }

  .bar-notification.warning {
    background: #e29968;
  }

  .bar-notification.error {
    background: #f56e71;
  }

  .bar-notification .content {
    float: left;
    margin: 0 10px 0 0;
  }

    .bar-notification .content a {
      color: #fff;
      text-decoration: underline;
    }

  .bar-notification .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px; /*even numbers only*/
    height: 32px; /*even numbers only*/
    margin: 5px;
    border: 1px solid #666;
    box-shadow: inset 0 0 1px #999;
    background: #fff url('../Themes/Tiffany/Content/img/close.png') center no-repeat;
    cursor: pointer;
    opacity: 0.7;
  }

    .bar-notification .close:hover {
      opacity: 0.9;
    }

.ui-dialog {
  position: absolute !important;
  z-index: 1008;
  width: 350px !important;
  max-width: 95%;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  overflow: hidden;
  background: #fff;
}

.ui-dialog-titlebar {
  border: none;
  box-shadow: 0 0 0 1px #eee;
  overflow: hidden;
  background: #ddd;
  padding: 10px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #eee;
}

  .ui-dialog-titlebar span {
    float: left;
    text-transform: uppercase;
  }

  .ui-dialog-titlebar button {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px; /*even numbers only*/
    height: 24px; /*even numbers only*/
    margin: 6px;
    overflow: hidden;
    border: 1px solid #666;
    box-shadow: inset 0 0 1px #999;
    background: #fff url('../Themes/Tiffany/Content/img/close.png') center no-repeat;
    text-indent: 999px;
    opacity: 0.7;
  }

    .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-html-content-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 #bbb;
    background: #eee;
    padding: 5px;
    font-size: 14px;
    color: #333;
  }

    .eu-cookie-bar-notification button:hover {
      border-color: #aaa;
      background: #ddd;
    }

  .eu-cookie-bar-notification a {
    display: block;
    text-decoration: underline;
  }

.noscript {
  border-bottom: 1px solid #333;
  background-color: #ff9;
  padding: 30px 15px;
  text-align: center;
  line-height: 22px;
  color: #444;
}

/*********** HEADER & NAVIGATION ***********/
.admin-header-links {
  background: #f6f6f6;
  text-align: center;
}

  .admin-header-links a {
    margin: 0 10px;
    line-height: 35px;
    font-weight: bold;
    display: inline-block;
  }

  .admin-header-links .administration:only-child {
    display: block;
  }

  .admin-header-links .impersonate {
    line-height: 35px;
    display: inline-block;
  }

    .admin-header-links .impersonate a {
      display: inline-block;
    }

.header {
  position: relative;
  z-index: 1000;
  margin: 0 auto 10px;
  text-align: center;
  width: 95%;
}

  .header:after {
    content: "";
    display: block;
    clear: both;
  }

.header-logo {
  margin: 0 0 20px;
  text-align: center;
}

  .header-logo a {
    display: inline-block;
    max-width: 100%;
    line-height: 0; /*firefox line-height bug fix*/
  }

    .header-logo a img {
      max-width: 100%;
    }

.header-links-wrapper {
  position: relative;
  margin: 0 0 20px;
}

.header-links {
}

  .header-links ul {
    font-size: 0;
  }

  .header-links li {
    display: inline-block;
    padding: 0 10px;
  }

  .header-links span,
  .header-links a {
    display: inline-block;
    font-size: 12px; /*reset zeroing*/
    line-height: 32px;
    text-transform: uppercase;
    color: #666;
  }

    .header-links a.ico-register {
      background: url('../Themes/Tiffany/Content/img/icon-edit.png') left center no-repeat;
      padding: 0 0 0 18px;
    }

    .header-links a.ico-login {
      background: url('../Themes/Tiffany/Content/img/login.png') left center no-repeat;
      padding: 0 0 0 18px;
    }

  .header-links .cart-qty {
    padding: 0 0 0 20px;
  }

.search-box {
  font-size: 0;
}

  .search-box form {
    display: inline-block;
    position: relative;
  }

    .search-box form:after {
      content: "";
      display: block;
      clear: both;
    }

  .search-box input.search-box-text {
    float: left;
    width: 220px;
    height: 32px;
    font-size: 13px;
  }

  .search-box .search-box-button {
    float: left;
    width: 32px;
    height: 32px;
    border: none;
    overflow: hidden;
    background: url('../Themes/Tiffany/Content/img/search-button.png') center no-repeat;
    text-indent: 999px;
  }

.ui-helper-hidden-accessible {
  display: none;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
  z-index: 100000 !important;
  width: 220px !important; /*default = txtfield + button*/
  max-width: 100%;
  border: 1px solid #999;
  border-top: none;
  overflow: hidden;
  background: #fff;
  font-size: 13px;
}

  .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {
    border-top: 1px solid #ccc;
  }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li:first-child {
      border-top: none;
    }

  .ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
    display: block;
    padding: 8px;
  }

  .ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
    display: none;
    margin-right: 5px;
    vertical-align: middle;
  }

.header-selectors-wrapper > div {
  display: inline-block;
  margin: 0 5px 10px;
  vertical-align: middle;
}

.header-selectors-wrapper select {
  max-width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  background: url('../Themes/Tiffany/Content/img/arrow-down.png') no-repeat right center;
  padding: 0 10px 0 0;
  font-family: 'Trebuchet MS',sans-serif;
  font-size: 14px;
  color: #666;
}

  .header-selectors-wrapper select::-ms-expand {
    display: none;
  }

.language-list {
  max-width: 100%;
  font-size: 0;
  min-width: 70px;
}

  .language-list li {
    display: inline-block;
    margin: 0 1px;
  }

  .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;
  }

/*********** FOOTER ***********/
.footer {
  text-align: center;
  z-index: 12;
}

  .footer .center {
    overflow: hidden;
  }

.footer-upper {
  margin: 0 0 20px;
  overflow: hidden;
}

.home-page-wrapper.footer-upper {
  background: #fff;
}

.footer-upper .title.overlaid {
  margin: 20px;
  padding-bottom: 22px;
  font-family: 'Arvo';
  font-size: 18px;
  text-transform: uppercase;
  background: url(../Themes/Tiffany/Content/img/title-decoration.png)no-repeat center bottom;
}

  .footer-upper .title.overlaid strong {
    font-weight: normal;
  }

.footer-block .title {
  margin: 0 0 10px;
}

.footer-middle {
  overflow: hidden;
  background: #ebeae9;
}

  .footer-middle .center {
    padding: 40px 5% 0;
  }

  .footer-middle .footer-block {
    padding-bottom: 30px;
  }

  .footer-middle .title {
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'Arvo';
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
  }

  .footer-middle .contacts li {
    font-size: 16px;
    color: #555;
  }

    .footer-middle .contacts li span {
      display: inline-block;
      min-width: 160px;
      text-align: left;
      padding: 15px 10px 15px 40px;
    }

  .footer-middle .contacts .mobile span {
    background: url(../Themes/Tiffany/Content/img/mobile.png)no-repeat 0 10px;
  }

  .footer-middle .contacts .fax span {
    background: url(../Themes/Tiffany/Content/img/fax.png)no-repeat 0 10px;
  }

  .footer-middle .contacts .mail span {
    background: url(../Themes/Tiffany/Content/img/mail.png)no-repeat 0 16px;
  }

  .footer-middle .contacts .location span {
    background: url(../Themes/Tiffany/Content/img/skype.png)no-repeat 0 10px;
  }

  .footer-middle .contacts .skype span {
    background: url("../Themes/Tiffany/Content/img/new-icon.png") no-repeat scroll 0 10px rgba(0, 0, 0, 0);
  }

  .footer-middle .about-us {
    font-size: 16px;
    color: #555;
  }

.newsletter .title {
  background: url("../Themes/Tiffany/Content/img/title-decoration.png") no-repeat center bottom;
  font-family: "Arvo";
  font-size: 18px;
  margin: 20px;
  padding-bottom: 22px;
  text-transform: uppercase;
}

  .newsletter .title strong {
    font-weight: normal;
  }

.newsletter-email {
  display: inline-block;
  overflow: hidden;
  width: 300px;
}

  .newsletter-email .options > span {
    display: inline-block;
    margin: 5px;
  }

    .newsletter-email .options > span label {
      padding: 7px 0;
      display: inline-block;
    }

  .newsletter-email input[type="email"] {
    width: 100%;
    height: 36px;
    font-size: 17px;
  }

  .newsletter-email input[type="button"] {
    display: block;
    width: 100%;
    height: 36px;
    border: none;
    overflow: hidden;
    background: #a69c97;
    font-family: 'Arvo';
    color: #fff;
    font-size: 16px;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
  }

.newsletter-validation,
.newsletter-result-block {
  width: 100%;
  overflow: hidden;
  line-height: 28px;
}

  .newsletter-validation .please-wait {
    display: none !important;
  }

.accepted-payment-methods ul {
  font-size: 0;
}

.networks {
  margin-bottom: 30px;
}

  .networks ul {
    font-size: 0;
  }

  .networks li {
    display: inline-block;
    margin: 0 10px;
  }

  .networks a {
    display: block;
    width: 30px;
    height: 30px;
    background: url('../Themes/Tiffany/Content/img/soc-icon.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
  }

  .networks .facebook a {
    background-position: 0 0;
  }

  .networks .twitter a {
    background-position: -30px 0;
  }

  .networks .google a {
    background-position: -120px 0;
  }

  .networks .pinterest a {
    background-position: -60px 0;
  }

  .networks .youtube a {
    background-position: -150px 0;
  }

  .networks .rss a {
    background-position: -90px 0;
  }

  .networks .vimeo a {
    background-position: -184px 0;
  }

  .networks .instagram a {
    background-position: -220px 0;
  }

.footer-lower {
  overflow: hidden;
  font-size: 11px;
  background: #393230;
  padding: 40px 0;
}

  .footer-lower h2.title {
    margin-bottom: 10px;
    padding-bottom: 20px;
    font-size: 18px;
    color: #777;
    font-family: 'Arvo';
    font-weight: normal;
    text-transform: uppercase;
    background: url("../Themes/Tiffany/Content/img/title-decoration.png") no-repeat scroll center bottom;
    opacity: .5;
  }

  .footer-lower .information-links li:before,
  .footer-lower .information-links li:after {
    display: inline-block;
    content: '';
    background: #75706f;
    width: 4px;
    height: 4px;
    margin: 3px 18px;
  }

  .footer-lower .information-links {
    margin-bottom: 40px;
    overflow: hidden;
  }

    .footer-lower .information-links a {
      color: #ddd;
      font-size: 16px;
      line-height: 40px;
    }

  .footer-lower .accepted-payment-methods li {
    display: inline-block;
    margin: 0 5px;
    list-style-type: none;
    width: 41px;
    height: 30px;
  }

.accepted-payment-methods {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  opacity: 0.2;
}

  .accepted-payment-methods li {
    background: url(../Themes/Tiffany/Content/img/payment.png) no-repeat;
  }

  .accepted-payment-methods .method1 {
    background-position: 0 0;
  }

  .accepted-payment-methods .method2 {
    background-position: -51px 0;
  }

  .accepted-payment-methods .method3 {
    background-position: -102px 0;
  }

  .accepted-payment-methods .method4 {
    background-position: -150px 0;
  }

.footer-powered-by,
.footer-disclaimer,
.footer-designed-by {
  font-size: 12px;
  line-height: 20px;
  color: #999;
}

  .footer-powered-by a,
  .footer-designed-by a,
  .footer-tax-shipping a {
    text-decoration: underline;
    color: #ccc;
  }

.footer-store-theme {
  margin-top: 10px;
}

  .footer-store-theme select {
    width: 170px;
  }

.footer-tax-shipping {
  font-size: 12px;
  color: #999;
  margin: 10px auto;
  clear: both;
}

.links-bottom-left {
  display: inline-block;
  overflow: hidden;
}

  .links-bottom-left > div {
    display: inline-block;
    margin: 0 5px;
  }

/*********** LEFT/RIGHT COLUMN ***********/
.block {
  text-align: center;
  border: 1px solid #ddd;
  margin: 0 auto -1px;
  width: 350px;
  max-width: 95%;
}

  .block:last-child {
    border-bottom: 1px solid #ddd;
  }

  .block + .page {
    margin: 50px 0;
  }

  .block .title {
    font-size: 18px;
    cursor: pointer;
  }

    .block .title strong {
      font-weight: normal;
      display: block;
      font-size: 16px;
      font-family: Arvo;
      background: #f9f9f9;
      text-transform: uppercase;
      overflow: hidden;
      padding: 12px 15px 10px;
      line-height: 20px;
    }

  .block .listbox {
    display: none;
  }

    .block .listbox:after {
      content: "";
      display: block;
      clear: both;
    }

  .block li .product-picture {
    display: none;
  }

  .block .list a,
  .block .year strong {
    display: inline-block;
    border-top: 1px solid #dddddd;
    color: #666666;
    display: block;
    font-size: 16px;
    padding: 9px 15px;
    background: #fff;
    font-weight: normal;
  }

  .block .list img {
    display: none;
  }

  .block .view-all {
    border-top: 1px solid #ddd;
    text-transform: uppercase;
  }

    .block .view-all a {
      display: inline-block;
      padding: 10px 15px;
      color: #000;
    }

  .block .tags {
    padding: 5px;
    border-top: 1px solid #ddd;
  }

    .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 {
        float: left;
        line-height: 30px;
        color: #666;
      }

.block-poll .listbox {
  border-top: 1px solid #ddd;
}

.poll strong {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: normal;
}

.poll-options,
.poll-results {
  overflow: hidden;
  padding: 10px 15px;
}

  .poll-options li,
  .poll-results li {
    display: inline-block;
    margin: 5px;
    font-size: 14px;
  }

    .poll-options li > * {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
    }

.poll .buttons,
.poll-total-votes {
  margin-bottom: 10px;
}

  .poll .buttons input {
    border: none;
    background: #a69c97;
    padding: 5px 15px;
    color: #fff;
  }

.poll-total-votes {
  display: block;
  margin: 10px 0 0;
  font-weight: bold;
}

/********** CATEGORY PAGE **********/
.breadcrumb {
  margin: 0 0 30px;
  text-align: center;
}

  .breadcrumb ul {
    font-size: 0;
  }

  .breadcrumb li {
    display: inline-block;
    border: 1px solid #eee;
    margin: -1px -1px 0 0;
    background: #fff;
  }

    .breadcrumb li > span,
    .breadcrumb li > strong,
    .breadcrumb li > a {
      display: inline-block;
      padding: 6px 13px;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 15px;
      color: #999;
      font-size: 15px;
    }

    .breadcrumb li span.delimiter {
      display: none;
    }

    .breadcrumb li > strong {
      font-weight: normal;
      color: #000;
    }

  .breadcrumb a:hover * {
    color: #000;
  }

.category-description,
.manufacturer-description,
.vendor-description {
  margin: 0 0 40px;
}

.product-filters {
  display: none;
}

.product-selectors {
  margin: 0 0 30px;
  text-align: right;
}

  .product-selectors:after {
    content: "";
    display: block;
    clear: both;
  }

  .product-selectors > div {
    display: inline-block;
    margin: 5px;
  }

  .product-selectors select {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    height: auto;
    line-height: normal;
    min-width: 0;
  }

    .product-selectors select option {
      padding: 4px;
    }

  .product-selectors > div span {
    font-size: 15px;
    vertical-align: middle;
  }

.select-wrap {
  position: relative;
  display: inline-block;
  min-width: 85px;
  margin: 0 5px;
  background: #fff url("../Themes/Tiffany/Content/img/custom-select.png") no-repeat scroll 95% center;
  border: 1px solid #ddd;
  cursor: pointer;
  font-size: 15px;
  height: 40px;
  padding: 10px 25px 10px 10px;
  text-align: left;
}

.product-selectors .select-wrap select {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  height: auto;
  line-height: normal;
  min-width: 0;
}

div.product-viewmode {
  display: none;
}

.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after {
  content: "";
  display: block;
  clear: both;
}

.item-grid {
  overflow: hidden;
}

.item-box {
  position: relative;
  width: 100%;
  margin: 0 0 20px;
}

  .item-box .picture {
    z-index: 1;
    overflow: hidden;
    background: #fff;
  }

    .item-box .picture a {
      display: block;
      position: relative;
      height: 100%;
    }

      .item-box .picture a:before {
        content: "";
        display: block;
        padding-top: 100%;
      }

    .item-box .picture img {
      position: relative;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 100%;
      max-height: 250px;
      margin: auto;
      -webkit-transform: translateZ(0) scale(1.0, 1.0); /* fixes the bug of the 1px moving product images when hover on category */
    }

    .item-box .picture .second-product-image {
      opacity: 0;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
    }

  .item-box:hover .picture .second-product-image {
    opacity: 1;
  }

  .item-box .picture .second-product-image ~ .product-image {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }

  .item-box:hover .picture .second-product-image ~ .product-image {
    opacity: 0;
  }

  .item-box .details {
    background: #8e807a;
    height: 190px;
    padding: 0 5%;
    text-align: center;
  }

  .item-box:nth-child(odd) .details {
    background: #a79c97;
  }

  .item-box .product-title,
  .item-box .title {
    height: 50px;
    overflow: hidden;
  }

    .item-box .product-title a,
    .item-box .title a {
      display: block;
    }

    .item-box .product-title + .sku {
      display: none !important;
    }

  .item-box .product-rating-box {
    display: none;
    margin: 0 0 5px;
  }

  .item-box .rating {
    background: url('../Themes/Tiffany/Content/img/rating1.gif') repeat-x;
    width: 55px;
    height: 12px;
  }

    .item-box .rating div {
      background: url('../Themes/Tiffany/Content/img/rating2.gif') repeat-x;
      height: 12px;
    }

  .item-box .description {
    display: none;
    height: 30px;
    margin: 0 0 10px;
    overflow: hidden;
  }

    .item-box .description a {
      display: block;
      overflow: hidden;
    }

  .item-box .prices {
    overflow: hidden;
  }

  .item-box .old-price {
    margin: 0 3px;
    font-size: 14px;
    text-decoration: line-through;
  }

  .item-box .actual-price {
    font-size: 16px;
    line-height: 15px;
    margin: 0 3px;
    font-family: Arvo;
  }

  .item-box .buttons {
    margin: 0;
    font-size: 0;
  }

  .item-box input[type="button"] {
    border: 1px solid #ccc;
    padding: 9px 18px;
  }

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid,
.product-grid,
.product-list {
  margin: 0 0 10px;
}

.home-page-category-grid {
  margin-top: 73px;
}

  .home-page-category-grid .item-box .title,
  .sub-category-grid .item-box .title,
  .manufacturer-grid .item-box .title,
  .vendor-grid .item-box .title {
    background: rgba(35, 28, 25, 0.4) none repeat scroll 0 0;
    bottom: 0;
    display: table;
    height: 52px;
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
  }

    .home-page-category-grid .item-box .title a,
    .sub-category-grid .item-box .title a,
    .manufacturer-grid .item-box .title a,
    .vendor-grid .item-box .title a {
      color: #ffffff;
      display: table-cell;
      font-family: "Arvo";
      font-size: 19px;
      font-weight: normal;
      text-align: center;
      text-transform: uppercase;
      vertical-align: middle;
    }

  .home-page-category-grid .slider-wrapper {
    display: none;
  }

  .home-page-category-grid .item-box,
  .sub-category-grid .item-box,
  .manufacturer-grid .item-box,
  .vendor-grid .item-box {
    width: 280px;
    margin: 0 auto 1px;
    border: none;
  }

    .home-page-category-grid .item-box .title,
    .sub-category-grid .item-box .title,
    .manufacturer-grid .item-box .title,
    .vendor-grid .item-box .title {
      background: rgba(35,28,25,.4);
    }

      .home-page-category-grid .item-box .title a,
      .sub-category-grid .item-box .title a,
      .manufacturer-grid .item-box .title a,
      .vendor-grid .item-box .title a {
        vertical-align: middle;
        text-align: center;
        font-family: 'Arvo';
        font-size: 19px;
        color: #fff;
        font-weight: normal;
        text-transform: uppercase;
      }

    .home-page-category-grid .item-box .title {
      padding: 0;
    }

      .home-page-category-grid .item-box .title a {
        font-size: 20px;
      }

.sub-category-grid {
  margin-bottom: 30px;
  background: url('../Themes/Tiffany/Content/img/title-decoration.png') no-repeat center bottom;
  padding-bottom: 60px;
}

.manufacturer-grid .item-box .title {
  background: #a79c97;
}

.manufacturer-grid .item-box:nth-child(2n) .title {
  background: #8e807a;
}

.product-grid .title,
.home-page-category-grid .title {
  margin: 0 0 30px;
  font-size: 20px;
  padding-bottom: 22px;
  background: url('../Themes/Tiffany/Content/img/title-decoration.png') no-repeat center bottom;
  display: none;
}

  .product-grid .title strong,
  .home-page-category-grid .title strong {
    font-weight: normal;
    text-transform: uppercase;
    font-family: Arvo;
  }

.product-grid .item-box {
  margin: auto;
  width: 100%;
  max-width: 400px;
  display: flex;
  align-items: flex-end;
}

  .product-grid .item-box .picture a:before {
    padding-top: 100%; /*replacement for the fixed height (330px) on .picture element*/
  }

.item-grid .details {
  color: #fff;
  padding: 0 !Important;
}

  .item-grid .details .product-title {
    display: table;
    width: 100%;
    border-bottom: 1px solid #bbb;
  }

    .item-grid .details .product-title span {
      display: table-cell;
      vertical-align: middle;
      padding-top: 3px;
    }

    .item-grid .details .product-title a {
      display: block;
      max-height: 42px;
      overflow: hidden;
      font-size: 16px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: normal;
    }

  .item-grid .details .add-info {
    position: relative;
    height: 45px;
    display: table;
    width: 100%;
  }

  .item-grid .details .prices {
    display: table-cell;
    vertical-align: middle;
    max-width: 65px;
  }

  .item-grid .details .tax-shipping-info {
    display: block;
    margin: 0 3px;
  }

  .item-grid .details .buttons {
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
    text-align: center;
  }

    .item-grid .details .buttons input,
    .item-grid .details .buttons select {
      margin: 0 0 0 1px;
      height: 45px;
      width: 45px;
      font-size: 0;
      border: none;
      vertical-align: top;
    }

.item-grid .item-box .tax-shipping-info {
  text-align: center;
}

.add-info .buttons .product-box-add-to-cart-button {
  background: url('../Themes/Tiffany/Content/img/shopping-cart.png') no-repeat center #8e807a;
}

.add-info .compare-products {
  display: inline-block;
  margin: 0;
}

.product-grid .add-info .compare-products input {
  margin: 0 0 1px 0;
}

.product-grid .hover-effect-2 .add-info .add-to-wishlist-button {
  margin: 0 0 1px 0;
}

.add-info .buttons .add-to-compare-list-button {
  background: url('../Themes/Tiffany/Content/img/compare-button.png') no-repeat center #a79c97;
}

.add-info .buttons .add-to-wishlist-button {
  background: url("../Themes/Tiffany/Content/img/wishlist-copy.png") no-repeat scroll center center #a79c97;
}

.also-purchased-products-grid,
.related-products-grid {
  margin-top: 30px;
}

.cross-sells {
  margin: 50px 0 0;
}
/**HOVER EFFECT 2**/
.product-grid .item-box .hover-effect-2.product-item {
  position: relative;
}

.product-grid .hover-effect-2 .ajax-cart-button-wrapper .productQuantityTextBox {
  display: none;
}

.pager {
  display: inline-block;
  margin: 0 0 20px;
}

  .pager ul {
    text-align: center;
    font-size: 0;
  }

  .pager li {
    display: inline-block;
    margin: 0 5px;
  }

    .pager li * {
      display: block;
      width: 40px;
      height: 40px;
      overflow: hidden;
      padding: 10px;
      text-align: center;
      font-size: 15px; /*reset zeroing*/
      cursor: pointer;
    }

    .pager li span {
      border: 1px solid #e1e1e1;
    }

    .pager li.previous-page *,
    .pager li.next-page *,
    .pager li.first-page *,
    .pager li.last-page * {
      background-position: center !important;
      background-repeat: no-repeat !important;
      text-indent: -9999px;
      background: #a79c97;
    }

    .pager li.previous-page * {
      background-image: url('../Themes/Tiffany/Content/img/prev.png');
    }

    .pager li.next-page * {
      background-image: url('../Themes/Tiffany/Content/img/next.png');
    }

    .pager li.first-page * {
      background-image: url('../Themes/Tiffany/Content/img/prev-first.png');
    }

    .pager li.last-page * {
      background-image: url('../Themes/Tiffany/Content/img/next-last.png');
    }

.button-2.contact-vendor-button {
  background: #a69c97;
  border: none !important;
  color: #ffffff;
  font-family: Arvo;
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0 10px !important;
  margin: 0 0 30px 0;
}

  .button-2.contact-vendor-button:hover {
    background: #a79c97;
  }
/* new nop filters */
.product-filters-wrapper {
  background: rgba(0, 0, 0, 0) url("../Themes/Tiffany/Content/css/images/title-decoration.png") no-repeat scroll center bottom;
  overflow: hidden;
}

  .product-filters-wrapper .product-filter {
    border: 1px solid #dddddd;
    margin: 0 auto 20px;
    max-width: 80%;
  }

  .product-filters-wrapper .filter-title {
    color: #000;
    display: block;
    font-family: Arvo;
    font-size: 16px;
    line-height: 17px;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    font-weight: 300;
    margin: 0 0 10px;
  }

.filter-content li.title {
  margin: 10px 0;
}

.filter-content li {
  font-size: 14px;
  color: #666;
}

  .filter-content li a {
    padding: 8px;
    margin: 0 5px 5px;
    display: block;
  }

    .filter-content li a:hover {
      color: #000;
    }

.filtered-items {
  margin: 0 0 10px;
}

.remove-filter a {
  background: #f5f5f4 url("../Themes/Tiffany/Content/img/remove-button.png") no-repeat scroll 90% center;
  border: medium none;
  color: #555555;
  line-height: 40px;
  padding: 0 30px 0 10px;
  display: inline-block;
  margin: 0 0 10px;
}

.vendor-list > li {
  display: inline-block;
  margin: 0 10px;
}

  .vendor-list > li a {
    padding: 5px;
  }

/********** PRODUCT PAGE **********/
.product-essential {
  margin: 0 0 30px;
}

  .product-essential:after {
    content: "";
    display: block;
    clear: both;
  }

  .product-essential .product-name {
    margin: 0 0 20px;
  }

.gallery {
  margin: 0 0 30px;
}

  .gallery .picture-wrapper {
    margin: 0 0 10px;
  }

  .gallery .picture {
    position: relative;
    width: 320px;
    max-width: 100%;
    margin: 0 auto 20px;
    overflow: hidden;
    background: #fff;
  }

    .gallery .picture img,
    .gallery .picture-thumbs img,
    .variant-picture img {
      position: relative;
      max-width: 100%;
      max-height: 100%;
      margin: auto;
    }

  .gallery .picture-thumbs {
    overflow: hidden;
    font-size: 0;
  }

  .gallery .thumb-item {
    display: inline-block;
    position: relative;
    width: 90px;
    height: 90px;
    overflow: hidden;
  }

.product-details-page .overview {
  position: relative;
  margin: 0 0 30px;
  font-size: 15px;
  color: #666;
}

.product-details-page .discontinued-product {
  margin: 5px 0 20px;
  border: 1px solid #eee;
  background: #f9f9f9;
}

  .product-details-page .discontinued-product h4 {
    padding: 20px 10px;
    font-size: 16px;
    font-weight: normal;
    color: #ff5868;
  }

.overview .product-name {
  margin: 0 0 15px;
}

.product-essential .product-name h1 {
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: Arvo;
  padding-bottom: 22px;
  background: url(../Themes/Tiffany/Content/img/title-decoration.png) no-repeat center bottom;
  color: #000;
}

.overview .short-description {
  padding-bottom: 20px;
}

.overview .buttons,
.back-in-stock-subscription,
.download-sample {
  margin: 0 0 15px;
  font-size: 0;
}

.overview .buttons {
  border-bottom: 1px solid #eee;
}

  .overview .buttons div {
    display: inline-block;
    margin: 0 5px 10px;
  }

.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 a {
  display: inline-block;
  border: none;
  padding: 5px 10px 5px 20px;
  font-size: 11px; /*reset zeroing*/
  background: transparent;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: left center;
}
/* 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,
.download-sample-button a {
	display: inline-block;
    border: 0;
	background-position: left center;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 25px;
}
*/
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
  background-image: url(../Themes/Tiffany/Content/img/wishlist-icon.png);
}

.overview .add-to-compare-list-button {
  background-image: url(../Themes/Tiffany/Content/img/compare-icpn.png);
}

.overview .email-a-friend-button {
  background-image: url(../Themes/Tiffany/Content/img/friend.png);
}

.overview .subscribe-button {
  background-image: url(../Themes/Tiffany/Content/img/notify.png);
}

.download-sample-button a {
  background-image: url(../Themes/Tiffany/Content/img/download-icon.png);
}

.overview .sku, .variant-overview .sku,
.overview .gtin, .variant-overview .gtin,
.overview .delivery-date, .variant-overview .delivery-date,
.overview .product-vendor, .variant-overview .product-vendor,
.overview .manufacturers, .manufacturer-part-number {
  margin: 0 0 5px;
}

.overview .stock,
.variant-overview .stock {
  margin: 0 0 15px;
}

.overview .label,
.variant-overview .label {
  vertical-align: middle;
}

.overview .value,
.variant-overview .value {
  color: #000;
  vertical-align: middle;
}

  .overview .value a,
  .variant-overview .value a {
    font-weight: bold;
    text-decoration: underline;
  }

.free-shipping {
  display: inline-block;
  margin: 0 0 15px;
  padding: 15px 15px 15px 50px;
  background: #f6f6f6 url('../Themes/Tiffany/Content/img/free-shipping.png') no-repeat 10px center;
  font-size: 15px;
  text-transform: uppercase;
}

.overview .manufacturers {
  margin: 0 0 0px; /*not present in variant-overview*/
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.product-no-reviews,
.product-reviews-overview {
  margin: 0; /*not present in variant-overview*/
}

.product-reviews-overview {
  margin: 20px 0;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 20px 0;
}

.product-no-reviews a {
  text-decoration: underline;
}

.product-review-box {
  display: inline-block;
  margin: 0 0 5px;
}

  .product-review-box .rating {
    width: 100px;
    height: 19px;
    background: url('../Themes/Tiffany/Content/img/star-none.png') repeat-x;
  }

    .product-review-box .rating div {
      height: 19px;
      background: url('../Themes/Tiffany/Content/img/star-active.png') repeat-x;
    }

.overview .prices,
.variant-overview .prices {
  margin: 15px 0;
  overflow: hidden;
}

  .overview .prices > div,
  .variant-overview .prices > div {
    margin: 0 0 5px;
  }

.overview .old-product-price,
.variant-overview .old-product-price {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}

.overview .product-price,
.variant-overview .product-price {
  color: #000000;
  font-family: arvo;
  font-size: 20px;
}

.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 5px;
  }

  .customer-entered-price .enter-price-input {
    width: 50px;
    text-align: center;
  }

  .customer-entered-price .price-range {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    margin: 5px;
  }

.overview .add-to-cart {
  margin: 0 0 20px;
}

.overview .min-qty-notification {
  margin: -10px 0 10px;
  font-size: 13px;
}

.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;
  }

.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 {
  width: 45px;
  height: 45px;
  padding: 12px;
  text-align: center;
  font-size: 14px;
}

.overview .qty-dropdown,
.variant-overview .qty-ropdown {
  width: auto
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
  height: 45px;
  background: #8e807a url('../Themes/Tiffany/Content/img/shopping-cart.png') no-repeat 18px center;
  border: medium none;
  color: #ffffff;
  font-family: arvo;
  font-size: 16px;
  padding: 12px 25px 12px 50px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

  .overview .add-to-cart-button:hover,
  .variant-overview .add-to-cart-button:hover {
    background: #a79c97 url('../Themes/Tiffany/Content/img/shopping-cart.png') no-repeat 18px center;
  }

.overview .add-to-cart .add-to-wishlist-button {
  display: none; /*removes the old button*/
}

.product-estimate-shipping a {
  display: inline-block;
}

.product-estimate-shipping i {
  display: inline-block;
  transform: rotate(45deg);
  margin: 0 0 3px 10px;
  border: solid grey;
  border-width: 0 1px 1px 0;
  padding: 3px 3px;
}

.product-estimate-shipping .shipping-loading {
  display: none !important; /*disable preloader*/
}

.product-estimate-shipping .shipping-title {
  margin: 0 0 8px;
}

.product-estimate-shipping .shipping-price {
  position: relative;
  bottom: 1px;
  margin: 0 0 0 5px;
  vertical-align: middle;
  color: #000;
}

.product-estimate-shipping .shipping-date {
  margin: 15px 0 0;
}

.product-share-button {
  display: inline-block;
  margin-top: 20px;
  overflow: hidden;
}

.full-description {
  clear: both;
  margin: 0 0 30px;
  line-height: 20px;
  color: #666;
  font-size: 16px;
}

.product-collateral {
  margin: 0 0 20px;
  overflow: hidden;
}

  .product-collateral .title {
    margin: 0 0 30px;
    font-size: 22px;
  }

    .product-collateral .title strong {
      font-weight: normal;
    }

.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-list {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

.product-variant-line {
  margin: 0 0 40px;
  border-top: 1px solid #ddd;
  padding-top: 40px;
}

  .product-variant-line:after {
    content: "";
    display: block;
    clear: both;
  }

.variant-overview {
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  overflow: hidden;
  color: #555;
}

.variant-picture {
  position: relative;
  height: 330px;
  margin: 0 auto 25px;
  overflow: hidden;
}

.variant-overview .variant-name {
  vertical-align: middle;
  margin: 0 0 20px;
  background: url('../Themes/Tiffany/Content/img/title-decoration.png') no-repeat center bottom;
  padding: 5px 10px 30px;
  font-size: 18px;
  font-family: Arvo;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
}

.variant-overview .variant-description {
  display: none;
  margin: 0 0 25px;
  line-height: 20px;
}

.variant-overview .attributes {
  background: #f9f9f9;
  border: none;
  max-width: 90%;
  padding: 15px 15px 5px;
}

.variant-overview .prices {
  margin: 25px 0 15px;
  padding: 10px 0;
}

.variant-overview .add-to-cart-panel > * {
  margin: 0 0 25px;
}

.variant-overview .add-to-wishlist {
  margin: 20px 0;
}

.variant-overview .add-to-wishlist-button {
  float: none;
  clear: both;
  font-size: 13px;
}
/*Jquery Tabs start*/
.ui-tabs {
  margin: 0 0 20px;
}

  .ui-tabs .ui-tabs-nav {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
  }

    .ui-tabs .ui-tabs-nav li {
      display: inline-block;
    }

      .ui-tabs .ui-tabs-nav li a {
        display: inline-block;
        background: #a79c97;
        padding: 8px 24px;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
      }

      .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
      .ui-tabs .ui-state-active.ui-tabs-active a {
        background: #8e807a;
      }

  .ui-tabs .ui-tabs-panel {
    padding: 20px 0 0;
  }

    .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 {
  margin: 0 0 30px;
}

  .product-specs-box thead {
    display: none;
  }

  .product-specs-box td {
    width: 50%; /*because colgroup is missing in 4.2+*/
  }

  .product-specs-box .attribute-square {
    margin: auto;
  }

.product-tags-box {
  margin: 0 0 20px;
}

.product-tags-list {
  font-size: 0;
}

  .product-tags-list li {
    display: inline-block;
    font-size: 14px; /*reset zeroing*/
  }

    .product-tags-list li.separator {
      margin: 0 5px 0 3px;
    }

  .product-tags-list a {
    display: inline-block;
    color: #000 !important;
  }

.attributes {
  margin: 0 auto 20px;
  padding: 15px 0 10px;
  border-bottom: 1px solid #eee;
}

td .attributes {
  margin: 0;
  border: none;
}

.attributes dl {
  overflow: hidden;
}

.attributes dt {
  display: block;
  margin: 0 0 5px;
  white-space: nowrap;
  font-size: 15px;
}

  .attributes dt .required {
    display: none;
  }

.attributes dd {
  display: block;
  margin: 0 0 10px;
}

  .attributes dd:after {
    content: "";
    display: block;
  }

.attributes li {
  margin: 10px 0;
}

.attributes select {
  width: auto;
  max-width: 100%;
}

.attributes .qty-box {
  margin: 0 0 0 5px;
}

  .attributes .qty-box label {
    display: none;
  }

  .attributes .qty-box input {
    width: 48px;
    height: 32px;
  }

.attributes .option-list li > * {
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
}

.attribute-squares {
  font-size: 0;
}

  .attribute-squares li {
    display: inline-block;
    position: relative;
    margin: 0;
  }

.attribute-square-container {
  display: block;
  border: 2px solid transparent;
  padding: 1px;
  position: relative;
  z-index: 0;
}

  .attribute-square-container span {
    display: block !important;
    width: 32px !important;
    height: 32px !important;
    border: 1px solid #c9c9c9 !important;
    cursor: pointer;
  }

.selected-value .attribute-square-container {
  border-color: #c9c9c9;
}

.attribute-squares li input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: auto;
}

.tooltip-container::before {
  border-bottom: 7px solid #ddd;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}

.tooltip-container::after {
  border-bottom: 6px solid #ddd;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  width: 0;
}

.tooltip-container .tooltip-header {
  background-color: #eee;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
}

.tooltip-container .tooltip-body {
  margin: 0;
}

  .tooltip-container .tooltip-body img {
    border: 0 none #fff;
    width: 190px;
  }

.tooltip-container {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ddd;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 192px;
}

.attribute-squares li:hover .tooltip-container {
  margin-left: -122px;
  margin-top: 40px;
  padding: 0;
  visibility: visible;
  z-index: 999;
}

.giftcard {
  margin: 0 0 20px;
  overflow: hidden;
  clear: both;
}

  .giftcard div {
    margin: 0 0 10px;
  }

  .giftcard label {
    display: block;
    margin: 0 0 5px;
  }

  .giftcard input,
  .giftcard textarea {
    width: 350px;
    max-width: 100%;
  }

  .giftcard textarea {
    height: 150px;
  }
/*DATEPICKER*/
.ui-datepicker {
  background-color: #ffffff;
  text-align: center;
  width: 280px;
}

.ui-datepicker-title {
  font-weight: bold;
  line-height: 32px;
  position: relative;
  text-transform: uppercase;
  z-index: 0;
  color: #555;
  font-family: Arial,sans-serif;
  background: #fff;
  border: 1px solid #ccc;
}

.ui-datepicker-header a {
  font-size: 0;
  height: 32px;
  position: absolute;
  top: 0;
  width: 32px;
  z-index: 1;
}

  .ui-datepicker-header a.ui-datepicker-prev {
    background: url("../Themes/Tiffany/Content/img/arrow-left.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    left: 0;
  }

  .ui-datepicker-header a.ui-datepicker-next {
    background: url("../Themes/Tiffany/Content/img/arrow-right.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    right: 0;
  }

.ui-datepicker-header {
  background-color: #333333;
  color: #ffffff;
  height: 32px;
  position: relative;
}

.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  border: 1px solid #cccccc;
  width: 14.285%;
}

.ui-datepicker-calendar th {
  background-color: #eeeeee;
}

  .ui-datepicker-calendar th span, .ui-datepicker-calendar td a {
    display: block;
    line-height: 32px;
    min-height: 32px;
  }

  .ui-datepicker-calendar th span {
    color: #fff;
  }

.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  border: 1px solid #cccccc;
  width: 14.285%;
}

  .ui-datepicker-calendar th span, .ui-datepicker-calendar td a {
    display: block;
    line-height: 32px;
    min-height: 32px;
  }

  .ui-datepicker-calendar td a {
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }

  .ui-datepicker-calendar td:hover a {
    color: #fff;
  }



/********** 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%;
  height: 36px;
}

.mfp-container .address-item .required {
  position: absolute;
  top: -5px;
  right: -9px;
}

.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 #ddd;
  border-collapse: collapse;
}

.mfp-container .shipping-option {
  display: table-row;
  cursor: pointer;
}

  .mfp-container .shipping-option.active {
    background-color: #f9f9f9;
  }

  .mfp-container .shipping-option > div {
    display: table-cell;
    border-top: 1px solid #ddd;
    padding: 12px 11px;
  }

.mfp-container .shipping-item {
  border-right: 1px solid #ddd;
  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 #666;
    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: 50px;
    background-color: #666;
  }

.apply-shipping-button-container {
  text-align: center;
}

.mfp-container .apply-shipping-button {
  min-width: 120px;
  background: #8e807a;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  width: auto;
  font-family: Arvo;
  border: none;
  text-transform: uppercase;
}

.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-page h1 a {
  font-style: italic;
}

  .product-reviews-page h1 a:before,
  .product-reviews-page h1 a:after {
    content: "''";
  }

.product-reviews-page .title {
  display: none;
  margin: 0 0 10px;
}

.write-review {
  margin: 0 0 50px;
}

  .write-review .form-fields {
    margin: 0 0 15px;
  }

.ui-tabs .form-fields {
}

.write-review .review-rating {
  text-align: center;
}

  .write-review .review-rating:after {
    content: "";
    display: block;
    clear: both;
  }

  .write-review .review-rating .name-description {
    position: relative;
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    vertical-align: middle;
    overflow: hidden;
  }

    .write-review .review-rating .name-description .tooltiptext {
      position: absolute;
      bottom: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-bottom: 8px;
      padding: 5px 8px;
      max-width: 95%;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 4px;
      opacity: 0;
      transition: all .2s ease;
      pointer-events: none;
    }

      .write-review .review-rating .name-description .tooltiptext:after,
      .write-review .review-rating .name-description .tooltiptext:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
      }

      .write-review .review-rating .name-description .tooltiptext:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 8px;
        margin-left: -8px;
      }

      .write-review .review-rating .name-description .tooltiptext:before {
        border-color: rgba(221, 221, 221, 0);
        border-top-color: #dddddd;
        border-width: 9px;
        margin-left: -9px;
      }

    .write-review .review-rating .name-description:hover {
      overflow: visible;
    }

      .write-review .review-rating .name-description:hover .tooltiptext {
        opacity: 1;
      }

.review-rating .rating-wrapper {
  font-size: 0;
  vertical-align: middle;
}

.write-review .rating-wrapper > div {
  display: inline-block;
  margin: 0 5px;
  cursor: default;
  vertical-align: middle;
  font-size: 14px;
  height: 17px;
}

.write-review .rating-wrapper .first {
  color: #c00;
}

.write-review .rating-wrapper .rating-options {
  padding-top: 2px;
}

  .write-review .rating-wrapper .rating-options input {
    vertical-align: baseline;
  }

.write-review .rating-wrapper .last {
  color: #690;
}

.write-review .captcha-box {
  margin: 15px 0 0;
}

.write-review .button-1 {
  background: #8e807a;
  border: medium none;
  color: #ffffff;
  font-family: Arvo;
  font-size: 16px;
  height: 40px;
  text-transform: uppercase;
  padding: 0 30px;
}

.product-reviews-page .result,
.product-reviews-page .message-error {
  margin: 0 0 10px;
}

.product-review-list {
  margin: 0 0 50px;
}

.product-review-item {
  margin: 0 0 30px;
}

  .product-review-item .review-item-head {
    margin: 0 0 -1px;
    overflow: hidden;
    background: #f6f6f6;
    padding: 10px 12px;
    border: 1px solid #ddd;
  }

  .product-review-item .review-type-rating-ext {
    padding: 0 15px;
    overflow: hidden;
  }

  .product-review-item .review-title {
    float: left;
    max-width: 70%;
    text-align: left;
    text-transform: uppercase;
    font-family: Arvo;
    font-size: 16px;
  }

    .product-review-item .review-title strong {
      font-weight: normal;
    }

  .product-review-item .product-review-box {
    float: right;
    max-width: 40%;
    margin: 0;
    text-align: right;
  }

  .product-review-item .review-text {
    margin: 0 0 15px;
    padding: 20px 15px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    min-height: 85px;
    line-height: 24px;
  }

  .product-review-item .avatar {
    display: inline-block;
    width: 40px;
    margin: 0 0 0 -10px;
    vertical-align: middle;
  }

    .product-review-item .avatar img {
      max-width: 100%;
    }

  .product-review-item .review-info {
    margin: 0 0 5px;
    color: #666;
  }

.product-review-helpfulness {
  color: #666;
}

  .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: 30px 0 0;
}

.product-review-item .reply-header {
  margin: 0 0 10px;
  font-weight: bold;
}


/********** WISHLIST & COMPARE LIST **********/


.wishlist-content {
  margin: 0 0 20px;
}

  .wishlist-content .message-error {
    margin: 0 0 10px;
  }

  .wishlist-content .tax-shipping-info {
    margin: 15px auto 0;
  }

  .wishlist-content th {
    border: 1px solid #ddd;
    background: #f9f9f9;
  }

  .wishlist-content td {
    background: #fff !important;
  }

  .wishlist-content .buttons {
    margin: 20px 0 0;
    text-align: center;
    font-size: 0;
  }

    .wishlist-content .buttons input {
      width: 100%;
      margin: 0;
      padding: 10px 15px;
      border: medium none;
      color: #fff;
      font-family: Arvo;
      font-size: 15px;
      text-transform: uppercase;
      background: #a79c97;
    }

      .wishlist-content .buttons input:nth-child(even) {
        background: #8e807a;
      }

.wishlist-page .share-info a {
  display: block;
  margin: 0 0 5px;
  font-weight: bold;
}

.wishlist-page .share-info {
  font-size: 16px;
  color: #666;
}

.compare-products-page {
  margin: 0 0 40px 0;
  position: relative;
  overflow: hidden;
}

  .compare-products-page .page-body {
    font-size: 16px;
    color: #666;
    padding: 0 0 40px 0;
  }

  .compare-products-page .clear-list {
    display: inline-block;
    margin: 0 0 20px;
    background: #8e807a;
    border: none;
    color: #ffffff;
    font-family: Arvo;
    font-size: 16px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    max-width: none;
    padding: 0 10px;
    text-transform: uppercase;
    width: auto;
  }

  .compare-products-page .button-2 {
    color: #555;
    border: none;
    line-height: 40px;
    padding: 0 30px 0 10px;
    background: #f5f5f4 url('../Themes/Tiffany/Content/img/remove-button.png') no-repeat 90% center;
  }

  .compare-products-page td a {
    color: #000;
  }

  .compare-products-page .full-description {
    vertical-align: top;
  }

    .compare-products-page .full-description p {
      margin: 0;
      padding: 0;
    }

.compare-products-table {
  display: none;
}

.compare-products-table-mobile {
  display: block;
}

/*********** TOPICS ***********/
.topic-block {
  margin: 0 0 20px;
}

.home-page .topic-block {
  margin: 0 0 40px;
}

.topic-block-title {
  margin: 0 0 30px;
  font-size: 20px;
  padding-bottom: 22px;
  background: url('../Themes/Tiffany/Content/img/title-decoration.png') no-repeat center bottom;
}

  .topic-block-title h2 {
    font-weight: normal;
    text-transform: uppercase;
    font-family: Arvo;
    font-size: 24px;
  }

.topic-block-body {
  line-height: 24px;
  margin: 0 0 20px;
}

.topic-html-content-body p strong {
  font-weight: normal;
}

.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 input[type="submit"] {
    float: left !important;
    width: auto !important;
    height: 36px !important;
    border: none !important;
    background: #8e807a !important;
    padding: 0 20px !important;
    font-size: 16px !important;
    color: #ffffff !important;
  }

.password-error {
  margin: 0 0 10px;
}

/*********** CONTACT & EMAIL A FRIEND ***********/
.contact-page .form-fields,
.email-a-friend-page .form-fields {
  margin: 0 0 20px;
}

.contact-page .message-error,
.email-a-friend-page .message-error {
  margin: 0 0 10px;
}

.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
  background: #8e807a;
  border: none;
  color: #ffffff;
  font-family: Arvo;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  max-width: none;
  padding: 0 30px;
  text-transform: uppercase;
  width: auto;
  min-width: 136px;
}

.email-a-friend-page .title {
  margin: 0 0 15px;
}

  .email-a-friend-page .title h2 {
    font-weight: normal;
  }

.contact-page .inputs input,
.contact-page .inputs textarea {
  background: #f9f9f9;
  border: 1px solid #dddddd;
  height: 40px;
  max-width: 350px;
  width: 96%;
  color: #505050;
  font-size: 16px;
}

.contact-page .inputs textarea {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.contact-page .inputs label {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  text-align: center;
  font-size: 16px;
}

.email-a-friend-page .form-fields {
  border: none;
}

/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/
.registration-page .page-title h1 {
  margin-top: 0;
}

.account-page .inputs.date-of-birth select,
.registration-page .inputs.date-of-birth select {
  width: 118px; /*birth-date selectors, always single line*/
  max-width: 32%;
  cursor: pointer;
  margin: 0 0 0 -1px;
}

.registration-page select + select,
.account-page select + select {
  margin: 0 0 0 10px;
}

.registration-page .title strong {
  font-size: 16px;
  text-transform: uppercase;
  font-family: Arvo;
  font-weight: normal;
}

.registration-page .inputs .gender {
  color: #505050;
}

  .registration-page .inputs .gender input {
    width: auto;
  }

.gender {
  display: block;
  margin: 0 10px 10px 10px;
}

  .gender span.male,
  .gender span.female {
    display: inline-block;
    margin: 0 10px;
    line-height: 32px;
  }

  .gender span .forcheckbox {
    text-align: left;
    padding: 0 0 0 3px;
  }

  .gender span > * {
    display: inline-block;
    margin: 0;
  }

.registration-page .inputs select {
  margin: 0;
  background: #f9f9f9;
  border: 1px solid #dddddd;
  height: 36px;
  padding: 8px;
}

#check-availability-button {
  height: auto;
  margin: 10px 0 0;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
}

#username-availabilty {
  display: block;
  margin: 5px 0 0;
  font-size: 11px;
}

  #username-availabilty:empty {
    display: none;
  }

.vat-status, .vat-note {
  display: block;
  background: #fff;
  padding: 0 0 5px;
  text-align: center;
  font-size: 13px; /*reset zeroing*/
}

.vat-status {
  clear: both;
  border-top: 1px solid #ddd;
  padding: 5px 0;
}

.inputs .option-list * {
  display: inline;
  width: auto !important;
  line-height: 40px;
  margin: 0 3px;
}

.inputs.accept-consent {
  margin: 0 0 20px;
  text-align: center;
}

  .inputs.accept-consent label {
    white-space: normal;
    width: auto;
    margin: 0 0 0 8px;
  }

  .inputs.accept-consent > * {
    display: inline-block;
    line-height: 40px;
    vertical-align: middle;
    font-size: 16px;
    color: #666;
  }

  .inputs.accept-consent a {
    font-weight: bold;
  }

  .inputs.accept-consent span {
    cursor: pointer;
  }

.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: #8e807a;
  border: none;
  color: #ffffff;
  font-family: Arvo;
  font-size: 16px;
  height: 42px;
  margin: 2px 0;
  padding: 0 20px;
  text-transform: uppercase;
}

.registration-page .register-next-step-button {
  padding: 0 30px;
}

.registration-result-page .result {
  margin: 0 0 20px;
  color: #690;
}

.login-page .customer-blocks {
  margin: 0 0 30px;
}

.login-page .title {
  margin: 0 0 10px;
  font-size: 18px;
}

  .login-page .title strong {
    font-weight: normal;
  }

.login-page .new-wrapper {
  margin: 0 0 30px;
}

.login-page .inner-wrapper {
}

.login-page .text {
  margin: 0 20px 20px;
  font-size: 14px;
}

.login-page .inputs.reversed * {
  margin: 0 5px !important;
  font-size: 13px; /*reset zeroing*/
}

.login-page .inputs.reversed .forgot-password {
  vertical-align: middle
}

.login-page .returning-wrapper .inputs.reversed input,
.login-page .returning-wrapper .inputs.reversed label {
  display: inline-block;
  width: auto;
  min-width: 0;
  margin: 0 2px;
  font-size: 14px;
}

.login-page .checkout-as-guest-or-register-block .button-1,
.login-page .returning-wrapper .button-1 {
  margin: 2px 0;
  padding: 0 20px;
  height: 40px;
  background: #8e807a;
  color: #fff;
  font-family: Arvo;
  text-transform: uppercase;
  border: none;
  font-size: 16px;
}

.login-page .returning-wrapper .inputs input {
  background: #f9f9f9;
  border: 1px solid #dddddd;
  height: 40px;
  max-width: 350px;
  width: 96%;
  color: #505050;
}

.external-authentication {
  margin: 30px 0;
  overflow: hidden;
  text-align: center;
}

  .external-authentication .title {
    display: none;
  }

  .external-authentication fieldset {
    float: none !important;
  }

  .external-authentication .buttons {
    margin: 0;
  }

.password-recovery-page .tooltip {
  margin: 0 0 20px;
}

.password-recovery-page .required {
  display: none;
}

.password-recovery-page .result {
  margin: 0 0 5px;
  font-weight: bold;
}

.email-to-revalidate,
.email-to-revalidate-note {
  display: block;
  margin: 10px 5px;
  vertical-align: middle;
  font-size: 13px;
  white-space: normal;
}

.account-page .button-2 {
  background: #8e807a;
  border: none;
  color: #ffffff;
  font-family: Arvo;
  font-size: 14px;
  max-width: none;
  padding: 8px 26px;
  width: auto;
}

  .account-page .button-2:nth-child(odd) {
    background: #a79c97;
  }

.account-page .edit-address {
  margin: 0 0 20px;
}

.account-page .description {
  margin: 0 0 20px;
}

.address-list-page .section,
.order-list-page .section,
.return-request-list-page .section {
  margin: 0 0 40px;
}

.address-list-page .info,
.order-list-page .info,
.return-request-list-page .details {
  margin: 0 0 15px;
  line-height: 24px;
  font-size: 15px;
  color: #555;
}

.account-page .address-item .title,
.order-list-page .order-item .title,
.return-request-list-page .title {
  margin: 0 0 8px 0;
  background: url('../Themes/Tiffany/Content/img/title-decoration-small.png') no-repeat center bottom;
  padding: 0 0 20px 0;
}

  .account-page .address-item .title strong,
  .order-list-page .order-item .title strong,
  .return-request-list-page .title strong {
    color: #000000;
    font-family: "Arvo";
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
  }

.address-list-page .address-item label {
  vertical-align: top;
}

.address-list-page .address-item .country {
  margin-top: 10px;
  font-family: "Arvo";
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}

.address-list-page .add-button {
  margin: 0 0 15px;
  text-align: center;
}

.return-request-list-page .details a {
  display: inline-block;
  margin: 0 0 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}

.return-request-list-page .comments {
  margin: 15px 0 0;
}

.return-request-page table {
  color: #666;
}

.return-request-page .inputs select {
  padding: 10px;
}

.return-request-file > div {
  display: inline-block;
  width: 350px;
  max-width: 100%;
  vertical-align: middle;
}

.return-request-page .qq-upload-button {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  padding: 8px;
}

.return-request-page .qq-upload-list li {
  background-color: transparent !important;
  font-size: 13px;
  color: #333 !important;
}

.reward-points-overview {
  margin: 0 0 20px;
  font-size: 15px;
  color: #666;
}

.reward-points-page .title {
  background: url('../Themes/Tiffany/Content/img/title-decoration-small.png') no-repeat center bottom;
  padding: 0 0 20px 0;
}

  .reward-points-page .title strong {
    color: #000000;
    font-family: "Arvo";
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
  }

.reward-points-page .message {
  text-align: left;
}

.avatar-page .message-error {
  margin: 0 0 10px;
}

.avatar-page .fieldset {
  margin: 0 0 15px;
}

.avatar-page .image {
  margin: 0 0 10px;
}

  .avatar-page .image img {
    border: 1px solid #ccc;
  }

.avatar-page input[type="file"] {
  width: 75px;
  overflow: hidden;
}

.avatar-page input[type="submit"] {
  height: auto;
  background: #8e807a;
  padding: 8px 26px;
  font-size: 15px;
  text-transform: none;
}

  .avatar-page input[type="submit"]:nth-child(odd) {
    background: #a79c97;
  }

.avatar-page .info {
  margin: 0 0 20px;
}

.account-page .inputs input[type="text"],
.account-page .inputs input[type="email"],
.account-page .inputs input[type="tel"],
.account-page .inputs input[type="password"],
.account-page .inputs #Address_CountryId,
.account-page .inputs #Address_StateProvinceId {
  background: #f9f9f9;
  border: 1px solid #dddddd;
  height: 40px;
  max-width: 350px;
  width: 96%;
}

.account-page .inputs.date-of-birth > .date-picker-wrapper {
  padding: 0;
}

.account-page .inputs.date-of-birth .date-picker-wrapper select {
  width: 33.333% !important;
}

.account-page .fieldset .inputs select {
  margin: 0;
  height: 40px;
  padding: 8px;
}

.downloadable-products-page td,
.back-in-stock-subscription-list-page td,
.reward-points-page td {
  font-size: 16px;
  color: #666;
}

.back-in-stock-subscription-list-page .product,
.forum-subscriptions-page .info {
  text-align: left;
}

.user-agreement-page {
  text-align: center;
}

.terms-of-agreement {
  padding: 10px 0 15px;
}

.user-agreement-page .button-1 {
  background: #a69c97 none repeat scroll 0 0;
  border: medium none !important;
  color: #ffffff;
  font-family: Arvo;
  font-size: 16px;
  line-height: 40px;
  padding: 0 10px !important;
  text-transform: uppercase;
}

.ui-dialog .back-in-stock-subscription-page .notify-me-button {
  margin: 10px 0;
  background: #a79c97;
  border: medium none;
  color: #fff;
  display: inline-block;
  font-family: Arvo;
  font-size: 13px;
  padding: 8px 16px;
  text-transform: uppercase;
}

.vendorinfo-page .vendor-picture > * {
  display: block;
  margin: 10px auto 0;
}

.account-page.gdpr-tools-page .buttons {
  margin: 25px 0 0;
}

.account-page.gdpr-tools-page .form-fields {
  border: 0;
  margin: 20px 30px 0 0;
  line-height: 1.5;
}

/********** SHOPPING CART & CHECKOUT **********/
.order-progress {
  margin: 0 0 35px;
  text-align: center;
}

  .order-progress ul {
    font-size: 0;
  }

  .order-progress li {
    display: inline-block;
    margin: 0 5px 10px;
  }

  .order-progress a {
    display: block;
    min-width: 70px;
    font-size: 16px;
  }

    .order-progress a:before {
      content: "";
      display: block;
      width: 40px;
      height: 40px;
      margin: 0 auto 10px;
      background: #a79c97 url('../Themes/Tiffany/Content/img/cart-arrow.png')no-repeat center;
    }

  .order-progress li.active-step a {
    cursor: pointer;
  }

  .order-progress li.inactive-step {
    opacity: 0.5;
  }

    .order-progress li.inactive-step a {
      cursor: default;
    }

.shopping-cart-page,
.checkout-page {
  background: #fff;
}

  .shopping-cart-page .page-title h1 {
    margin: 0px auto;
  }

  .shopping-cart-page .button-1 {
    height: 45px;
    background: #8e807a;
    width: 96%;
    max-width: 350px;
    color: #fff;
    font-family: Arvo;
    text-transform: uppercase;
    border: none;
    font-size: 16px;
  }

  .checkout-page .button-1 {
    width: auto;
    max-width: none;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    background: #8e807a;
    color: #fff;
    font-family: Arvo;
    text-transform: uppercase;
    border: none;
    font-size: 16px;
  }

  .shopping-cart-page .button-2,
  .checkout-page .button-2,
  .order-details-page .page-title a {
    display: inline-block;
    border: none;
    padding: 5px 10px;
    text-transform: uppercase;
  }

  .shopping-cart-page .addon-buttons {
    margin: 20px 0 0;
  }

.remove-discount-button,
.remove-gift-card-button {
  width: 16px;
  height: 16px;
  margin: 0 0 0 5px;
  border: 1px solid #ccc;
  background: #fff url('../Themes/Tiffany/Content/img/close.png') center no-repeat;
  cursor: pointer;
}

.shopping-cart-page .message-error {
  margin: 0 0 20px;
  font-size: 13px;
}

.selected-checkout-attributes {
  display: none;
  margin: 0 0 20px;
  text-align: center;
}

.shopping-cart-page .tax-shipping-info {
  margin: 10px 5px;
}

.shopping-cart-page .common-buttons {
  font-size: 0;
}

  .shopping-cart-page .common-buttons input,
  .shopping-cart-page .common-buttons a {
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    font-family: Arvo;
    border: none;
    text-transform: uppercase;
  }

  .shopping-cart-page .common-buttons a {
    margin: 0;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .shopping-cart-page .common-buttons .continue-shopping-button {
    background: #8e807a;
  }

  .shopping-cart-page .common-buttons .update-cart-button,
  .shopping-cart-page .common-buttons .estimate-shipping-button {
    background: #a79c97;
  }

.shopping-cart-page .shipping .inputs input[type="text"],
.shopping-cart-page .shipping .inputs select {
  border: 1px solid #ddd;
  background: #f9f9f9;
  font-family: Arvo;
  text-transform: none;
  font-size: 16px;
  height: 36px;
}

.shopping-cart-page .shipping .inputs select,
.shopping-cart-page .inputs select,
.checkout-attributes dd select,
.registration-page .form-fields .inputs select {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  border-radius: 0;
}

.shopping-cart-page .inputs label {
  font-size: 16px;
  text-transform: none;
}

.shopping-cart-page .inputs select {
  cursor: pointer;
}

.order-details-page .tax-shipping-info a {
  color: #000;
}

.tax-shipping-info a:hover {
  text-decoration: underline;
}

.checkout-attributes,
.tax-shipping-info {
  margin: 5px;
  text-align: center;
}

  .checkout-attributes dd {
    margin: 0 0 15px;
  }

  .checkout-attributes:only-child {
    margin: 20px 0 0;
    padding: 10px;
    text-align: center;
  }

  .checkout-attributes dt {
    margin: 0 0 5px;
    font-weight: bold;
  }

  .checkout-attributes ul {
    display: inline-block;
  }

  .checkout-attributes li {
    line-height: 24px;
    display: inline-block;
    margin: 0 10px;
  }

    .checkout-attributes li * {
      vertical-align: middle;
    }

.cart-footer:after {
  content: "";
  display: block;
  clear: both;
}

.cart-footer .totals {
  width: 300px;
  max-width: 100%;
  margin: 0 auto 30px;
}

.cart-footer .total-info {
  margin: 0 0 20px;
  padding: 15px 10px;
  border: 1px solid #ddd;
  background: #f9f9f9;
}

.cart-total td {
  width: 50%;
  border: none;
  padding: 5px;
  font-size: 16px;
  color: #666;
}

.cart-total tr:last-child {
  border-top: 1px solid #ddd;
}

.will-earn-reward-points span {
  font-size: 14px;
  color: #888;
  font-style: italic;
}

.cart-total-left {
  text-align: left;
}

.cart-total-right {
  text-align: right;
}

.cart-total .order-total strong {
  font-size: 16px;
  color: #000;
  font-weight: normal;
}

.terms-of-service {
  margin: 0 0 20px;
  font-size: 16px;
  color: #666;
}

  .terms-of-service label {
    vertical-align: top;
  }

  .terms-of-service span {
    cursor: pointer;
    color: #000;
  }

    .terms-of-service span a {
      text-decoration: underline;
    }

.cart-collaterals {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 30px;
}

  .cart-collaterals > div {
    margin: 0 0 30px;
  }

  .cart-collaterals .title {
    margin: 0 0 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Arvo;
  }

    .cart-collaterals .title strong {
      font-weight: normal;
    }

  .cart-collaterals .hint {
    margin: 0 0 15px;
    font-size: 14px;
    text-transform: none;
    color: #666;
  }

  .cart-collaterals .deals > div {
    margin: 0 0 20px;
  }

  .cart-collaterals .coupon-code {
    overflow: hidden;
    font-size: 0;
    width: 350px;
    max-width: 95%;
    margin: auto;
  }

    .cart-collaterals .coupon-code input[type="text"] {
      float: left;
      width: 65%;
      height: 36px;
      margin: 0 -1px 0 0;
      background: #f9f9f9;
    }

    .cart-collaterals .coupon-code input[type="submit"] {
      float: left;
      width: 35%;
      height: 36px;
      background: #a79c97;
      color: #fff;
      font-family: Arvo;
      text-transform: none;
    }

  .cart-collaterals .message {
    margin: 5px 0 0;
    color: #c00;
  }

  .cart-collaterals .current-code {
    margin: 5px 0 0;
    color: #690;
  }

  .cart-collaterals .shipping-results {
    margin: 10px;
    float: left;
    color: #666;
  }

    .cart-collaterals .shipping-results strong {
      color: #000;
    }

    .cart-collaterals .shipping-results li {
      margin: 10px 0;
    }

.checkout-page .checkout-data {
  margin: auto;
  padding: 10px 0 0 0;
}

.checkout-page .section {
  margin: 0 0 50px;
}

.select-billing-address strong,
.new-billing-address strong,
.select-shipping-address strong,
.new-shipping-address strong {
  font-size: 18px;
  font-weight: normal;
  color: #000;
}

.select-billing-address .title,
.select-shipping-address .title {
  display: none;
}

.edit-address .inputs input,
.edit-address .inputs select {
  padding: 10px 8px;
}

.select-billing-address .select-billing-address-button {
  font-size: 16px;
}

.checkout-page .address-grid {
  overflow: hidden;
}

.checkout-page .address-item {
  margin: 0 0 20px;
  padding: 0;
  position: relative;
}

.checkout-page .address-grid .address-box {
  margin: 0 0 10px;
}

.checkout-page .address-item:nth-child(2n) .select-billing-address-button,
.checkout-page .address-item:nth-child(2n) .select-shipping-address-button {
  background: #a79c97;
}

.checkout-page .address-item li {
  padding: 2px 0;
  font-size: 16px;
  line-height: 22px;
  color: #555;
}

  .checkout-page .address-item li.name {
    margin: 0 0 5px;
  }

  .checkout-page .address-item li.country {
    margin: 5px 0 0;
    font-size: 18px;
    color: #000;
  }

.checkout-page .edit-address {
  margin: 0 0 20px;
}

.pickup-in-store {
  font-size: 15px;
}

.select-pickup-point {
  margin-bottom: 20px;
}

.pickup-points-map {
  height: 300px;
  max-width: 100%;
}

.single-pickup-point.name {
  font-size: 18px;
  color: #000;
}

.single-pickup-point.address,
.single-pickup-point.fee {
  font-size: 15px;
  margin: 5px 0 0;
}

.shipping-method .method-list,
.payment-method .method-list {
  margin: 0 0 20px;
  overflow: hidden;
}

  .shipping-method .method-list li {
    margin: 0 0 10px;
    font-size: 15px;
    color: #666;
    padding: 5px;
  }

.shipping-method .method-name {
  width: auto;
  max-width: none;
  padding: 0 10px;
  min-height: 40px;
  line-height: 40px;
  background: #a79c97;
  color: #fff;
  font-family: Arvo;
  text-transform: uppercase;
  border: none;
  font-size: 16px;
}

.shipping-method li:nth-child(2) .method-name {
  background: #8e807a;
}

.shipping-method input[type="radio"],
.payment-method input[type="radio"] {
  margin: 0 5px 0 0;
}

.shipping-method .method-list li label,
.payment-method .method-list li label {
  font-size: 14px;
}

.shipping-method .method-description {
  margin: 10px 0 0;
  padding: 5px;
}

.payment-method .method-list li {
  width: 300px;
  margin: 10px auto;
  border: 1px solid #ddd;
}

.payment-method .method-name {
  overflow: hidden;
}

.payment-method .payment-logo {
  float: left;
  width: 25%;
  height: 55px;
  padding: 10px;
  text-align: center;
}

.payment-method .payment-details {
  float: left;
  width: 75%;
  height: 55px;
  line-height: 35px;
  padding: 10px;
  text-align: left;
  background: #f9f9f9;
  border-left: 1px solid #ddd;
}

.payment-method .payment-description {
  display: none;
}

.use-reward-points {
  margin: 0 0 10px;
}

.payment-info .info {
  margin: 0 0 20px 0;
  font-size: 15px;
}

.confirm-order .button-1 {
  font-size: 17px;
}

.order-review-data ul,
.shipment-overview ul {
  margin: 0 0 20px;
  color: #555;
}

.order-review-data > div {
  margin: 0 0 40px;
}

.order-review-data .title,
.order-details-area .title {
  margin: 20px 0 5px !important;
  background: url('../Themes/Tiffany/Content/img/title-decoration-small.png') no-repeat center bottom;
  padding: 0 0 20px 0;
  color: #000;
  text-transform: uppercase;
}

.shipment-details-page .shipping-address .title {
  margin: 20px 0 5px;
  background: url('../Themes/Tiffany/Content/img/title-decoration-small.png') no-repeat center bottom;
  padding: 0 0 20px 0;
}

.order-review-data .title strong,
.order-details-area .title strong,
.shipment-details-page .title strong {
  font-family: "Arvo";
  font-size: 16px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}

.order-completed .details {
  margin: 0 0 20px;
}

  .order-completed .details a {
    display: block;
    margin: 5px 0 0;
    font-weight: bold;
  }

.opc .step-title {
  margin-bottom: 1px;
  overflow: hidden;
  background: #f6f6f6;
  padding: 10px;
  text-transform: uppercase;
}

.opc .allow .step-title,
.opc .allow .step-title * {
  cursor: pointer;
}

.opc .active .step-title {
}

  .opc .active .step-title * {
  }

.opc .step-title * {
  float: left;
  font-family: 'Arvo';
  font-size: 15px;
}

.opc .step-title span {
  width: 24px;
  margin: 0 10px 0 0;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 12px;
}

.opc .step-title h2 {
  font-weight: normal;
}

.opc .step {
  margin: 10px 0;
  padding: 10px;
}

.opc .section {
  margin: 0 0 15px;
}

  .opc .section > label {
    display: block;
    margin: 0 0 10px;
  }

.opc input[type="text"],
.opc input[type="email"],
.opc input[type="tel"],
.opc select {
  max-width: 100%;
}

.opc .buttons {
  margin-bottom: 0;
}

.opc .back-link {
  margin: 0 0 10px;
}

  .opc .back-link small {
    display: none;
  }

  .opc .back-link a {
    font-weight: bold;
  }

.opc .please-wait {
  display: block;
  margin: 10px 0 0;
}

.opc .terms-of-service {
  text-align: center;
}

.order-details-page .page-title {
  margin: 0 0 30px;
  overflow: hidden;
}

  .order-details-page .page-title h1 {
    margin: 0 0 20px;
    font-size: 22px;
    color: #000;
  }

.order-details-page .order-overview {
  margin: 0 2% 30px;
  line-height: 24px;
  background: #f6f6f6;
  padding: 10px;
}

  .order-details-page .order-overview strong {
    font-family: Arvo;
    font-weight: normal;
    color: #000;
  }

.order-details-area,
.shipment-details-area,
.order-review-data {
  margin: 0 0 30px;
  overflow: hidden;
  font-size: 15px;
}

  .order-details-area .repost {
    margin: 10px auto;
  }

  .order-details-area .re-order-button {
    margin: 10px 0;
  }

  .order-details-area > div,
  .shipment-details-area > div {
    float: left;
    width: 100%;
    margin: 0 0 35px;
    vertical-align: top;
  }

  .order-details-area .title,
  .shipment-details-area .title {
    margin: 0 0 10px;
  }

.order-details-page .actions {
  margin: 20px 0 0;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}

  .order-details-page .actions input {
    min-width: 100px;
    margin: 0 5px;
    padding: 5px 10px;
  }

.order-details-page .total-info {
  margin: 0 auto 30px;
  padding: 15px 10px;
  border: 1px solid #ddd;
  background: #f9f9f9;
  width: 300px;
}

.order-details-page .cart-total .cart-total-left strong,
.order-details-page .nobr strong {
  font-weight: normal;
}

.shipment-details-page .shipment-overview > ul {
  text-align: center;
}

  .shipment-details-page .shipment-overview > ul:first-child {
    margin: 0 2% 30px;
    background: #f9f9f9;
    padding: 10px;
  }

.shipment-details-page .section {
  width: 100%;
}

.checkout-data > form {
  margin: 0 0 90px 0;
}

.checkout-page .page-title {
  margin: 0 0 15px;
}

  .checkout-page .page-title h1 {
    font-size: 18px;
  }

.checkout-page .new-billing-address .title,
.checkout-page .order-summary-body .title,
.checkout-page .new-shipping-address .title {
  margin: 40px 0;
}

  .checkout-page .new-billing-address .title strong,
  .checkout-page .order-summary-body .title strong,
  .checkout-page .new-shipping-address .title strong {
    background: url("../Themes/Tiffany/Content/img/title-decoration-small.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    font-family: "Arvo";
    font-weight: normal;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
  }

.checkout-page .order-completed {
  font-size: 16px;
  color: #666;
}

.checkout-page .order-completed-continue-button {
  background: #8e807a;
  border: medium none;
  color: #ffffff;
  font-family: Arvo;
  font-size: 16px;
  height: 40px;
  text-transform: uppercase;
  padding: 0 30px;
}

.order-details-page .button-2,
.order-details-page .button-1 {
  background: #a69c97;
  border: none !important;
  color: #ffffff;
  font-family: Arvo;
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0 10px !important;
}

.order-details-page,
.shipment-details-page {
  font-size: 15px;
  color: #666;
}

  .order-details-page td a {
    font-size: 14px !important;
  }

/*********** SEARCH & SITEMAP ***********/
.search-input input + label {
  display: inline;
  margin: 0 0 0 2px;
}

.basic-search {
  margin: 0 0 20px;
}

  .basic-search input[type="text"] {
    width: 400px;
    max-width: 100%;
  }

.advanced-search {
  margin: 0 0 20px;
}

  .advanced-search select {
    padding: 10px;
  }

  .advanced-search .price-range {
    display: inline-block;
    margin: 0;
  }

    .advanced-search .price-range input {
      width: 80px;
      margin: 3px;
    }

.search-input .button-1 {
  background: #8e807a;
  border: none;
  color: #ffffff;
  font-family: Arvo;
  font-size: 16px;
  height: 40px;
  padding: 0 30px;
  text-transform: uppercase;
}

.forum-search-page .search-input .button-1 {
  text-indent: 0;
  float: none;
  width: auto;
}

.search-input .warning,
.search-results .result {
  display: block;
  margin: 10px 0 0;
  font-weight: normal;
  color: #c00;
}

.search-page .product-selectors {
  margin: 50px 0 0;
}

.search-results {
  margin: 20px 0 0;
}

  .search-results .warning {
    font-size: 16px;
    color: #ff5868;
    font-weight: normal;
  }

.sitemap-page .entity {
  margin: 0 0 30px;
}

.sitemap-page .entity-title {
  margin: 0 0 8px;
  background: url('../Themes/Tiffany/Content/img/title-decoration-small.png') no-repeat center bottom;
  padding: 0 0 20px 0;
}

  .sitemap-page .entity-title h2 {
    color: #000000;
    font-family: "Arvo";
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
  }

.sitemap-page .entity-body {
  line-height: 32px;
}

.sitemap-page li {
  display: inline-block;
  margin: 0 10px;
}

.sitemap-page a {
  display: block;
  font-size: 15px;
}

  .sitemap-page a:empty {
    display: none;
  }

/********** BLOG & NEWS **********/
.blog-page .page-title,
.blogpost-page .page-title,
.news-list-page .page-title,
.news-item-page .page-title {
  margin: 0 0 20px;
}

.year strong {
  cursor: default;
  color: #000 !important;
}

.blog-page .post,
.news-items .news-item {
  margin: 0 0 1px;
  border: 1px solid #ddd;
  background: #f9f9f9;
  overflow: hidden;
}

  .news-items .news-item + .news-item {
    margin-bottom: 0;
  }

.home-page-wrapper .news-items .news-item {
  border: none;
  background: rgba(255,255,255,.5);
  margin: 0.2% 0 0 0;
}

.news-items .news-body .news-details {
  padding: 25px 15px;
  font-size: 15px;
  line-height: 20px;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.news-list-homepage .news-body {
  max-height: 135px;
  background: none;
  padding: 10px;
  border: none;
}

  .news-list-homepage .news-body:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background: #f9f9f9;
  }

.post-time,
.news-head {
  text-align: left;
  color: #fff;
  position: relative;
  border-bottom: 1px solid #dddddd;
  padding: 10px;
}

.news-list-homepage .news-head {
  border: none;
  padding: 25px 10px 0;
  text-align: center;
}

.post-title,
.news-title {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 20px;
  font-family: Arvo;
}

.news-title {
  color: #333;
}

.post-title {
  margin: 0;
}

.post-date,
.news-date {
  display: block;
  font-style: italic;
  color: #666;
}

.post-date {
  float: right;
  line-height: 24px;
}

.blog-page .post-head {
  border-bottom: 1px solid #dddddd;
}

.blogpost-page .post-date {
  padding: 10px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  float: none;
}

.post-body,
.news-body {
  margin: 0;
  line-height: 24px;
  color: #444;
  overflow: hidden;
  background: #fff;
}

.post-body {
  padding: 10px 15px;
}

.news-body .buttons {
  overflow: hidden;
  margin: 0;
  background: #f9f9f9;
}

.blogpost-page .post-body {
  border: 1px solid #ddd;
  margin: -1px 0;
}

.post-body p,
.news-body p {
  padding: 0;
}

.blog-page .tags {
  margin: 0;
  overflow: hidden;
  border-top: 1px solid #ddd;
  font-size: 16px;
  padding: 12px 15px;
}

.blogpost-page .tags {
  margin: 0 0 35px;
  padding: 12px 15px;
  background: #f9f9f9;
  border: 1px solid #ddd;
}

.blogpost-page .new-comment {
  clear: both;
}

.blog-page .tags label {
  display: block;
}

.blogpost-page .tags label {
  display: block;
  margin: 0 0 5px;
}

.blog-page .buttons {
  color: #8e807a;
  font-size: 16px;
  margin: 5px 0 10px;
}

.blog-page .tags ul,
.blogpost-page .tags ul {
  font-size: 0;
}

.blog-page .tags li,
.blogpost-page .tags li {
  display: inline-block;
  font-size: 12px;
}

  .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: 24px;
  color: #8e807a;
  font-size: 16px;
}

.new-comment {
  margin: 0 0 30px;
}

  .new-comment .title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Arvo;
  }

  .new-comment .notifications {
    margin: 0 0 10px;
  }

  .new-comment .result {
    color: #690;
  }

  .new-comment .form-fields {
    margin: 0 0 15px;
    border-bottom: none;
  }

  .new-comment .inputs label {
    display: none;
  }

  .new-comment textarea {
    width: 100%;
    max-width: 350px
  }

  .new-comment .button-1 {
    background: none repeat scroll 0 0 #8e807a;
    border: medium none;
    color: #ffffff;
    font-family: Arvo;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    max-width: none;
    padding: 0 15px;
    text-transform: uppercase;
    width: auto;
  }

.comment-list {
  margin: 0 0 30px 0;
}

  .comment-list .title {
    margin: 0 0 30px 0;
    background: url("../Themes/Tiffany/Content/img/title-decoration.png") no-repeat center bottom;
    color: #000000;
    font-family: "Arvo";
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 20px;
    text-transform: uppercase;
    height: 50px;
  }

.blog-comment,
.news-comment {
  margin: 0 0 -1px;
  border: 1px solid #ddd;
  background: #f9f9f9;
  padding: 15px 10px;
  font-size: 14px;
  color: #333;
}

  .news-comment .username {
    display: block;
    margin: 0 0 5px 0;
    color: #000;
  }

  .blog-comment:after,
  .news-comment:after {
    content: "";
    display: block;
    clear: both;
  }

.comment-info {
  width: 100px;
  margin: 0 auto 10px;
  color: #333;
}

  .comment-info .username {
    display: block;
    padding: 5px;
    font-weight: bold;
  }

  .comment-info .avatar {
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #fff;
  }

    .comment-info .avatar img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 100%;
      max-height: 100%;
      margin: auto;
    }

.comment-content .username {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 18px;
}

.comment-time {
  margin: 0 0 5px;
  color: #666;
  font-size: 13px;
}

.comment-body {
  line-height: 20px;
  color: #666;
}

.comment-content .comment-title {
  text-transform: uppercase;
  font-family: Arvo;
  font-size: 16px;
  margin: 0 0 10px;
  color: #000;
}

  .comment-content .comment-title strong {
    font-weight: normal;
  }

.news-items .read-more {
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 9px 30px;
  line-height: 24px;
  background: #8e807a;
  color: #fff;
  font-size: 16px;
  font-family: 'Arvo';
  text-transform: uppercase;
}

.news-list-page .news-items .read-more,
.news-list-page .news-items .buttons .read-more {
  margin: 10px 15px;
  background: none;
  padding: 0;
  color: #000;
  text-transform: none;
}

.news-item-page .inputs:first-child label {
  display: block;
}

.news-item-page .news-body {
  margin-bottom: 20px;
  padding: 20px 15px;
}

.news-list-homepage {
  display: none;
  position: relative;
  margin: 130px 0 30px;
  background: url(../Themes/Tiffany/Content/img/background_news.jpg) repeat center top;
  min-height: 650px;
  max-height: 900px;
  padding-bottom: 100px;
  text-align: center;
}

.home-page-wrapper .news-list-homepage {
  display: block;
}

.news-list-homepage .title {
  background: url("../Themes/Tiffany/Content/img/title-decoration.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
  margin: 0 0 15px;
  padding-bottom: 22px;
  position: absolute;
  top: -70px;
  width: 100%;
}

  .news-list-homepage .title strong {
    font-weight: normal;
    font-size: 20px;
    font-family: "Arvo";
    text-transform: uppercase;
  }

.news-list-homepage .view-all {
  background: rgba(53,47,45,.8);
}

  .news-list-homepage .view-all a {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    text-transform: uppercase;
  }

.news-item-page .comment-list .title {
  height: 50px;
  margin: 0 0 30px 0;
}

  .news-item-page .comment-list .title strong {
    font-weight: normal;
    padding-bottom: 20px;
  }

.news-item-page .button-1 {
  background: #8e807a;
  border: medium none;
  color: #ffffff;
  font-family: Arvo;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  max-width: none;
  padding: 0 15px;
  text-transform: uppercase;
  width: auto;
}

/********** FORUM & PROFILE **********/
.forums-main-page p {
  text-align: center;
}

.forums-header:after {
  content: "";
  display: block;
  clear: both;
}

.current-time {
  width: 90%;
  margin: 0 auto 30px;
  background: #a69c97;
  padding: 10px;
  font-size: 14px;
  color: #fff;
}

.forum-search-box {
  margin: 0 0 40px;
  text-align: center;
}

  .forum-search-box form {
    display: inline-block;
  }

  .forum-search-box .basic {
    overflow: hidden;
    margin: 0 0 10px;
  }

.forum-search-box-text,
.forum-search-text {
  float: left;
  width: 260px !important;
  border: none !important;
  color: #666;
}

.forum-search-box-button,
.forum-search-button {
  float: left;
  width: 40px;
  height: 40px;
  border: none;
  overflow: hidden;
  background: #fff url('../Themes/Tiffany/Content/img/search-button.png') center no-repeat;
  text-indent: 999px;
}

.forum-search-box .forum-search-box-text,
.forum-search-page .forum-search-text {
  height: 40px;
}

.forum-search-box .advanced a {
  display: inline-block;
  border: none;
  color: #ffffff;
  font-family: Arvo;
  font-size: 14px;
  padding: 8px 12px;
  background: #8e807a;
}

.forums-table-section {
  margin: 0 0 30px;
}

  .forums-table-section a {
    vertical-align: middle;
  }

.forums-table-section-title {
  margin: 0 0 10px;
  overflow: hidden;
  background: url('../Themes/Tiffany/Content/img/title-decoration-small.png') center bottom no-repeat;
  padding-bottom: 18px;
}

  .forums-table-section-title > a,
  .forums-table-section-title strong {
    font-family: Arvo;
    font-size: 18px !important;
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
  }

  .forums-table-section-title span {
    display: none;
  }

  .forums-table-section-title .view-all {
    line-height: 24px;
  }

  .forums-table-section-title .link-rss {
    margin: 0 0 0 10px;
  }

.forums-table-section .image div {
  width: 24px;
  height: 24px;
  margin: auto;
  background: url('../Themes/Tiffany/Content/img/folder1.png') center no-repeat;
}

  .forums-table-section .image div.post-annoucement {
    background: url('../Themes/Tiffany/Content/img/folder2.png') center no-repeat;
  }

  .forums-table-section .image div.sticky {
    background: url('../Themes/Tiffany/Content/img/folder3.png') center no-repeat;
  }

.forums-table-section .forum-description {
  margin: 5px 0 0;
  font-style: italic;
}

.forums-table-section-body {
  margin: 0 0 20px;
}

/* breadcrumb, pagers, search, forum-page */
.pager.upper {
  display: none;
}

.forum-search-page .basic-search {
  text-align: center;
}

  .forum-search-page .basic-search div:first-child {
    display: inline-block;
    margin: 0 0 10px;
    overflow: hidden;
    border: 1px solid #ddd;
  }

  .forum-search-page .basic-search label {
    display: none;
  }

  .forum-search-page .basic-search .inputs.reversed > label {
    display: inline-block;
    margin: 0 0 0 6px;
    width: auto;
  }

  .forum-search-page .basic-search .forum-search-text {
    background: #fff;
  }

  .forum-search-page .basic-search .forum-search-button {
    background: #ffffff url("../Themes/Tiffany/Content/img/search-button.png") no-repeat scroll center center;
  }

.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-page .forums-header .current-time,
.forum-topic-page .forums-header .current-time {
  display: none;
}

.forum-page .forum-top {
  margin: 0 0 20px;
}

.forum-page .forum-info {
  position: relative;
  margin: 0 0 20px;
}

.forum-page .forum-name h1 {
  font-family: Arvo;
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 10px;
  text-transform: uppercase;
  background: url('../Themes/Tiffany/Content/img/title-decoration.png') center bottom no-repeat;
  padding-bottom: 22px;
}

.forum-page .forum-info .forum-description {
  font-size: 16px;
}

.forum-page .link-rss {
  position: absolute;
  top: 0;
  right: 0;
}

.forum-page .actions {
}

  .forum-page .actions a {
    display: inline-block;
    margin: 0;
    padding: 10px 15px 10px 35px;
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Arvo;
  }

.forum-page .new-topic {
  background: url('../Themes/Tiffany/Content/img/icon-new_topic.png') 8px center no-repeat /*#a79c97*/;
}

.forum-page .watch-forum {
  background: url('../Themes/Tiffany/Content/img/icon-watch_forum.png') 5px center no-repeat /*#8e807a*/;
}

.forum-search-box.search-box .search-box-text {
  height: 40px;
  width: 300px;
}

.forum-search-box.search-box .search-box-button {
  width: 40px;
  height: 40px;
}
/* topic page & profile page */
.forum-topic-page .topic-name h1 {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: Arvo;
  background: url('../Themes/Tiffany/Content/img/title-decoration.png') center bottom no-repeat;
  padding-bottom: 22px;
}

.forum-topic-page .topic-actions.upper {
  overflow: hidden;
  margin: 0 0 15px;
  text-align: center;
}

.topic-actions.upper {
  overflow: hidden;
}

.forum-topic-page .actions a,
.topic-footer .actions a {
  display: inline-block;
  color: #666;
  font-family: Arvo;
  font-size: 14px;
  margin: 0;
  padding: 10px 15px 10px 25px;
  text-transform: uppercase;
  background-size: 15px !important;
  background-position: 0 center;
}

.forum-topic-page .reply-topic-button,
.topic-actions.lower .reply-topic-button {
  background: url('../Themes/Tiffany/Content/img/icon-new_topic.png') 8px center no-repeat /*#8e807a*/;
}

.forum-topic-page .watch-topic-button,
.topic-actions.lower .watch-topic-button {
  background: url('../Themes/Tiffany/Content/img/icon-watch_forum.png') 5px center no-repeat /*#a79c97*/;
}

.forum-topic-page .manage {
  float: right;
}

.post-info .manage-post a {
  margin: 0 0 0 10px;
  padding: 0 0 0 20px;
}

.forum-topic-page .edit-topic-button,
.forum-topic-page .edit-post-button {
  background: url('../Themes/Tiffany/Content/img/icon-edit.png') 0 center no-repeat /*#a79c97*/;
}

.forum-topic-page .delete-topic-button,
.forum-topic-page .delete-post-button {
  background: url('../Themes/Tiffany/Content/img/icon-remove.png') 0 center no-repeat /*#8e807a*/;
}

.forum-topic-page .move-topic-button {
  background: url('../Themes/Tiffany/Content/img/icon-move.png') 0 center no-repeat /*#a79c97*/;
}

.topic-posts .topic-post {
  margin: 0 0 20px;
  overflow: hidden;
  padding: 0 0 15px;
}

.post-info .manage-post {
  float: none;
  margin: 0 0 10px;
  overflow: hidden;
}

  .post-info .manage-post a {
    float: left;
    background-color: #a79c97 !important;
    padding: 11px 8px 11px 25px;
    margin: 0;
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
  }

    .post-info .manage-post a + a {
      margin: 0 0 0 5px;
    }

.topic-post .manage a + a {
  margin-left: 5px;
  background: url('../Themes/Tiffany/Content/img/icon-remove.png') 5px center no-repeat /*#8e807a*/;
}

.topic-post .manage a:hover {
  text-decoration: none;
}

.topic-post .edit-post-link-button,
.topic-post .delete-post-link-button {
  background-position: 5px center;
}

.topic-post .user-info {
  padding-right: 10px; /*align control*/
  font-size: 16px;
  color: #666;
}

.topic-post .username {
  display: inline-block;
  margin: 0 0 5px;
  font-family: Arvo;
}

.topic-post .avatar,
.profile-info-box .avatar {
  position: relative;
  height: 150px; /*adjust as you like*/
  margin: 0 auto 10px;
  overflow: hidden;
  width: 190px;
}

  .topic-post .avatar img,
  .profile-info-box .avatar img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
  }

.topic-post .user-stats {
  margin: 0 0 10px;
  font-size: 11px;
  color: #666;
}

  .topic-post .user-stats span,
  .profile-info-box .profile-stats span {
    margin: 0 0 0 3px;
    font-weight: bold;
  }

.topic-post .pm-button,
.profile-info-box .send-pm {
  display: inline-block;
  width: 190px;
  margin: 0 auto 10px;
  clear: both;
}

  .profile-info-box .send-pm a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-align: center;
  }

.topic-post .post-content,
.profile-info-box .profile-stats {
  clear: both;
}

.post-content .post-actions .quote-post {
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: 100px;
  text-decoration: underline;
  color: #fff;
}

  .post-content .post-actions .quote-post a {
    margin: 0 0 0 5px;
  }

.post-content .post-head {
  position: relative;
  margin: 0 0 10px;
}

  .post-content .post-head .manage-post a {
    display: inline-block;
    margin: 5px;
    padding-left: 18px;
  }

.post-content .signature {
  color: #666;
}

.topic-post .posttime {
  margin: 0 0 10px;
  background: #a79c97;
  padding: 10px;
  color: #fff;
}

.topic-post .post-body {
  text-align: left;
  font-size: 16px;
  color: #666;
  margin: 0 0 20px;
}

.topic-footer {
  overflow: hidden;
  text-align: center;
}

.topic-actions.lower {
  margin: 0 0 25px;
  background: #f9f9f9;
  padding: 10px;
  overflow: hidden;
}

  .topic-actions.lower .actions {
    float: none;
  }

.profile-info-box {
  overflow: hidden;
}

  .profile-info-box .title {
    margin: 0 0 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Arvo;
    background: #f9f9f9;
    padding: 12px 10px 10px;
    color: #666;
  }

  .profile-info-box ul {
    padding: 10px;
  }

.profile-page .topic {
  margin: 0 0 30px;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 15px;
}

.profile-page .topic-title {
  background: #f6f6f6;
  padding: 10px;
  font-size: 16px;
  font-family: Arvo;
}

  .profile-page .topic-title label {
    display: none;
  }

  .profile-page .topic-title a {
    display: block;
    vertical-align: middle;
    text-transform: uppercase;
  }

.profile-page .topic-body {
  font-size: 15px;
  line-height: 20px;
  padding: 10px;
}

.profile-page .topic-data {
  color: #999;
}

  .profile-page .topic-data span {
    vertical-align: middle;
  }

/*** forum post vote ***/

.topic-post .post-vote:before {
  /*content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    width: 1px;
    background-color: #c3b9b1;*/
}

.topic-post .post-vote {
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  line-height: 0;
}

.topic-post .vote.up::before {
  border-color: transparent transparent #c3b9b1;
  border-style: solid;
  border-width: 0 15px 20px;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

.topic-post .vote {
  cursor: pointer;
  display: inline-block;
  height: 40px;
  position: relative;
  width: 40px;
}

.vote-count-post {
  border: 1px solid #e1e1e1;
  color: #888;
  font-size: 15px;
  line-height: 27px;
  font-family: "Trebuchet MS",Arial;
  padding: 5px;
  width: 40px;
  height: 40px;
  background-color: #fff;
}

.topic-post .vote.down::before {
  border-color: #c3b9b1 transparent transparent;
  border-style: solid;
  border-width: 20px 15px 0;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}


/* forum edit & send message */
.forum-edit-page .buttons .button-2,
.forum-edit-page .buttons .button-1 {
  float: left;
  border: medium none;
  color: #ffffff;
  font-family: Arvo;
  font-size: 16px;
  margin: 0;
  padding: 10px 15px !important;
  text-transform: uppercase;
  background: #8e807a;
}

  .forum-edit-page .buttons .button-2.cancel-topic-button,
  .forum-edit-page .buttons .button-2.cancel-post-button {
    background: #a79c97;
  }

.forum-edit-page .form-fields {
  border: none;
}

.forum-edit-page .page-body,
.private-message-send-page .page-body {
}

.forum-edit-page strong,
.private-message-send-page a {
  font-size: 18px;
  font-family: Arvo;
  font-weight: normal;
  vertical-align: middle;
}

.forum-edit-page select,
.move-topic-page select {
  padding: 10px;
}

.forum-edit-page .fieldset {
  margin: 0;
}

.forum-edit-page .buttons,
.private-message-send-page .options,
.private-messages-page .buttons {
  margin: 15px 0 0;
  text-align: center;
}

.forum-edit-page .buttons {
  display: inline-block;
}

  .forum-edit-page .buttons input,
  .move-topic-page .buttons input,
  .private-message-send-page .options input,
  .private-messages-page .buttons input,
  .private-message-view-page .options input {
    min-width: 115px;
    border: 1px solid #ccc;
    padding: 6px 24px !important;
    font-size: 16px;
    text-transform: uppercase;
  }

    .forum-edit-page .buttons input[type="submit"],
    .move-topic-page .buttons input[type="submit"],
    .private-messages-page .buttons input[type="submit"],
    .private-message-send-page .options input[type="submit"],
    .private-message-view-page .options input.button-1 {
    }

.forum-edit-page .inputs span {
  vertical-align: middle;
  margin-left: 5px;
  font-size: 13px;
  white-space: normal;
}

.move-topic-page .buttons {
  display: inline-block;
}

  .move-topic-page .buttons input {
    float: left;
    margin: 0;
    height: 40px;
    color: #ffffff;
    float: left;
    font-family: Arvo;
    font-size: 16px;
    text-transform: uppercase;
    background: #a79c97;
    border: none;
  }

    .move-topic-page .buttons input + input {
      background: #8e807a;
    }

/* send message, inbox, view message */
.private-message-send-page .message label {
  display: none;
}

.private-message-send-page .options {
  font-size: 0;
}

  .private-message-send-page .options input {
    border: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
  }

.private-message-send-page .buttons .send-pm-button,
.private-message-send-page .buttons .cancel-pm-button {
  background: #a79c97;
  border: medium none;
  color: #ffffff;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size: 16px;
  min-width: 115px;
  padding: 8px 24px;
  margin: 0 -2px;
}

.private-message-send-page .buttons .cancel-pm-button {
  background: #8e807a;
}

.private-message-send-page .fieldset {
  margin: 0;
}

.private-messages-page td.date {
  width: 15%;
  white-space: nowrap;
}

.private-messages-page .buttons {
  font-size: 0;
}

  .private-messages-page .buttons input {
    border: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
  }

.private-messages-page .mark-unread-pm-button {
  background: #a79c97;
}

.private-messages-page .delete-selected-pm-button {
  background: #8e807a;
}

.private-message-view-page .view-message div {
  display: inline-block;
  font-size: 15px;
}

.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 li:last-child > span::after {
  content: none;
}

.private-message-view-page .message {
  display: block !important;
  margin: 15px 0;
  padding: 15px;
  line-height: 20px;
}

  .private-message-view-page .message span:after {
    display: none;
  }

.private-message-view-page .options {
  display: block !important;
  overflow: hidden;
  font-size: 0 !important;
}

  .private-message-view-page .options input {
    border: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
  }

.view-message li {
  display: inline-block;
  margin: 0 0 20px;
}

.view-message .message-body {
  margin: 0 0 20px;
}

.private-message-view-page .reply-pm-button,
.private-message-view-page .delete-pm-button,
.private-message-view-page .back-pm-button {
  color: #ffffff;
  border: none;
  display: inline-block;
  font-size: 16px;
  padding: 8px 24px;
  text-transform: uppercase;
}

.private-message-view-page .reply-pm-button {
  background: #a79c97;
}

.private-message-view-page .delete-pm-button {
  background: #8e807a;
}

.private-message-view-page .back-pm-button {
  background: #a79c97;
}

/* 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;
  }
}

.not-found-page {
  font-size: 16px;
  color: #666;
}
/*WEBKIT-FIXES*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .shopping-cart-page .common-buttons input[type="submit"],
  .cart-collaterals .coupon-code input[type="submit"],
  .shipping-options .inputs input[type="submit"],
  .registration-page input[type="submit"],
  .check-username-availability-button {
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
  }

  .add-info .compare-products {
    vertical-align: top;
  }
}

@media all and (max-width: 480px) {
  .home-page-category-grid.categories-2 .item-box .picture,
  .sub-category-grid.categories-2 .item-box .picture {
    z-index: 1;
    overflow: hidden;
    background: #fff;
  }

    .home-page-category-grid.categories-2 .item-box .picture img,
    .sub-category-grid.categories-2 .item-box .picture img {
      max-width: 100%;
      width: 100%;
    }
}

/* NEW CATEGORIES STYLING */

.home-page-category-grid.categories-2 .item-box {
  margin: auto;
}

.categories-2 .sub-category-item,
.categories-2 .category-item {
  font-size: 0;
  height: 127px;
  text-align: center;
}

  .categories-2 .sub-category-item:before,
  .categories-2 .category-item:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 1px;
  }

  .categories-2 .sub-category-item .title,
  .categories-2 .category-item .title {
    display: inline-block;
    max-width: calc(100% - 1px);
    position: relative;
    vertical-align: middle;
    width: auto;
    height: auto;
    margin: 0;
    z-index: 2;
  }

    .categories-2 .sub-category-item .title a,
    .categories-2 .category-item .title a {
      display: block;
      min-width: 200px;
      margin: 5px;
    }

  .categories-2 .sub-category-item .picture,
  .categories-2 .category-item .picture {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

.panel-group .panel-group-right-top {
  display: none;
}
.product-item .product-video{
  object-fit: cover;
  width: -webkit-fill-available;
}
.product-item.video-item .video-link::before {
  padding-top: 0 !important;
}
.item-box .picture.video {
  padding: 0;
} 

/* #playPauseButton {
  position: relative;
  font-size: 0;    
  color: white;
  border: none;

}

#playPauseButton:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
}

.play:after {
  background-image: url('../Themes/Tiffany/Content/img/play.svg'); 
}

.pause:after {
  background-image: url('../Themes/Tiffany/Content/img/pause.svg'); 
} */


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  box-shadow:rgb(94 94 94) 0 10px 10px 0;
  border-radius: 4px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.product-video {
  max-width: -webkit-fill-available;
}
.open-modal-button {
    border: none;
    padding: 12px 0;
    transition: all .4s ease-in-out;
}
.open-modal-button:hover {
    background: #BFBDBC;
    color: #fff;
}

.product-page-size {
  display: none !important;
}

.header-links > ul {
  display: flex;
}
/*GLOBAL TABLES*/

.cart, .data-table,
.compare-products-table,
.forums-table-section table {
	margin: 0;
}
.cart th, .data-table th,
.forums-table-section th {
    padding: 10px;
    white-space: nowrap;
    font-size:16px;
    font-weight:normal;
}
.cart td, .data-table td,
.compare-products-table td,
.forums-table-section td {
	min-width: 50px;
    border: 1px solid #ddd;
	background: #f9f9f9;
    padding: 10px;
    font-size:16px;
}
.shopping-cart-page .cart th,
.order-summary-content .cart th,
.order-details-page .data-table th,
.shipment-details-page .data-table th,
.forums-table-section th {
	background: #f9f9f9;
	border: 1px solid #ddd;
}
.shopping-cart-page .cart td ,
.order-summary-content .cart td {
	background: #fff;
}
.order-details-page .data-table td,
.shipment-details-page .data-table td {
	background: #fff;
	padding: 20px 10px;
}
.forums-table-section td {
	background: #fff;
	padding: 20px;
	font-size: 14px;
	color: #666;
    text-align:left;
}
.forums-table-section td.topic-details{
    width:45%;
}
.cart a, .data-table a,
.compare-products-table a,
.forums-table-section a {
    font-size:16px;
    text-transform:uppercase;
    font-family:Arvo;
	color: #000;
}
.forums-table-section .latest-post{
    min-width:180px;
}
.forums-table-section .forum-details,
.forums-table-section .topic-details{
    min-width:300px;
}
.forums-table-section .table-wrapper{
    overflow-x:auto;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes {
    text-align: center;
}
.cart .qty.nobr .qty-input{
    width:44px;
}
.cart .unit-price {
    white-space: nowrap;
}
.cart .qty-input {
    width: 50px;
    text-align: center;
}
.cart .subtotal {
    white-space: nowrap;
}

.product-specs-box .data-table td {
    padding: 5px;
}
.product-specs-box .data-table .odd td {
}
.product-specs-box .data-table .even td {
}

.compare-products-table .overview p:first-child {
    margin: 0;
}
.compare-products-table .overview td{
    /*position:relative;*/
}
.compare-products-table .overview p:first-child{
    position:absolute;
    top:0;
    right:0;
    z-index:1;
}
.compare-products-table .overview p:last-child {
    position: relative;
    height: 400px;
    overflow: hidden;
}
.compare-products-table .overview img {
    position: absolute;
    top: 0;
    right: 0;
    /*bottom: 0;*/
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.compare-products-table .product-name td {
    background: #f6f6f6;
    text-align:left;
}
.compare-products-table .product-price td.a-center {
    color:#000;
}

.compare-products-table .product-price td:first-child {
    color: #666;
}

.compare-products-table-mobile img {
    max-width: 150px;
}

td .go-to-page,
.shipments .data-table td a {
	white-space: nowrap;
	text-transform: none;
}



/* TIER PRICE TABLES */

.tier-prices {
	margin: 0 0 20px;
}
.tier-prices .prices-header {
	margin: 0 0 10px;
    font-size: 18px;
}
.tier-prices .prices-header strong { 
    font-weight: 400;
}
.prices-table {
    width: 100%;
    overflow: hidden;
	border: 1px solid #ddd;
}
.prices-row {
    float: left;
    width: 50%;
}
.prices-row > div {
    padding: 10px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.prices-row > div:first-child {
	border-top: 0;
}
.prices-row:first-child > div {
	border-left: 0;
}
.prices-table .field-header {
    font-weight: 700;
}
.tier-prices .item-price {
	color: #c00;
}

@media all and (min-width: 769px) {

.product-details-page .prices-table {
	display: table;
	background: #fff;
}
.product-details-page .prices-row {
	display: table-row;
	float: none;
	width: auto;
}
.product-details-page .prices-row > div {
	display: table-cell;
	background: #f9f9f9;
}
.product-details-page .prices-row:first-child > div {
	border-left: 1px solid #ddd;
	border-top: 0 !important;
}
.product-details-page .prices-row > div:first-child {
	border-top: 1px solid #ddd;
	border-left: 0;
}
.cart td.product{
	text-align:left;
}

}


@media all and (min-width: 1025px) {

.cart tr > *:first-child,
.data-table tr > *:first-child,
.compare-products-table tr > *:first-child,
.forums-table-section tr > *:first-child {
	border-left: none;
}
.cart tr > *:last-child,
.data-table tr > *:last-child,
.compare-products-table tr > *:last-child,
.forums-table-section tr > *:last-child {
	border-right: none;
}
.compare-products-table tr > td:first-child,
.downloadable-products-page td:first-child,
.subscription-list td:first-child,
.reward-points-page tr > td:first-child{
	border-left: 1px solid #ddd;
}
.prices-table {
	border-right: none;
	border-left: none;
}

}

/* footable custom css */

.footable td label{
    display:none;
}
.footable-first-column {
	text-align: center;
}
.footable-first-column>span{
    cursor:pointer;
}
.footable-first-column .item-count {
	font-size: 13px !important;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
	display: block;
    min-width: 16px;
	height: 16px;
	overflow: hidden;
}
.footable-row-detail {
	text-align: left;
}
.footable-row-detail-cell {
	text-align: left !important;
}
.footable-row-detail-row {
	margin: 0 0 10px;
    display: table-row;
}
.footable-row-detail-name {
	margin: 0 0 5px;
	/*font-style: italic;*/
    display: table-cell;
    padding: 7px 10px;
}
.footable-row-detail-value {
    display: table-cell;
}

.footable-toggle {
	background: url('../Themes/Tiffany/Content/img/table-plus.png') no-repeat center;
}
.footable-detail-show .footable-toggle {
	background: url('../Themes/Tiffany/Content/img/table-minus.png') no-repeat center;
}
.footable-toggle:before {
	display: none !important;
}

/* hidding item counter in different tables */

@media all and (max-width: 809px) {
.order-summary-content .cart .item-count,
.wishlist-page .cart .item-count,
.section.products .data-table .item-count,
.section.shipments .data-table .item-count {
	display: none;
}
}

@media all and (max-width: 611px) {
.return-request-page .data-table .item-count,
.downloadable-products-page .data-table .item-count {
	display: none;
}
}

@media all and (max-width: 505px) {
.reward-points-history .data-table .item-count {
	display: none;
}
}

.compare-products-table-mobile .item-count {
	display: none;
}
@media all and (max-width: 1024px) {

.admin-header-links {
	/*position: fixed;
	top: 0;*/
	z-index: 10001;
	width: 100%;
}
.responsive-nav-wrapper-parent {
    position: relative;
	padding: 0 0 30px;
	z-index: 10000;
}
.header {
	margin-top: 30px;
}
.admin-header-links ~ .header {
	margin-top: 50px;
    z-index:2;
}
.wishlist-shoping {
	display: none;
}
.header-selectors-wrapper > div {
    height: 32px;
    line-height: 30px;
    margin: 0 5px;
    padding: 0;
    color: #666;
    text-align: left;
    white-space: nowrap;
}
.header-selectors-wrapper select {
	min-width: 100px;
	background-position: right 5px center;
	padding-right: 15px;
}

/* RESPONSIVE NAV WRAPPER */

.responsive-nav-wrapper {
	position: relative;
	background: rgba(57,50,48,0.3);
	text-align: center;
	font-size: 0;
}
.responsive-nav-wrapper:after {
	content: "";
	display: block;
	clear: both;          
}
.responsive-nav-wrapper.stick {
	position: fixed;
	top: 0; /*top offset when NOT logged in*/
	width: 100%;
	background: rgba(57,50,48,.8);
	z-index: 10000;
}
.responsive-nav-wrapper.nav-down {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.responsive-nav-wrapper.nav-up {
    /*-webkit-transform: translateY(-52px);*/
    /*transform: translateY(-52px);*/
}
.admin-header-links ~ .responsive-nav-wrapper-parent .responsive-nav-wrapper.stick {
	/*top: 35px;*/ /*top offset when logged in*/
}
.responsive-nav-wrapper > div > span,
.responsive-nav-wrapper > div > a {
	display: block;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	height: 50px;
	width: 50px;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
}
.responsive-nav-wrapper > div {
	margin-right:1px;
}
		
.responsive-nav-wrapper .menu-title {
	display: inline-block;
	background: url('../Themes/Tiffany/Content/img/menu.png') no-repeat center rgba(57,50,48,.3);
}
.responsive-nav-wrapper .search-wrap {
	display: inline-block;
	background: url('../Themes/Tiffany/Content/img/search.png') no-repeat center rgba(57,50,48,.3);
}
.responsive-nav-wrapper .shopping-cart-link {
	display: inline-block;
	background: url('../Themes/Tiffany/Content/img/shopping-cart.png') no-repeat center rgba(57,50,48,.3);
}
.responsive-nav-wrapper .filters-button {
    display: none;
	background: url('../Themes/Tiffany/Content/img/filters.png') no-repeat center rgba(57,50,48,.3);
}
.responsive-nav-wrapper .personal-button {
	display: inline-block;
	background: url('../Themes/Tiffany/Content/img/personal.png') no-repeat center rgba(57,50,48,.3);
}
.responsive-nav-wrapper .wishlist-button {
	display: inline-block;
	background: url('../Themes/Tiffany/Content/img/wishlist-copy.png') no-repeat center rgba(57, 50, 48, 0.3);
}


/* RESPONSIVE MENU */

.ps-container > .ps-scrollbar-y-rail {
    visibility: hidden !important;
}
.scrollYRemove {
    overflow: hidden !important;
    -ms-touch-action: none !important;
    -webkit-overflow-scrolling: touch !important;
}
.overlayOffCanvas {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    z-index: 10001;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
    .overlayOffCanvas.show {
        background: rgba(0,0,0,0.4);
    }

.justAFixingDivBefore,
.header-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 320px;
    height: 100%;
    text-align: left;
    background: #333 !important;
    overflow: hidden;
    z-index: 2147483647;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translate(-320px);
	-ms-transform: translate(-320px);
	transform: translate(-320px);
}        
.header-menu.open {
	box-shadow: 1px 0 5px rgba(0,0,0,.5);
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.header-menu .close-menu {
	background: url('../Themes/Tiffany/Content/img/arrow-left.png') no-repeat 6% center #282322;
	cursor: pointer;
}
.close-menu span {
	display:block;
	padding: 15px 20px;
	font-size: 20px;
	color: transparent;
	text-transform: uppercase;
	line-height: 15px;
	text-align: right;
	background:url('../Themes/Tiffany/Content/img/close-menu.png') no-repeat 94% center;

}
.header-menu > ul li {
	background: #393230;
}
.header-menu > ul li:after {
	content: "";
	display: block;
	clear: both;
}
.header-menu > ul li > a,
.header-menu > ul li > span {
	display: block;
	padding: 16px 20px !important;
	line-height: 17px;
	color: #ddd;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #282322;
}
.header-menu > ul li:last-child > a,
.header-menu > ul li:last-child > span {
	/*border-bottom: 0;*/
} 
.header-menu > ul li > .with-subcategories {
	/*width: 270px;*/
    width:84%;
	float: left;   
}
.plus-button {
	position:relative;
	/*float: right;*/
    float:left;
	/*width: 50px;*/
    width:15.5%;
	height: 50px;
	z-index: 2;
	cursor: pointer;
	border-bottom: 1px solid #282322;
	background:url(../Themes/Tiffany/Content/img/arrow-right.png)no-repeat center;
}

.header-menu .sublist-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    background: #333 !important;
    box-shadow: 1px 0 5px rgba(0,0,0,0.5);
    z-index: 3;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
    -webkit-transform: translate(-320px);
    -ms-transform: translate(-320px);
    transform: translate(-320px);
}
.header-menu .sublist-wrap.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.header-menu ul li.back-button {
	background: #282322;
}
.header-menu .back-button span {
	text-transform: none;
	color: #7e7d7d;
	text-align: right;
	padding: 14px 18px !important; 
	text-transform:uppercase;
	cursor: pointer;
}

/* header menu functionality classes */

.admin-header-links,
.header,
.responsive-nav-wrapper,
.slider-wrapper,
.master-wrapper-content,
.footer {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;        
}
.move-right {
	-webkit-transform: translate(320px);
	-ms-transform: translate(320px);
	transform: translate(320px);        
}



/* SEARCH BOX */

.search-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	padding: 15px 10px 10px;
	width: 100%;
	background: #fff;
	box-shadow: -1px 2px 1px rgba(0,0,0,0.3);
	z-index: 99999;
	text-align: center;
}
.search-box.open {
	display: block;
}
.admin-header-links ~ .search-box {
	top: 35px; /*top offset when logged in*/
}
.search-box .search-box-button {
	margin-right: -30px;
}

/* HEADER LINKS */

.header-links-wrapper {
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	position: absolute;
	top: 0; /*top offset when NOT logged in*/
	left: 0;
	right: 0;
	z-index: 99999;
	text-align: center;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.admin-header-links ~ .header-links-wrapper {
	top: 35px; /*top offset when logged in*/
}
.header-links-wrapper.open {
	display: block;
	margin:0;	
}
.header-links-wrapper.open .header-links {
	z-index: 100010;
}
/* #playPauseButton {
	z-index: 1000;
} */
.product-grid .item-box .details {
	margin-top: 20px;
}
.modal-content {
	width: 100%;
}
}
/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (min-width: 481px) {
	
/* GLOBAL STYLES */
/* HEADER */

.search-box input.search-box-text {
	width: 300px;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
	width: 300px !important; /*txtfield + button*/
}
.eu-cookie-bar-notification {
    width: 450px;
    max-width: 95%;
    margin-left: -225px;
}

/* FOOTER */

.newsletter-email input[type="email"] {
	width: 300px;
}

/* CATEGORY PAGE & GRIDS */

/* .item-grid {
    width:100%;
    max-width:520px;
    margin:auto;
} */
.home-page-category-grid .item-grid {
    max-width:560px;
}
.home-page-category-grid .item-box,
.sub-category-grid .item-box,
.manufacturer-grid .item-box,
.vendor-grid .item-box  {
    float:left;
    margin:0;
    width:50%;
}
.home-page-category-grid .item-box:nth-child(2n+1){
    clear:both;
}
    .home-page-category-grid.categories-1 .item-box:nth-child(2n+1) {
        clear:none;
    }
    .home-page-category-grid.categories-2 .item-box,
    .sub-category-grid.categories-2 .item-box{
        float:none;
        width:auto;
        max-width: 750px;
        margin: auto;
    }
    .home-page-category-grid.categories-2 .item-box .title, .sub-category-grid.categories-2 .item-box .title {
        background: rgba(255, 255, 255, 0.7);
    }
    .home-page-category-grid.categories-2 .item-box .title a, 
    .sub-category-grid.categories-2 .item-box .title a {
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #000000;
    padding: 10px 15px;
}
    .home-page-category-grid.categories-2 .item-box .picture a,
    .sub-category-grid.categories-2 .item-box .picture a{
        height:127px;
    }

.product-grid .item-box,
.product-list .item-box {
    float: left;
    width: 50%;
}


/* REVIEW PAGE */

.product-review-list {
	width: 90%;
	max-width: 600px;
	margin: 0 auto 50px;
}
.product-review-item .review-text {
	border: 1px solid #ddd;
}

/* WISHLIST PAGE */

.wishlist-content .buttons button {
	width: auto;
	min-width: 124px;
}

/* PASSWORD PROTECTION */
.enter-password-form input[type="password"] {
	width: 300px !important;
}

/* SHOPPING CART & CHECKOUT */

.shopping-cart-page .common-buttons button,
.shopping-cart-page .common-buttons a {
    display: block;
    margin: 0 auto;
	width: 50%;
}
.cart-collaterals .coupon-code {
    margin: auto;
    max-width: 350px;
}

/* FORUM & PROFILE */

.forum-search-box-text,
.forum-search-text {
	width: 300px !important;
}

}
/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (min-width: 768px) {

/* GLOBAL STYLES */

.inputs {
	text-align: left;
}
.link-rss {
	/*display: block;*/
	float: right;
	margin: 5px 0 0;
}
.input-validation-error{
    box-shadow:0 0 0 1px #ff5868 inset;
}
.field-validation-error{
    display:none;
}

/* HEADER */
/* HEADER MENU */
/* FOOTER */

.footer .center {
	padding-left: 3%;
	padding-right: 3%;
}
.footer-upper {
	margin-bottom: 80px;
}
.newsletter-email {
	width: auto;
	max-width: 610px;
	overflow: hidden;
}
.newsletter-email input[type="email"] {
	float: left;
	display: inline-block;
	width: 300px;
}
.newsletter-email button {
	float: left;
	width: auto;
	min-width: 134px;
	max-width: 200px;
}
.footer-middle .footer-block {
	float: left;
	width: 31%;
	max-width: 300px;
	margin: 0 1%;
}
.footer-lower .information-links li:before {
	display: none;
}
.footer-lower .information-links li:first-child:before {
	display: inline-block;
}
.footer-lower .information-links li {
	display: inline-block;
}
.footer-middle .about-us p {
	text-align: justify;
    max-height:284px;
    overflow:hidden;
}

/* LEFT/RIGHT COLUMN */

.block {
	text-align: left;
}
.block .tags li,
.product-tags-all-page li {
	margin: 0 5px;
}
.block .view-all {
	text-align: right;
}
.poll-options,
.poll-results {
	border-bottom: 1px solid #ddd;
}
.poll .buttons,
.poll-total-votes {
	margin-bottom: 0;
	padding: 12px 10px 6px;
	text-align: right;
}

/* CATEGORY PAGE & GRIDS */

.breadcrumb {
	text-align: left;
}
.breadcrumb li:first-child * {
	margin-left: 0;
}

.product-selectors {
	text-align: right;
}
.product-selectors .product-viewmode{
	display:inline-block;
    vertical-align:middle;
}
.product-viewmode > * {
    vertical-align: middle;
}
.product-selectors span {
	display:inline-block;
}
.product-viewmode .viewmode-icon.grid{
    background:url('../Themes/Tiffany/Content/img/menu-grid.png') no-repeat center;
    font-size:0;
    display:inline-block;
    width:40px; 
    height:40px;
    opacity:.5;
}
.product-viewmode .viewmode-icon.grid.selected,
.product-viewmode .viewmode-icon.list.selected{
    opacity:1;
}
.product-viewmode .viewmode-icon.list{
    background:url('../Themes/Tiffany/Content/img/menu-list.png') no-repeat center;
    font-size:0;
    display:inline-block;
    width:40px; 
    height:40px;
    opacity:.5;
    margin:0 10px 0 5px;
}

/* .item-grid{
	max-width:750px;
} */
.item-box {
	width: 33.333%; /*three per row*/
}
.item-box:nth-child(2n+1) {
	clear: none !important; /*revert the second item*/
}
.item-box:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.home-page-category-grid .item-box,
.sub-category-grid .item-box,
.manufacturer-grid .item-box,
.vendor-grid .item-box {
	width: 33.334%;
}
.home-page-category-grid .item-grid {
	max-width: 795px;
    position:relative;
}
.home-page-category-grid .item-box {
	max-width: 265px;
}
.home-page-category-grid.categories-1 .item-grid .item-box:nth-child(3n+1){
    clear:none;
}
.home-page-category-grid.categories-1 .item-grid{
    overflow:hidden;

}
.home-page-category-grid.categories-1 .item-grid .slider-wrapper{
    left: 33.33%;
    overflow: hidden;
    position: absolute;
    width: 33.33%;
}
.home-page-category-grid.categories-1 .item-grid .slider-wrapper img{
    width:100%;
}

.manufacturer-list-page .manufacturer-grid {
	margin:auto;
}

.product-grid .item-box{
	width: 33.333%;
}

.product-list .item-box {
	float:none;
	margin:0;
	width: auto;
    max-width: none;
}
.product-list .item-box .details {
    color: #000;
}
.product-list .details .product-title {
    border: none;
}
.product-list .product-item:after{
	content: "";
	display: block;
	clear: both;
}
.product-list .item-box .picture{
	float:left;
	width:200px;
}
.product-list .item-box .picture a{
	height:264px;
}
.product-list .item-box .details{
	background:#fff !important;
	height:auto;
	margin: 0 10px 0 210px;
	padding: 0;
	text-align:left;
}
.product-list .item-box .details .product-title{
	margin: 10px 0 15px;
	height: auto;
	font-size:16px;
	text-transform:uppercase;
	font-family:Arvo;
	font-weight: normal;
}
.product-list .item-box .details .description{
	display:block;
	font-size:16px;
	color:#666;
	line-height:20px;
	height: auto;
	border-bottom:1px solid #ddd;
	padding: 0 0 10px;
}
.product-list .item-box .details .prices{
	line-height: 30px;
	margin: 0 0 10px;
}
.product-list .item-box .details .price.old-price{
    color:#666;
}
.product-list .details .prices {
    display: block;
}
.product-list .item-box .tax-shipping-info {
    text-align: left;
}
.product-list .item-box .buttons {
    position: static;
    overflow: hidden;
    text-align: left;
}
.product-list .details .add-info .buttons button.button-2.add-to-compare-list-button{
    background-image: url("../Themes/Tiffany/Content/img/compare-button.png");
    background-repeat: no-repeat;
    background-position: center;
    width:45px;
}
.product-list .details .add-info .buttons button.button-2{
	background-image: url("../Themes/Tiffany/Content/img/shopping-cart.png");
    background-repeat: no-repeat;
    background-position: center;
	display: inline-block;
	height: 45px;
	text-align: left;
	width: 45px;
	font-family: Arvo;
	font-size: 18px;
	color: #fff;
	text-indent: -999px;
	overflow: hidden;
	padding: 0;
	border: none;
}
.product-list .details .add-info .buttons button.button-2.add-to-wishlist-button {
    background-image:url('../Themes/Tiffany/Content/img/wishlist-copy.png');
    background-repeat: no-repeat;
    background-position: center;
    margin:0 0 0 1px;
}
/*.product-list .details .add-info .buttons>*:nth-child(even){
    background-color:#8e807a !important;
}
.product-list .details .add-info .buttons>*:nth-child(even):hover{
    background-color:#a79c97 !important;
}
.product-list .details .add-info .buttons>*:nth-child(odd){
    background-color:#a79c97 !important;
}
.product-list .details .add-info .buttons>*:nth-child(odd):hover{
    background-color:#8e807a !important;
}*/
.product-list .add-info .compare-products{
    margin:0 0 0 1px;
}
.pager ul {
	text-align: right;
}
.pager li {
	margin: 0 0 0 10px;
}

/*categories banner*/
.home-page-category-grid .slider-wrapper {
	display: block;
}
.home-page-category-grid .slider-wrapper {
	/*max-width: 267px;*/
	height: auto;
}
.home-page-category-grid.categories-2 .item-grid .slider-wrapper{    
    width: 34%;
    max-width: 400px;
    overflow:hidden;
}
.home-page-category-grid.categories-2 .item-grid .slider-wrapper img{
    width:100%;
}
.home-page-category-grid.banner-included.categories-1 .item-grid .item-box:nth-child(2n){
    margin:0 0 0 33.33%;
}
.home-page-category-grid.banner-included.categories-1 .item-grid .item-box:nth-child(n+5) {
    margin: 0 !important;
}
.product-filters-wrapper .product-filter{
    width:32.33%;
    margin:0 .5% 2%;
    float:left;
}

/* PRODUCT PAGE */

.product-essential {
	margin-bottom: 40px;
}
.gallery {
	float: left;
	width: 49.5%;
}
.overview {
	float: right;
	width: 49.5%;
	text-align: left;
	padding: 20px 10px;
}
.product-details-page .discontinued-product {
    margin: -20px 0 20px;
}
.overview .buttons {
	text-align: left;
}
.overview .buttons div {
	margin: 0 10px 10px 0;
}
.overview .qty-label,
.variant-overview .qty-label {
	position: static;
	left: 0;
	margin: 0 5px 0 0;
}
.product-variant-line {
	text-align: left;
}
.variant-picture {
	float: left;
	width: 220px;
	margin: 0;
}
.variant-picture + .variant-overview {
	margin-left: 235px;
}
.variant-overview .variant-name {
	background: none;
	padding: 5px 0;
}
.variant-overview .variant-description {
	display: block;
}
.variant-overview .attributes {
	max-width: none;
	margin: 0 0 20px;
}
.variant-overview .add-to-cart-button {
}
.variant-overview .add-to-wishlist {
	clear: none;
}
.product-details-page .tax-shipping-info {
    text-align:left;
}
/* QUICK TABS */
/* ATTRIBUTES */

.attributes {
	margin: 0 auto 10px;
}
.attributes dt {
	float: left;
	clear: left;
	min-width: 70px;
	margin-right: 10px;
}
.attributes select {
	max-width: 250px;
}
.attributes dt label {
	line-height: 32px;
}
.attributes dd {
	float: left;
	margin-right: 10px;
}
.attribute-squares {
	text-align: center;
}
.attribute-squares label {
	margin: 0;
	padding: 0 !important;
}

/* GIFT CARD */
/* REVIEW PAGE */

.product-reviews-page .form-fields{
    border-bottom:none;
}
.product-reviews-page .inputs{
	margin:0;
}
.product-reviews-page .inputs label{
	border-right: 1px solid #dddddd;
	float: left;
	line-height: 40px;
	margin: 0;
	padding: 0 8px 0 0;
	text-align: right;
	width: 30%;
}
.product-reviews-page .inputs input,
.product-reviews-page .inputs textarea{
	border: medium none;
	max-width: none;
	width: 70%;
	font-size:15px;
}
.product-reviews-page .inputs textarea{
	margin:0 0 0 -1px;
	border-left:1px solid #ddd;
}
.product-reviews-page .inputs{
	border:1px solid #ddd;
}
.product-reviews-page .inputs+.inputs{
	border-top:none;
}
.product-reviews-page .inputs+.inputs label{
	border:none;
}
.write-review .review-rating {
	margin-top: 10px;
}
.product-review-list {
	width: auto;
	max-width: none;
}
.product-review-item {
}
.product-review-item .review-item-head {
	margin: 0 0 -1px;
}

/* WISHLIST & COMPARE LIST */

.compare-products-page .clear-list {
}

/* CONTACT PAGE & EMAILaFRIEND */

.contact-page .topic-block-body {
	text-align: left;
}

.contact-page .inputs {
	margin: 0;
	border-bottom: 1px solid #ddd;
}
.contact-page .inputs label {
	float: left;
	margin: 0;
	padding-right: 10px;
	width: 30%;
	text-align: right;
	line-height: 40px;
	color: #666;
}
.contact-page  .form-fields {
    border-width: 1px 1px 0;
	border-style: solid;
	border-color: #ddd;
}
.contact-page .inputs {
	float: left;
	width: 100%;
}
.contact-page .inputs input,
.contact-page .inputs textarea {
	max-width: none;
	width: 70%;
	border-bottom: none;
	border-top: none;
	border-right: none;
}

.email-a-friend-page .inputs,
.apply-vendor-page .inputs {
    margin:0;
    border-bottom:1px solid #ddd;
    overflow:hidden;
}
.email-a-friend-page .inputs label,
.apply-vendor-page .inputs label {
    float:left;
    margin:0;
    padding:0 10px 0 0;
    line-height:40px;
    width:30%;

}
.email-a-friend-page .inputs input,
.email-a-friend-page .inputs textarea,
.apply-vendor-page .inputs input {
    float:left;
    width:70%;
    max-width:none;
    border:none;
    border-left:1px solid #ddd;
}
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields{
    border-width: 1px 1px 0;
	border-style: solid;
	border-color: #ddd;
}


/* REGISTRATION, LOGIN, MY ACCOUNT */



.registration-page > .fieldset > .inputs:first-child {
	background: red;
}
.registration-page  .form-fields {
    border-width: 1px 1px 0;
	border-style: solid;
	border-color: #ddd;
}
.registration-page .inputs > label {
	float: left;
	margin: 0;
	padding-right: 10px;
	width: 30%;
	height: 40px;
	text-align: right;
	border-bottom: none;
	border-right: 1px solid #ddd;
	line-height: 40px;
	color: #666;
	background: #fff;
}
.form-fields .inputs.accept-consent > label {
    float: none;
    margin: 0 0 0 8px;
    width: auto;
    text-align: initial;
    border-right: 0;
    background: transparent;
}
.registration-page .inputs .gender {
	float: left;
	padding: 0 0 0 8px;
	line-height: 40px;
	min-width: 100px;
	width: auto;
	max-width: 200px;
	text-align: left;
    margin:0;
}
.registration-page .inputs {
	margin: 0;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	background: #f9f9f9;
}
.registration-page .inputs #Username~.required{
    position: absolute;
    right: 145px;
    top: 5px;
}
.registration-page .inputs input:not([type="checkbox"]),
.registration-page .inputs .date-picker-wrapper{
	width: 70%;
	max-width: none;
	border: none;
	font-size: 16px;
	padding: 8px 12px;
}
.registration-page .inputs .date-picker-wrapper{
    padding: 0;
    display: inline-block;
}
.registration-page .inputs textarea {
	width: 70%;
	border-width: 0 0 0 1px;
	margin: 0 0 0 -1px;
}
.registration-page .inputs #Newsletter {
	width: 8%;
}

.registration-page .inputs .gender label {
	margin: 0 0 0 5px;
}
.gender span .forcheckbox {
    min-width:100px;
    width:auto;
}

.registration-page .fieldset .inputs > select {
	width: 23.33%;
	max-width: none;
	border: none;
	border-right: 1px solid #ddd;
	color: #505050;
	font-size: 16px;
	height: 40px;
	padding: 10px;
    margin:0;
}
.registration-page .fieldset .inputs .date-picker-wrapper > select {
	width: 33.333%;
	max-width: none;
	border: none;
	border-right: 1px solid #ddd;
	color: #505050;
	font-size: 16px;
	height: 40px;
	padding: 10px;
    margin:0;
}
.registration-page .fieldset .inputs .date-picker-wrapper > select:nth-of-type(3) {
    border-right: none;
}
.registration-page .inputs.custom-attributes select{
    width:70%;
}
.registration-page .inputs select:nth-of-type(3){
    border-right: none;
}
#check-availability-button {
	position: absolute;
	top: 0px;
	right: 0px;
	width: auto;
	margin: 0;
	height: 40px;
	font-size: 13px;
	padding: 0 15px;
    max-width:150px;
}
.registration-page #Newsletter {
	height: 40px;
}

.login-page .form-fields .inputs {
	margin: 0 0 -1px;
	overflow: hidden;
}
.login-page .form-fields .inputs label,
.password-recovery-page .form-fields .inputs label {
	float: left;
	margin: 0;
	width: 30%;
	line-height: 38px;
	text-align: right;
	padding: 0 10px 0 0;
	border: 1px solid #ddd;
	border-right: none;
	height: 40px;
	color: #666;
}
.login-page .form-fields .inputs input,
.password-recovery-page .form-fields .inputs input {
	float: left;
	width: 70%;
	max-width: none;
}
.login-page .form-fields .inputs.reversed {
	width: 350px;
	margin: 0 auto 20px !important;
	text-align: center !important;
}
.login-page .form-fields .inputs + .inputs {
	margin: 0 0 20px 0;
}
.login-page .form-fields .inputs.reversed > * {
	border: none;
	height: 40px;
	line-height: 40px;
}
.login-page .returning-wrapper .inputs.reversed input,
.login-page .returning-wrapper .inputs.reversed label {
	margin: 0 2px;
	float: none;
}
.login-page .inputs.reversed .forgot-password {
	clear: both;
}

.inputs.reversed > label {
	border-bottom: medium none !important;
}
.account-page .form-fields{
	border:1px solid #ddd;
	border-bottom:none;
}
.add-more-external-records {
	border:1px solid #ddd !important;
	padding: 15px;
}
.account-page .inputs{
	margin:0;
}
.account-page .inputs>label{
	float:left;
	margin:0;
	padding-right:10px;
	width:30%;
	text-align:right;
	line-height:40px;
	height:40px;
	border-right:1px solid #ddd;
	background:#fff;
	color:#666;
    overflow:hidden;
}
.account-page .inputs {
	background:#f9f9f9;
	border-bottom:1px solid #ddd;
	text-align: left;
}
.account-page .inputs.accept-consent {
    text-align: center;
}
.account-page .inputs .gender label{
	float:none;
	margin:0 0 0 5px;
	border:none;
	text-align:left;
	color:#666;
}
.account-page .inputs input[type="text"],
.account-page .inputs input[type="email"],
.account-page .inputs input[type="tel"],
.account-page .inputs input[type="password"],
.account-page .inputs .date-picker-wrapper,
.account-page .inputs #Address_CountryId,
.account-page .inputs #Address_StateProvinceId,
.account-page .inputs textarea {
    float: left;
    width: 70%;
    max-width: none;
    border: none;
    color: #666;
    font-size: 16px;
    padding: 8px 12px;
}
.account-page .inputs.custom-attributes select{
    width:70% !important;
}
.account-page .inputs textarea{
	border-left:1px solid #ddd;
	margin-left: -1px;
}
.account-page .inputs label[for="Signature"]{
	border-right:none;
	height:150px;
}
.account-page .inputs.date-of-birth select{
	width:23.33% !important;
	border:none;
	border-right:1px solid #ddd;
	height: 40px !important;
	padding: 10px !important;
	font-size: 15px;
	color: #666;
}
.account-page .inputs select:nth-of-type(3) {
	border-right: none;
}
.account-page .inputs .gender{
	float: left;
	line-height: 40px;
	text-align: left;
	width: auto;
    margin:0;
}
.account-page .inputs #Newsletter {
	float:left;
	width: 40px;
	height:40px;
}
.account-page .edit-address {
	border:1px solid #ddd;
	border-bottom: none;
}
.account-page .section.address-item,
.account-page .section.order-item {
	float: left;
	width: 50%;
}
.account-page .fieldset .inputs select{
    border:none;
}
.account-page .inputs.custom-attributes ul{
    border:none;
}
.inputs .option-list {
	padding: 0 12px;
	color: #666;
	border:1px solid #ddd;
    	border-bottom:none;
    	background:#f9f9f9;
    	width:70%;
}
.custom-attributes textarea{
    width:70%;
}
.custom-attributes>label{
    border:none;
}

.inputs .option-list label{
    border:none !important;
}
.inputs .option-list li {
	margin: 0 10px 0 0;
}

.revalidation-wrapper {
	display: inline-block;
	padding: 0 12px;
	white-space: nowrap;
	overflow: hidden;
}
.revalidation-wrapper span {
	display: inline-block;
	margin: 0 6px 0 0;
	font-size: 16px;
	line-height: 40px;
	color: #666;
}

.return-request-list-page .request-item {
	float: left;
	width: 50%;
	padding: 0 10px;
}
.return-request-list-page .details a {
	display: block;
	margin: 5px 0;
}
.return-request-page .title strong{
	font-family:Arvo;
	font-weight:normal;
	font-size:16px;
	text-transform:uppercase;
}
.return-request-page .fieldset .form-fields{
	border:1px solid #ddd;
	border-bottom:none;
}
.return-request-page .fieldset .inputs{
	margin:0;
	border-bottom:1px solid #ddd;
}
.return-request-page .fieldset .inputs label{
	background: #ffffff;
	color: #666666;
	float: left;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding-right: 10px;
	text-align: right;
	width: 30%;
	overflow: hidden;
	text-overflow: ellipsis;
} 
.return-request-page .fieldset .inputs select,
.return-request-page .fieldset .inputs textarea{
	border: medium none;
	border-left:1px solid #ddd;
	color: #666666;
	float: left;
	font-size: 16px;
	max-width: none;
	width: 70%;
}

.return-request-file .uploadedfileinput {
	width: 70%;
}
.return-request-page .qq-upload-button {
	border-width: 0 0 0 1px;
}
.return-request-page .qq-upload-list {
	box-shadow: inset 1px 1px 0 #ddd;
}

.registration-page .inputs select#CountryId,
.registration-page .inputs select#StateProvinceId,
.registration-page .inputs select#TimeZoneId,
.account-page .inputs select#CountryId,
.account-page .inputs select#StateProvinceId,
.account-page .inputs select#TimeZoneId{
    width:70% !important;
	border-right: none;
}
.address-list-page .address-list{
    overflow:hidden;
}

.vendorinfo-page .vendor-picture {
    float: left;
    width: 70%;
    text-align: left;
}
.vendorinfo-page .vendor-picture > * {
    margin: 10px 0;
}
.multi-factor-authentication-page .payment-method .payment-logo {
	padding-top: 50px;
}
/* SHOPPING CART & CHECKOUT */


.checkout-attributes li {
	display: inline-block;
	margin: 0 5px;
}

.shopping-cart-page .common-buttons button,
.shopping-cart-page .common-buttons a {
	width: 33.333%;
}

.shopping-cart-page .totals {
	float: right;
	/*margin: 0 25px;*/
	max-width: 40%;
}
.shopping-cart-page .shipping-options .inputs{
    text-align:center;
}

.cart-collaterals {
	float: left;
	/*margin: 0 25px;*/
	max-width: 60%;
}

.checkout-page .address-item,
.select-shipping-address .address-item {
	float: left;
	width: 33.33%;
}

.checkout-page .address-item .select-billing-address-button,
.select-shipping-address .address-item .select-shipping-address-button {
	width: 100%;
}

.order-review-data {
	display: table;
	width: 100%;
	margin: 0 0 50px;
}
.order-review-data > div {
	display: table-cell;
}
.order-details-area > div,
.shipment-details-area > div {
	width: 50%;
}

.order-details-page .actions {
	text-align: right;
}

.order-details-page .actions button {
	min-width: 0;
}

.order-details-page .checkout-attributes,
.order-details-page .tax-shipping-info{
    text-align:right;
    margin:5px;
    padding:0;
}
.checkout-attributes:only-child{
    padding:10px 0;
}
.order-details-page .total-info {
	margin: 0 0 0 auto;
	overflow: hidden;
}
.order-details-page .cart-total {
	float: right;
}
.order-details-page .section.shipments{
    clear:both;
}

.order-progress li {
	margin: 0 20px 30px;
}

.checkout-page .edit-address {
	margin: auto;
	max-width: 750px;
	border-bottom: 1px solid #ddd;
}

.checkout-page .address-item li {
	text-align: left;
	padding: 2px 20px;
}

.checkout-page .enter-address .inputs {
	margin: 0;
}

.checkout-page .edit-address{
    border-left:1px solid #ddd;
}
.checkout-page .enter-address .inputs:after {
	content: "";
	display: block;
	clear: both;
}

.checkout-page .enter-address .inputs label {
	float: left;
	margin: 0;
	padding: 0 8px 0 0;
	width: 30%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ddd;
	border-right: none;
	border-bottom: none;
	color: #666;
}
.checkout-page .enter-address .inputs,
.checkout-page .enter-address .inputs>label,
.checkout-page .enter-address .inputs.custom-attributes>label{
    border-left:none;
}
.checkout-page .enter-address .inputs input,
.checkout-page .enter-address .inputs select {
    float: left;
    width: 70%;
    height: 40px;
    max-width: none;
    border-bottom: none;
	font-size: 16px;
}

.checkout-page .checkout-data {
    /*padding:0;*/
}
.shipping-method .method-list li {
    float: left;
    width: 33.33%;
    padding: 0;
}
.payment-method .method-list li {
	width: 500px;
}
.address-item:nth-child(3n+1){
    clear:both;
}

/* SEARCH & SITEMAP */


.search-page .inputs{
    margin:0;
    border:1px solid #ddd;
}
.search-page .inputs label{
    float:left;
    margin:0;
    padding:0 8px 0 0;
    width:30%;
    line-height:40px;
    border-right:1px solid #ddd;
} 
.search-page .inputs input[type="text"]{
    border:none;
    width:70%;
    max-width:none;
}
.search-page .inputs.reversed input{
    float:right;
    height:40px;
    width:50px;
    text-align:left;
}
.search-page .inputs.reversed{
    border:none;
    float:none;
}
.search-page .inputs.reversed label,
.search-page .inputs.reversed input{
    float:none;
    margin:5px;
    width:auto;
    border:none;
}
.search-page .advanced-search{
    border:none;
}
.search-page .advanced-search .inputs select{
    width:70%;
    max-width:none;
}
.search-page .advanced-search .price-range {
    margin:0 0 0 10px;
    font-size:14px;
    height:40px;
	line-height:40px;
}
.search-page .advanced-search .price-range input{
	background: none;
		border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin:3px;
    width:45%;
    height:auto;
}
.advanced-search{
    border:1px solid #ddd;
}
.advanced-search .inputs{
    overflow:hidden;
	margin: 0 0 -1px;
    border-bottom:1px solid #ddd;
}
.advanced-search .inputs select{
	font-size: 16px;
	color: #555;
}
.advanced-search .inputs:last-child{
    border-bottom:none;
}
.advanced-search .inputs label{
    text-align:right;
	padding:0 8px 0 0;
    margin:0;
    border-right: 1px solid #dddddd;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: right;
    width: 30%;
}
.advanced-search .inputs select{
    float:left;
    width:70%;
    max-width:none;
    border:none;
}

/* BLOG & NEWS */

.post-head ~ *,
.news-head ~ * {
	display: block;
}
.blog-page .tags > *,
.blogpost-page .tags > * {
	float: left;
}
.blog-page .tags label,
.blogpost-page .tags label {
	margin: 0 10px 0 0;
	line-height: 24px;
}
.new-comment textarea {
    max-width:none;
    background:#fff;
}
.blogpost-page .new-comment .inputs label{
    display:block;
}
.blogpost-page .new-comment .inputs{
    margin:0;
    border:1px solid #ddd;
}
.blogpost-page .new-comment .inputs label{
    border-right: 1px solid #dddddd;
    color: #666666;
    float: left;
    height: 150px;
    line-height: 40px;
    margin: 0;
    overflow: hidden;
    padding-right: 10px;
    text-align: right;
    width: 30%;
}
.blogpost-page .new-comment .inputs textarea {
    background:#f9f9f9;
    border: medium none;
    width: 70%;
}
.blogpost-page .new-comment .inputs .field-validation-error{
    position:absolute;
    top:0;
    right:0;
    padding:0 3px;
    border:1px solid #ddd;
    border-top:0;
    border-right:0;
    background:#f9f9f9;
    line-height:40px;
}
.comment-info {
	float: left;
	margin: 0;
}
.comment-content {
	padding: 15px;
}
.comment-info + .comment-content {
	margin: 0 0 0 115px;
	padding: 10px 10px 10px 0;  
}
.news-item-page .new-comment .inputs label{
    display:block;
}
.news-item-page .new-comment .inputs input{
    
}
.blog-comment, .news-comment{
    padding:0 0 15px 0;
    text-align:left;
}
.blog-page .tags {
    float:left;
    width:70%;
} 
.blogpost-page .tags {
	overflow: hidden;
}
.blogpost-page .tags label {
	text-transform: none;
}
.blog-page .buttons{
    float:right;
    margin:0;
    padding:14px 15px;
    width:30%;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    text-align:right;
    overflow:hidden;
}
.blog-page .buttons .read-comments{
    float:left;
}
.blog-page .post,
.news-list-page .news-items .news-item{
    text-align:left;
}

.blog-page .post-head {
    padding: 12px 15px;
}
.blog-page .post-body .post-date{
    padding:5px 0;
} 
.blog-post .post-body p{
    margin:5px 0;
}
.private-message-send-page .form-fields{
    border:1px solid #ddd;
    border-bottom:none;
}
.private-message-send-page .inputs{
    background: #f9f9f9;
    border-bottom: 1px solid #dddddd;
    text-align: left;
    margin:0;
}
.private-message-send-page .inputs label,
.private-message-send-page .inputs .toolbar{
    background: #ffffff;
    border-right: 1px solid #dddddd;
    color: #666666;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding-right: 10px;
    text-align: right;
    width: 30%;
}
.private-message-send-page .inputs .toolbar{
    height: 150px;
}
.private-message-send-page .inputs .toolbar>img{
    padding:7px 5px;
}
.private-message-send-page .inputs input[type="text"],
.private-message-send-page .inputs #Message,
.private-message-send-page .inputs a{
    border: medium none;
    color: #666666;
    float: left;
    font-size: 16px;
    max-width: none;
    padding: 8px 12px;
    width: 70%;
}

/*the image in blog post*/
.post-body > p{
    max-width:100%;
}
/*news-blog homepage*/

.news-list-page .news-head {
	overflow: hidden;
}
.news-list-page .news-title {
	float: left;
	max-width: 550px;
	margin: 0;
}
.news-list-page .news-date {
	float: right;
	line-height: 24px;
}
.news-list-page .news-items .read-more {
	float: right;
}
.news-list-homepage{
    height:600px;
    margin:130px 0 0px;
}
.news-list-homepage .news-items{
    padding-top:108px;
}
.news-list-homepage .news-item{
    float:left;
    width:49.95%;
    margin:0;
}
.news-list-homepage .news-item:first-child,
.news-list-homepage .news-item:nth-child(2n-1){
    margin-right:0.1%;
}
.news-list-homepage .view-all{
    clear:both;
}
.comment-info .avatar{
    border-left:none;
    border-top:none;
}
.news-item-page .new-comment .form-fields{
    border:1px solid #ddd;
    border-bottom:none;
}
.news-item-page .new-comment .inputs{
    margin:0;
    border-bottom:1px solid #ddd;
}

.news-item-page .new-comment .inputs label{
    background: none repeat scroll 0 0 #ffffff;
    border-right: 1px solid #dddddd;
    color: #666666;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding-right: 10px;
    text-align: right;
    width: 30%;
    overflow:hidden;
}
.news-item-page .new-comment .inputs input{
    border: medium none;
    color: #666666;
    float: left;
    font-size: 16px;
    max-width: none;
    padding: 8px 12px;
    width: 70%;
}
.news-item-page .new-comment .inputs textarea{
    border:none;
    width:70%;
    background:#f9f9f9;
}
.news-item-page .new-comment .inputs:last-child label{
    height:150px;
}
.news-item-page .new-comment .field-validation-error{
    position:absolute;
    top:0;
    right:0;
    background:#f9f9f9;
    line-height:40px;
    padding:0 3px;
    border-left:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
.news-list-homepage .news-body:after {
	height:0;
}

/* FORUM & PROFILE */

.forum-search-box {
	clear: both;
}
.forum-search-box .basic {
}
.forum-search-box .advanced {
}
.forum-search-page .advanced-search {
	max-width: 700px;
	margin: 0 auto 20px;
}
.forum-search-page .advanced-search .inputs {
	margin: 0;
}
.breadcrumb.forum-breadcrumb {
	margin: 0 auto 30px;
    max-width: 600px;
    text-align: center;
    width: auto;
}

.forum-topic-page .actions {

}
.forum-topic-page .topic-actions.lower .pager.lower{
    float:none;
}
.forums-table-section-body .forum-name{
    text-align:left;
}
.forum-edit-page .form-fields{
    border:1px solid #ddd;
    border-bottom:none;
}
.forum-edit-page .inputs{
    margin:0;
    border-bottom:1px solid #ddd;
    background:#f9f9f9;
}
.forum-edit-page .inputs label{
    float:left;
    width:30%;
    margin:0;
    line-height:40px;
    height:40px;
    text-align:right;
    padding:0 8px 0 0;
    background:#fff;
}
.forum-edit-page .inputs strong{
    line-height:40px;
    text-align:left;
    padding:0 8px;
    background:#f9f9f9;

}
.forum-edit-page .inputs strong,
.forum-edit-page .inputs input,
.forum-edit-page .inputs textarea,
.forum-edit-page .inputs select{
    float:left;
    width:70%;
    max-width:none;
    border:none;
    border-left:1px solid #ddd;
}
.forum-edit-page .inputs .check-box{
    height:40px;
    text-align:left;
    width:50px;
}
.forum-edit-page .inputs.reversed >input[type="checkbox"],
.forum-edit-page .inputs.reversed>label{
    border:none !important;
    text-align:center !important;
    display:inline-block !important;
    width:auto !important;
    float:none;
    margin:0 5px;
}
.forum-edit-page .toolbar{
    float:left;
    width:30%;
    text-align:right;
    padding:0 8px 0 0;
    line-height:40px;
    background:#fff;
    height:150px;
}
.forum-edit-page .toolbar .button{
    vertical-align:middle;
}
.forum-edit-page form .buttons{
    margin:0;
    overflow:hidden;
}
.forum-edit-page .inputs .field-validation-error{
    position:absolute;
    top:0;
    right:0;
    padding:0 20px;
    line-height:40px;
    border:1px solid #ddd;
    border-top:none;
    border-right:none;
}
.forum-edit-page .form-fields .inputs span{
    padding:11px 0;
    display:inline-block;
}
.move-topic-page .inputs{
    border:1px solid #ddd;
    overflow:hidden;
}
.move-topic-page .inputs label{
    float:left;
    margin:0;
    width:50%;
    line-height:40px;
    height:40px;
    text-align:right;
    padding:0 8px 0 0;
}
.move-topic-page .inputs select{
    border:none;
    width:50%;
    max-width:none;
    border-left:1px solid #ddd;
}
.forum-post .post-content,
.profile-info-box .profile-stats {
	text-align: left;
}
.post-actions {
    overflow: hidden;
}
.post-actions .manage-post {
    float: right;
}
.post-content .post-actions .quote-post {
    text-align: right;
}
.topic-post .post-info,
.profile-info-box .user-details {
	float: left;
	width: 210px;
}
.topic-post .username {
    line-height: 38px;
    margin: 0;
}
.topic-post .avatar,
.profile-info-box .avatar  {
    float: left;
}
.topic-post .pm-button,
.profile-info-box .send-pm {
    float: left;
}
.topic-post .post-content,
.profile-info-box .profile-stats {
    clear: none;
	min-width: 200px;
	margin-left: 215px;
    position:relative;
}
/* #playPauseButton {
	display: none;
} */

}
/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 1025px) {

  /* GLOBAL STYLES */

  a {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  body {
    background: #f9f9f9;
  }

    body.home-page-wrapper {
      background: #fff;
    }

  .admin-header-links {
    background: #f6f6f6;
    border-bottom: 1px solid #ddd;
  }

  .master-wrapper-content {
    width: auto;
    margin: 20px auto 0;
  }

    .master-wrapper-content::after {
      clear: both;
      content: "";
      display: block;
    }

  .master-column-wrapper {
    width: 1000px;
    max-width: 100%;
    box-shadow: 0 0 0 1px #eee;
    overflow: hidden;
    background: #fff;
    padding-top: 35px;
  }

  .home-page-wrapper .master-column-wrapper {
    box-shadow: none;
    overflow: visible;
    padding-top: 0;
  }

  .inputs {
    text-align: left;
  }

    .inputs label {
      display: inline-block;
      width: 170px;
      margin: 0 10px 0 0;
      text-align: right;
    }

  .inputs {
    display: block;
  }

  /* HEADER */

  .header {
    position: relative;
    z-index: 1002;
    width: auto;
    margin: 0;
    background: #fff;
  }

  .header-inner {
    position: relative;
    width: 1000px;
    max-width: 100%;
    margin: auto;
    padding: 15px 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 60px;
  }

    .header-inner:after {
      content: "";
      display: none;
      clear: both;
    }

  .header-logo {
    float: left;
    margin: 0 10px 0 0;
    font-size: 0;
  }

  .header-2 .header-logo {
    float: none;
    margin: 0;
  }

  .header-links-wrapper {
    float: right;
    position: relative;
    margin: 0 0 10px 30px;
    max-width: 340px;
    position: absolute;
    right: 0;
    top: 50px;
  }

  .header-links li {
    border-left: 1px solid #ddd;
  }

  .header-links a:hover {
    color: #000;
  }

  .header-2 .header-links-wrapper {
    float: none;
    margin: 0;
    position: absolute;
    top: 15px;
    right: -10px;
  }

    .header-2 .header-links-wrapper li:first-child {
      border-left: none;
    }

  .flyout-cart {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    z-index: 99999;
    width: 300px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30);
    background: #fff;
  }

    .flyout-cart.active {
      display: block;
    }

  .mini-shopping-cart {
    color: #333;
  }

    .mini-shopping-cart * {
      line-height: normal !important;
    }

    .mini-shopping-cart .items a {
      font-size: 15px;
      font-weight: normal;
      text-transform: uppercase;
      font-family: Arvo;
    }

    .mini-shopping-cart .count {
      color: #666;
      background: #eee;
      padding: 10px;
      text-align: center;
      font-size: 14px;
    }

      .mini-shopping-cart .count a {
        text-transform: none;
        color: #000;
      }

    .mini-shopping-cart .item {
      overflow: hidden;
      padding: 15px 10px 10px;
      border-top: 1px solid #ddd;
    }

    .mini-shopping-cart .picture {
      float: left;
      width: 90px;
      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 100px;
      }

    .mini-shopping-cart .name {
      margin: 0 0 10px;
      overflow: hidden;
      max-height: 36px;
      line-height: 18px !important;
      color: #222;
    }

    .mini-shopping-cart .attributes {
      padding: 0;
      border: none;
    }

    .mini-shopping-cart .totals {
      background: #f9f9f9;
      text-align: left;
      overflow: hidden;
      padding: 15px;
      border-top: 1px solid #ddd;
      font-size: 14px;
    }

      .mini-shopping-cart .totals strong {
        float: right;
        font-weight: normal;
      }

    .mini-shopping-cart .buttons {
      margin: 0;
      padding: 0 10px 10px;
      text-align: right;
      background: #f9f9f9;
    }

    .mini-shopping-cart input[type="button"] {
      display: inline-block;
      padding: 8px 16px;
      font-size: 13px;
      font-family: Arvo;
      background: #a79c97;
      color: #fff;
      border: none;
      text-transform: uppercase;
    }

  .search-n-selectors {
    float: right;
    margin-right: 100px;
  }

  .search-box {
    float: left;
  }

  .header-1 .ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
    width: 252px !important;
    border-color: #ccc;
  }

  .ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
    width: 192px !important;
  }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {
      color: #666;
      font-size: 13px;
    }

      .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li:hover {
        background: #f9f9f9;
      }

      .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li span {
        display: block;
      }

  .search-box .search-box-text {
    border-right: none;
  }

  .search-box .search-box-button {
    border: 1px solid #ddd;
    border-left: none;
  }

  .search-box input.search-box-text {
    width: 220px;
    border-color: #ddd;
  }

  .header-selectors-wrapper {
    float: right;
    margin: 0 0 0 25px;
  }

    .header-selectors-wrapper > div {
      width: 40px;
      font-size: 14px;
      float: left;
      margin: 0 10px;
      color: #666;
    }

    .header-selectors-wrapper select {
      height: 32px;
      border: none;
    }

  .header-2 .search-n-selectors {
    position: absolute;
    top: 15px;
    left: 0;
  }

  .header-2 .header-selectors-wrapper {
    margin-left: 20px;
  }

  .header-2 .search-box input.search-box-text {
    width: 160px !important;
  }

  .responsive-nav-wrapper-parent {
    display: none;
  }

  .wishlist-shoping {
    float: right;
    margin: 0;
  }

    .wishlist-shoping > div {
      float: left;
      margin-left: 1px;
      width: 45px;
      height: 45px;
    }

    .wishlist-shoping .ico-wishlist,
    .wishlist-shoping .cart-label {
      display: block;
      text-indent: -9999px;
    }

  .wishlist-button {
    background: url(../Themes/Tiffany/Content/img/wishlist-copy.png)no-repeat center rgba(57,50,48,.3);
  }

  #topcartlink {
    background: url(../Themes/Tiffany/Content/img/shopping-cart.png)no-repeat center rgba(57,50,48,.3);
  }

    #topcartlink .ico-cart,
    .wishlist-button .ico-wishlist {
      display: block;
      height: 100%;
    }

  /* HEADER MENU */

  .menu-title, .close-menu,
  .header-menu .back-button,
  .header-menu .sublist-wrap {
    display: none;
  }

  .overlayOffCanvas {
    display: none !important;
  }

  .home-page-main-slider {
    margin-top: 0 !important;
  }

  .home-page-wrapper .header-menu-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
  }

  #headerMenuParent {
    background: rgba(57,50,48,.3);
    position: relative;
    z-index: 1001;
  }

    #headerMenuParent.stick {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1001;
      width: 100%;
      background: rgba(57, 50, 48, 0.9);
    }

  .header-menu {
    margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 1001;
    width: 1000px;
    max-width: 100%;
  }

    .header-menu > ul {
      margin: 0 90px 0 0;
      font-size: 0;
    }

      .header-menu > ul > li {
        display: inline-block;
        vertical-align: middle;
      }

        .header-menu > ul > li:hover {
          background: rgba(57, 50, 48, 0.3);
        }

        .header-menu > ul > li > a,
        .header-menu > ul > li > span {
          display: block;
          padding: 12px 24px;
          font-size: 16px; /*reset zeroing*/
          cursor: pointer;
          color: #fff;
          line-height: 21px;
          font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
          text-transform: uppercase;
        }

    .header-menu .sublist-wrap {
      display: none;
      position: absolute;
      top: 45px;
      z-index: 1001;
      width: 200px;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
      background: rgba(255,255,255,0.85);
    }

      .header-menu .sublist-wrap.active {
        display: block;
      }

  .top-menu {
    display: block;
  }

  .header-menu .sublist li {
    position: relative;
  }

  .header-menu .sublist .back-button {
    display: none;
  }

  .header-menu .sublist li a {
    display: block;
    background: rgba(57,50,48,0.7);
    padding: 10px 24px 10px 24px;
    font-size: 15px;
    color: #fff;
    line-height: 24px;
  }

  .header-menu .sublist li:hover > a {
    background: rgba(57,50,48,0.8);
  }

  .header-menu .sublist-wrap .sublist-wrap {
    top: 2px;
    left: 100%;
  }

    .header-menu .sublist-wrap .sublist-wrap .sublist-wrap {
      top: -2px;
    }

  .header-menu > ul > li:hover > .sublist {
    display: block;
  }

  /* FOOTER */

  .footer .center {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0 0;
  }

  .footer-block ul {
    text-align: left;
  }

  .footer-middle .center {
    width: 1000px;
    max-width: 100%;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    z-index: 2;
  }

  .footer-lower .information-links a {
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

    .footer-lower .information-links a:hover {
      color: #999;
    }

  .footer-middle .footer-block {
    margin: 0 1.5%;
    max-width: 300px;
    width: 30.33%;
  }

  .links-bottom-left {
    float: left;
    text-align: left;
    margin-bottom: 15px;
  }

    .links-bottom-left > div {
      float: left;
    }

  /*.footer-disclaimer {
    float: right;
    max-width: 400px;
    text-align: right;
  }*/

  .footer-store-theme {
    clear: both;
    margin: -5px auto 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 170px;
  }

  .footer-lower {
    padding-bottom: 10px;
  }


  /* LEFT/RIGHT COLUMN */

  .center-2 {
    float: right;
    width: 100%;
  }

  .side-2 {
    float: left;
    width: 23%;
    margin-bottom: 1px;
  }

  .block {
    width: auto;
    max-width: none;
    height: auto;
    background: #fff;
  }

    .block .listbox {
      display: block;
    }

    .block .title strong {
      padding: 12px 20px 10px;
    }

    .block .list a,
    .block .year strong {
      padding: 9px 5px 9px 25px;
    }

    .block .list > li > a {
      position: relative;
    }

    .block .list li:last-child a {
      border-bottom: none;
    }

  .sublist > .active {
    position: relative;
  }

  .side-2 .block .list > .active > a {
    color: #000;
    background: url('../Themes/Tiffany/Content/img/remove-button.png') no-repeat 3% center #f9f9f9;
  }

  .side-2 .block .sublist > .active > a {
    background: #f9f9f9;
  }

  /*styles for side block*/

  .list > li,
  .list > li > a,
  .sublist > li > a,
  .sublist > li {
    position: relative;
  }

    .list > li > a:hover {
      background-color: #f9f9f9;
    }

  .side-2 .block .sublist > .active > a:before {
    background: url("../Themes/Tiffany/Content/img/bullet.png") no-repeat scroll center 15px #ffffff;
    border-color: #ddd;
    border-style: solid;
    border-width: 0 1px 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 1px;
    transition: all 0.3s ease 0s;
    width: 19px;
  }

  .side-2 .block .list .sublist li > a:hover {
    background: #f9f9f9;
  }

  .side-2 .block .sublist li > a:before,
  .list > li > a:before,
  .sublist > li > a:before {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url("../Themes/Tiffany/Content/img/bullet.png") no-repeat scroll center 15px #ffffff;
    content: '';
    width: 0;
  }

  .side-2 .block.block-recently-viewed-products .list li > a:before {
    left: -19px;
    border: none;
  }

  .block .list .active {
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
  }

  .list > li > a:hover:before {
    border-color: #ddd;
    border-style: solid;
    border-width: 0 1px 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0px;
    width: 19px !important;
  }

  .center-1 .list > li > a:hover:before {
    display: none;
  }

  .block .product-picture {
    float: left;
    height: 100%;
    width: 20%;
    vertical-align: middle;
    position: relative;
  }

    .block .product-picture img {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
    }

  .block-recently-viewed-products div + a {
    max-width: 80%;
  }

  .block-recently-viewed-products .list li {
    overflow: hidden;
    height: 40px;
  }

  .block-recently-viewed-products .list li {
    border-top: 1px solid #ddd;
  }

    .block-recently-viewed-products .list li .product-picture {
      display: block;
    }

    .block-recently-viewed-products .list li a {
      line-height: 40px;
      padding: 0 8px 0 0;
      border-bottom: none;
      font-size: 14px;
      white-space: normal;
      text-align: right;
      border-top: none;
    }

  .block.block-popular-tags .title {
    border-bottom: none;
  }

  .block .tags {
    padding: 5px 15px;
  }

  .block .poll-options li,
  .block .poll-results li {
    display: block;
  }

  .block.block-recently-viewed-products .list li .product-picture {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .block.block-recently-viewed-products .list li:hover .product-picture {
    /*width:30%;*/ /*uncomment if you want to move the image on hover*/
    border-top: none;
  }

  .block.block-recently-viewed-products .list li .product-name {
    float: right;
    width: 70%;
    border-top: none;
  }

  .block.block-recently-viewed-products .list li a:before {
    border-top: none;
  }

  .block.block-recently-viewed-products .list li a:hover {
    background-color: transparent;
  }

  .center-1 .block {
    margin: 0 0 40px;
    border: none;
    text-align: center;
  }

    .center-1 .block .title {
      margin: 0 0 10px;
    }

      .center-1 .block .title strong {
        background: none;
        font-size: 18px;
      }

    .center-1 .block .list {
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      padding: 10px 0;
    }

      .center-1 .block .list li {
        display: inline-block;
      }

      .center-1 .block .list a,
      .center-1 .block .year strong {
        border: none;
        padding: 5px 15px;
      }

    .center-1 .block .sublist {
      display: none;
    }

    .center-1 .block .view-all {
      border: none;
      text-align: center;
    }

    .center-1 .block .tags {
      border-bottom: 1px solid #ddd;
      padding: 15px;
    }

    .center-1 .block .poll strong {
      border-bottom: none;
      margin-bottom: -10px;
    }

    .center-1 .block .poll-options li,
    .center-1 .block .poll-results li {
      display: inline-block;
    }

  .center-1 .poll .buttons,
  .center-1 .poll-total-votes {
    text-align: center;
  }

  .block li a {
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }

    .block li a:hover {
      color: #999;
    }

  /* CATEGORY PAGE & GRIDS */

  .breadcrumb {
    margin: 0 0 0 -2px;
  }

    .breadcrumb ul {
      width: 1000px;
      max-width: 100%;
      margin: auto;
    }

  .item-grid {
    display: flex;
    flex-wrap: wrap;
  }

  .item-box:nth-child(3n+1) {
    clear: none;
  }

  .item-box:nth-child(4n+1) {
    clear: both;
  }

  .category-page .item-box,
  .recently-added-products-page .item-box,
  .recently-viewed-products-page .item-box,
  .manufacturer-page .item-box,
  .vendor-page .item-box,
  .product-tag-page .item-box {
    max-width: none;
    float: left;
    overflow: hidden;
  }

  .category-page .product-list .item-box,
  .recently-added-products-page .product-list .item-box,
  .recently-viewed-products-page .product-list .item-box,
  .manufacturer-page .product-list .item-box,
  .vendor-page .product-list .item-box,
  .product-tag-page .product-list .item-box {
    float: none;
  }

  .home-page-category-grid .item-box {
    max-width: none;
  }

  .home-page-category-grid.categories-1 .item-box:nth-child(2n) {
    margin: 0;
  }

  .home-page-category-grid.banner-included.categories-1 .item-box:nth-child(2n) {
    margin: 0 0 0 33.33%;
  }

  .categories-2 .sub-category-item,
  .categories-2 .category-item {
    height: 170px;
  }

  .home-page-category-grid.categories-2 .item-box .title a,
  .sub-category-grid.categories-2 .item-box .title a {
    border: 1px solid rgba(0,0,0,0.2);
    padding: 10px 15px;
    color: #000;
  }

  .home-page-category-grid.categories-2 .item-box .picture a,
  .sub-category-grid.categories-2 .item-box .picture a {
    height: 170px;
  }

  .product-grid .item-box {
    width: 250px;
    margin: 0;
    /* overflow:; */
  }

    .product-grid .item-box .details {
      height: 200px;
      position: relative;
      width: 100%;
      z-index: 2;
    }

  .add-info .buttons .product-box-add-to-cart-button,
  .add-info .buttons .add-to-compare-list-button {
    background-color: #8e807a;
  }

  .product-grid .hover-effect-2 .picture {
    margin: 0;
  }

    .product-grid .hover-effect-2 .picture a:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10;
      background: transparent;
      -webkit-transition: all 0.34s ease;
      -ms-transition: all 0.34s ease;
      transition: all 0.34s ease;
    }

  .product-grid .hover-effect-2 .details {
    position: static;
    height: auto;
  }

  .product-grid .hover-effect-2 .add-info {
    position: static;
    height: 50px;
  }

  .product-grid .hover-effect-2 .buttons {
    position: absolute;
    top: 10px;
    bottom: auto;
    right: 10px;
    left: auto;
    width: 45px;
    z-index: 11;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .product-grid .hover-effect-2 .productQuantityTextBox {
    transform: none;
    position: absolute;
    left: -110px;
  }

  .product-grid .hover-effect-2 .add-to-compare-list-button {
    margin: 0 0 1px 0 !important;
    background: url('../Themes/Tiffany/Content/img/compare-button.png') no-repeat center rgba(0,0,0,.5);
  }

  .product-grid .hover-effect-2 .compare-products {
    margin: 0;
  }

  .product-grid .hover-effect-2 .product-box-add-to-cart-button {
    margin: 0 0 1px 0 !important;
    background: url("../Themes/Tiffany/Content/img/shopping-cart.png") no-repeat scroll center rgba(0,0,0,.5);
  }

  .manufacturer-list-page .manufacturer-grid {
    margin: 0;
    width: 100%;
  }

  /* PRODUCT PAGE */

  .product-details-page .gallery {
    width: 600px;
  }

    .product-details-page .gallery .picture {
      float: right;
      width: 500px;
    }

      .product-details-page .gallery .picture:only-child {
        width: 600px;
      }

    .product-details-page .gallery .picture-thumbs {
      float: left;
      width: 90px;
    }

      .product-details-page .gallery .picture-thumbs a {
        display: block;
      }

  .gallery .picture img,
  .gallery .picture-thumbs img,
  .variant-picture img {
    bottom: auto;
  }

  .product-details-page .overview {
    width: 400px;
    padding: 0 20px;
  }

  .product-details-page .discontinued-product {
    position: absolute;
    top: 0;
    left: -500px;
    width: 500px;
    margin: 0;
    background: rgba(255,255,255,0.85);
    text-align: center;
    z-index: 1000;
  }

  .product-essential .product-name {
    margin-bottom: 30px;
  }

  /* GIFT CARD */

  .giftcard {
    padding: 20px 0;
  }

    .giftcard div {
      text-align: left;
    }

    .giftcard label {
      display: inline-block;
      width: 311px;
      margin: 0 10px 0 0;
      text-align: right;
    }

  /* WISHLIST & COMPARE LIST */

  .compare-products-table-mobile {
    display: none;
  }

  .compare-products-table {
    display: block;
  }

    .compare-products-table .overview {
      float: none;
    }

    .compare-products-table td {
      text-align: left;
    }

  .compare-products-page .clear-list {
    width: 100%;
    padding: 0;
    text-align: center;
    top: 0;
  }

  .compare-products-table tr td:first-child {
    text-align: right;
  }

  .compare-products-table tr:first-child td:first-child {
    vertical-align: top;
  }

  .compare-products-table tr:first-child td {
    padding: 0;
  }

    .compare-products-table tr:first-child td > div {
      position: relative;
    }

  .a-center > div {
    position: relative;
  }

  /* TOPICS & PASSWORD PROTECTION */

  .topic-block-title,
  .topic-html-content-body {
    margin: 0 0 15px;
  }

  /* REGISTRATION, LOGIN, MY ACCOUNT */

  #username-availabilty {
    position: absolute;
    top: 8px;
    left: 500px;
  }

  .login-page .inputs.reversed > * {
    width: auto;
    margin: 0 5px;
    vertical-align: middle;
  }

  .return-request-page label {
    width: 300px;
  }

  .block-account-navigation .title strong {
    border-bottom: none;
  }

  .block-account-navigation .list a {
    background-image: none !important;
  }

  /* SHOPPING CART & CHECKOUT */

  .order-progress {
    margin: 0 0 20px;
  }

  .shopping-cart-page .page-body {
    padding-bottom: 45px;
  }

  .shopping-cart-page .tax-shipping-info,
  .shopping-cart-page .common-buttons,
  .checkout-attributes {
    text-align: right;
  }

    .checkout-attributes li {
      margin: 0 0 0 10px;
    }

    .shopping-cart-page .common-buttons input,
    .shopping-cart-page .common-buttons a {
      display: inline-block;
      margin: 0;
      width: 25%;
    }

    .shopping-cart-page .common-buttons a {
      border: 0;
      border-left: 1px solid #fff;
      border-right: 1px solid #fff;
    }

  .shopping-cart-page .totals {
    margin: 0;
    width: 380px;
  }

  .cart-collaterals {
    width: 660px;
    margin: 0;
  }

    .cart-collaterals .deals {
      float: left;
      width: 100%;
      margin: 0;
    }

      .cart-collaterals .deals > div {
        float: left;
        width: 50%;
        margin: 0 0 35px;
        text-align: left;
      }

    .cart-collaterals .title,
    .cart-collaterals .hint {
      padding-left: 10px;
    }

    .cart-collaterals .coupon-code {
      width: auto;
      max-width: none;
    }

      .cart-collaterals .coupon-code input[type="text"] {
        width: 60%;
        margin: 0;
      }

      .cart-collaterals .coupon-code input[type="submit"] {
        width: 40%;
      }

    .cart-collaterals .shipping {
      float: right;
      width: 100%;
      margin: 0;
      text-align: left;
    }

      .cart-collaterals .shipping .estimate-shipping .buttons {
        clear: both;
        width: 33.33%;
        margin: 0 auto 20px;
      }

        .cart-collaterals .shipping .estimate-shipping .buttons > .estimate-shipping-button {
          width: 100%;
        }

    .cart-collaterals .estimate-shipping > div {
    }

  .estimate-shipping .shipping-options select {
    width: 101%;
    max-width: none;
  }

  .cart-collaterals .shipping-options .inputs {
    float: left;
    width: 33.33%;
    margin: 0;
    text-align: left;
  }

    .cart-collaterals .shipping-options .inputs:last-child {
      width: 33%;
      margin-left: 33%;
    }

    .cart-collaterals .shipping-options .inputs .estimate-shipping-button {
      width: 100%;
    }

  .cart-collaterals .shipping label {
    display: block;
    width: 100px;
    margin: 0 0 10px 10px;
    text-align: left;
  }

  .checkout-page .edit-address label {
    width: 300px;
  }

  .checkout-page .selected-checkout-attributes {
    text-align: right;
  }

  .checkout-page .totals {
    float: right;
  }

  .shopping-cart-page .terms-of-service {
    text-align: left;
  }

  .order-details-page .order-overview {
    margin: 0 5% 30px;
  }

  /* SEARCH & SITEMAP */

  .basic-search input[type="text"] {
    width: 350px;
  }

  .advanced-search .price-range {
    margin-left: 48px;
  }

    .advanced-search .price-range input {
      height: auto;
    }

  /* BLOG & NEWS */

  .news-item-page .inputs input,
  .news-item-page .inputs textarea {
    width: 100%;
    max-width: none;
  }

  .news-item-page textarea {
    display: block;
    margin: auto;
  }

  .home-page-wrapper .news-list-homepage {
    overflow: visible;
    height: 600px;
    min-height: 0;
    background-repeat: no-repeat;
  }

    .home-page-wrapper .news-list-homepage:after {
      content: '';
      display: block;
      clear: both;
    }

  .news-list-homepage .news-items {
    width: 1000px;
    max-width: 100%;
    margin: auto;
    position: relative;
    padding: 150px 0 0 0;
  }

  .news-list-homepage .news-body {
    height: 113px;
  }
  /* FORUM & PROFILE */

  .forum-breadcrumb {
    margin-bottom: 30px;
  }

  .forum-search-page .advanced-search .inputs label {
    width: 30%;
  }

  .forum-edit-page label,
  .private-message-send-page label {
    width: 230px;
  }

  .forum-edit-page textarea,
  .private-message-send-page textarea {
    width: 500px;
    height: 150px;
  }

  .forums-header .search-box {
    float: none;
  }

  .forums-main-page .view-all a {
    display: inline-block;
    background: #a69c97;
    border: medium none !important;
    color: #ffffff;
    font-family: Arvo;
    font-size: 16px;
    line-height: 40px;
    margin: 0 0 30px;
    padding: 0 10px !important;
    text-transform: uppercase;
  }

  .manage-post {
    float: none;
    position: absolute;
    top: 0;
    right: 100px;
    bottom: 0;
    margin: auto;
    height: 26px;
    color: #fff;
  }

    .manage-post a {
      margin-left: 5px;
      padding-left: 20px;
    }



  /*CUSTOM SELECTS*/

  .custom-select {
    display: inline-block;
    width: 175px;
    border-right: 1px solid #ddd;
    background: url(../Themes/Tiffany/Content/img/custom-select.png)no-repeat 90% center;
  }

  .custom-select-text {
    font-size: 16px;
    color: #666;
    line-height: 40px;
    padding: 0 5px 0 10px;
    position: absolute;
    top: 0;
  }

  .item.slideLeft {
    position: absolute;
    left: -480px;
    opacity: 0.2;
  }

  .item.slideRight {
    position: absolute;
    right: -480px;
    opacity: 0.2;
  }
  .modal-content {
    width: 30%;
  margin-top: 150px;
  }

}

/*=====================================================
    
    DESKTOP - LARGE

=====================================================*/

@media all and (min-width: 1281px) {
  .header-inner,
  .header-menu,
  .master-column-wrapper,
  .news-list-homepage .news-items,
  .footer-middle .center,
  .breadcrumb ul {
    width: 1200px;
  }

  .footer .center {
    max-width: 1200px;
  }

  .product-grid .item-box {
    width: 24%;
    max-width: none;
    margin: 4px;
  }

  .footer-middle .footer-block {
    max-width: none;
  }

  .sub-category-grid .item-box {
    width: 25%;
  }

  .product-details-page .overview {
    width: calc(100% - 600px);
  }

  .giftcard label {
    width: 411px;
  }

  .cart-collaterals {
    width: 720px;
  }
}
/*! perfect-scrollbar - v0.5.8
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyunje Alex Jun; Licensed MIT */
.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-x-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6;-ms-filter:"alpha(Opacity=60)";filter:alpha(opacity=60)}.ps-container:hover>.ps-scrollbar-x-rail.in-scrolling,.ps-container:hover>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

input.search-box-text:focus {
    outline: -webkit-focus-ring-color auto 0;
}
span.search-box-text {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}
input.search-box-text {
    width: 220px !important;
    border: 1px solid #ddd;
    background: #fff;
}
input.search-box-text.narrow {
	width: 160px !important;
}
input.search-box-text:focus{    
    border-color: #ddd;
}
input.search-box-text.instant-search-busy {
    background: #f6f6f6 url('../Plugins/SevenSpikes.Nop.Plugins.InstantSearch/images/ajax-loader-small.gif') no-repeat 97% center;
}
.search-box-select {
	float: left;
	width: 60px;
	height: 32px;
	margin: 0;
	border: 1px solid #ddd;
	border-left-width: 0;
	padding: 6px;
    -webkit-border-radius:0;
    -webkit-appearance:none;
}
.search-box-button {
    margin: 0;
}

/* AUTOCOMPLETE */

.instantSearch {
    overflow: hidden;
    width: 220px !important;
    height: auto !important;
	margin: -1px 0 0;
	border: 1px solid #ddd;
    background: #fff;
}
.instantSearch .k-list-container {
    width: auto !important;
    position: static !important;
}
.instantSearch .k-list-scroller {
    height: 100% !important;
    overflow-y: auto;
}
.instantSearch .k-list {
    margin: 0;
    padding: 0;
}
.instantSearch .k-item {
    display: block;
	border-top: 1px solid #ddd;
    transition:all 0.15s ease-in-out;
    -webkit-transition:all 0.15s ease-in-out;
    -moz-transition:all 0.15s ease-in-out;
    -ms-transition:all 0.15s ease-in-out;
}
.instantSearch .k-item:first-child {
	border-top: none;
}
.k-item.k-state-hover .instant-search-item,
.k-item.k-state-focused .instant-search-item  {
	background: #f6f6f6;
}
.instant-search-item {
    overflow: hidden;
    padding: 15px;
	cursor: pointer;
}
.instant-search-item .img-block {
	display: none;
    float: left;
    overflow: hidden;
    width: 60px;
    position:relative;
}
.instant-search-item .img-block img {
	max-width: 60px;
    /*position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    width:100%;*/
}
.instant-search-item .detail {
	text-align:left;
}
.instant-search-item .detail .title {
	max-height: 35px;
	overflow: hidden;
    margin:0 0 5px 0;
    font-family:Arvo;
    text-transform:uppercase;
	line-height: 18px;
    font-size:14px;
    color:#000;
}
.instantSearch .k-item:hover .title {
    color: #666;
}
.instant-search-item .detail .price {
    font-size:16px;
	line-height: 20px;
    color:#666;
}
.instant-search-item .detail .sku {
    font-size:16px;
	line-height: 20px;
    color:#666;
}

@media all and (min-width: 481px) {	

input.search-box-text,
.instantSearch {
    width: 300px !important;
}
input.search-box-text.narrow {
	width: 240px !important;
}
.instant-search-item .img-block {
	display: block;
}
.instant-search-item .detail {
	margin-left: 75px;
}

}

@media all and (min-width: 1025px) {
	
input.search-box-text {
    width: 220px !important;
}
input.search-box-text.narrow {
	width: 192px !important;
}
.search-box-select {
	border-left-width: 1px;
}
.instantSearch {
    width: 252px !important;
}

}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*=====================================================
    
    RESPONSIVE

=====================================================*/


.menu-title {
	text-align: center;
}
.mega-menu, .header-menu .menu-title {
	display: none;
}
.mega-menu-responsive {
	display: block !important;
}

/*responsive vision*/
.responsive-nav-wrapper .menu-title{
    border:none;
    border-radius:0;
}  

@media all and (max-width: 1024px) {

.dropdown .topic-wrapper {
	display: none;
}

}

/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 1025px) {

.menu-title,
.close-menu {
	display: none;
}

/* MAIN PANEL & DROPDOWN*/

.mega-menu {
	position: relative;
	z-index: 1001;
	display: block;
}

.mega-menu-responsive {
	display: none !important;
}

.mega-menu .dropdown {
	display: none;
	position: absolute;
	z-index: 3; /*necessary of there is a :before or :after with another z-index*/
	overflow: hidden;
	background: #fff;
	min-width: 180px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	background: rgba(255,255,255,0.85);
	transition: all .3s ease;
}
    .mega-menu .dropdown.active {
        display: block;
    }

.mega-menu .dropdown .row {
	margin: 0;
}

.mega-menu .box {
	padding: 0;
    float: left;
}

.mega-menu .dropdown .box .title {
	display: none;
}

.mega-menu .dropdown .box a {
	display: block;
	/*border-bottom: 1px solid #5b5654;*/
	background: rgba(57,50,48,0.7);
	padding: 0 20px;
	text-align: left;
	white-space: nowrap;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	transition: all 0.15s ease 0s;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-ms-transition: all 0.15s ease 0s;
}

.mega-menu .dropdown .row .box a:hover {
	background: rgba(57,50,48,0.8);
}


.mega-menu .dropdown.fullWidth {
	left: 0;
	width: 1000px;
	margin: 0 auto;
	padding: 10px;
	background: rgba(255,255,255,.95);
}

.mega-menu .dropdown.fullWidth .box a,
.mega-menu .dropdown.fullWidth .box a:hover {
	background: none !important;
}

.mega-menu .dropdown.fullWidth .subcategories {
	margin-top: 5px;
}

.mega-menu .dropdown.fullWidth .subcategories li a {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	border: medium none;
	color: #000000;
	line-height: 35px;
	padding: 0;
	text-align: center;
	transition: all 0.3s ease 0s;
}

.mega-menu .dropdown.fullWidth .subcategories li:hover a {
	/*use effect here*/
}

.mega-menu .manufacturers.fullWidth .row,
.mega-menu .vendors.fullWidth .row {
	margin: 0;
	overflow: hidden;
}

.mega-menu .manufacturers.fullWidth .row .box .title,
.mega-menu .vendors.fullWidth .row .box .title {
	margin: 0;
	display: none;
}

.mega-menu .manufacturers.fullWidth .row .box .picture,
.mega-menu .vendors.fullWidth .row .box .picture {
	margin: 0;
	border: 1px solid transparent;
}
.mega-menu .manufacturers.fullWidth .row .box .picture:hover,
.mega-menu .vendors.fullWidth .row .box .picture:hover {
	border: 1px solid #ddd;
}
.mega-menu .manufacturers.fullWidth .row .box .picture .manufacturer,
.mega-menu .vendors.fullWidth .row .box .picture .vendor {
	display: block;
	position: relative;
	margin: 0 5px 5px;
	height: 133px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
.mega-menu .manufacturers.fullWidth .row .box .manufacturer img,
.mega-menu .vendors.fullWidth .row .box .vendor img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.mega-menu .dropdown.categories.fullWidth .row-wrapper{
	float: left;
	padding: 15px 0 0 0;
}

.mega-menu .dropdown.categories.fullWidth .row {
	overflow: hidden;
}

.mega-menu .dropdown.categories.fullWidth .box {
	float: left;
	padding: 0 0 20px;
}

.mega-menu .dropdown.categories.fullWidth .title {
	display: block;
	margin: 0 0 2px 0;
	padding: 0 0 20px 0;
	font-size: 18px;
	color: #231c19;
	font-family: Arvo;
	text-transform: uppercase;
	text-align: center;
	background: url(../Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Tiffany/Content/images/title-decoration.png)no-repeat center bottom;
}

.mega-menu .dropdown.categories.fullWidth .box .title a {
	font-size: 18px;
	text-align: center;
	line-height: normal;
}

.mega-menu .dropdown.categories.fullWidth .box a {
	border: none;
	color: #000;
}

.mega-menu .dropdown.categories.fullWidth .box a:hover {
	background: none;
	color: #666;
}

.mega-menu .title a:hover {
	color: #555;
}

.mega-menu .categories .picture {
	display: none;
	float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
	text-align: center;
}
.mega-menu .picture a {
	display: block;
}

.mega-menu li a.view-all {
	font-weight: bold;
	background: none;
}


.mega-menu .topic-wrapper {
	overflow: hidden;
	background: rgba(255,255,255,.5);
	font-size: 16px;
	color: #000;
	padding: 0 10px 10px;
	text-align: center;
}

.mega-menu .topic-wrapper .box {
	margin:10px 0;
}

.mega-menu .topic-wrapper p {
	font-size: 14px;
	line-height: 20px;
}

.mega-menu .topic-wrapper strong {
	display: block;
	background:url(../Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Themes/Tiffany/Content/images/title-decoration.png) no-repeat center bottom;
	padding: 8px 0 20px 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight:normal;
	font-family:Arvo;
	color: #000;
}


.mega-menu .slider-wrapper {
	float: right;
	margin: 0;
}
.mega-menu .boxes-3 .row-wrapper,
.mega-menu .boxes-3 .row{
    width:75%;
    float:left;
}
.mega-menu .boxes-3 .row-wrapper>.row{
    width:100%;
}
.mega-menu .boxes-3 .slider-wrapper{
    width:24%;
    overflow:hidden;
    float:none;
    text-align: center;
}
.mega-menu .boxes-4 .slider-wrapper{
    width:100%;
    overflow:hidden;
    text-align: center;

}
.dropdown.categories.fullWidth.boxes-4 .row-wrapper,
.dropdown.categories.fullWidth.boxes-4 .row{
	width: 100%;
	float: none;
}

.dropdown.categories.fullWidth.boxes-4 .slider-wrapper {
	float: none;
    overflow:hidden;
}


.mega-menu .boxes-1 .box {
    width: 100%;
}

.mega-menu .boxes-2 .box {
    width: 50%;
}

.mega-menu .boxes-3 .box {
    width: 33.333%;
}

.mega-menu .boxes-4 .box {
    width: 25%;
}

.mega-menu .boxes-5 .box {
    width: 20%;
}

.mega-menu .boxes-6 .box {
    width: 16.666%;
}

.mega-menu .boxes-7 .box {
    width: 14.28%;
}

.mega-menu .boxes-8 .box {
    width: 12.5%;
}

}

@media all and (min-width:1281px) {
    .mega-menu .dropdown.fullWidth {
        width: 1200px;
    }
}
/*
* Copyright 2019 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/* AJAX LOADER & ERRORS */

.k-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.nopAjaxCartPanelAjaxBusy,
.miniProductDetailsPanelAjaxBusy {
    position: absolute;
    z-index: 1070;
    width: auto;
    height: auto;
    background: url('../Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Tiffany/Content/images/loader.gif') no-repeat fixed 50% 50%;
    opacity: 0.7;
}

.addProductVariantToCartErrors {
    color: #c00;
}

    .addProductVariantToCartErrors ul {
        margin: 20px;
    }

    .addProductVariantToCartErrors li {
        margin: 0 0 10px 0;
    }


.productQuantityTextBox {
    float: left;
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.ajaxCart {
    position: absolute;
    z-index: 1070;
    padding: 0 !important;
    background: #fff;
    box-shadow: 0 1px 3px #666;
}

    .ajaxCart li {
        list-style: none;
    }

    .ajaxCart .k-window-titlebar.k-header {
        margin: 0 !important;
        text-align: center;
        background: transparent;
        height: 70px;
        padding: 10px 20px 0 10px;
    }

        .ajaxCart .k-window-titlebar.k-header .k-window-title {
            font-size: 15px;
        }

    .ajaxCart .k-window-titlebar {
        font-family: Arvo;
        padding: 0 0 10px;
        text-transform: uppercase;
    }

    .ajaxCart .addProductVariantToCartErrors {
        text-align: center;
    }

    .ajaxCart .k-window-titlebar.k-header .k-window-actions {
        position: absolute;
        top: 9px;
        right: 10px;
        font-size: 0;
        z-index: 1;
    }

        .ajaxCart .k-window-titlebar.k-header .k-window-actions a {
            display: block;
            width: 24px;
            height: 24px;
            background: url(../Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Tiffany/Content/images/exit.png) no-repeat center transparent;
            border: none;
            box-shadow: none;
            transition: all 0.5s ease 0s;
            -moz-transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
            -ms-transition: all 0.5s ease 0s;
            font-size: 0;
        }

            .ajaxCart .k-window-titlebar.k-header .k-window-actions a:hover {
                background: url(../Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Tiffany/Content/images/exit.png) no-repeat center transparent;
                transform: rotate(90deg);
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
            }

.productAddedToCartWindow, .miniProductDetailsView {
    color: #555;
    line-height: 18px;
}

.productAddedToCartWindowTitle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 30px;
    background: url(../Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Tiffany/Content/images/title-decoration.png) no-repeat center bottom transparent;
    text-transform: uppercase;
    font-family: Arvo;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    color: #000;
}

.nopAjaxCartPanelAjaxBusy,
.miniProductDetailsPanelAjaxBusy {
    z-index: 100007;
}


/*** QUANTITY BOX & BUY BUTTON ***/

.ajax-cart-button-wrapper {
    display: inline-block;
}

.add-to-cart-panel .ajax-cart-button-wrapper {
    margin: 0;
}

.add-to-cart .ajax-cart-button-wrapper {
    border: none;
    background: none;
}

.ajax-cart-button-wrapper input[type="text"],
.ajax-cart-button-wrapper input[type="email"],
.ajax-cart-button-wrapper input[type="tel"],
.ajax-cart-button-wrapper select {
    width: 45px;
    height: 40px;
    background: #fff;
    padding: 6px;
    text-align: center;
    font-size: 15px !important;
    color: #000;
}

.ajax-cart-button-wrapper select {
    vertical-align: top;
    width: auto;
}

.product-list .item-box .ajax-cart-button-wrapper input[type="text"],
.product-list .item-box .ajax-cart-button-wrapper input[type="email"],
.product-list .item-box .ajax-cart-button-wrapper input[type="tel"] {
    height: 45px;
}

.product-list .item-box .ajax-cart-button-wrapper {
    margin: 0 1px;
    vertical-align: top;
}

.product-list .item-box:hover .ajax-cart-button-wrapper input[type="text"],
.product-list .item-box:hover .ajax-cart-button-wrapper input[type="email"],
.product-list .item-box:hover .ajax-cart-button-wrapper input[type="tel"] {
    margin: 0;
}

.ajax-cart-button-wrapper .productQuantityTextBox,
.ajax-cart-button-wrapper .productQuantityDropdown {
    border: 1px solid #ddd !important;
    text-indent: 0 !important;
}

.nopAjaxCartProductListAddToCartButton {
    height: 40px;
}


/*** SINGLE PRODUCT WINDOW ***/



/* PRODUCT ADDED TO CART WINDOW */

.productAddedToCartWindowImage {
    float: left;
    overflow: hidden;
    margin: 0 15px 15px 0;
    width: 120px;
    text-align: center;
}

    .productAddedToCartWindowImage a {
        display: block;
        overflow: hidden;
        line-height: 0;
    }

    .productAddedToCartWindowImage img {
        max-width: 100%;
    }

.productAddedToCartWindowDescription {
    float: left;
    margin-bottom: 15px;
    width: 200px;
}

    .productAddedToCartWindowDescription h1 {
        margin: 0 0 15px 0;
        font-size: 16px;
        color: #000;
        font-family: Arvo;
    }

        .productAddedToCartWindowDescription h1 a {
            color: #333;
        }

    .productAddedToCartWindowDescription strong {
        display: block;
        margin-bottom: 10px;
        color: #555;
        font-weight: normal;
        font-size: 16px;
    }

    .productAddedToCartWindowDescription span {
        display: block;
        margin-bottom: 3px;
        color: #666;
    }

    .productAddedToCartWindowDescription .price {
        font-size: 18px;
        color: #000;
    }

.productAddedToCartWindowSummary {
    clear: both;
    padding: 10px;
    border-top: 1px dotted #ccc;
    text-align: center;
}

.productAddedToCartWindowSummary {
    border-top: 1px solid #ddd;
    padding: 20px 0;
    font-size: 0;
}

    .productAddedToCartWindowSummary a {
        display: inline-block;
        margin: 0;
        border: medium none;
        color: #ffffff;
        font-family: Arvo;
        font-size: 14px;
        padding: 10px 15px;
        text-transform: uppercase;
        background: #a79c97;
        line-height: normal;
        transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
    }

        .productAddedToCartWindowSummary a:hover {
            background-color: #8e807a;
        }

    .productAddedToCartWindowSummary div {
        display: inline-block;
        margin: 0;
    }

.productAddedToCartWindowCheckout {
    border: medium none;
    color: #ffffff;
    font-family: Arvo;
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
    background: #8e807a;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
}

    .productAddedToCartWindowCheckout:hover {
        background-color: #a79c97
    }

.productAddedToCartItem {
    overflow: hidden;
    padding: 10px;
}

.productAddedToCartWindowDescription span {
    color: #555;
    font-size: 16px;
}

.productAddedToCartWindowImage {
    margin: 0 20px 20px 0;
    width: 150px;
}

.productAddedToCartWindowDescription {
    width: 230px;
    margin: 5px 0 20px 0;
}

.productAddedToCartWindowImage img {
    width: 100%;
}

.ajaxCart .addProductToCartErrors {
    padding: 10px;
}

/*** GROUPED PRODUCTS WINDOW ***/



.miniProductDetailsView {
    background: #fff;
}

    .miniProductDetailsView:focus,
    .productAddedToCartWindow:focus {
        outline: -webkit-focus-ring-color auto 0;
    }

    .miniProductDetailsView h1 {
        margin-bottom: 10px;
        color: #333;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
        text-shadow: 1px 1px 0 #eee;
    }

    .miniProductDetailsView .product-name {
        position: absolute;
        top: 9px;
        left: 15px;
        width: 260px;
        height: 17px;
        overflow: hidden;
    }

    .miniProductDetailsView .product-essential {
        margin: 0;
        overflow: hidden;
    }

    .miniProductDetailsView .short-description {
        margin-bottom: 10px;
        padding-top: 0;
        border-top: none;
        width: 250px;
    }

    .miniProductDetailsView .product-essential .gallery {
        margin: 0 20px 0 0;
        width: auto !important;
        float: left;
        overflow: hidden;
    }

    .miniProductDetailsView .product-essential .picture {
        float: none;
        overflow: hidden;
        width: auto !important;
        height: auto !important;
        line-height: normal !important;
    }

        .miniProductDetailsView .product-essential .picture img {
            z-index: 0 !important;
        }

    .miniProductDetailsView .product-overview-line {
        margin: 0;
        border-top: 1px solid #ddd;
        padding: 15px;
    }

        .miniProductDetailsView .product-overview-line:first-child {
            border-top: none;
        }

    .miniProductDetailsView .overview {
        /*float: left;*/
        margin-left: 0 !important;
        text-align: left;
        width: 300px;
        padding: 0;
    }

    .miniProductDetailsView .customer-entered-price {
        margin-bottom: 10px;
    }

    .miniProductDetailsView .enter-price-input {
        padding: 4px;
        width: 69px;
    }

    .miniProductDetailsView .product-name {
        top: 14px;
        text-shadow: 1px 1px 0 #ddd;
    }

    .miniProductDetailsView h1.product-variant-name {
        color: #000000;
        font-family: Arvo;
        font-size: 16px;
        margin: 0 0 15px;
        text-transform: none;
    }

    .miniProductDetailsView .short-description {
        float: none;
        width: auto;
        padding-bottom: 10px;
    }

    .miniProductDetailsView .product-essential .gallery {
        display: block; /*Cloud Zoom css override*/
        width: 150px !important;
    }

    .miniProductDetailsView .attributes {
        margin-bottom: 15px;
        background: #f9f9f9;
        border: 1px solid #ddd;
        padding: 10px;
    }

        .miniProductDetailsView .attributes dt {
            margin: 7px 7px 7px 0;
            width: 96px;
            max-width: 40%;
            text-align: left;
            overflow: hidden;
        }

        .miniProductDetailsView .attributes dd {
            margin: 5px 0;
            width: auto;
            max-width: 60%;
            color: #000;
        }

            .miniProductDetailsView .attributes dd .option-list {
                text-align: left;
            }

                .miniProductDetailsView .attributes dd .option-list li > * {
                    display: inline;
                }

        .miniProductDetailsView .attributes select {
            max-width: 100%;
        }

    .miniProductDetailsView .prices {
        margin-bottom: 10px;
        float: none;
    }

    .miniProductDetailsView .product-collateral {
        margin: 0;
        border-radius: 0 0 12px 12px;
    }

        .miniProductDetailsView .product-collateral .giftcard {
            margin: 0;
            padding: 0;
            border: 1px solid #ddd;
            border-bottom: none;
            background: #fff;
        }

    .miniProductDetailsView .giftcard > div {
        float: none;
        width: auto;
        margin: 0;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }

        .miniProductDetailsView .giftcard > div label {
            float: left;
            padding: 0 8px 0 0;
            margin: 0;
            border-right: 1px solid #dddddd;
            font-size: 16px;
            line-height: 40px;
            text-align: right;
            width: 35%;
        }

    .miniProductDetailsView .giftcard textarea {
        background: none repeat scroll 0 0 #f9f9f9;
        border: none;
        height: 40px;
        max-width: none;
        width: 65%;
    }

    .miniProductDetailsView .giftcard > div:last-child label {
        height: 150px;
    }

    .miniProductDetailsView .product-collateral .giftcard input[type="text"],
    .miniProductDetailsView .product-collateral .giftcard input[type="email"],
    .miniProductDetailsView .product-collateral .giftcard input[type="tel"] {
        background: none repeat scroll 0 0 #f9f9f9;
        border: none;
        line-height: 40px;
        height: 40px;
        max-width: none;
        width: 65%;
    }

    .miniProductDetailsView .product-details-page {
        width: auto;
        padding: 0;
    }

    .miniProductDetailsView .product-name {
        background: url("../Plugins/SevenSpikes.Nop.Plugins.AjaxCart/Themes/Tiffany/Content/images/title-decoration.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
        color: #000000;
        font-family: Arvo;
        font-size: 18px;
        font-weight: normal;
        padding: 20px 30px;
        text-align: center;
        width: 100%;
        top: 0;
        left: 0;
        text-shadow: none;
        height: auto;
    }

    .miniProductDetailsView .message-error {
        display: block;
        float: right;
        clear: both;
        margin: 10px 0 0 0;
        width: 100%;
        font-weight: bold;
        font-size: 12px;
        color: #ff5868;
    }

        .miniProductDetailsView .message-error li {
            margin: 5px 0;
        }
    
    .add-to-cart-button {
        vertical-align: top;
    }
/* RELATED AND CROSS SELL */
.ajaxCart .product-grid {
    max-width: 500px;
    margin: 0 auto 20px;
    overflow: hidden;
}

    .ajaxCart .product-grid .title {
        font-size: 18px;
        line-height: normal;
        display: block;
        padding: 10px 0 20px 0;
        margin: 0 0 10px !important;
        text-align: center;
        color: #000;
    }

    .ajaxCart .product-grid .item-box {
        width: 33.33%;
        margin: 0 !important;
        border-bottom: none !important;
    }

        .ajaxCart .product-grid .item-box .product-title {
            height: 36px !important;
            border-bottom: none;
        }

            .ajaxCart .product-grid .item-box .product-title span {
                padding: 0;
            }

            .ajaxCart .product-grid .item-box .product-title a {
                display: block;
                line-height: 1.2;
                max-height: 34px;
                padding: 3px 0;
                font-size: 12px;
                overflow: hidden;
            }

        .ajaxCart .product-grid .item-box .picture {
            background: none;
            height: auto;
            margin: 0;
        }

            .ajaxCart .product-grid .item-box .picture img {
                transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
            }

        .ajaxCart .product-grid .item-box:hover .picture img {
            transform: scale(0.7);
            -webkit-transform: scale(0.7);
            -moz-transform: scale(0.7);
            -ms-transform: scale(0.7);
        }

.ajaxCart .item-box .details {
    position: static;
    height: 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

    .ajaxCart .item-box .details .add-info {
        display: none;
    }

.ajaxCart .item-box .quick-view-button,
.ajaxCart .item-box .buttonOverlay {
    display: none !important;
}

.miniProductDetailsView .message-error li {
    font-size: 16px;
    font-weight: normal;
}

/*AJAX CART BUTTON WRAPPER IN ITEM BOX HOVER 2*/

.product-grid .hover-effect-2 .ajax-cart-button-wrapper {
    margin: 0;
}

    .product-grid .hover-effect-2 .ajax-cart-button-wrapper:before {
        width: 0;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        background: rgba(255,255,255,.8);
        color: #000;
        content: "Buy";
        display: inline-block;
        height: 45px;
        left: auto;
        line-height: 45px;
        margin-right: 45px;
        position: absolute;
        right: 0;
        text-transform: uppercase;
    }

    .product-grid .hover-effect-2 .ajax-cart-button-wrapper .productQuantityTextBox,
    .product-grid .hover-effect-2 .ajax-cart-button-wrapper .productQuantityDropdown {
        opacity: 0;
        border-width: 0 !important;
    }

    .product-grid .hover-effect-2 .ajax-cart-button-wrapper .productQuantityDropdown {
        position: absolute;
    }

    .product-grid .hover-effect-2 .ajax-cart-button-wrapper:hover .productQuantityTextBox,
    .product-grid .hover-effect-2 .ajax-cart-button-wrapper:hover .productQuantityDropdown {
        margin: 0;
        left: -110px;
        opacity: 1;
        display: none;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .ajaxCart button {
        border-radius: 0;
        -webkit-border-radius: 0;
        -webkit-appearance: none;
    }
}

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.ribbon-wrapper {
    position: relative;
}
@media all and (min-width: 769px) {
.product-list .ribbon-wrapper {
    float: left; /*should not be applied on smaller resolutions where the product list looks like a grid*/
}
}

/* ribbon positioning */

.ribbon-position {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.ribbon-position.top-left {
	top: 0;
	left: 0;
}
.ribbon-position.top-right {
	top: 0;
	right: 0;
}
.ribbon-position.bottom-left {
	bottom: 0;
	left: 0;
}
.ribbon-position.bottom-right {
	bottom: 0;
	right: 0;
}
.ribbon-position.top-middle {
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.right-middle {
	top: 0;
	right: 0;
	bottom: 0;
	text-align: right;
}
.ribbon-position.bottom-middle {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.left-middle {
	top: 0;
	bottom: 0;
	left: 0;
	text-align: left;
}
.ribbon-position.center {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.ribbon-position.right-middle:before,
.ribbon-position.left-middle:before,
.ribbon-position.center:before {
	content: "";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

/* ribbon wrapping element */

.product-ribbon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

/* ribbon label without image*/

.ribbon-text {
	font-size: 12px;
	line-height: normal;
}

/* ribbon label with image */

.ribbon-image-text {
	font-size: 12px;
	line-height: normal;
	position: absolute;
	top: 0;
	left: 0;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

@media all and (max-width: 480px) {

    .product-list .item-box .ribbon-wrapper {
        float: none;
    }

}

@media all and (min-width: 768px) {

    .product-list .item-box .ribbon-wrapper {
        width: 200px; /*set width according to theme design and layout*/
    }
    .product-list .item-box .ribbon-wrapper .picture {
        float: none;
        width: auto;
    }
    .ribbon-position{
        z-index:12;
    }
}

/*IMPORTANT: breakpoints range depends on where "view products in list" is available and where is not */
.product-grid .item-box .picture,
.product-list .item-box .picture {
    position: relative;
}

.vertical-align-middle:before {
    content: " ";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.vertical-align-middle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
}

.vertical-align-middle > div {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
}

.vertical-align-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.vertical-align-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.sale-campaign-box-wrapper {
    display: inline-block; 
    width: 46px; 
    height: 48px; 
    margin: 5px 3px; 
}
.sale-campaign-box {
    display: inline-block; 
    width: 100%; 
    height: 45px; 
    line-height: 45px; 
}
.countdownTimer,
.category-countdown {
    -webkit-transition: all ease 0.35s;
    transition: all ease 0.35s; 
    z-index: 1;
}
.product-grid .item-box:hover .countdownTimer,
.product-grid .item-box:hover .category-countdown,
.product-list .item-box:hover .countdownTimer,
.product-list .item-box:hover .category-countdown {
    opacity: 0;
    z-index: 0;
    cursor: pointer;
}

/*variant list*/

.product-variant-line {
    position: relative;
    min-height: 360px;
}
.product-variant-list .vertical-align-middle {
    top: 240px;
    right: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 220px;
}

.product-variant-line .category-countdown ~ .variant-picture,
.product-variant-line .countdowntimer ~ .variant-picture {
    margin-bottom: 150px;
}

.style-box {
    display: table;
    margin: 2px 0 10px;
}
.style-box-row {
    display: table-row;
}
.style-box-item {
    display: table-cell;
    padding: 5px;
}
.style-box-item .label-wrapper {
    float: none;
    display: block;
    text-align: initial;
}

.style-box-row:first-child .style-box-item {
    padding-top: 0;
}
#sale-campaign-create-or-edit .k-selected-color {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: 1px solid rgb(210, 214, 222);
    border-right: none;
    box-sizing: border-box;
}
#sale-campaign-create-or-edit .k-picker.k-state-active .k-selected-color {
    border-color: #3c8dbc;
}

#sale-campaign-create-or-edit .k-icon.k-i-arrow-s {
    background: none;
}
#sale-campaign-create-or-edit .k-icon.k-i-arrow-s:before{
    content: "\f0d7";
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    height: 17px;
    line-height: 17px;
    background: none;
}
.multi-value {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    width: 200px;
}

@media all and (min-width: 769px) {

    .product-variant-list .countdownTimer,
    .product-variant-list .category-countdown {
        right: auto;
    }
    .product-variant-line .variant-picture {
        margin-bottom: 20px ;
    }
    
} 

.spc .item-box .product-item .countdownTimer {
    display: none;
}

.product-variant-line {
    min-height: 0;
}

/*jcarousel*/

.nop-jcarousel .jcarousel-item .item-picture {
    position: relative;
}

/*product page grouped*/ 

.product-variant-list .countdownTimer, 
.product-variant-list .category-countdown {
    right: 0;
}
.product-variant-list .vertical-align-middle {
    top: 0;
    bottom: 0;
}
/*=====================================================
    
                    COLOR SCHEMES

=====================================================*/

/* BROWN SUGAR */

.item-box .details,
.quick-view-button a,
.add-info .buttons .product-box-add-to-cart-button,
.add-info .buttons .add-to-compare-list-button,
.news-items .read-more,
.newsletter-email button,
.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,
.account-page .button-2,
.news-item-page .button-1,
.next-product:hover,
.previous-product:hover,
.quick-tabs-2 .ui-tabs .ui-state-active.ui-tabs-active a,
.private-message-send-page .cancel-pm-button,
.compare-products-page .clear-list,
.product-grid .item-box .hover-effect-2 .quick-view-button a,
.forum-search-box .advanced a,
.topic-posts .post-time,
.forum-edit-page .buttons .button-1,
.ui-tabs .ui-tabs-panel .buttons .write-product-review-button,
.quickViewWindow .purchase-area .add-to-cart-panel .add-to-cart-button,
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.write-review .button-1,
.productAddedToCartWindowCheckout:hover,
.shopping-cart-page .common-buttons .continue-shopping-button,
.mfp-container .apply-shipping-button,
.shopping-cart-page .button-1,
.cart-collaterals .coupon-code button:hover,
.shopping-cart-page .estimate-shipping-button:hover,
.shopping-cart-page .common-buttons .update-cart-button:hover,
.order-progress a:before,
.login-page .checkout-as-guest-or-register-block .button-1,
.login-page .returning-wrapper .button-1,
.checkout-page .button-1,
.checkout-page .address-item:nth-child(2n) .select-billing-address-button:hover,
.checkout-page .address-item:nth-child(2n) .select-shipping-address-button:hover,
.shipping-method .method-name:hover,
.shipping-method li:nth-child(2) .method-name,
.checkout-page .order-completed-continue-button,
.shopping-cart-page .button-2,
.checkout-page .button-2,
.order-details-page .page-title a,
.order-details-page .button-2,
.order-details-page .button-1,
.product-list .details .add-info .buttons button.button-2.add-to-compare-list-button:hover,
.product-list .details .add-info .buttons button.button-2,
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1,
.manufacturer-grid .item-box:nth-child(2n-1) .title:hover,
.manufacturer-grid .item-box:nth-child(2n) .title,
.vendor-grid .item-box:nth-child(2n-1) .title:hover,
.vendor-grid .item-box:nth-child(2n) .title,
.ui-datepicker-calendar th span,
.newsletter-email .button-1.newsletter-unsubscribe-button:hover,
.private-message-send-page .buttons .send-pm-button,
.private-message-send-page .buttons .cancel-pm-button:hover,
.private-message-view-page .reply-pm-button,
.private-message-view-page .back-pm-button,
.private-message-view-page .delete-pm-button:hover,
.user-agreement-page .button-1,
.post-navigation .next::before,
.post-navigation .prev::before,
.post-navigation a,
.post-navigation a + a,
.home-page-filters-wrapper .search-button,
.productAddedToCartWindowSummary .viewBasketLink,
.productAddedToCartWindowSummary .continueShoppingLink:hover,
.ui-dialog .back-in-stock-subscription-page .notify-me-button,
.spc-header li.active::after,
.spc-header li:after {
  background-color: #134409;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.post-info .manage-post .edit-post-button,
.post-info .manage-post .delete-post-button,
.item-box .add-info button.button-2.add-to-wishlist-button,
.product-list .details .add-info .buttons button.button-2.add-to-wishlist-button,
.poll .buttons button,
.button-2.contact-vendor-button,
.wishlist-content .common-buttons .wishlist-add-to-cart-button,
.wishlist-content .common-buttons .update-wishlist-button:hover,
.wishlist-content .common-buttons .email-a-friend-wishlist-button:hover {
  background-color: #134409 !important;
}
.item-box:nth-child(2n+1) .details,
.quick-view-button:hover a,
.add-info .buttons .product-box-add-to-cart-button:hover,
.add-info .buttons .add-to-compare-list-button:hover,
.news-items .read-more:hover,
.newsletter-email button:hover,
.mini-shopping-cart button,
.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page *,
.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,
.account-page .button-2:nth-child(2n+1),
.avatar-page button:nth-child(2n+1),
.next-product,
.previous-product,
.quick-tabs-3 .ui-tabs .ui-state-active.ui-tabs-active a,
.quick-tabs-2 .productTabs .ui-tabs-nav li a,
.ui-tabs .ui-state-active.ui-tabs-active:after,
.private-message-send-page .send-pm-button,
.compare-products-page .clear-list:hover,
.product-grid .item-box .hover-effect-2 .quick-view-button a:hover,
.forum-search-box .advanced a:hover,
.post-info .manage-post a:hover,
.forum-edit-page .buttons .button-2.cancel-topic-button,
.forum-edit-page .buttons .button-2.cancel-post-button,
.quickViewWindow .purchase-area .add-to-cart-panel .add-to-cart-button:hover,
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover,
.write-review .button-1:hover,
.productAddedToCartWindowCheckout,
.productAddedToCartWindowSummary .continueShoppingLink,
.productAddedToCartWindowSummary .viewBasketLink:hover,
.mini-shopping-cart .cart-button:hover,
.cart-collaterals .coupon-code button,
.shopping-cart-page .estimate-shipping-button,
.shopping-cart-page .common-buttons .update-cart-button,
.shopping-cart-page .common-buttons .estimate-shipping-button,
.shopping-cart-page .common-buttons .continue-shopping-button:hover,
.shopping-cart-page .button-1:hover,
.login-page .checkout-as-guest-or-register-block .button-1:hover,
.login-page .returning-wrapper .button-1:hover,
.checkout-page .button-1:hover,
.checkout-page .address-item:nth-child(2n) .select-billing-address-button,
.checkout-page .address-item:nth-child(2n) .select-shipping-address-button,
.shipping-method .method-name,
.shipping-method li:nth-child(2) .method-name:hover,
.checkout-page .order-completed-continue-button:hover,
.shopping-cart-page .button-2:hover,
.checkout-page .button-2:hover,
.order-details-page .page-title a:hover,
.order-details-page .button-2:hover,
.order-details-page .button-1:hover,
.product-list .details .add-info .buttons button.button-2.add-to-compare-list-button,
.product-list .details .add-info .buttons button.button-2:hover,
.product-list .details .add-info .buttons button.button-2.add-to-wishlist-button,
.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover,
.apply-vendor-page .button-1:hover,
.manufacturer-grid .item-box:nth-child(2n-1) .title,
.manufacturer-grid .item-box:nth-child(2n) .title:hover,
.vendor-grid .item-box:nth-child(2n-1) .title,
.vendor-grid .item-box:nth-child(2n) .title:hover,
.ui-datepicker-calendar td:hover a,
.newsletter-email .button-1.newsletter-unsubscribe-button,
.newsletter-email .button-1.newsletter-subscribe-button:hover,
.private-message-send-page .buttons .send-pm-button:hover,
.private-message-send-page .buttons .cancel-pm-button,
.current-time,
.private-message-view-page .reply-pm-button:hover,
.private-message-view-page .back-pm-button:hover,
.private-message-view-page .delete-pm-button,
.user-agreement-page .button-1:hover {
  background-color: #20710f;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.home-page-filters-wrapper .search-button:hover {
  background-color: #20710f !important;
}
.item-box .add-info button.button-2.add-to-wishlist-button:hover,
.poll .buttons button:hover,
.button-2.contact-vendor-button:hover,
.wishlist-content .common-buttons .update-wishlist-button,
.wishlist-content .common-buttons .email-a-friend-wishlist-button,
.wishlist-content .common-buttons .wishlist-add-to-cart-button:hover {
  background-color: #20710f !important;
}
#headerMenuParent,
.home-page-category-grid.categories-1 .item-box .title,
.header-menu > ul > li:hover,
#topcartlink,
.wishlist-button,
.mega-menu .dropdown,
.blog-search-box .search-box-button {
  background-color: rgba(0, 0, 0, 0.3);
}
#AjaxFiltersProForm {
  background-color: rgba(32, 113, 15, 0.6) !important;
}
.header-menu .sublist li a {
  background-color: rgba(0, 0, 0, 0.7);
}
#headerMenuParent.stick,
.news-list-homepage .view-all,
.header-menu .sublist li:hover a,
.home-page-category-grid.categories-1 .item-box:hover .title {
  background-color: rgba(0, 0, 0, 0.8);
}
.footer-lower {
  background-color: #000000;
}
.quickViewWindow .selected-value .color-container,
.color-squares .selected-value .color-container {
  border-color: #134409;
}
.item-box .picture {
    padding: 0 !important;
}

.item-box .picture img {
    max-height: none !important; 
}
.catalog-cart-quantity-custom input, .catalog-cart-quantity-block button{
    height: 36px;
    width: 36px;
    border: 0px solid #ccc !important;
    color: #00374B;
    font-family: arvo;
    padding: 5px !important;
    text-align: center;
    border-radius: 50% !important;
    font-weight: bolder;
    font-size: 22px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
