﻿
@charset "UTF-8";




[data-icon]:before {
  font-family: "foodfonticons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

.icon-facebook:before {
  content: "\64";
}

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

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

.icon-chevron-up:before {
  content: "\67";
}

.icon-chevron-right:before {
  content: "\68";
}

.icon-chevron-left:before {
  content: "\69";
}

.icon-chevron-down:before {
  content: "\6a";
}

.icon-pin:before {
  content: "\62";
}

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

.icon-phone:before {
  content: "\6b";
}

.icon-home:before {
  content: "\6c";
}

.icon-briefcase:before {
  content: "\6d";
}

.icon-clock-with-white-face:before {
  content: "\6e";
}

.icon-dine:before {
  content: "\6f";
}

.icon-pencil-edit-button:before {
  content: "\70";
}

.icon-calendar-with-a-clock-time-tools:before {
  content: "\71";
}

.icon-plus:before {
  content: "\73";
}

.icon-minus:before {
  content: "\74";
}

.icon-radio:before {
  content: "\75";
}

.icon-tick:before {
  content: "\76";
}

.icon-help:before {
  content: "\77";
}

.icon-manageaddrs:before {
  content: "\78";
}

.icon-orderhistory:before {
  content: "\79";
}

.icon-creditcard:before {
  content: "\7a";
}

.icon-printer:before {
  content: "\41";
}

.icon-star:before {
  content: "\42";
}

.icon-star-half:before {
  content: "\43";
}


.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
}

.fa-youtube::before {
  content: "\f16a";
  font-size: 23px;
}

.fa-long-arrow-left:before {
  content: "\f177";
}
/*********** 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;
}

em {
  font-style: normal;
}

a img {
  border: none;
}

a:active {
  outline: none;
}

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

button::-moz-focus-inner {
  border: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
button {
  border-radius: 0;
  border: 1px solid #e1e0e0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

input::-moz-placeholder {
  opacity: 1; /*firefox text input bug fix*/
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
  display: none !important;
}


/*********** GLOBAL STYLES **********/



body {
  max-width: 100%;
  overflow-x: hidden; /* responsive navigation & filters scroll bug fix*/
  background: #fff;
  font-family: GTWalsheimPro-Regular;
  color: #777;
}

a {
  color: inherit;
  cursor: pointer;
}

  a img {
    opacity: 0.99; /*firefox scale bug fix*/
  }

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

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
  height: 52px;
  padding: 0 15px;
  vertical-align: middle;
  color: #212121;
  font-size: 14px;
}

  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  textarea:focus,
  select:focus {
    color: #231f20;
  }

input,
textarea,
select,
button {
  font-size: 14px;
}
 

  input:disabled,
  textarea:disabled {
    background-color: transparent;
  }

textarea {
  min-height: 150px;
  padding: 8px;
}

select {
  min-width: 50px;
  height: 32px; /*safari padding fix*/
  padding: 0 6px;
}

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;
  font-family: GTWalsheimPro-Bold;
}

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

.master-wrapper-page {
  background-color: #F9F9F9;
  overflow-x: hidden;
}

.master-wrapper-content {
  position: relative;
  z-index: 0; /* giving priority to header and header-menu */
}

.master-column-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.center-1 {
  margin: 0;
}

.home-page-body .center-1 {
  margin: 0 auto; /* position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%); */
}

.product-details-page-body .center-1 {
  margin: 0;
}

.center-2,
.side-2 {
  margin: 0;
}

  .side-2:after {
    content: "";
    display: block;
    clear: both;
  }

.page {
  min-height: 200px;
  text-align: center;
}

.page-title {
  margin: 0 0;
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px;
  text-transform: uppercase;
}

  .page-title h1 {
    font-size: 24px;
  }

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

.buttons {
  text-align: center;
}

.link-rss {
  display: none;
  width: 32px;
  height: 32px;
  background: #ff4f43 url('../img/rss-icon.png') no-repeat;
  font-size: 0 !important;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-html-content 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-html-content 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,
.vendor-description p,
.full-description p,
.topic-html-content p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p {
  margin: 20px 0;
  line-height: 30px;
  font-size: 15px;
}


/*********** GLOBAL FORMS ***********/



.fieldset,
.section {
  position: relative;
  margin: 0 0 10px;
}

  .fieldset .title,
  .section .title {
    background-color: #f9f9f9;
    padding: 25px 30px;
    font-size: 15px;
    color: #231f20;
    text-transform: uppercase;
  }

.form-fields {
  position: relative;
}

.inputs {
  position: relative;
  margin: 0 10px 20px 0;
  white-space: nowrap; /*fix for 'required' elements*/
  font-size: 0;
}

  .inputs:after {
    content: "";
    display: block;
    clear: both;
  }

  .inputs label {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: normal;
    font-family: robotoregular;
  }

  .inputs input[type="text"],
  .inputs input[type="password"],
  .inputs input[type="email"],
  .inputs input[type="tel"],
  .inputs select,
  .inputs textarea {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
  }

  .inputs .option-list {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
  }

    .inputs .option-list li {
      float: left;
      margin: 0 5px 0 0;
    }

    .inputs .option-list label {
      display: inline;
      width: auto;
      margin: 0 5px;
      font-weight: normal;
    }

  .inputs.reversed {
    margin: 0 0 20px;
    text-align: center;
  }


.required {
  margin: 0 0 0 3px; /*siblings offset fix*/
  font-size: 12px;
  color: #ff4f43;
}
.page.account-page.address-edit-page .required { display: inline-block; }
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error { display: block; margin: 5px 0 0; font-size: 13px; color: #ff4f43; font-family: 'GTWalsheimPro-Regular'; }

.loginSection .loginBox .field-validation-error p {
  display: block;
  margin: 5px 0 0;
  font-size: 13px;
  color: #ff4f43;
  display: none;
}

.message-error {
  margin: 0;
}

.field-validation-valid,
.username-available-status {
  display: block;
  font-size: 14px;
  color: #4fbb41;
}

.captcha-box {
  margin: 0 0 15px;
  text-align: center;
  line-height: 0; /*firefox line-height bug fix*/
}

  .captcha-box > div {
    display: inline-block;
  }

  .captcha-box input {
    height: auto;
  }


/*********** GLOBAL TABLES ***********/



/*.table-wrapper {
overflow-x: auto;
}*/
.cart,
.data-table,
.compare-products-table,
.forums-table-section table {
  border: 1px solid #e9e9e9;
  background-color: #fff;
}

  .cart th,
  .data-table th,
  .forums-table-section th {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: normal;
    white-space: nowrap;
    border: 1px solid #c6c6c6;
    background: #eeeeee;
    color: #828282;
    font-family: 'GTWalsheimPro-Regular';
  }

  .cart td,
  .data-table td,
  .compare-products-table td,
  .forums-table-section td {
    min-width: 50px;
    border: 1px solid #c6c6c6;
    padding: 25px;
    color: #828282;
    font-size: 14px;
    font-family: 'GTWalsheimPro-Regular';
  }

  .cart .subtotal {
    color: #828282;
  }

.cart-footer {
  float: right;
  max-width: 500px;
  width: 100%;
}

  .cart-footer .totals {
  }

merchantDetails-page .AccountDropdown {
  display: none;
}

merchantDetails-page .navbar-nav > li.contact {
  display: none;
}

.coupon-codes {
  text-align: left;
  background: #f2f4f5;
  padding: 10px 30px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 5px;
}

  .coupon-codes p {
    font-size: 14px;
    padding: 5px 0;
    font-family: 'robotolight';
    color: #231f20;
    line-height: 20px;
  }

.coPonTitle {
  font-size: 16px;
  text-transform: uppercase;
  color: #5F5F5F;
}

.common-buttons .update-cart-button,
.common-buttons .continue-shopping-button {
  padding: 0 28px;
}

.forums-table-section th,
.forums-table-section td {
  padding: 20px 25px;
}

.cart a,
.data-table a,
.compare-products-table a {
  display: block;
  font-size: 15px;
  color: #6b0500;
}

.cart .product,
.data-table .product,
.data-table .info,
.data-table .name,
.forum-table .forum-details,
.forum-table .topic-details {
  text-align: left;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
  text-align: center;
}

.cart td .attributes,
.data-table td .attributes {
  margin: 10px 0;
}

.cart .product-picture {
  text-align: center;
}

  .cart .product-picture img {
    max-width: 60px;
  }

.cart .edit-item a {
  font-weight: normal;
  color: #ff4f43;
}

  .cart .edit-item a:hover {
    text-decoration: underline;
  }

.cart .unit-price {
  white-space: nowrap;
}

.cart .qty-input,
.cart .qty-dropdown {
  width: 50px;
  height: 40px;
  text-align: center;
}

.cart .subtotal {
  font-weight: normal;
  color: #6b0500;
}

.cart th.subtotal {
  text-transform: none;
  color: #828282;
}


/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  padding: 12px 25px 12px 10px;
  font-size: 13px;
  color: #fff;
  opacity: 0.95;
}

  .bar-notification.success {
    background: #4fbb41;
  }

  .bar-notification.warning {
    background: #f7960d;
  }

  .bar-notification.error {
    background: #ff4f43;
  }

  .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: 31px;
    height: 31px;
    margin: 6px;
    background: #fff url('../img/close.png') center no-repeat;
    cursor: pointer;
  }

    .bar-notification .close:hover {
      outline: 1px solid #fff;
    }

.noscript {
  background-color: #ff9;
  padding: 10px;
  text-align: center;
}

/*.ajax-loading-block-window {
position: fixed;
top: 50%;
left: 50%;
z-index: 999;
width: 32px;
height: 32px;
margin: -16px 0 0 -16px;
background: url('../img/loading.gif') center no-repeat;
}*/
.ajax-loading-block-window {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  transition:100.5s !important;
}

  .ajax-loading-block-window:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border-radius: 2px;
    background-color: #19DFA3;
    animation: animate 0.5s linear infinite;
  }

  .ajax-loading-block-window:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 5px;
    margin: 35px 0 0 -25px;
    border-radius: 50%;
    background-color: #231f20;
    opacity: 0.1;
    animation: shadow 0.5s linear infinite;
  }

.order-completed-page .page-title {
  border-bottom: none;
  text-align: center;
}

.order-completed-page .navbar-nav > li.custNam {
  display: none;
}

.order-completed-page .navbar-nav {
  display: none;
}

.order-completed-page .section.order-completed,
.order-completed-page .section.order-completed .buttons {
  border: none;
  text-align: center;
  padding: 0;
}

#Address_Address2 {
  margin-top: 1px;
}

@-webkit-keyframes animate {
  15% {
    border-bottom-right-radius: 2px;
  }

  25% {
    transform: translateY(9px) rotate(22.5deg);
  }

  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }

  75% {
    transform: translateY(9px) rotate(67.5deg);
  }

  100% {
    transform: translateY(0) rotate(90deg);
  }
}

@keyframes animate {
  15% {
    border-bottom-right-radius: 2px;
  }

  25% {
    transform: translateY(9px) rotate(22.5deg);
  }

  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }

  75% {
    transform: translateY(9px) rotate(67.5deg);
  }

  100% {
    transform: translateY(0) rotate(90deg);
  }
}

@-webkit-keyframes shadow {

  0%, 100% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1);
  }
}

@keyframes shadow {

  0%, 100% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1);
  }
}

.block .list li.back-in-stock-subscriptions,
.block .list li.downloadable-products {
  display: none;
}

.ui-dialog {
  position: absolute !important;
  z-index: 1050;
  width: 350px !important;
  max-width: 95%;
  border: 1px solid #e9e9e9;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #fff;
}

.ui-dialog-titlebar {
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 15px 20px;
  font-weight: bold;
  color: #ff4f43;
}

  .ui-dialog-titlebar span {
    float: left;
    text-transform: uppercase;
  }

  .ui-dialog-titlebar button {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    margin: 13px;
    overflow: hidden;
    border: none;
    background: url('../img/close.png') center no-repeat;
    font-size: 0;
    opacity: 0.8;
  }

    .ui-dialog-titlebar button:hover {
      opacity: 1;
    }

    .ui-dialog-titlebar button * {
      display: none;
    }

.ui-dialog-content {
  height: auto !important;
  padding: 20px;
}

.eu-cookie-bar-notification {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 320px;
  height: 180px;
  margin: -90px 0 0 -160px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 25px;
  text-align: center;
}

  .eu-cookie-bar-notification .text {
    margin-bottom: 20px;
    line-height: 20px;
  }

  .eu-cookie-bar-notification button {
    min-width: 60px;
    margin: 5px 0 10px;
    border: none;
    background-color: #ff4f43;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
  }

  .eu-cookie-bar-notification a {
    display: block;
    text-decoration: underline;
  }

.header-upper .headerWish {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 30px;
}

.headerWish > a > i {
  font-size: 28px;
}

.header-links .headerWish a:before {
  content: "\f08a";
  font: normal normal normal 14px/1 FontAwesome;
  background-position-x: 0%;
  background-position-y: 0%;
  height: 36px;
  width: 50px;
  right: -10px;
  top: 18px;
  position: absolute;
  background-position: 0 -209px;
  color: #5cb947;
  font-size: 25px;
}

.headerCart a .topBucketCount {
  height: 50px;
  width: auto;
  background: url(../img/icTabCartUnselected.png) no-repeat left center;
  padding: 0 0 0 30px;
}
/*.headerCart a .topBucketCount:after { color: #bbb; content: "\f107"; font: normal normal normal 22px/1 FontAwesome; text-align: right; padding: 0 0 0 10px; }*/
.headerCart a span.cart-qty {
  background: #00DC99;
  color: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  top: 3px;
  font-family: 'GTWalsheimPro-Regular';
  left: 7px;
  font-size: 9px !important;
  line-height: 20px;
  text-align: center;
}

.headerCart a span.cart_txt {
  float: left;
  font-size: 12px;
  color: #000;
  line-height: normal;
  height: auto;
  display: inline-block;
  text-transform: capitalize;
  padding: 10px 0 0 5px;
}

  .headerCart a span.cart_txt span {
    clear: both;
    display: block;
    font-size: 16px;
    color: #00D292;
    display: none;
  }

.headerWish a span {
  background: #fff;
  color: #446fb9;
  width: 18px;
  height: 18px;
  position: absolute;
  border-radius: 50%;
  top: 32px;
  right: 9px;
  font-size: 11px !important;
  line-height: 18px;
  text-align: center;
}

  .headerWish a span.wish_text {
    display: none;
  }

.wishlistCart .headerWish {
  width: 40px;
  height: 47px;
  position: relative;
}

  .wishlistCart .headerWish a {
    position: relative;
  }

    .wishlistCart .headerWish a:before {
      content: "\f08a";
      font: normal normal normal 14px/1 FontAwesome;
      height: 36px;
      width: 50px;
      right: -27px;
      margin-top: 6px;
      position: absolute;
      background-position: 0 -209px;
      color: #5cb947;
      font-size: 40px;
    }

    .wishlistCart .headerWish a span {
      background: #5cb947;
      color: #fff;
      width: 26px;
      height: 26px;
      position: absolute;
      border-radius: 50%;
      right: -30px;
      font-size: 12px;
      line-height: 22px;
      text-align: center;
      border: 2px solid #fff;
    }

  .wishlistCart .headerWish a {
    position: relative;
    top: 15px;
  }

.wishlistCart .headerWish {
  width: 40px;
  height: 47px;
  position: relative;
}

.wishlistCart li {
  display: inline-block;
}

.wishlistCart .headerWish a span {
  background: #5cb947;
  color: #fff;
  width: 24px;
  height: 24px;
  position: absolute;
  border-radius: 50%;
  top: -3px;
  right: -30px;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  border: 2px solid #fff;
}

.wishlistCart .headerWish a {
  position: relative;
  top: 15px;
}

.wishlistCart .headerWish {
  width: 40px;
  height: 47px;
  position: relative;
}

  .wishlistCart .headerWish a:before {
    content: "\f08a";
    font: normal normal normal 14px/1 FontAwesome;
    height: 36px;
    width: 50px;
    right: -27px;
    top: 6px;
    position: absolute;
    background-position: 0 -209px;
    color: #5cb947;
    font-size: 35px;
  }

.wishlistCart .headerWish {
  width: 40px;
  height: 47px;
  position: relative;
}

#goToTop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 54px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  background: #f2f4f5;
  color: #231f20;
  transition: all 0.2s ease;
  cursor: pointer;
}

  #goToTop:hover { /*background-color: rgba(215,215,215,0.85);*/
    background-color: #00D292;
    color: #fff;
  }


/*********** HEADER ***********/



.admin-header-links { text-align: center; width: 100%; position: fixed; top: 0; z-index: 99999; }

  .admin-header-links * {
    display: inline-block;
    margin: 0 10px;
    line-height: normal;
  }

  .admin-header-links * { color: #09bb99; margin: 0 10px; font-size: 22px; }
 
  .admin-header-links a:hover,
  .admin-header-links a:focus { color: #09bb99; opacity:0.8 }
  .admin-header-links a.manage-page{display:none;}

.header .center:after { content: ""; display: block; clear: both; }

.header-links a {
  background-image: url('../img/header-sprite-1.png');
  background-repeat: no-repeat;
}

.header-selectors select {
  min-width: 100px;
  border-color: #ddd;
  font-size: 13px;
  color: #777;
}

.language-list {
  max-width: 100%;
  font-size: 0;
}

  .language-list li {
    display: inline-block;
    margin: 0 1px;
  }

  .language-list a {
    display: block;
    position: relative;
    width: 32px;
    height: 24px;
    line-height: 0;
  }

  .language-list img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
  }

.header-logo {
  text-align: center;
}

  .header-logo a {
    display: inline-block;
    max-width: 100%;
    line-height: 0; /*firefox line-height bug fix*/
    vertical-align: middle;
  }

    .header-logo a img {
      max-width: 100%;
      background-color: #ff4f43;
    }

.mini-shopping-cart {
  font-size: 13px;
}

  .mini-shopping-cart .count {
    background-color: #f9f9f9;
    padding: 15px;
    text-align: center;
  }

    .mini-shopping-cart .count a {
      padding: 0 3px;
      color: #231f20;
      font-weight: bold;
    }

  .mini-shopping-cart .items {
    display: none;
    position: relative;
    overflow: hidden;
  }

  .mini-shopping-cart .item {
    border-bottom: 1px solid #f6f6f6;
    overflow: hidden;
    padding: 20px;
    text-align: left;
  }

  .mini-shopping-cart .picture {
    float: left;
    width: 100px;
    text-align: center;
    font-size: 0;
  }

    .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 120px;
    }

  .mini-shopping-cart .name {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #231f20;
  }

  .mini-shopping-cart .price strong {
    vertical-align: middle;
    font-weight: bold;
    color: #6b0500;
  }

  .mini-shopping-cart .totals {
    margin: -1px 0 0;
    background-color: #f9f9f9;
    padding: 15px;
    font-weight: bold;
    color: #231f20;
    text-transform: uppercase;
  }

    .mini-shopping-cart .totals strong {
      margin: 0 0 0 5px;
      font-size: 15px;
      color: #6b0500;
    }

  .mini-shopping-cart .buttons {
    padding: 20px 15px;
  }

  .mini-shopping-cart input[type="button"] {
    min-width: 145px;
    border: none;
    padding: 13px 25px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    outline: 1px solid transparent;
    transition: all 0.2s ease;
  }

  .mini-shopping-cart input.cart-button {
    background-color: #fff;
    color: #ff4f43;
  }

    .mini-shopping-cart input.cart-button:hover {
      outline-color: #fff;
    }

  .mini-shopping-cart input.checkout-button,
  .mini-shopping-cart input[type="button"]:only-child {
    background-color: #ff4f43;
    color: #fff;
  }

    .mini-shopping-cart input.checkout-button:hover,
    .mini-shopping-cart input[type="button"]:only-child:hover {
      outline-color: #ff4f43;
    }

.store-search-box {
  position: relative;
}

  .store-search-box form {
    display: inline-block;
    position: relative;
    font-size: 0;
  }

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

  .store-search-box input.search-box-text {
    display: inline-block;
    width: 220px;
    height: 43px;
    margin: 0 5px;
    border: none;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 0 12px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.7);
  }

    .store-search-box input.search-box-text:focus {
      color: #fff;
    }

  .store-search-box input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  .store-search-box .search-box-button {
    display: inline-block;
    width: 47px;
    height: 47px;
    margin: 0 5px;
    border: none;
    background: #ff4f43 url('../img/search-button.png') center no-repeat;
    vertical-align: middle;
    font-size: 0;
    outline: 1px solid transparent;
    transition: all 0.2s ease;
  }

    .store-search-box .search-box-button:hover {
      outline-color: #fff;
    }

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

.ui-autocomplete,
.ui-autocomplete img {
  display: none;
}


/*********** HOMEPAGE CAROUSELS ***********/



.two-columns-area .home-page-product-grid {
  display: none;
}

.two-columns-area .jCarouselMainWrapper {
  margin: 40px 20px 0;
}

.bestsellers {
  display: none;
}

.menuItemsList.bestsellers {
  display: block;
}

.foot .cart-collaterals {
  margin: 10px 0 0 0;
}

.bestsellers .quick-view-button,
.bestsellers .productQuantityTextBox,
.bestsellers .productQuantityDropdown {
  display: none !important;
}


/*********** FOOTER ***********/



.footer {
  padding: 0;
  text-align: center;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  background: #EEEEEE;
  box-shadow: 0px -35px 45px #DCE9F682;
}


.html-order-completed-page .footer {
  /*position: fixed;*/
  top: auto;
}

.footer-upper {
  padding: 25px 0 20px;
}

  .footer-upper .container .row {
    margin: 0;
  }

.newsletter .title {
  margin: 0 0 10px;
  line-height: 28px;
  color: #fff;
}

  .newsletter .title strong {
    font-weight: normal;
  }

.newsletter-subscribe {
  font-size: 0;
}

.newsletter-email {
  display: inline-block;
}

  .newsletter-email .newsletter-subscribe-text {
    display: inline-block;
    width: 220px;
    height: 58px;
    margin: 0 5px;
    border: none;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 0 12px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.7);
  }

    /*.newsletter-email .newsletter-subscribe-text:focus {
    color: #fff;
    }*/

    .newsletter-email .newsletter-subscribe-text::-webkit-input-placeholder {
      color: #ccc;
    }

  .newsletter-email .newsletter-subscribe-button {
    display: inline-block;
    width: 47px;
    height: 47px;
    margin: 0 5px;
    border: none;
    background: #ff4f43 url('../img/subscribe-button.png') center no-repeat;
    vertical-align: middle;
    font-size: 0;
    outline: 1px solid transparent;
    transition: all 0.2s ease;
  }

    .newsletter-email .newsletter-subscribe-button:hover {
      outline-color: #fff;
    }

  .newsletter-email .options {
    height: 0;
    overflow: hidden;
  }

.newsletter-validation,
.newsletter-result {
  line-height: 28px;
  color: #00D292;
  text-align: center;
  padding: 0;
  font-family: 'GTWalsheimPro-Regular';
}

  .newsletter-validation .please-wait {
    display: none !important;
  }

.newsletter .field-validation-valid {
  color: #231f20;
}

.social-sharing {
  margin: 22px 0 0;
  font-size: 0;
}

  .social-sharing li {
    display: inline-block;
    margin: 0 8px;
  }

  .social-sharing a {
    display: block;
    width: 32px;
    height: 32px;
    background: url('../img/social-sprite-1.png') no-repeat;
  }

  .social-sharing .facebook a {
    background-position: 0 0;
  }

  .social-sharing .twitter a {
    background-position: -32px 0;
  }

  .social-sharing .google a {
    background-position: -64px 0;
  }

  .social-sharing .pinterest a {
    background-position: -96px 0;
  }

  .social-sharing .vimeo a {
    background-position: -128px 0;
  }

  .social-sharing .youtube a {
    background-position: -160px 0;
  }

  .social-sharing .rss a {
    background-position: -192px 0;
  }

  .social-sharing .instagram a {
    background-position: -224px 0;
  }

.footer-middle {
  overflow: hidden;
  background-color: #f6f6f6;
}


.footer-block .title:after {
  content: "";
  position: absolute;
  right: 15px;
  width: 10px;
  height: 10px;
  background: #00DC99 url('../img/toggle-button.png') center no-repeat;
  top: 7px;
  cursor: pointer;
}

.footer_logo, .footer_followUs {
  /*padding: 15px 0 0 0; */
}
.footer-block .footer-vonzuu-address .topic-block-body {
  line-height: normal;
  background: transparent;
}
.footer-block .footer-vonzuu-address .topic-block-title {
  display: none;
}
.footer-block .footer-vonzuu-address h3 {
  text-align: left;
  font-size: 19px;
  text-align: left;
  color: #000;
  letter-spacing: 1px;
  padding: 2px 0 8px;
}
.footer-block .footer-vonzuu-address li {
  text-align: left;
  font-weight: bold;
  font-size: 17px;
}
  .footer-block .footer-vonzuu-address li em {
    font-size: 16px;
    width: 46px;
    display: inline-block;
  }
  .footer-block .footer-vonzuu-address li a {
    font-size: 16px;
    padding: 0;
    display: inline-block;
    color: #00DB98;
  }
    .footer-block ul {
      display: none;
      border: none;
    }

.footer-block li {
  padding: 2px 0;
}

.footer-block ul li a {
  font-size: 19px;
  text-align: left;
  color: #000;
  letter-spacing: 1px;
}

.footer-block .networks li {
  display: inline-block;
  margin: 0 0 0 20px;
}

  .footer-block .networks li a i {
    width: 32px;
    height: 32px;
    display: block;
    color: #000;
    line-height: 32px;
    text-align: center;
    font-size: 32px;
  }

    .footer-block .networks li a i:hover {
      color: #00DC99;
    }

.footer-block a:hover {
  color: #00D292;
}

.footer-block.quick-contact span {
  position: relative;
  padding: 0 24px;
}

  .footer-block.quick-contact span:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #ff4f43;
    background-image: url('../img/footer-sprite.png');
    background-repeat: no-repeat;
  }

.footer-block .address span:before {
  height: 17px;
  background-position: center 0;
}

.footer-block .email span:before {
  background-position: center -17px;
}

.footer-block .phone span:before {
  background-position: center -33px;
}

.footer-lower {
  overflow: hidden;
  padding: 30px 15px;
}

.accepted-payments {
  margin: 0 0 20px;
  font-size: 0;
}

  .accepted-payments li {
    display: inline-block;
    width: 50px;
    height: 30px;
    background: url('../img/payment-sprite.png') no-repeat;
  }

  .accepted-payments .method1 {
    background-position: 0 0;
  }

  .accepted-payments .method2 {
    background-position: -50px 0;
  }

  .accepted-payments .method3 {
    background-position: -100px 0;
  }

  .accepted-payments .method4 {
    background-position: -150px 0;
  }

.accepted-paymens .method5 {
  background-position: -200px 0;
}

.accepted-paymens .method6 {
  background-position: -250px 0;
}

.footer-powered-by {
  margin: 5px 0 0;
  color: #000;
}

  .footer-powered-by a,
  .footer-designed-by a {
    color: #ff4f43;
  }

    .footer-powered-by a:hover,
    .footer-designed-by a:hover {
      text-decoration: underline;
    }

.footer-designed-by {
  margin: 10px 0 0;
}

.footer-tax-shipping {
  margin: 15px 0 0;
}

.footer-store-theme {
  margin: 15px 0 0;
}

  .footer-store-theme select {
    width: 170px;
  }


/*********** LEFT/RIGHT COLUMN ***********/



.block {
  margin: 0 0 10px;
  text-align: center;
}


  .block .listbox:after {
    content: "";
    display: block;
    clear: both;
  }

  .block .list li {
    padding: 8px 0;
  }

  .block .list a:hover {
    color: #ff4f43;
  }

  .block .sublist li {
    padding: 16px 0 0;
  }

  .block .view-all {
    margin: 8px 0 4px;
  }

    .block .view-all a {
      font-weight: bold;
      color: #231f20;
    }

      .block .view-all a:hover {
        color: #ff4f43;
      }

  .block .product-picture {
    display: none;
  }

    .block .product-picture img {
      display: block;
      max-width: 100%;
    }

  .block .tags {
    margin: 0 0 10px;
  }

    .block .tags ul {
      font-size: 0;
    }

    .block .tags li,
    .product-tags-all-page li {
      display: inline-block;
      position: relative;
      margin: 0 10px;
      overflow: hidden;
      font-size: 16px !important; /*setting base size*/
    }

      .block .tags li a,
      .product-tags-all-page li a {
        float: left;
        line-height: 30px;
      }

        .block .tags li a:hover,
        .product-tags-all-page li a:hover {
          color: #ff4f43;
        }

.product-tags-all-page ul {
  border: 1px solid #e9e9e9;
  background-color: #fff;
  color: #231f20;
}

.poll strong {
  display: block;
  margin: 0 0 10px;
  color: #231f20;
}

.poll-options,
.poll-results {
  margin: 0 0 15px;
  overflow: hidden;
}

  .poll-options li,
  .poll-results li {
    display: inline-block;
    margin: 5px 10px;
  }

    .poll-options li > * {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
    }

.poll .buttons,
.poll-total-votes {
}

  .poll .buttons input {
    border: none;
    background-color: #ff4f43;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    outline: 1px solid transparent;
    transition: all 0.2s ease;
  }

    .poll .buttons input:hover {
      outline-color: #ff4f43;
    }

.poll-total-votes {
  display: block;
  margin: 10px 0 0;
  font-weight: bold;
}

.home-page-polls {
  position: relative;
  margin: 0 0 60px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  padding: 90px 30px 30px;
  text-align: center;
}

  .home-page-polls:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    width: 46px;
    height: 45px;
    margin: 0 0 0 -23px;
    background: url('../img/polls.png') no-repeat;
  }

  .home-page-polls .title {
    display: none;
  }

  .home-page-polls .poll strong {
    font-size: 16px;
    text-transform: uppercase;
  }

  .home-page-polls .poll-options,
  .home-page-polls .poll-results {
    margin: 0 0 20px;
  }


/********** CATEGORY PAGE **********/



.breadcrumb {
  margin: 0 0 5px;
  text-align: center;
}

  .breadcrumb ul {
    font-size: 0;
  }

  .breadcrumb li {
    display: inline-block;
  }

    .breadcrumb li > * {
      display: inline-block;
      min-height: 32px; /*IE fix*/
      margin: 0 3px;
      font-size: 13px; /*reset zeroing*/
      line-height: 32px;
      vertical-align: middle;
    }

    .breadcrumb li:first-child a {
      width: 20px;
      background: url('../img/breadcrumb.png') center no-repeat;
      font-size: 0;
    }

  .breadcrumb span.delimiter {
    width: 15px;
    background: url('../img/pointer-grey.png') center no-repeat;
    font-size: 0;
  }

  .breadcrumb strong {
    font-weight: normal;
    color: #00D292;
  }

  .breadcrumb li:first-child > span a { /*this is on product page*/
    display: block;
    width: 20px;
    height: 32px;
    margin: 0 !important;
    background: url('../img/breadcrumb.png') center no-repeat;
    font-size: 0;
  }

.category-description,
.manufacturer-description,
.vendor-description {
  margin: 0 0 30px;
}

  .category-description p,
  .manufacturer-description p,
  .vendor-description p {
    margin: 0 0 20px;
  }

.contact-vendor {
  margin: 0 0 30px;
}

.contact-vendor-button {
  border: none;
  background-color: #ff4f43;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  outline: 1px solid transparent;
  transition: all 0.2s ease;
}

  .contact-vendor-button:hover {
    outline-color: #ff4f43;
  }

.product-filters {
  display: none;
}

.product-selectors {
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 11px 0;
  text-align: center;
}

  .product-selectors:after {
    content: "";
    display: block;
    clear: both;
  }

  .product-selectors > div {
    display: inline-block;
    margin: 5px;
  }

  .product-selectors span {
    font-size: 13px; /*font-weight: bold;*/
  }

  .product-selectors select {
    min-width: 65px;
    height: 45px;
    margin: 0 5px;
    padding: 0 10px;
    color: #777;
    text-transform: lowercase;
  }

  .product-selectors .product-viewmode {
    display: none;
  }

.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after {
  content: "";
  display: block;
  clear: both;
}

.item-box {
  position: relative;
  width: 100%;
  float: left;
  margin: 0 0 40px;
}

  .item-box .product-item {
    border: 1px solid #e9e9e9;
    background-color: #fff;
    text-align: center;
  }

  .item-box .picture {
    z-index: 1;
    overflow: hidden;
    margin: 0 0 15px;
  }

    .item-box .picture a {
      display: block;
      position: relative;
      overflow: hidden;
    }

      .item-box .picture a:before {
        content: "";
        display: block;
        padding-top: 100%;
      }

    .item-box .picture img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 100%;
      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 .product-rating-box {
    display: inline-block;
    margin: 0 0 10px;
  }

  .item-box .rating {
    background: url('../img/rating-sprite.png') left top repeat-x;
    width: 80px;
    height: 13px;
  }

    .item-box .rating div {
      background: #ff4f43 url('../img/rating-sprite.png') left bottom repeat-x;
      height: 13px;
    }

  .item-box .product-title {
    height: 40px;
    overflow: hidden;
    padding: 0 15px;
    font-size: 14px;
    font-weight: normal;
    color: #231f20;
  }

    .item-box .product-title a {
      display: block;
    }

    .item-box .product-title + .sku {
      display: none;
    }

.pack_sizes {
  float: left;
  width: 100%;
  display: block;
  border-bottom: #c2c2c2 solid 1px;
  border-top: #c2c2c2 solid 1px;
  padding: 10px 0 10px 0;
  margin: 0 0 20px 0;
  display: none;
}

  .pack_sizes h4,
  .choose_seller h4 {
    font-size: 16px;
    color: #000;
    padding: 0 0 10px 0;
  }

  .pack_sizes .pack_block:focus {
    color: #fff;
  }

  .pack_sizes .pack_block {
    display: inline-block;
    width: 31%;
    height: 58px;
    border: #c2c2c2 solid 1px;
    font-family: 'GTWalsheimPro-Regular';
    font-size: 14px;
    float: left;
    margin: 0 10px 10px 0;
    padding: 5px 15px;
    line-height: 23px;
  }

    .pack_sizes .pack_block:nth-child(2n+1) {
      margin: 0 10px 10px 0;
    }

    .pack_sizes .pack_block:hover,
    .pack_sizes .pack_block.active {
      background: #00D292;
      color: #fff;
    }

    .pack_sizes .pack_block strong {
      clear: both;
      font-size: 16px;
    }

.item-box .prices {
  height: 22px;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 0 15px;
}

.item-box .actual-price {
  padding: 0 4px;
  vertical-align: middle;
  font-size: 15px;
  font-weight: bold;
  color: #6b0500;
}

.item-box .old-price {
  padding: 0 4px;
  vertical-align: middle;
  font-size: 13px;
  color: #999;
  text-decoration: line-through;
}

.item-box .base-price {
  display: none;
  padding: 0 4px;
  vertical-align: middle;
  font-size: 13px;
}

.item-box .tax-shipping-info {
  display: none;
  font-size: 13px;
}

.item-box .description {
  display: none;
  margin: 0 0 20px;
  line-height: 25px;
}

.item-box .buttons-upper {
  background-color: #f9f9f9;
  font-size: 0;
}

  .item-box .buttons-upper input[type="button"] {
    width: 30px;
    height: 30px;
    margin: 0 8px;
    border: none;
    background-color: #888;
    background-image: url('../img/product-box-sprite.png');
    background-repeat: no-repeat;
    font-size: 0;
    transition: all 0.2s ease;
  }

.item-box input.add-to-compare-list-button {
  background-position: 0 center;
}

.item-box input.add-to-wishlist-button {
  background-position: -30px center;
}

.item-box .buttons-upper input[type="button"]:hover {
  background-color: #ff4f43;
}

.item-box .buttons-lower {
  font-size: 0;
}

  .item-box .buttons-lower button {
    display: block;
    width: 100%;
    height: 43px;
    border: none;
    background-color: #fff;
    font-size: 0;
    transition: all 0.2s ease;
  }

    .item-box .buttons-lower button span {
      display: inline-block;
      position: relative;
      height: 18px;
      background-color: #fff;
      padding: 0 0 0 25px;
      font-size: 13px;
      font-weight: bold;
      color: #777;
      text-transform: uppercase;
      transition: all 0.2s ease;
    }

      .item-box .buttons-lower button span:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 18px;
        background: #ff4f43 url('../img/cart-button-1.png') left top no-repeat;
        transition: all 0.2s ease;
      }

      .item-box .buttons-lower button span:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 18px;
        background: #ff4f43 url('../img/cart-button-1.png') left bottom no-repeat;
        transition: all 0.2s ease;
        opacity: 0;
      }

.item-box .attribute-squares-wrapper.active {
  margin: 0 0 20px;
}

.item-box .attribute-squares {
  text-align: center;
}

  .item-box .attribute-squares li {
    margin: 4px;
  }

.item-box .attribute-square {
  width: 25px !important;
  height: 15px !important;
}

.home-page-category-grid {
  display: none;
}

  .home-page-category-grid + .slider-wrapper {
    display: none;
  }

.category-item,
.sub-category-item,
.manufacturer-item,
.vendor-item {
  position: relative;
  border: 1px solid #e9e9e9;
  background-color: #fff;
}

  .category-item .title,
  .sub-category-item .title,
  .manufacturer-item .title,
  .vendor-item .title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
  }

    .category-item .title a,
    .sub-category-item .title a,
    .manufacturer-item .title a,
    .vendor-item .title a {
      display: block;
      padding: 15px 30px;
      transition: all 0.2s ease;
    }

  .category-item:hover .title a,
  .sub-category-item:hover .title a,
  .manufacturer-item:hover .title a {
    color: #ff4f43;
  }

  .category-item .picture,
  .sub-category-item .picture,
  .manufacturer-item .picture,
  .vendor-item .picture {
    margin: 0;
    transition: all 0.3s ease;
  }

  .category-item:hover .picture,
  .sub-category-item:hover .picture {
    opacity: 0.7;
  }

.sub-category-details,
.manufacturer-details,
.vendor-details {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  outline: 8px solid #fff;
  background-color: #fff;
  padding: 15px 30px;
  opacity: 0;
  transition: all 0.3s ease;
}

  .sub-category-details .inner-title,
  .manufacturer-details .inner-title,
  .vendor-details .inner-title {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: bold;
    color: #ff4f43;
    text-transform: uppercase;
  }

  .sub-category-details li {
    padding: 5px 0;
  }

    .sub-category-details li a:hover {
      color: #ff4f43;
    }

.sub-category-item:hover .sub-category-details,
.manufacturer-item:hover .manufacturer-details,
.vendor-item:hover .vendor-details {
  opacity: 1;
}

.vendor-list:after {
  content: "";
  display: block;
  clear: both;
}

.vendor-list li a:hover {
  color: #ff4f43;
}

.product-grid + .product-grid {
  margin: 20px 0 0;
}

.product-grid .title {
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
  font-size: 16px;
  color: #231f20;
  text-transform: uppercase;
}

.home-page .product-grid .title {
  margin: 0 0 20px;
  padding: 0 0 5px;
  font-size: 22px;
  line-height: 30px;
}

.pager {
  margin: 0 0 20px;
}

  .pager ul {
    text-align: center;
    font-size: 0;
  }

  .pager li {
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
  }

    .pager li > a,
    .pager li > span {
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 14px;
      font-weight: bold;
      cursor: pointer;
      border-radius: 15px 0;
      padding: 0;
    }

      .pager li > a:hover {
        background-color: #eee;
      }

    .pager li > span {
      background-color: #00D292;
      color: #fff;
      cursor: default;
    }

    .pager li.previous-page a,
    .pager li.next-page a,
    .pager li.first-page a,
    .pager li.last-page a {
      background-image: url('../img/pager-sprite.png');
      background-repeat: no-repeat;
      font-size: 0;
    }

    .pager li.previous-page a {
      background-position: center 0;
    }

    .pager li.next-page a {
      background-position: center -40px;
    }

    .pager li.first-page a {
      width: 30px;
      background-position: center -80px;
    }

    .pager li.last-page a {
      width: 30px;
      background-position: center -120px;
    }


/********** PRODUCT PAGE **********/

.miniProductDetailsView .product-essential {
  overflow: auto !important;
}

.ajaxCart .k-window-titlebar.k-header .k-window-actions {
  background: #fff !important;
  border: 1px solid #bbb;
  border-radius: 50%;
  padding: 5px;
}

.product-essential {
  margin: 0 0 60px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  padding: 20px;
}

  .product-essential:after {
    content: "";
    display: block;
    clear: both;
  }

.gallery {
  margin: 0 0 20px;
}

  .gallery .picture {
    position: relative;
    width: 320px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    font-size: 0;
  }

    .gallery .picture a {
      display: inline-block;
      max-width: 100%;
    }

    .gallery .picture img {
      max-width: 100%;
      height: 515px;
      object-fit: fill;
      object-position: center;
    }

  .gallery .picture-thumbs {
    margin: 20px 0 0;
    font-size: 0;
  }

  .gallery .thumb-item {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px 10px;
    overflow: hidden;
  }

    .gallery .thumb-item img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 100%;
      max-height: 100%;
      margin: auto;
      transition: all 0.2s ease;
    }

    .gallery .thumb-item:hover img {
      opacity: 0.7;
    }

.overview {
  position: relative;
  margin: 0 0 20px;
}

  .overview .discontinued-product {
    margin: 0 0 25px;
    color: #ff4f43;
    text-transform: uppercase;
  }

  .overview .manufacturers {
    margin: 0 0 20px; /*not present in variant-overview*/
  }

  .overview .product-name {
    margin: 0 0 10px;
  }

    .overview .product-name h1 {
      font-size: 25px;
      color: #231f20;
    }

.product-reviews-overview {
  margin: 0 0 40px;
  overflow: hidden;
}

  .product-reviews-overview a:hover {
    text-decoration: underline;
  }

.product-review-box {
  display: inline-block;
  margin: 0 0 5px;
}

  .product-review-box .rating {
    display: inline-block;
    width: 80px;
    height: 13px;
    background: url('../img/rating-sprite.png') left top repeat-x;
  }

    .product-review-box .rating div {
      height: 13px;
      background: #00dc99 url('../img/rating-sprite.png') left bottom repeat-x;
    }

.overview .prices,
.variant-overview .prices {
  margin: 0 0 10px;
  overflow: hidden;
}

  .overview .prices > div,
  .variant-overview .prices > div {
    margin: 0 0 5px;
  }

.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
  font-size: 17px;
  text-decoration: line-through;
}

.overview .product-price,
.variant-overview .product-price {
  font-size: 20px;
  font-weight: bold;
  color: #6b0500;
}

.overview .rental-price,
.variant-overview .rental-price {
  margin-bottom: 0 !important;
  color: #231f20;
}

.overview .tax-shipping-info,
.variant-overview .tax-shipping-info {
  font-size: 13px;
}

  .overview .tax-shipping-info a,
  .variant-overview .tax-shipping-info a {
    cursor: auto;
  }

.overview .base-price-pangv,
.variant-overview .base-price-pangv {
  display: block !important;
}

.overview .short-description {
  margin: 0 0 40px;
  line-height: 25px;
}

.overview .prices + .short-description {
  margin-top: -5px;
}

.overview .value,
.variant-overview .value { /*color: #231f20;*/
}

  .overview .value a,
  .variant-overview .value a {
    color: #ff4f43;
  }

    .overview .value a:hover,
    .variant-overview .value a:hover {
      text-decoration: underline;
    }

.overview .additional-details,
.variant-overview .additional-details {
  margin: 0 0 30px;
  line-height: 25px;
}

.download-sample {
  margin: 0 0 30px;
}

.download-sample-button {
  display: inline-block;
  height: 40px;
  border: none;
  background: #777 url('../img/product-sprite-2.png') left -40px no-repeat;
  padding: 10px 15px 10px 35px;
  color: #777;
  transition: all 0.2s ease;
}

  .download-sample-button:hover {
    background-color: #ff4f43;
  }

.overview .availability,
.variant-overview .availability {
  margin: 0 0 20px;
}

.overview .stock,
.variant-overview .stock {
  margin: 0 0 10px;
}

  .overview .stock .value,
  .variant-overview .stock .value {
    font-weight: bold;
    color: #231f20;
  }

.back-in-stock-subscription {
  margin: 0 0 30px;
  font-size: 0;
}

  .back-in-stock-subscription .subscribe-button {
    border: none;
    background: #888 url('../img/product-sprite-2.png') left 0 no-repeat;
    padding: 10px 15px 10px 35px;
    color: #777;
    transition: all 0.2s ease;
  }

    .back-in-stock-subscription .subscribe-button:hover {
      background-color: #ff4f43;
    }

.customer-entered-price {
  margin: 0 0 20px;
}

  .customer-entered-price .price-input {
    padding: 10px 0;
  }

  .customer-entered-price .enter-price-input {
    width: 75px;
    margin: 0 5px;
  }

  .customer-entered-price .price-range {
    color: #231f20;
  }

.overview .add-to-cart,
.variant-overview .add-to-cart {
  margin: 0 0 20px;
}

.overview .min-qty-notification,
.variant-overview .min-qty-notification {
  font-size: 0;
}

.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
  display: inline-block;
}

  .overview .add-to-cart-panel > *,
  .variant-overview .add-to-cart-panel > * {
    float: left;
  }

.overview .qty-label,
.variant-overview .qty-label {
  display: none !important;
}

.overview .qty-input,
.variant-overview .qty-input,
.overview .qty-dropdown,
.variant-overview .qty-dropdown {
  width: 45px;
  height: 35px;
  margin: 0 5px 0 0;
  text-align: center;
  font-size: 14px;
  color: #777;
}

.overview .qty-dropdown,
.variant-overview .qty-dropdown {
  width: 55px;
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
  border: none;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.2s ease;
  padding: 7px 21px;
  float: right;
}

  .overview .add-to-cart-button:hover,
  .variant-overview .add-to-cart-button:hover { /* outline-color: #ff4f43; */
    padding: 7px 21px;
  }

.overview-buttons {
  font-size: 0;
}

  .overview-buttons div {
    display: inline-block;
    margin: 0 2px;
  }

.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button,
.overview .add-to-compare-list-button,
.overview .email-a-friend-button {
  display: inline-block;
  height: 37px;
  width: 37px;
  border: none;
  background-color: #888;
  background-image: url('../img/product-sprite-1.png');
  background-repeat: no-repeat;
  font-size: 0;
  transition: all 0.2s ease;
}

.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
  background-position: 0 center;
}

.overview .add-to-compare-list-button {
  background-position: -37px center;
}

.overview .email-a-friend-button {
  background-position: -74px center;
}

  .overview .add-to-wishlist-button:hover,
  .variant-overview .add-to-wishlist-button:hover,
  .overview .add-to-compare-list-button:hover,
  .overview .email-a-friend-button:hover {
    background-color: #ff4f43;
  }

.overview-bottom {
  margin: 40px 0 0;
}

.product-social-buttons {
  margin: 0 0 25px;
}

  .product-social-buttons label {
    display: none;
    margin: 0 8px 0 0;
    font-size: 13px;
  }

  .product-social-buttons ul {
    display: inline-block;
    margin: 0;
  }

  .product-social-buttons li {
    position: relative;
    z-index: 0;
    margin: 0;
  }

    .product-social-buttons li:hover {
      z-index: 1;
    }

    .product-social-buttons li a {
      width: 26px;
      height: 24px;
      background: url('../img/social-sprite-2.png') no-repeat;
      outline: 1px solid transparent;
      transition: all 0.2s ease;
    }

  .product-social-buttons .facebook a {
    background-color: #5f7ca7;
    background-position: 0 0;
  }

  .product-social-buttons .twitter a {
    background-color: #5dc4e6;
    background-position: -26px 0;
  }

  .product-social-buttons .pinterest a {
    background-color: #e56363;
    background-position: -52px 0;
  }

  .product-social-buttons .google a {
    background-color: #4f4f4f;
    background-position: -78px 0;
  }

  .product-social-buttons .facebook a:hover {
    outline-color: #5f7ca7;
  }

  .product-social-buttons .twitter a:hover {
    outline-color: #5dc4e6;
  }

  .product-social-buttons .pinterest a:hover {
    outline-color: #e56363;
  }

  .product-social-buttons .google a:hover {
    outline-color: #4f4f4f;
  }

.group-product .product-social-buttons {
  margin: 20px 0 0;
}

.overview-bottom .delivery,
.variant-overview .delivery {
  margin: 0 -20px -20px;
  background-color: #f9f9f9;
  padding: 10px 0; /*font-size: 0;*/
}

.variant-overview .delivery {
  margin-top: 40px;
}

  .overview-bottom .delivery > div,
  .variant-overview .delivery > div {
    display: inline-block;
    margin: 8px 50px;
    background-image: url('../img/delivery-sprite.png');
    background-repeat: no-repeat;
    padding: 0 0 0 25px;
    font-size: 13px;
  }

.overview-bottom .delivery-date,
.variant-overview .delivery-date {
  background-position: left 0;
}

.overview-bottom .free-shipping,
.variant-overview .free-shipping {
  background-position: left -19px;
}

.product-collateral {
  margin: 0 0 45px;
  background-color: #f4f3f3;
  font-size: 16px;
  font-family: 'GTWalsheimPro-Regular';
  color: #616161;
  display: block !important;
}

  .product-collateral .title {
    background-color: #f9f9f9;
    padding: 25px 30px;
    font-size: 15px;
    color: #231f20;
    text-transform: uppercase;
  }

  .product-collateral .full-description {
    padding: 10px 30px;
    line-height: 30px;
  }

.tier-prices .prices-table {
  overflow: hidden;
}

.tier-prices .prices-row {
  float: left;
  width: 50%;
}

  .tier-prices .prices-row > div {
    border-top: 1px solid #e9e9e9;
    padding: 15px 30px;
  }

  .tier-prices .prices-row.thead > div {
    border-right: 1px solid #e9e9e9;
  }

.tier-prices .field-header {
  border-top: none !important;
}

.tier-prices .item-price {
  color: #ff4f43;
}

.product-specs-box .data-table {
  border: none;
}

  .product-specs-box .data-table td {
    position: relative;
    width: 50%;
    border-left: 1px solid #ececec;
    padding: 15px 30px;
    text-align: center;
    vertical-align: top;
  }

  .product-specs-box .data-table tr:first-child td {
    border-top: none;
  }

  .product-specs-box .data-table td:first-child {
    border-left: none;
  }

.product-specs-box .attribute-squares span {
  border: none;
}

.product-specs-box .attribute-square {
  width: 35px !important;
  height: 20px !important;
  cursor: auto;
}

.product-tags-list {
  padding: 25px 20px;
  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;
    line-height: 24px;
  }

    .product-tags-list a:hover {
      color: #ff4f43;
    }

.product-variant-line {
  margin: 0 0 30px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  padding: 20px;
}

  .product-variant-line:after {
    content: "";
    display: block;
    clear: both;
  }

.variant-picture {
  position: relative;
  width: 300px;
  max-width: 100%;
  margin: 0 auto 15px;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}

  .variant-picture img {
    max-width: 100%;
  }

.variant-overview {
  width: 100%;
}

  .variant-overview .variant-name {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: bold;
    color: #231f20;
  }

  .variant-overview .variant-description {
    margin: 0 0 25px;
    line-height: 30px;
  }

  .variant-overview .prices + .variant-description {
    margin-top: -5px;
  }

  .variant-overview .add-to-wishlist {
    display: none;
  }

.attributes {
  margin: 10px 0;
}

  .attributes dl { /*overflow: auto;*/
    line-height: 50px;
    max-height: 60vh;
  }

  .attributes dt {
    padding: 15px 15px 5px;
    white-space: nowrap;
    font-weight: bold;
    float: left;
    width: 100% !important;
    clear: both;
  }

  .attributes dd {
    height: auto;
    margin: 0;
    padding: 0 15px 0;
    float: left;
    line-height: normal;
    width: 100%;
    display: block;
    clear: both;
  }

  .attributes li {
    margin: 8px 0 12px;
  }

  .attributes dt label, .attributes dt label.text-prompt {
    border: 0;
    height: auto;
    display: block;
    line-height: normal;
    text-transform: capitalize;
    font-size: 14px;
    margin: 0;
  }

  .attributes input[type="text"],
  .modal-body .attributes select {
    height: 35px;
    border: 1px solid #ECECEC;
    border-radius: 0;
    margin: 10px 0 0 0;
  }

  .attributes select {
    width: auto;
    max-width: 100%;
  }

.miniProductDetailsView .attributes select {
  width: 400px;
}

.attributes .qty-box {
  margin: 0 0 0 10px;
}

  .attributes .qty-box label {
    display: none;
  }

  .attributes .qty-box input {
    width: 50px;
    min-width: 0;
  }


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

.attribute-label {
  margin: 0 0 3px;
}

.attributes .datepicker {
  width: 280px;
  text-align: center;
}

.ui-datepicker {
  width: 280px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  text-align: center;
  font-size: 13px;
  display: none;
}


.ui-datepicker-header {
  position: relative;
  height: 35px;
  background-color: #6b0500;
  color: #fff;
}

  .ui-datepicker-header a {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 32px;
    height: 35px;
    background-image: url('../img/calendar-sprite.png');
    background-repeat: no-repeat;
    font-size: 0;
  }

    .ui-datepicker-header a.ui-datepicker-prev {
      left: 0;
      background-position: 0 center;
    }

    .ui-datepicker-header a.ui-datepicker-next {
      right: 0;
      background-position: -32px center;
    }

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

.ui-datepicker-calendar th {
  background-color: #eee;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  width: 14.285%;
  border: 1px solid #ececec;
}

  .ui-datepicker-calendar td.ui-state-disabled {
    opacity: .2;
  }

.ui-datepicker-today {
  background: #a2615d;
}

  .ui-datepicker-today a {
    color: #fff;
  }

.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
  display: block;
  min-height: 32px;
  line-height: 32px;
}

.ui-datepicker-calendar .ui-state-active {
  outline: 1px solid #6b0500;
  background-color: #6b0500;
  color: #fff;
}

.attribute-squares {
  font-size: 0;
}

  .attribute-squares li {
    display: inline-block;
    margin: 0 5px 5px;
    line-height: normal !important;
    text-align: center;
  }

  .attribute-squares label {
    display: block;
    margin: 0 !important;
    overflow: hidden;
  }

.attribute-square-container {
  display: block;
  border: 1px solid transparent;
  position: relative;
  z-index: 0;
}

  .attribute-square-container span {
    display: block !important;
    width: 40px !important;
    height: 24px !important;
    background-size: 100% !important;
    cursor: pointer;
  }

.selected-value .attribute-square-container {
  border-color: #888;
}

.attribute-square-container[title~=White] span {
  border: 1px solid #ccc;
}

.selected-value .attribute-square-container[title~=White] span {
  border-color: transparent;
}

.attribute-squares input[type="radio"] {
  position: relative;
  z-index: -1;
  margin: -32px 0 0;
}

.attribute-squares .tooltip-container {
  display: none;
}

.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;
  }

.back-in-stock-subscription-page {
  padding: 10px;
}

  .back-in-stock-subscription-page .button-1 {
    margin: 15px 0 0;
    border: none;
    background-color: #ff4f43;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    outline: 1px solid transparent;
    transition: all 0.2s ease;
  }

    .back-in-stock-subscription-page .button-1:hover {
      outline-color: #ff4f43;
    }

.ui-tabs {
  margin: 0 0 60px;
}

  .ui-tabs .ui-tabs-nav {
    margin: 0 0 -1px;
  }

    .ui-tabs .ui-tabs-nav li {
      border-bottom: 1px solid #ddd;
    }

      .ui-tabs .ui-tabs-nav li a {
        position: relative;
        display: block;
        padding: 15px 22px;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
      }

        .ui-tabs .ui-tabs-nav li a:after {
          content: "";
          position: absolute;
          bottom: -1px;
          left: 0;
          width: 100%;
          height: 3px;
          background-color: #ff4f43;
          opacity: 0;
          transition: all 0.2s ease;
        }

    .ui-tabs .ui-tabs-nav .ui-tabs-selected a:after,
    .ui-tabs .ui-tabs-nav .ui-tabs-active a:after {
      opacity: 1;
    }

  .ui-tabs .ui-tabs-panel {
    border: 1px solid #e9e9e9;
    background-color: #fff;
    padding: 20px;
  }

    .ui-tabs .ui-tabs-panel p {
      margin: 10px 0;
      line-height: 30px;
    }

  .ui-tabs .ui-tabs-hide {
    display: none;
  }


/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
  text-transform: none;
}

  .product-reviews-page h1 a:hover {
    color: #ff4f43;
  }

  .product-reviews-page h1 a:before,
  .product-reviews-page h1 a:after {
    content: "''";
  }

.product-reviews-page .page-body {
  max-width: 820px;
  margin: auto;
  border: 1px solid #e9e9e9;
  background-color: #fff;
}

.product-reviews-page .title {
  background-color: #f9f9f9;
  padding: 25px 30px;
  font-size: 15px;
  color: #231f20;
  text-transform: uppercase;
}

.product-review-item {
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding: 30px;
}

.ui-tabs .product-review-item {
  padding: 30px 0;
}

.product-review-item:last-child {
  border-bottom: none;
}

.product-review-item .product-review-box {
  margin: 0 0 5px;
}

.product-review-item .review-title {
  margin: 0 0 20px;
  font-weight: bold;
}

.product-review-item .review-text {
  margin: 0 0 20px;
  line-height: 25px;
}

.product-review-item .review-info {
  margin: 0 0 5px;
}

  .product-review-item .review-info .separator {
    margin: 0 5px 0 0;
  }

  .product-review-item .review-info label,
  .product-review-helpfulness .vote {
    font-weight: bold;
  }

  .product-review-item .review-info a,
  .product-review-item .review-info .date span,
  .product-review-helpfulness .vote {
    display: inline-block;
    padding: 0 5px;
    cursor: pointer;
  }

    .product-review-helpfulness .vote:hover {
      color: #ff4f43;
    }

.product-review-helpfulness .question {
  margin: 0 5px 0 0;
}

.product-review-helpfulness .result {
  margin: 0 0 0 10px;
}

.write-review form {
  padding: 30px;
}

.write-review .form-fields {
  margin: 0 0 15px;
}

.write-review .review-rating {
  margin: 0 0 20px;
  text-align: center;
}

  .write-review .review-rating label {
    display: block;
    margin: 0 0 5px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
  }

.review-rating ul {
  font-size: 0;
  vertical-align: middle;
}

.write-review .review-rating li {
  display: inline-block;
  margin: 0 5px;
  cursor: default;
  vertical-align: middle;
  font-size: 14px;
  height: 17px;
}

  .write-review .review-rating li.first {
    color: #ff4f43;
  }

  .write-review .review-rating li:nth-child(2) {
    padding-top: 2px;
  }

    .write-review .review-rating li:nth-child(2) input {
      vertical-align: baseline;
    }

  .write-review .review-rating li.last {
    color: #4fbb41;
  }

.write-review .buttons {
  margin: 0 0 10px;
}

.write-review .button-1 {
  border: none;
  background-color: #ff4f43;
  padding: 15px 30px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  outline: 1px solid transparent;
  transition: all 0.2s ease;
}

  .write-review .button-1:hover {
    outline-color: #ff4f43;
  }

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

.product-reviews-page .result {
  display: none; /*should be hidden because of form's position, it's an useless message anyway*/
}

.product-review-item .reply {
  clear: both;
  border-top: 30px solid #fff; /*margin replacement*/
  padding: 20px;
  background: #f9f9f9;
}

.product-review-item .reply-header {
  margin: 0 0 10px;
  font-weight: bold;
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-content {
}

  .wishlist-content .message-error {
    margin: 0 0 20px;
  }

  .wishlist-content .table-wrapper {
    margin: 0 0 10px;
  }

.discount-additional-info {
  margin: 5px 0 0;
  font-weight: normal;
  color: #777;
}

.wishlist-content .buttons {
  margin: 0 0 15px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 40px;
  font-size: 0;
}

  .wishlist-content .buttons:after {
    content: "";
    display: block;
    clear: both;
  }

.update-wishlist-button,
.wishlist-add-to-cart-button {
  width: 300px;
  max-width: 100%;
  height: 45px;
  margin: 0 0 10px;
  border: none;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  outline: 1px solid transparent;
  transition: all 0.2s ease;
}

.update-wishlist-button {
  background: #ff4f43 url('../img/cart-sprite.png') left -45px no-repeat;
  color: #777;
}

  .update-wishlist-button:hover {
    outline-color: #fff;
    color: #ff4f43;
  }

.wishlist-add-to-cart-button {
  background: #ff4f43 url('../img/cart-button-2.png') left center no-repeat;
  color: #fff;
}

  .wishlist-add-to-cart-button:hover {
    outline-color: #ff4f43;
  }

.email-a-friend-wishlist-button {
  display: none;
}

.wishlist-content .tax-shipping-info {
  margin: 0 0 15px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}

.wishlist-page .share-info {
  text-align: center;
  display: none;
}

  .wishlist-page .share-info a {
    color: #ff4f43;
  }

    .wishlist-page .share-info a:hover {
      text-decoration: underline;
    }

.compare-products-page {
  position: relative;
}

  .compare-products-page .clear-list {
    display: inline-block;
    margin: 0 0 20px;
    font-size: 13px;
    text-transform: uppercase;
  }

.compare-products-table {
  display: none;
}

.compare-products-page .remove-button {
  display: inline-block;
  width: 37px;
  height: 37px;
  border: none;
  background: #777 url('../img/account-sprite.png') center -37px no-repeat;
  font-size: 0;
  transition: all 0.2s ease;
}

  .compare-products-page .remove-button:hover {
    background-color: #ff4f43;
  }

.compare-products-page img {
  max-width: 100%;
}

.compare-products-table .product-name td {
  background: #f9f9f9;
}

.compare-products-table .product-price td {
  font-size: 15px;
  font-weight: bold;
  color: #6b0500;
}

  .compare-products-table .product-price td:first-child {
    color: #777;
    font-weight: normal;
  }

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

.compare-products-table-mobile img {
  max-width: 100px;
}


/*********** TOPICS ***********/



.topic-block {
  margin: 0 0 20px;
}

.topic-block-title {
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
}

  .topic-block-title h2 {
    font-size: 16px;
    color: #231f20;
    text-transform: uppercase;
  }

.topic-block-body {
  line-height: 30px;
  /*background: #fff;*/
}

.topic-block a,
.topic-page a {
  text-decoration: underline;
}
  .topic-block a:hover, .topic-block a:focus,
  .topic-page a:hover, .topic-page a:focus { color: #00D292 }
.topic-page .page-body { line-height: 30px; }


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

  .topic-page .page-body strong {  font-family: 'GTWalsheimPro-Bold'; }
.topic-page .page-body h3 { padding: 20px 0 0; color: #00D292; }
.home-page .topic-block-title {
  margin: 0 0 20px;
  padding: 0 0 5px;
  display: none;
}

  .home-page .topic-block-title h2 {
    font-size: 22px;
  }

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

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

.topic-password {
  max-width: 600px;
  margin: auto;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  padding: 30px;
  text-align: center;
}

.enter-password-title {
  margin: 0 0 25px;
  color: #ff4f43;
}

.enter-password-form {
  display: inline-block;
  font-size: 0;
}

  .enter-password-form input[type="password"] {
    width: 100%;
    height: 40px;
    margin: 0 0 30px;
    padding: 0 12px;
    font-size: 14px;
  }

  .enter-password-form input[type="submit"] {
    min-width: 120px;
    border: none;
    background-color: #ff4f43;
    padding: 15px 30px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    outline: 1px solid transparent;
    transition: all 0.2s ease;
  }

    .enter-password-form input[type="submit"]:hover {
      outline-color: #ff4f43;
    }


/*********** CONTACT & EMAIL A FRIEND ***********/



.contact-page .page-body,
.email-a-friend-page .page-body,
.apply-vendor-page .page-body {
  max-width: 600px;
  margin: auto;
  border: 1px solid #e9e9e9;
  background-color: #fff;
}

.contact-page .topic-block,
.email-a-friend-page .topic-block,
.apply-vendor-page .topic-block {
  margin: 0;
  background-color: #f9f9f9;
  padding: 25px 30px;
  text-align: center;
}

.contact-page .topic-block-title,
.email-a-friend-page .topic-block-title,
.apply-vendor-page .topic-block-title {
  display: none;
}

.contact-page form,
.email-a-friend-page form,
.apply-vendor-page form,
.contact-page .result,
.email-a-friend-page .result,
.apply-vendor-page .result {
  padding: 30px;
}

.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields {
  margin: 0 0 15px;
}

.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
  margin: 0 0 10px;
}

.contact-page .buttons,
.email-a-friend-page .buttons,
.apply-vendor-page .buttons {
  margin: 0 0 10px;
}

.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
  border: none;
  background-color: #ff4f43;
  padding: 15px 30px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  outline: 1px solid transparent;
  transition: all 0.2s ease;
}

  .contact-page .button-1:hover,
  .email-a-friend-page .button-1:hover,
  .apply-vendor-page .button-1:hover {
    outline-color: #ff4f43;
  }

.email-a-friend-page .title {
  background-color: #f9f9f9;
  padding: 25px 30px;
}

  .email-a-friend-page .title h2 {
    font-size: 15px;
    font-weight: normal;
    color: #231f20;
    text-transform: uppercase;
  }


/********** REGISTRATION & LOGIN  **********/



.registration-page .page-body,
.login-page .customer-blocks,
.external-authentication,
.password-recovery-page .page-body {
  max-width: 600px;
  margin: auto;
  border: 1px solid #e9e9e9;
  background-color: #fff;
}

.registration-page .message-error,
.account-page .message-error {
  padding: 30px;
}

.registration-page .fieldset,
.login-page .fieldset {
  margin: 0;
}

.registration-page .form-fields,
.login-page .inner-wrapper,
.external-authentication,
.password-recovery-page .page-body {
  padding: 30px;
}

.gender {
  display: inline-block;
}

  .gender * {
    display: inline !important;
    margin: 0 5px 0 0;
    vertical-align: middle;
    line-height: 32px;
    font-weight: normal !important;
  }

  .gender input {
    margin: 0 5px 0 0;
    padding: 0;
  }

  .gender label {
    margin: 0 10px 0 0;
  }

.date-of-birth div {
  display: inline-block;
  width: 100%;
}

.date-of-birth select {
  width: 32%; /*birth-date selectors, always single line*/
}

  .date-of-birth select + select {
    margin: 0 0 0 2%;
  }

#check-availability-button {
  margin: 10px 0 0;
  border: none;
  background: #888 url('../img/product-sprite-2.png') left -80px no-repeat;
  padding: 10px 15px 10px 35px;
  color: #777;
  transition: all 0.2s ease;
}

  #check-availability-button:hover {
    background-color: #ff4f43;
  }

#username-availabilty {
  display: block;
  text-align: center;
  font-size: 13px;
}

  #username-availabilty:empty {
    display: none;
  }

.vat-status,
.vat-note {
  display: block;
  margin: 10px 0 -10px;
  text-align: center;
  font-size: 13px; /*reset zeroing*/
  white-space: normal;
}

  .vat-status em,
  .vat-note em {
    font-style: normal;
  }
.html-seller-registration-page .accept-privacy-policy {
  margin: 0;
}
  .accept-privacy-policy {
  position: relative;
  margin: -20px 0 20px;
  text-align: center;
  font-family: 'GTWalsheimPro-Regular';
}

  .accept-privacy-policy > * {
    display: inline-block;
    line-height: 32px;
    vertical-align: middle;
    font-size: 13px;
  }

  .accept-privacy-policy .read {
    color: #00D292;
    cursor: pointer;
  }

    .accept-privacy-policy .read:hover {
      text-decoration: underline;
    }

.registration-page .buttons,
.login-page .buttons {
  margin: 0 0 40px;
}

.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,
.user-agreement-page .button-1 {
  min-width: 400px;
  border: none;
  background-color: #00DC99;
  padding: 10px 0;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.2s ease;
  opacity: 1;
  box-shadow: 0px 20px 30px #d8d8d88f;
  height: 70px;
  box-shadow: 0px 20px 30px #D8D8D88F;
  margin: 0 auto;
  text-align: center;
  font-family: 'GTWalsheimPro-Bold';
  letter-spacing: 2.16px;
}

.account-page label[for="Newsletter"],
.account-page input[type="checkbox"] {
  display: inline;
  vertical-align: middle;
}

.account-page input[type="checkbox"] {
  margin: 0 0 0 10px;
}


.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,
.user-agreement-page .button-1:hover {
  outline-color: #ff4f43;
}

.registration-result-page .result { margin: 40px 0; color: #00d292; text-align: center; font-size: 22px; }



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

  .login-page .customer-blocks .title {
    position: absolute;
    width: 100%;
    background-color: #e9e9e9;
    padding: 17px 22px;
    text-align: center;
    font-size: 13px;
    color: #777;
    text-transform: uppercase;
    cursor: pointer;
  }

.login-page .new-wrapper .title {
  top: -104px;
  left: 0;
}

.login-page .returning-wrapper .title {
  top: -52px;
  right: 0;
}

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

.login-page .customer-blocks .fieldset {
  position: static;
}

.login-page .customer-blocks .title.active {
  background-color: #ff4f43;
  color: #fff;
}

.login-page .customer-blocks .text {
  margin: 15px 0 45px;
}

.login-page .inner-wrapper {
  display: none;
}

  .login-page .inner-wrapper.show {
    display: block;
    padding: 0;
  }

.login-page .inputs.reversed {
  white-space: normal;
}

  .login-page .inputs.reversed > * {
    display: inline-block;
    width: auto;
    margin: 0 3px;
    vertical-align: middle;
    font-size: 14px; /*reset zeroing*/
    font-weight: normal;
  }

.login-page .forgot-password a {
  margin-left: 10px;
}

  .login-page .forgot-password a:hover {
    color: #ff4f43;
  }

.login-page .buttons, 
.password-recovery-page .buttons {
  margin: 30px 0 10px;
}

.login-page .checkout-as-guest-button {
  background-color: transparent !important;
  padding: 15px 16px;
  color: #777;
  outline: none;
}

  .login-page .checkout-as-guest-button:hover {
    color: #ff4f43;
  }

.login-page .customer-blocks + .topic-block,
.login-page .external-authentication + .topic-block {
  margin: 60px 0 0;
}
.external-authentication { margin-top: 30px; overflow: hidden; text-align: center; }

  .external-authentication .buttons { margin: 0px 45px; }
  .external-authentication .facebook-login-block { float: left; display: inline-block }
  .external-authentication .google-login-block { float: right; display: inline-block; margin: 0 }
.external-authentication fieldset { float: none !important; }

.external-authentication .facebook-btn { width: 200px; height: 45px; margin-top: 0px; background: url(../img/fb-login.png) center no-repeat !important; float: right; margin: 40px 0; }

.external-authentication .google-btn { display: inline-block; background-image: url(../img/google-signing.png); background-repeat: no-repeat; width: 200px; height: 45px; margin: 40px 0; float: left; }


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

.password-recovery-page .result {
  margin: 0 0 20px;
  color: #ff4f43;
}

#login-modal-window-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1100;
}

.login-modal-window-wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  margin: auto;
  width: 800px;
  max-width: 90%;
  height: 700px;
  max-height: 90%;
  background-color: #fff;
  box-shadow: 0 0 30px 10px #666;
  overflow: auto;
  z-index: 1105;
}

  .login-modal-window-wrapper .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 37px;
    height: 37px;
    margin: 13px;
    overflow: hidden;
    border: none;
    background: #f0f0f0 url('../img/close.png') center no-repeat;
    font-size: 0;
    cursor: pointer;
  }


/********** ACCOUNT PAGES  **********/



.customer-pages-body .master-column-wrapper {
  overflow: hidden;
}

.form-inputs {
  padding: 40px;
  flex: 60%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  position: relative;
}

.form-btn {
  margin: 20px 0px;
  background-color: #f6fe00;
  color: black;
  padding: 10px 40px;
  font-weight: 700;
  border: none;
  cursor: pointer;
}

.form-row {
  border-bottom: 1px solid grey;
  padding: 10px 0px;
  position: relative;
}

.form-row-number {
  color: #8f63ff;
  padding-right: 10px;
}

.form-row-field {
  color: #9b91f5;
  position: absolute;
  pointer-events: none;
  transition: 0.5s;
  top: 10px;
  margin-left: 1em;
}

.form-row-field-input {
  background-color: inherit;
  border: none;
  display: block;
  position: absolute;
  top: 10px;
  transition: 0.5s;
  margin-left: 1.5em;
}

  .form-row-field-input:focus ~ label {
    top: -5px;
    font-size: 12px;
    color: #003333;
    font-weight: bold;
  }

.block {
  max-width: 600px;
  min-height: 50px;
  margin: auto;
  text-align: left;
}

  .block .title {
    position: relative;
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
    background: #f6f6f6 url(../images/toggle-gray.png) right 14px no-repeat;
    padding: 12px 30px 12px 10px;
    font-size: 20px;
    color: #444;
    cursor: pointer;
  }

.side-2 .block-account-navigation .title strong {
  font-size: 20px;
  text-transform: uppercase;
}

.side-2 .block .title strong {
  font-weight: normal;
  border-bottom: 2px solid #00D292;
  height: 100%;
  display: inline-block;
  padding: 5px 0;
  margin: 0 0 -2px 0;
  text-transform: uppercase;
}

.block .listbox {
  padding: 10px 0 0 0;
}

.block .list li {
  padding: 5px 0 5px 0;
}

block-account-navigation .list a.active {
  color: #5cb947;
  font-weight: bold;
}

.block-account-navigation .list a {
  padding: 0;
  font-size: 17px;
  color: #808080;
  font-weight: 500;
}

.block .list a {
  display: inline-block;
  position: relative;
  padding: 5px 0;
  font-size: 18px;
  color: #444;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

  .block .list a:hover {
  }

.customer-pages-body .center-2 {
}

.header-links span, .header-links a {
  font-size: 15px;
  line-height: 36px;
  text-transform: uppercase;
  color: #686868;
}

.block.block-account-navigation {
  background: #fff;
  padding: 40px;
}


/*========================My Account Left Navigation Start========================*/

.block-account-navigation {
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin: 0 0 35px !important;
  border: none !important;
}

  .block-account-navigation .title {
    display: none;
  }

  .block-account-navigation .listbox {
    display: block;
    margin: 0 !important;
    border: none;
    background-color: transparent;
    padding: 0 !important;
    text-align: left;
    font-size: 0;
  }

  .block-account-navigation .list li {
    display: block;
    margin: 0;
    padding: 0;
  }

  .block-account-navigation .list a {
    display: block;
    overflow: hidden;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    color: #000;
    background-color: #fff;
    text-transform: capitalize;
    white-space: nowrap;
    padding: 0;
    transition: max-width 0.3s linear, background-color 0.6s linear, padding 0.1s linear;
    letter-spacing: 0.64px;
  }

  .block-account-navigation .list li.customer-reviews,
  .block-account-navigation .list li.customer-wishlist,
  .block-account-navigation .list li.reward-points,
  .block-account-navigation .list li.customer-reviews {
    display: none;
  }

  .block-account-navigation .list a:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: transparent;
    background-image: url(../img/icMyAccountSprite.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: -1px 20px 0 0;
  }

  .block-account-navigation .list a:hover,
  .block-account-navigation .list a.active {
    transition: max-width 0.6s linear, background-color 0.3s linear, padding 0.1s linear;
    color: #00D292;
    width: 100%;
  }

    .block-account-navigation .list a:hover:before,
    .block-account-navigation .list a.active:before {
      opacity: 1;
      background-position-x: right;
    }

  .block-account-navigation .customer-info a:before {
    background-position: 0 0;
  }

  .block-account-navigation .customer-addresses a:before {
    background-position: 0 -60px;
  }

  .block-account-navigation .customer-orders a:before {
    background-position: 0 -123px;
  }

  .block-account-navigation .return-requests a:before {
    background-position: 0 -156px;
  }

  .block-account-navigation .customer-wallets a:before {
    background-position: 0 -238px
  }

  .block-account-navigation .downloadable-products a:before {
    background-position: 0 -208px;
  }

  .block-account-navigation .back-in-stock-subscriptions a:before {
    background-position: 0 -260px;
  }

  .block-account-navigation .reward-points a:before {
    background-position: 0 -194px;
  }

  .block-account-navigation .customer-avatar a:before {
    background-position: 0 -416px;
  }

  .block-account-navigation .forum-subscriptions a:before {
    background-position: 0 -468px;
  }

  .block-account-navigation .customer-reviews a:before {
    background-position: 0 -292px;
  }

  .block-account-navigation .customer-wishlist a:before {
    background-position: 0 -293px;
  }

  .block-account-navigation .customer-favoritemerchants a:before {
    background-position: 0 -293px;
  }

  .block-account-navigation .change-password a:before {
    background-position: 0 -353px;
  }

  .block-account-navigation .help a:before {
    background-position: 0 -194px;
  }

  .block-account-navigation .customer-settings a:before {
    background-position: 0 -413px;
  }

  .block-account-navigation .customer-avatar a:before {
    background-position: 0 -416px;
  }

  .block-account-navigation .forum-subscriptions a:before {
    background-position: 0 -468px;
  }

  .block-account-navigation .customer-termsPrivacy a:before {
    background-position: 0 -475px;
  }

  .block-account-navigation .customer-logout a:before {
    background-position: 0 -535px;
  }

  .block-account-navigation .list a:hover:before {
    background-position-x: right;
    opacity: 1;
  }


/*========================My Account Left Navigation Ends========================*/





@media all and (min-width: 1001px) {
  .header-links a, .header-links span {
    line-height: 40px;
    text-transform: none;
  }

  .side-2 {
    float: left;
    width: 30%;
    margin-right: 0;
    padding: 0 0 0 15px;
    min-height: 800px;
  }

  .block {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }

    .block .title {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #dcdcdc;
      color: #000;
      font-size: 16px;
      font-family: 'proxima_nova_altregular';
      background: none;
    }

    .block .listbox {
      display: block;
      border-bottom: none;
    }
}



.block-account-navigation .list li.reward-points,
.block-account-navigation .list li.customer-reviews {
}


.block-account-navigation .list a:hover:before,
.block-account-navigation .list a.active:before {
  opacity: 1
}

.account-page .page-title {
  border: none;
}
/*.html-account-page.html-address-list-page .side-2 { position: relative !important; top: 15px !important; }*/
.header-lower .header-links li {
  margin: 0;
}


.header-lower .header-links li {
  margin: 0;
}

element.style {
}

.header-lower .header-links li {
  margin: 0;
}


.header-links li {
  margin: 0 25px;
}


.account-page .page-body {
  position: relative;
  padding-top: 20px;
}

.change-password-page .col-md-6 {
  padding: 0 15px 20px 0;
}


.page.account-page.address-list-page .favMenuItemsBlock {
  margin-top: 40px;
  margin-left: 15px;
}

html-account-page.language-selector {
  display: inline;
}

.address-list-page .AccountWishlist {
  margin-top: 0px;
}

.page.account-page.address-list-page .Accountaddress {
}

.addAddressbtnArea {
  clear: both
}

.account-page .page-body:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: none;
}

.account-page .fieldset,
.account-page .section {
  margin: 0 0 30px;
 
}

  .account-page .fieldset .title,
  .account-page .section .title {
    margin: 0 0 -10px;
    background-color: transparent;
    padding: 40px 30px 0;
    font-size: 18px;
    text-transform: none;
  }

.account-page .form-fields,
.account-page .edit-address {
}

  .account-page .form-fields a {
    color: #ff4f43;
  }

    .account-page .form-fields a:hover {
      text-decoration: underline;
    }

.account-page .buttons,
.account-page .add-button {
  padding: 30px;
}

.account-page .no-data {
  padding: 30px;
}

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

  .account-page .table-wrapper + .pager,
  .account-page .product-review-item + .pager {
    margin-top: 20px;
  }

  .account-page .table-wrapper + .buttons {
    border: none; /*there will be a border if a pager is present*/
  }

.account-page .email-to-revalidate,
.account-page .email-to-revalidate-note {
  display: block;
  margin: 10px 0 -5px;
  font-size: 13px;
}


.order-item .title strong {
}


.recurring-payments {
  margin: 0 0 50px !important;
}

  .recurring-payments .title {
    margin-bottom: 30px !important;
  }

  .recurring-payments .button-2 {
    width: 37px;
    height: 37px;
    border: none;
    background: #f6f6f6 url('../img/close.png') center no-repeat;
    font-size: 0;
  }

.account-page .description,
.reward-points-overview {
  padding: 30px;
  line-height: 25px;
}

.return-request-list-page a {
  margin: 0 10px;
  font-weight: bold;
}

  .return-request-list-page a:hover {
    color: #ff4f43;
  }

.return-request-list-page .comments {
  margin: 30px 0 0;
}

.downloadable-products-page .table-wrapper {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.downloadable-products-page td.download {
  text-align: center;
  font-size: 0;
}

.downloadable-products-page .download a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: none;
  background: #777 url('../img/product-sprite-2.png') left -40px no-repeat;
  transition: all 0.2s ease;
}

  .downloadable-products-page .download a:hover {
    background-color: #ff4f43;
  }

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

.reward-points-page .title {
  display: none;
}

.reward-points-page .section {
  margin: 0 0 50px;
  border: none;
}

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

.change-password-page .buttons {
  border: none;
  padding-top: 0 !important;
}

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

.avatar-page .fieldset {
  padding: 35px 0 25px;
  text-align: center;
}

.avatar-page .image {
  margin: 0 0 25px;
  font-size: 0;
}

  .avatar-page .image img {
    border: 1px solid #f3f3f3;
  }

.avatar-page input[type="file"] {
  max-width: 220px;
  margin: 0 0 20px;
  text-align: center;
}

.avatar-page .info {
  margin: 0 0 20px;
  padding: 0 20px;
}

.avatar-page .buttons {
  text-align: center !important;
}

  .avatar-page .buttons input {
    margin: 0 8px;
  }

.avatar-page .remove-avatar-button,
.vendorinfo-page .remove-picture-button {
  border: none;
  background-color: transparent;
  padding: 15px 0;
  font-size: 13px;
  font-weight: bold;
  color: #777;
  text-transform: uppercase;
}

  .avatar-page .remove-avatar-button:hover,
  .vendorinfo-page .remove-picture-button:hover {
    color: #ff4f43;
  }

.vendorinfo-page .vendor-picture {
  margin: 10px 0 -40px;
}

.vendorinfo-page .remove-picture-button {
  display: block;
}


/********** SHOPPING CART **********/



.order-progress {
  margin: 0 0 50px;
  text-align: center;
}

  .order-progress ul {
    font-size: 0;
  }

  .order-progress li {
    display: inline-block;
    position: relative;
    margin: 2px;
  }

    .order-progress li:nth-child(1) {
      z-index: 6;
    }

    .order-progress li:nth-child(2) {
      z-index: 5;
    }

    .order-progress li:nth-child(3) {
      z-index: 4;
    }

    .order-progress li:nth-child(4) {
      z-index: 3;
    }

    .order-progress li:nth-child(5) {
      z-index: 2;
    }

    .order-progress li:nth-child(6) {
      z-index: 1;
    }

  .order-progress a {
    display: block;
    position: relative;
    min-width: 100px;
    height: 32px;
    background-color: #ececec;
    padding: 0 16px 0 24px;
    font-size: 11px; /*reset zeroing*/
    line-height: 32px;
    font-weight: bold;
    color: #777;
    text-transform: uppercase;
  }

    .order-progress a:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 32px;
      border-width: 16px 8px;
      border-style: dashed dashed dashed solid;
      border-color: transparent transparent transparent #f6f6f6;
    }

    .order-progress a:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: -16px;
      height: 32px;
      border-width: 16px 8px;
      border-style: dashed dashed dashed solid;
      border-color: transparent transparent transparent #e9e9e9;
    }

  .order-progress li.active-step a {
    background-color: #ff4f43;
    color: #fff;
    cursor: pointer;
  }

    .order-progress li.active-step a:after {
      border-left-color: #ff0000;
    }

  .order-progress li.inactive-step a {
    cursor: default;
  }

.shopping-cart-page .message-error {
  margin: 0 0 30px;
  font-size: 13px;
}

.shopping-cart-page .button-1,
.checkout-page .button-1 {
  border: none;
  background-color: #ff4f43;
  padding: 15px 30px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

  .shopping-cart-page .button-1:hover,
  .checkout-page .button-1:hover {
    outline-color: #ff4f43;
  }

.shopping-cart-page .button-2,
.checkout-page .button-2 {
  width: 300px;
  max-width: 100%;
  height: 45px;
  margin: 0 0 10px;
  border: none;
  font-size: 13px;
  font-weight: bold;
  color: #777;
  text-transform: uppercase;
  outline: 2px solid transparent;
  transition: all 0.2s ease;
}

.cart-options {
  margin: 10px 0 50px;
  text-align: center;
}

.common-buttons {
  font-size: 0;
}

  .common-buttons .update-cart-button,
  .common-buttons .update-cart-button:hover {
    background: #2e2c2f;
    background: -webkit-linear-gradient(34deg, #2e2c2f, #596f71);
    background: -o-linear-gradient(34deg, #2e2c2f, #596f71);
    background: -moz-linear-gradient(34deg, #2e2c2f, #596f71);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #fff;
    padding: 10px 25px;
  }

  .common-buttons .continue-shopping-button,
  .common-buttons .continue-shopping-button:hover {
    background: #2e2c2f;
    background: -webkit-linear-gradient(34deg, #2e2c2f, #596f71);
    background: -o-linear-gradient(34deg, #2e2c2f, #596f71);
    background: -moz-linear-gradient(34deg, #2e2c2f, #596f71);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #fff;
    padding: 10px 25px;
  }

  .common-buttons input:hover {
    outline-color: #fff;
    color: #ff4f43;
  }

.cart-options .selected-checkout-attributes {
  margin: 50px 0;
}

.shopping-cart-page .selected-checkout-attributes {
  display: none !important;
}

.shopping-cart-page .tax-shipping-info {
  margin: -10px 0 50px;
}

.cart-footer:after {
  content: "";
  display: block;
  clear: both;
}

.cart-collaterals {
  margin: 0 0 50px;
}

  .cart-collaterals .accordion-tab {
    position: relative;
    margin: 0 0 10px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
  }

    .cart-collaterals .accordion-tab.active {
      z-index: 3;
    }

  .cart-collaterals .accordion-tab-title {
    position: relative;
    border-bottom: 3px solid #e9e9e9;
    padding: 15px 30px 12px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
  }

    .cart-collaterals .accordion-tab-title:after {
      content: "";
      position: absolute;
      top: 20px;
      right: 15px;
      width: 10px;
      height: 10px;
      background: #ff4f43 url('../img/toggle-button.png') center no-repeat;
    }

  .cart-collaterals .active .accordion-tab-title {
    border-bottom-color: #ff0000;
  }

  .cart-collaterals .accordion-tab-content {
    display: none;
    max-width: 600px;
    margin: auto;
    padding: 30px;
  }

  .cart-collaterals .title {
  }

  .cart-collaterals .hint {
    margin: 0 0 15px;
  }

  .cart-collaterals .estimate-shipping-button {
    margin: 0;
    background-color: #ff4f43;
    padding: 0 20px;
    color: #fff;
    outline-width: 1px;
  }

    .cart-collaterals .estimate-shipping-button:hover {
      outline-color: #ff4f43;
    }

  .cart-collaterals .shipping-results {
    margin: 30px 0 0;
  }

    .cart-collaterals .shipping-results li {
      margin: 15px 0 5px;
    }

    .cart-collaterals .shipping-results strong {
      display: block;
      margin: 0 0 5px;
      font-size: 13px;
      color: #231f20;
    }

  .cart-collaterals .coupon-code {
    width: 300px;
    max-width: 100%;
    margin: auto;
    font-size: 0;
  }

    .cart-collaterals .coupon-code input[type="text"] {
      display: block;
      width: 100%;
      height: 45px;
    }

    .cart-collaterals .coupon-code input[type="submit"] {
      display: block;
      width: 100%;
      margin: 0;
      background-color: #ff4f43;
      padding: 0 20px;
      color: #fff;
      outline-width: 1px;
    }

      .cart-collaterals .coupon-code input[type="submit"]:hover {
        outline-color: #ff4f43;
      }

  .cart-collaterals .message-failure {
    margin: 5px 0;
    font-size: 12px;
    color: #ff4f43;
  }

  .cart-collaterals .message-success {
    margin: 5px 0;
    font-size: 12px;
    color: #4fbb41;
  }

  .cart-collaterals .current-code {
    margin: 15px 0 0;
  }

    .cart-collaterals .current-code span {
      vertical-align: middle;
    }

  .cart-collaterals .checkout-attributes {
    margin: 40px 0;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    padding: 30px;
  }

    .cart-collaterals .checkout-attributes dt {
      margin: 20px 0 5px;
    }

      .cart-collaterals .checkout-attributes dt:first-child {
        margin-top: 0;
      }

    .cart-collaterals .checkout-attributes li {
      line-height: 24px;
    }

      .cart-collaterals .checkout-attributes li * {
        vertical-align: middle;
      }

    .cart-collaterals .checkout-attributes .attribute-squares li {
      margin: 5px;
    }

.cart-footer .remove-discount-button,
.cart-footer .remove-gift-card-button {
  width: 17px;
  height: 17px;
  margin: 0 0 -1px 8px;
  border: none;
  background: #fff url('../img/close.png') center no-repeat;
  vertical-align: middle;
  cursor: pointer;
}

.cart-footer .totals {
  margin: 0 0 60px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  padding: 0;
  -pie-box-shadow: 0 7px 11px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 7px 11px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 7px 11px rgba(0, 0, 0, 0.18);
  box-shadow: 0 7px 11px rgba(0, 0, 0, 0.18);
  border: 1px solid #e7e7e7;
  background: #fff;
}

.cart-collaterals .hint,
.cart-collaterals .checkout-attributes {
  display: none;
}

.cart-footer .total-info {
  margin: 0 auto;
  padding: 0 30px;
}

.order-subtotal,
.shipping-cost,
.tax-value {
  font-size: 13px;
}

.cart-total td {
  width: 49.5%;
  padding: 5px;
}

.order-subtotal-discount td {
  width: 49.4%;
  padding: 5px;
}

.cart-total td.discount_tax {
  width: 100%;
  padding: 0;
}

  .cart-total td.discount_tax .cart-total {
    margin: 0;
  }

  .cart-total td.discount_tax td {
    padding: 0;
  }

.order-details-page .cart-total td:first-child {
  width: 68%;
}

.cart-total td.cart-total-left {
  text-align: left;
}

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

.cart-total td.cart-total-right {
  text-align: right;
}

.cart-total .order-total {
  font-size: 14px;
  font-weight: bold;
  color: #6b0500;
  text-transform: uppercase;
}

.terms-of-service {
  margin: 10px 0 0;
  background-color: #f9f9f9;
  padding: 15px;
  font-size: 13px;
}

  .terms-of-service div {
    margin: auto;
    line-height: 24px;
  }

  .terms-of-service input {
    margin: 0 3px 0 0;
  }

  .terms-of-service label {
    cursor: pointer;
    display: inline;
  }

  .terms-of-service a {
    margin: 0 0 0 3px;
    color: #ff4f43;
    cursor: pointer;
  }

    .terms-of-service a:hover {
      text-decoration: underline;
    }

.cart-footer .checkout-buttons {
  margin: 25px 0;
}

  .cart-footer .checkout-buttons .button-1 {
    font-size: 14px;
  }

.cart-footer .addon-buttons {
  margin: 40px 0 0;
}

.shopping-cart-page .cross-sells {
  margin: 10px 0 0;
  float: left;
  width: 50%;
}

  .shopping-cart-page .cross-sells .button-2,
  .shopping-cart-page .cross-sells .button-2:hover {
    margin: 0;
    background: #2e2c2f;
    background: -webkit-linear-gradient(34deg, #2e2c2f, #596f71);
    background: -o-linear-gradient(34deg, #2e2c2f, #596f71);
    background: -moz-linear-gradient(34deg, #2e2c2f, #596f71);
    background: linear-gradient(34deg, #2e2c2f, #596f71);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #fff;
    padding: 10px 25px;
  }

.shopping-cart-page .item-box .buttons-lower button span {
}

.center-1 .product-grid.cross-sells .item-box {
  width: 32%;
}


.cross-sells .title {
  font-size: 15px;
  color: #777777;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
  text-transform: none;
}

.shopping-cart-page .page-title {
  padding: 0px;
  border: none;
  min-height: auto;
  margin: 0;
}


/********** CHECKOUT **********/



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

.checkout-page .billing-addresses,
.checkout-page .shipping-addresses {
  border: 1px solid #e9e9e9;
  background-color: #fff;
}

.checkout-page .select-billing-address,
.checkout-page .select-shipping-address {
  margin: 0 0 10px;
}

.checkout-page #shipping-addresses-form {
  display: block !important; /*because pickup-in-store is inside this form*/
}

.checkout-page .address-grid {
  padding: 30px;
}

  .checkout-page .address-grid:after {
    content: "";
    display: block;
    clear: both;
  }

.checkout-page .address-item {
  margin: 40px 0 10px;
}

  .checkout-page .address-item:first-child {
    margin-top: 0;
  }

.checkout-page .address-box {
  margin: 0 0 20px;
}

.checkout-page .address-item li {
  padding: 2px 0;
}

  .checkout-page .address-item li.name {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: bold;
  }

  .checkout-page .address-item li.email label {
    display: none;
  }

  .checkout-page .address-item li.country {
    margin: 5px 0 0;
    font-size: 16px;
  }

.checkout-page .enter-address {
  max-width: 600px;
  margin: auto;
  padding: 30px;
}

  .checkout-page .enter-address + .buttons {
    margin: -30px 0 0;
    padding: 10px;
  }

.checkout-page .order-summary {
  margin: 50px 0 0;
}

  .checkout-page .order-summary .title {
    display: none;
  }

.checkout-page .ship-to-same-address,
.checkout-page .pickup-in-store {
  margin: 0;
  border-top: 1px solid #f6f6f6;
  padding: 30px;
  text-align: center;
}

  .checkout-page .ship-to-same-address input,
  .checkout-page .pickup-in-store input {
    margin: 0 5px;
  }

.checkout-page .pickup-points {
  margin: 0 0 -10px;
}

  .checkout-page .pickup-points .title {
    display: none;
    margin: 10px 0 0;
  }

.checkout-page .select-pickup-point {
  margin: 0;
  text-align: center;
}

  .checkout-page .select-pickup-point ul {
    margin: -10px 0 0;
  }

  .checkout-page .select-pickup-point li {
    display: inline-block;
  }

.checkout-page .select-address {
  padding: 0 20px;
}

  .checkout-page .select-address select {
    max-width: 100%;
    height: 40px;
  }

.checkout-page .pickup-points-map {
  height: 300px;
  margin: 20px 0 0;
}

.section.shipping-method,
.section.payment-method,
.section.payment-info,
.section.confirm-order,
.section.order-completed {
  border: 1px solid #e9e9e9;
  padding: 40px 20px;
}

.shipping-method .method-list,
.payment-method .method-list {
  margin: 0;
}

  .shipping-method .method-list li,
  .payment-method .method-list li {
    margin: 0 0 10px;
  }

    .shipping-method .method-list li label,
    .payment-method .method-list li label {
      color: #63666a;
      font-family: 'GTWalsheimPro-Regular';
      font-size: 16px;
      word-wrap: break-word;
      white-space: normal;
      line-height: 150%;
      text-align: center;
      height: auto;
      width: 100%
    }

.shipping-method .method-description {
  margin: 5px 0 0;
  color: #686767;
  font-size: 14px;
}

.use-reward-points {
  margin: 0 0 30px;
  display: none;
}

  .use-reward-points input {
    margin: 0 5px 0 0;
  }

.payment-method .method-list {
  font-size: 0;
}

  .payment-method .method-list li {
    width: 148px;
    height: auto;
    white-space: nowrap;
    float: left;
    background: #FCFBFB;
    border-radius: 52px 0px;
    margin: 0 20px 15px 0;
  }

    .payment-method .method-list li.active {
      background: #FFFFFF;
      box-shadow: 0px 10px 15px #D8D8D866;
      border: 1px solid #e5dede;
    }

.payment-method .payment-logo,
.payment-method .payment-details {
  display: inline-block;
  vertical-align: middle;
  height: auto;
  line-height: normal;
  float: left;
  text-align: center;
  width: 100%;
}

.payment-method .payment-logo {
  float: left;
  display: block;
  height: auto;
  text-align: center;
  width: 100%;
  display:none;
}

  .payment-method .payment-logo label {
    height: auto;
    width: 100%;
    float: left;
  }

  .payment-method .payment-logo img {
    max-width: 100%;
    height: 30px
  }

.payment-method .payment-details {
  font-size: 12px; /*reset zeroing*/
}

  .payment-method .payment-details label {
    display: inline-block;
    text-align: left;
    height: 124px;
    line-height: 124px;
    text-align: center;
  }

.payment-method .payment-description {
  display: none; /*hidden to prevent conflicts with method-name dynamic width*/
  color: #686767;
}

.payment-info .info {
  margin: 0 0 35px;
}

  .payment-info .info tr {
    display: block;
    margin: 20px 0 0;
  }

    .payment-info .info tr:first-child {
      margin: 0;
    }

  .payment-info .info td {
    display: block;
    width: auto;
  }

    .payment-info .info td:first-child {
      margin: 0 0 5px;
    }

    .payment-info .info td p {
      font-size: 14px;
      color: #8d8c8c;
      margin-bottom: 10px;
      line-height: normal;
    }

    .payment-info .info td label {
      font-weight: bold;
    }

  .payment-info .info input[type="text"] {
    max-width: 400px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
  }

  .payment-info .info input[type="text"] {
    width: 100% !important;
  }

  .payment-info .info input#CardCode {
    width: 60px !important;
  }

  .payment-info .info td select {
    height: 38px;
    margin: 0 5px;
    width: auto;
    background: url(../img/toggle-gray.png) no-repeat 100% center;
    background-size: 28px;
  }

.confirm-order .terms-of-service {
  margin: 0 0 30px;
  background-color: transparent;
  padding: 0;
  text-align: center;
}

  .confirm-order .terms-of-service a {
    margin-left: 5px;
  }

.confirm-order .buttons .button-1 {
  font-size: 15px;
}

.order-completed .title {
  background-color: transparent;
  padding: 0;
  color: #000;
  text-transform: none;
  font-size: 22px;
  font-family: 'GTWalsheimPro-Regular';
}

.order-completed .order-number strong {
  color: #231f20;
  font-size: 18px;
  font-family: 'GTWalsheimPro-Regular';
}

.order-completed .title strong {
  font-weight: 400;
}

.order-completed .details {
  margin: 0 0 30px;
}

  .order-completed .details a {
    display: inline-block;
    margin: 5px 0 0;
    color: #006C99;
    font-family: 'GTWalsheimPro-Regular';
  }

    .order-completed .details a:hover {
      text-decoration: underline;
    }


.order-review-data,
.order-details-area,
.shipment-details-area {
  margin: 0;
  overflow: hidden;
}


.order-details-page .section.products { /*display: none;*/
}

.payment-method > .label,
.shipping-method > .label {
  font-size: 14px;
  color: #686767;
  padding: 0;
}


.order-review-data ul:first-child,
.order-details-area ul:first-child,
.shipment-details-area ul:first-child {
  margin: 0;
}

.order-review-data li,
.shipment-details-area li {
  padding: 2px 0;
  font-size: 14px;
  color: #686767
}

.order-details-area ul.order_id_status {
  display: inline-block;
  width: 100%;
  padding: 50px 0;
}

  .order-details-area ul.order_id_status li {
    display: inline-block;
    padding: 0;
  }

.order-details-area h3 {
  display: block;
  clear: both;
  font-family: 'GTWalsheimPro-Bold';
  padding: 0 8px 10px 0;
}

.order-details-area ul.order_id_status li .order_id_details {
  display: block;
  clear: both;
  font-size: 20px;
}

  .order-details-area ul.order_id_status li .order_id_details.order_total {
    color: #00DC99;
    font-family: GTWalsheimPro-Bold
  }

.address_section {
  padding: 0 0 20px 0;
  display: inline-block;
  width: 100%;
}

.order-details-area ul.order_id_status li .order_id_details.order_status {
  color: #00DC99;
  font-family: GTWalsheimPro-Medium
}

.Order.Delivered {
  color: #00DC99;
}

.order-details-page .total-info .cart-total {
}

.page.order-details-page li.itemsSummary {
  margin-top: 30px;
}

.page.order-details-page button.button-2.summary {
  border: none;
  background: transparent;
  color: #00D292;
  font-size: 16px;
}

  .page.order-details-page button.button-2.summary:hover {
    box-shadow: none;
  }

.page.order-details-page img.blue_arrow {
  margin-left: 10px;
}

.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
  display: block !important;
  margin: 20px 0 5px;
  background-color: transparent;
  padding: 0;
  font-size: 17px;
  font-weight: 400;
  color: #231f20;
  text-transform: uppercase;
}

.address_section .billing-info {
  padding: 0
}

.billing-info {
  font-family: 'GTWalsheimPro-Regular';
  color: #505050;
  font-size: 20px;
  margin: 13px 0px 0px 0px !important;
}


.rating_section {
  width: 100%;
  display: inline-block;
  border-top: #e3e3e3 solid 1px;
  padding: 20px 0;
  border-bottom: #e3e3e3 solid 1px;
}

  .rating_section .rating_Info {
    padding: 5px 0;
    display: block;
  }

  .rating_section .rating_thmb {
    padding: 0;
  }

  .rating_section .rating_note {
    font-size: 0.9em;
    color: #7c7c7c;
  }

  .rating_section h3.rating_head {
    margin-bottom: 0;
    font-family: GTWalsheimPro-Bold
  }

  .rating_section .rating_star {
    display: block;
  }

  .rating_section i.fa.fa-star {
    color: #00DC99;
    padding: 3px;
    text-align: center;
    width: 30px;
    font-size: 25px;
  }

.rating_count {
  color: #00DC99;
  font-size: 1.6em;
  font-family: GTWalsheimPro-Bold;
}

.products_section {
  width: 100%;
  display: inline-block;
  padding: 20px 0;
}

  .products_section h3 {
    padding: 0 0 15px 0;
    font-family: GTWalsheimPro-Bold
  }

  .products_section thead {
    display: none;
    padding: 20px 0;
  }

  .products_section td.product {
    width: 52%;
  }

  .products_section td.unit-price {
    width: 28%;
  }

  .products_section td.total {
    width: 20%;
    text-align: right;
  }

.item_summary_table {
  border: 0;
  background: transparent;
}

  .item_summary_table td {
    border: 0;
    padding: 10px 0;
    font-size: 18px;
    color: #505050;
  }

.section.totals .cart-total td {
  padding: 5px 0;
}

.order_subTotal {
  border-top: #e3e3e3 solid 1px;
  font-size: 1.2em;
  font-family: GTWalsheimPro-Bold;
}

.order_discount {
  color: #00DC99;
}

.section.totals .cart-total tr:nth-last-child(2) td {
  padding: 0 0 10px 0;
}

.order_tracking_area .container {
  width: auto !important;
  background: #fff;
  box-shadow: 0px 35px 45px #DCE9F682;
  padding: 0;
  margin: 0 0 20px 0;
}

.order_tracking_area h3 {
  font-family: GTWalsheimPro-Bold;
  padding: 0 0 30px 0;
}




#tracking-merchant-info, #tracking-rider-info {
  display: inline-block;
  border-bottom: #e7e7e7 solid 1px;
  width: 100%;
  padding: 15px 15px 10px;
}

.merchant_rider_info .thmb {
  padding: 5px 5px 0;
}

  .merchant_rider_info .thmb img {
    width: 40px;
    height: 40px;
    border-radius: 10px 0;
  }

.merchant_rider_info .store_info {
  padding: 0;
}

  .merchant_rider_info .store_info .rate_count {
    color: #222;
    font-size: 14px;
  }

#progressbar h4 {
  font-size: 20px;
  font-family: GTWalsheimPro-Light;
}

#progressbar p {
  color: #bfbfbf;
}

.trackBtn {
  float: right;
  clear: both;
  color: #00DC99;
  background: none;
  border: 0;
}

.rider-tracking-details {
  margin: 0;
  padding: 0;
}

#tracking-orderstatus-info {
  padding: 30px 0 0 0;
}

.rider-tracking-details li {
  clear: both;
  list-style: none;
  display: block;
  padding: 0 0 0 0;
}

  .rider-tracking-details li #progressbar li {
    min-height: 90px;
  }

    .rider-tracking-details li #progressbar li.order-status-record::before {
      content: '';
      display: inline-block;
      float: left;
      background: url(../img/rider_track_sprite.png) no-repeat -60px top;
      width: 50px;
      height: 50px;
      padding: 0;
      margin: 0 30px 0 0;
    }
    /*.rider-tracking-details li #progressbar li.order-status-record::after { content: ''; width: 2px; margin: -5px 0 0 25px; height: 50px; position: absolute; border-left: 2px solid #00dc99; }*/
    .rider-tracking-details li #progressbar li.order-status-record .progress-steps::before {
      content: '';
      width: 2px;
      margin: -40px 0 0 -56px;
      height: 40px;
      position: absolute;
      border-left: 2px dashed #00dc99;
    }
    /*.rider-tracking-details li #progressbar li.order-status-record.active h4::before { border-left: 2px solid #00dc99; }*/
    .rider-tracking-details li #progressbar li.order-status-record.active .progress-steps::before {
      border-left: 2px solid #00dc99;
    }

    .rider-tracking-details li #progressbar li#status-10.order-status-record.active .progress-steps::before {
      border-left: none;
    }

    .rider-tracking-details li #progressbar li.order-status-record.active::before {
      content: '';
      background-position-x: 0;
    }

    .rider-tracking-details li #progressbar li.order-status-record.active::after {
      opacity: 0.5
    }

    .rider-tracking-details li #progressbar li .progress-steps {
      display: inline-block;
      width: 75%;
    }

    .rider-tracking-details li #progressbar li#status-10::before {
      background-position-y: 0;
    }

    .rider-tracking-details li #progressbar li#status-20::before {
      background-position-y: -90px;
    }

    .rider-tracking-details li #progressbar li#status-25::before {
      background-position-y: -180px;
    }

    .rider-tracking-details li #progressbar li#status-30::before {
      background-position-y: -270px;
    }

    .rider-tracking-details li #progressbar li#status-3::before {
      background-position-y: -359px;
    }

    .rider-tracking-details li #progressbar li#status-4::before {
      background-position-y: -450px;
    }

    .rider-tracking-details li #progressbar li#status-40::before {
      background-position-y: -448px;
    }

.low-opacity h4 {
  opacity: 0.2;
}

.low-opacity p {
  opacity: 0.3;
}

.low-opacity h4::before {
  opacity: 1;
}

.progress-track {
  padding-left: 15px;
}

.tracking_msg {
  font-size: 25px;
  margin: 5% auto;
  text-align: center;
  display: block;
}

  .tracking_msg i {
    margin: 0 0 20px 0;
    font-size: 60px;
    display: block;
  }

.error_msg {
  color: #d97116;
}

#map.live_tracking_map {
  height: 735px;
  width: 100%;
}

.orderTypeMsg {
  color: #00DC99;
}

.tracking_steps, .map_container {
  padding: 0;
}





.order-review-data .title:first-child,
.order-details-area .title:first-child,
.shipment-details-area .title:first-child {
  margin-top: 0;
}

.order-details-page .page-title {
  margin: 0 0;
}

  .order-details-page .page-title h1 {
    margin: 0 0 10px;
  }

  .order-details-page .page-title a {
    display: inline-block;
    height: 40px;
    margin: 5px 5px 10px;
    background-color: #00D292;
    padding: 0 15px 0 35px;
    line-height: 40px;
    outline: 2px solid transparent;
    color: #fff;
    transition: all 0.2s ease; /*background-image: url('../img/order-sprite.png'); background-repeat: no-repeat;*/
  }

.print-order-button {
  background-position: left bottom;
}

.pdf-invoice-button {
  background-position: left top;
}

.order-details-page .page-title a:focus,
.order-details-page .page-title a:hover {
  outline-color: #fff;
  color: #fff;
}

.order-details-page .order-overview {
  margin: 0 0 30px;
  padding: 20px 10px;
  font-size: 15px;
}

.order-details-page .order-number {
  margin: 0 0 20px;
  font-size: 16px;
  color: #231f20;
  text-transform: uppercase;
}

.order-details-page .order-info span {
  display: inline-block;
  margin: 5px 0;
}

.order-details-page .section,
.shipment-details-page .section {
  margin: 0 0 50px;
}

  .order-details-page .section .title,
  .shipment-details-page .section .title {
    display: none;
  }

.order-details-page .download {
  margin: 5px 0 0;
}

  .order-details-page .download a,
  .order-details-page .view-details a {
    font-weight: normal;
    color: #ff4f43;
  }

    .order-details-page .download a:hover,
    .order-details-page .view-details a:hover {
      text-decoration: underline;
    }

.order-details-page .tax-shipping-info {
  display: none;
}

.order-details-area .re-order-button {
  border: none;
  outline: 2px solid transparent;
  background: #f2f4f5;
  padding: 10px 15px 10px;
  color: #777;
  margin: 5px 0 10px;
  transition: all 0.2s ease 0s;
}

  .order-details-area .re-order-button:hover {
    outline-color: #f6f6f6;
  }

.order-details-page .selected-checkout-attributes {
  margin: -10px 0;
}

.order-details-page .actions {
  margin: 50px 0 0;
  font-size: 0;
}

  .order-details-page .actions input {
    width: 210px;
    max-width: 100%;
    height: 45px;
    margin: 0 5px 10px;
    border: medium none;
    padding: 0 28px 0 48px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    outline: 2px solid transparent;
    transition: all 0.2s ease 0s;
  }

  .order-details-page .actions .re-order-button {
    background: #ff4f43 url('../img/cart-sprite.png') left 0 no-repeat;
    color: #777;
    display: none;
  }

  .order-details-page .actions .return-items-button {
    background: #ff4f43 url('../img/cart-sprite.png') left -45px no-repeat;
    color: #777;
  }

  .order-details-page .actions input:hover {
    outline-color: #fff;
    color: #ff4f43;
    box-shadow: none;
  }

  .order-details-page .actions input {
    width: auto;
  }

.order-details-page .totals {
  margin: 0 0 50px;
  padding: 10px 0;
  margin-left: auto;
  font-size: 18px;
  border-top: #e3e3e3 solid 1px;
}

.order-details-page .total-info {
  margin: 0 auto;
}

.return-request-page .section {
  margin: 0 0 50px;
}

  .return-request-page .section .title {
    display: none;
  }

.return-request-page .fieldset {
  border: 1px solid #e9e9e9;
  background-color: #fff;
}

  .return-request-page .fieldset .form-fields {
    max-width: 600px;
    margin: auto;
    padding: 30px;
  }

  .return-request-page .fieldset .buttons {
    margin: -20px 0 40px;
  }

.return-request-page .qq-upload-button {
  width: auto;
  height: 40px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  padding: 0 12px;
}

.opc {
}

  .opc .tab-section {
  }

  .opc .step-title {
    overflow: hidden;
    color: #b4b4b4;
  }

.title4 {
  font-size: 18px;
  margin-top: 0;
}

h4.title4 {
  display: inline;
}

.step.a-item .changeLink {
  float: right;
  text-align: right;
  font-size: 14px;
  letter-spacing: 0px;
  color: #00DC99;
  font-family: 'GTWalsheimPro-Bold';
}

  .step.a-item .changeLink:hover {
    color: #aeaeae;
  }

.opc .allow .step-title,
.opc .active .step-title,
.step-title {
  font-size: 24px;
  font-family: 'GTWalsheimPro-Bold';
  margin: 0 0 10px 0;
}

  .opc .allow .step-title img,
  .opc .active .step-title img,
  .step-title img {
    margin-left: 5px;
  }

.opc .tab-section .step-title img {
  display: none;
}

.opc .tab-section.allow .step-title img {
  display: inline-block;
}

.opc .tab-section.allow .step-title {
  color: #000;
  font-size: 24px;
}

#opc-payment_method .step-title {
  margin: 0 0 30px 0;
}

#opc-login-signup {
}

.opc .step-title span {
  float: left;
  margin: 0 20px 0 0;
  font-family: robotoregular;
  font-weight: normal;
  font-size: 20px;
}

.opc .step-title h2 {
  float: left;
  font-size: 20px;
  font-family: robotoregular;
  font-weight: normal;
  line-height: normal;
  text-transform: none;
}

.opc .step {
  padding: 40px;
  background: #fff;
  display: inline-block;
  width: 100%;
}

.opc .section {
  margin: 0 0 30px;
  border: none;
  padding: 0 !important;
}

  .opc .section .section,
  .opc .billing-addresses,
  .opc .shipping-addresses {
    margin: 0;
    border: none;
  }

  .opc .section > label {
    display: block;
    margin: 0 0 10px;
  }

.opc input[type="text"],
.opc input[type="email"],
.opc input[type="tel"],
.opc .inputs select,
.opc select,
.opc textarea {
  height: 40px;
  max-width: 100%;
  width: 98%;
  border: 1px solid #ECECEC;
  font-size: 14px;
  letter-spacing: 1.12px;
  color: #A9A9A9;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  font-weight: normal;
}

.opc .buttons {
  margin-bottom: 0;
}

.opc .back-link {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

  .opc .back-link small {
    display: none;
  }

  .opc .back-link a {
    display: block;
    width: 48px;
    height: 48px;
    background: #777 url('../img/back-link.png') center no-repeat;
  }

    .opc .back-link a:hover {
      background-color: #ff4f43;
    }

.opc .please-wait {
  display: block;
  margin: 15px 0 0;
}

#opc-billing .section,
#opc-shipping .section {
}

.opc .enter-address {
  padding: 0 !important;
}

.opc .select-shipping-address label,
.opc .select-pickup-points label {
  display: block;
  margin: 0 0 10px;
}

.opc .pickup-in-store {
  padding: 10px 0 !important;
}

.opc .pickup-points {
  max-width: none !important;
}

#opc-confirm_order .billing-info,
#opc-confirm_order .shipping-info {
  border: none;
  padding: 0;
}

#opc-confirm_order .table-wrapper {
  margin: 0 -33px; /*hacking the outer padding on smallest resolution*/
}

#opc-confirm_order .terms-of-service {
  margin: 0 0 30px;
  text-align: center;
}

  #opc-confirm_order .terms-of-service a {
    margin: 0 0 0 5px;
  }


/*********** SEARCH & SITEMAP ***********/



.search-input {
  margin: 0 0 50px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  padding: 40px 30px;
}

.basic-search,
.advanced-search {
  width: 480px;
  max-width: 100%;
  margin: auto;
}

  .basic-search .inputs.reversed {
    position: relative;
    height: 48px;
    margin: 0 0 1px;
    background-color: #f9f9f9;
    padding: 12px 20px;
  }

    .basic-search .inputs.reversed input {
      position: absolute;
      visibility: hidden;
    }

    .basic-search .inputs.reversed label {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 0 20px;
      line-height: 48px;
      text-transform: uppercase;
      cursor: pointer;
    }

      .basic-search .inputs.reversed label:after {
        content: "";
        position: absolute;
        top: 19px;
        right: 19px;
        width: 10px;
        height: 10px;
        background: #ff4f43 url('../img/toggle-button.png') center no-repeat;
      }

.advanced-search {
  background-color: #f9f9f9;
  padding: 30px 25px 20px;
}

  .advanced-search .inputs label {
    white-space: normal;
  }

    .advanced-search .inputs label:first-child {
      text-align: center;
    }

  .advanced-search input + label {
    display: inline;
    margin: 0 0 0 6px;
    font-weight: normal;
  }

  .advanced-search .price-range {
    display: block;
    text-align: center;
  }

    .advanced-search .price-range input {
      width: 70px;
      margin: 0 5px;
    }

.search-input .button-1 {
  border: none;
  background-color: #ff4f43;
  padding: 15px 30px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  outline: 1px solid transparent;
  transition: all 0.2s ease;
}

  .search-input .button-1:hover {
    outline-color: #ff4f43;
  }

.search-input .warning,
.search-results .result {
  display: block;
  margin: 10px 0 0;
  font-weight: normal;
  color: #ff4f43;
}

.search-results {
  margin: 30px 0 0;
}

  .search-results .warning,
  .search-results .no-result {
    text-align: center;
  }

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

.sitemap-page .entity-wrapper {
  border: 1px solid #e9e9e9;
  background-color: #fff;
}

.sitemap-page .entity-title {
  background-color: #f9f9f9;
  padding: 25px 30px;
  color: #231f20;
  text-transform: uppercase;
}

  .sitemap-page .entity-title h2 {
    font-size: 15px;
  }

.sitemap-page .entity-body {
  padding: 30px;
  line-height: 24px;
}

.sitemap-page li {
  display: inline-block;
  margin: 5px;
}

.sitemap-page a {
  display: block;
}

  .sitemap-page a:hover {
    color: #ff4f43;
  }

  .sitemap-page a:empty {
    display: none;
  }


/********** BLOG & NEWS **********/



.year strong {
  display: block;
  cursor: default;
}

.blogpost-page .page-title,
.news-item-page .page-title {
  display: block !important;
  margin: 0 0 10px;
  border: none;
  padding: 0;
  text-transform: none;
}

  .blogpost-page .page-title h1,
  .news-item-page .page-title h1 {
    font-size: 25px;
  }

.blog-page .post,
.news-items .news-item {
  position: relative;
  margin: 0 0 20px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  padding: 30px;
}

  .blog-page .post:after,
  .news-items .item:after {
    content: "";
    display: block;
    clear: both;
  }

.post-head,
.news-head {
  margin: 0 0 20px;
}

.post-title,
.news-title {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 25px;
  font-weight: bold;
  color: #333 !important;
  text-decoration: none !important;
}

.post-date,
.news-date {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #999;
}

.post-body,
.news-body {
  margin: 0 0 30px;
  line-height: 30px;
}

  .post-body a,
  .news-body a {
    color: #ff4f43;
  }

    .post-body a:hover,
    .news-body a:hover {
      text-decoration: underline;
    }

  .post-body img,
  .news-body img {
    max-width: 100%;
  }

.blog-page .tags,
.blogpost-page .tags {
  display: inline-block;
  margin: 0 0 10px;
  overflow: hidden;
}

  .blog-page .tags label,
  .blogpost-page .tags label {
    display: block;
    margin: 0 0 10px;
    font-size: 13px;
  }

  .blog-page .tags ul,
  .blogpost-page .tags ul {
    font-size: 0;
  }

  .blog-page .tags li,
  .blogpost-page .tags li {
    display: inline-block;
    margin: 3px;
    font-size: 13px; /*reset zeroing*/
  }

    .blog-page .tags li.separator,
    .blogpost-page .tags li.separator {
      display: none;
    }

  .blog-page .tags a,
  .blogpost-page .tags a {
    display: inline-block;
    background-color: #f6f6f6;
    padding: 0 10px;
    line-height: 26px;
    color: #ff4f43;
    transition: all 0.2s ease;
  }

    .blog-page .tags a:hover,
    .blogpost-page .tags a:hover {
      background-color: #fbfbfb;
    }

.blog-posts .buttons {
  overflow: hidden;
}

.blog-posts .read-more,
.blog-posts .read-comments {
  display: inline-block;
  line-height: 32px;
}

.blog-posts .read-more,
.blog-posts .read-comments {
  padding: 10px 0;
  text-transform: capitalize;
}

.blog-posts .read-more {
  margin: 0 0 0 10px;
}

  .blog-posts .read-more:before {
    content: "|";
    margin: 0 12px 0 0;
    color: #777 !important;
  }

  .blog-posts .read-more:hover,
  .blog-posts .read-comments:hover {
    color: #ff4f43;
  }

.blog-posts .post-head,
.blog-posts .read-comments {
  display: none; /*default html order changed because of the Rich Blog*/
}

.blogpost-page .page-body,
.news-item-page .page-body {
  border: 1px solid #e9e9e9;
  background-color: #fff;
}

.blogpost-page .post,
.news-item-page .news-item,
.comment-list .comment,
.new-comment .form-fields {
  padding: 30px;
}

.news-items .buttons {
  margin: -5px 0 5px;
  font-size: 0;
}

.news-items .read-more {
  font-size: 14px; /*reset zeroing*/
  font-weight: bold;
  color: #ff4f43;
  text-transform: capitalize;
}

  .news-items .read-more:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 20px;
    margin: -1px -25px 0 0;
    background: #777 url('../img/pointer-color.png') center no-repeat;
    vertical-align: middle;
    transition: all 0.2s ease;
  }

.new-comment .message-error {
  margin: 30px 0 0;
  text-align: center;
}

.new-comment .result {
  margin: 30px 0 0;
  color: #4fbb41;
  text-align: center;
}

.new-comment .inputs {
  text-align: center;
}

  .new-comment .inputs label {
    display: none;
  }

.new-comment textarea {
  min-height: 180px;
}

.new-comment .captcha-box {
  margin: 0;
}

.new-comment .buttons {
  padding: 0 0 10px;
}

.new-comment .button-1 {
  border: none;
  background-color: #ff4f43;
  padding: 15px 30px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  outline: 1px solid transparent;
  transition: all 0.2s ease;
}

  .new-comment .button-1:hover {
    outline-color: #ff4f43;
  }

.comment-list .title {
  background-color: #f9f9f9;
  padding: 25px 30px;
  font-size: 15px;
  color: #231f20;
  text-transform: uppercase;
}

.blog-comment,
.news-comment {
  border-top: 1px solid #f0f0f0;
}

  .blog-comment:first-child,
  .news-comment:first-child {
    border: none;
  }

  .blog-comment:after,
  .news-comment:after {
    content: "";
    display: block;
    clear: both;
  }

.comment-info {
  width: 150px;
  margin: 0 auto 20px;
}

  .comment-info .username {
    display: block;
    margin: 0 0 10px;
    font-weight: bold;
  }

  .comment-info .avatar {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
  }

    .comment-info .avatar img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 100%;
      max-height: 100%;
      margin: auto;
    }

.comment-title {
  color: #231f20;
}

.comment-time {
  margin: 0 0 10px;
  color: #999;
}

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

.news-item-page .news-body {
  margin: 0;
}

.news-item-page .inputs:first-child label {
  display: block;
}

.news-list-homepage {
  margin: 0 0 60px;
}

  .news-list-homepage .title {
    margin: 0 0 20px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 5px;
    font-size: 22px;
    color: #231f20;
    text-transform: uppercase;
  }

  .news-list-homepage .news-title {
    font-size: 16px;
  }

  .news-list-homepage .view-all {
    margin: 30px 0 0;
    text-align: center;
  }

    .news-list-homepage .view-all a {
      display: inline-block;
      border: none;
      background-color: #ff4f43;
      padding: 10px 20px;
      font-size: 12px;
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      outline: 1px solid transparent;
      transition: all 0.2s ease;
    }

      .news-list-homepage .view-all a:hover {
        outline-color: #ff4f43;
      }


/********** FORUM & PROFILE **********/



.forums-main-page .topic-block {
  margin: 0 0 35px;
}

.forums-main-page .topic-block-title h2 {
  font-size: 22px;
}

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

.forums-header {
  margin: 35px 0;
}

  .forums-header:after {
    content: "";
    display: block;
    clear: both;
  }

.current-time {
  display: none;
}

.forum-search-box form {
  display: inline-block;
}

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

.forum-search-box .search-box-text {
  float: left;
  height: 40px;
  border: none;
  padding: 0 18px;
}

.forum-search-box .search-box-button {
  float: left;
  width: 40px;
  height: 40px;
  border: none;
  background: #ff4f43 url('../img/search-button.png') center no-repeat;
  font-size: 0;
}

.forum-search-box .advanced a {
  font-size: 13px;
}

  .forum-search-box .advanced a:hover {
    color: #231f20;
  }

.forum-search-page .advanced-search {
  margin: 0 auto;
}

.forum-search-page .search-error {
  padding: 15px;
  text-align: center;
  color: #ff4f43;
}

.forum-search-page .search-results {
  margin: 0 0 15px;
}

.forum-search-page .pager.upper {
  display: none;
}

/* forum group */

.forums-table-section {
  margin: 0 0 30px;
}

  .forums-table-section + .forums-table-section {
    margin-top: 50px;
  }

  .forums-table-section a {
    vertical-align: middle;
  }

.forums-table-section-title {
  position: relative;
  margin: 0 0 -1px;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 25px 30px;
  font-size: 15px;
  color: #231f20;
  text-transform: uppercase;
}

  .forums-table-section-title > a,
  .forums-table-section-title strong {
    float: left;
    font-size: 15px;
    font-weight: bold;
  }

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

.forums-table-section .view-all {
  margin: 30px 0 0;
}

  .forums-table-section .view-all a {
    display: inline-block;
    background-color: #ff4f43;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    outline: 1px solid transparent;
    transition: all 0.2s ease 0s;
  }

    .forums-table-section .view-all a:hover {
      outline-color: #ff4f43;
    }

.forums-table-section .image {
  padding: 20px 0;
}

  .forums-table-section .image div {
    width: 40px;
    height: 35px;
    margin: auto;
    background-image: url('../img/forum-sprite-1.png');
    background-repeat: no-repeat;
  }

    .forums-table-section .image div.sticky {
      background-position: center;
    }

    .forums-table-section .image div.announcement {
      background-position: right;
    }

.forums-table-section .forum-title,
.forums-table-section .topic-title {
  margin: 0 0 10px;
}

  .forums-table-section .forum-title a,
  .forums-table-section .topic-title a {
    vertical-align: middle;
    font-weight: bold;
    color: #231f20;
  }

    .forums-table-section .forum-title a:hover,
    .forums-table-section .topic-title a:hover {
      color: #ff4f43;
    }

  .forums-table-section .forum-title span,
  .forums-table-section .topic-title span {
    vertical-align: middle;
  }

.forums-table-section .latest-post {
  white-space: nowrap;
}

  .forums-table-section .latest-post div {
    font-size: 13px;
  }

    .forums-table-section .latest-post div * {
      vertical-align: baseline;
    }

.active-discussions-page .pager.upper {
  display: none;
}

.active-discussions-page .pager.lower {
  margin: 30px 0 0;
}

.topic-starter label,
.topic-starter a {
  vertical-align: baseline;
}

/* forum-page, topic-page */

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

.forum-page .forum-name,
.forum-topic-page .topic-name {
  margin: 0 0 30px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
  text-transform: uppercase;
}

  .forum-page .forum-name h1,
  .forum-topic-page .topic-name h1 {
    font-size: 22px;
    color: #231f20;
  }

.forum-page .forum-description {
}

.forum-actions,
.topic-actions {
  margin: 0 0 20px;
  font-size: 0;
}

  .forum-actions .actions a,
  .topic-actions .actions a {
    display: inline-block;
    margin: 5px;
    background-color: #888;
    background-image: url('../img/forum-sprite-2.png');
    background-repeat: no-repeat;
    padding: 0 10px 0 30px;
    line-height: 35px;
    font-size: 14px;
    transition: all 0.2s ease;
  }

    .forum-actions .actions a:hover,
    .topic-actions .actions a:hover {
      background-color: #ff4f43;
    }

  .forum-actions .actions .new-topic {
    background-position: left -175px;
  }

  .forum-actions .actions .watch-forum,
  .topic-actions .actions .watch-forum {
    background-position: left -140px;
  }

  .forum-actions .pager.upper,
  .topic-actions .pager.upper {
    margin: 30px 0;
  }

  .topic-actions .edit-topic-button {
    background-position: left 0;
  }

  .topic-actions .delete-topic-button {
    background-position: left -35px;
  }

  .topic-actions .move-topic-button {
    background-position: left -70px;
  }

  .topic-actions .reply-topic-button {
    background-position: left -105px;
  }

  .topic-actions .watch-topic-button {
    background-position: left -140px;
  }

  .topic-actions.lower .actions {
    display: none;
  }

/* topic post */

.topic-post {
  margin: 30px 0;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  padding: 25px 30px 35px;
}

  .topic-post:after {
    content: "";
    display: block;
    clear: both;
  }

  .topic-post .post-info {
    width: 150px;
    margin: 0 auto 20px;
  }

  .topic-post .username {
    display: block;
    margin: 0 0 10px;
    line-height: 35px;
    font-weight: bold;
  }

  .topic-post a.username:hover {
    color: #231f20;
  }

  .topic-post .avatar {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
  }

    .topic-post .avatar a {
      display: block;
      height: 100%;
    }

    .topic-post .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: 15px 0;
  }

    .topic-post .user-stats li {
      display: inline-block;
      margin: 0 10px;
    }

    .topic-post .user-stats span,
    .profile-info-box .profile-stats span {
      margin: 0 0 0 3px;
    }

  .topic-post .pm-button,
  .profile-info-box .pm-button {
    display: inline-block;
    background: #888 url('../img/forum-sprite-2.png') left -210px no-repeat;
    padding: 0 10px 0 30px;
    line-height: 35px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.2s ease;
  }

    .topic-post .pm-button:hover,
    .profile-info-box .pm-button:hover {
      background-color: #ff4f43;
    }

  .topic-post .post-time {
    margin: 0 0 15px;
    font-weight: bold;
    font-style: italic;
    color: #999;
  }

  .topic-post .post-actions {
    margin: 0 0 15px;
    font-size: 0;
  }

    .topic-post .post-actions > div {
      margin: 20px 0;
    }

    .topic-post .post-actions a {
      display: inline-block;
      margin: 0 5px;
      font-size: 14px; /*reset zeroing*/
    }

    .topic-post .post-actions .manage-post a {
      margin: 5px;
      box-shadow: inset 0 0 20px #e9e9e9;
      background-color: #888;
      background-image: url('../img/forum-sprite-2.png');
      background-repeat: no-repeat;
      padding: 0 10px 0 30px;
      line-height: 35px;
      transition: all 0.2s ease;
    }

    .topic-post .post-actions .edit-post-button {
      background-position: left 0;
    }

    .topic-post .post-actions .delete-post-button {
      background-position: left -35px;
    }

    .topic-post .post-actions .quote-post a {
      vertical-align: middle;
      line-height: 35px;
    }

    .topic-post .post-actions .post-link-button {
      padding: 0 10px;
      font-weight: bold;
      color: #ff4f43;
    }

    .topic-post .post-actions .quote-post-button {
      border: none;
      background-color: #ff4f43;
      padding: 0 20px;
      font-size: 12px;
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      outline: 1px solid transparent;
      transition: all 0.2s ease 0s;
    }

      .topic-post .post-actions .quote-post-button:hover {
        outline-color: #ff4f43;
      }

  .topic-post .user-posted-image,
  .latest-posts .user-posted-image {
    max-width: 100%;
    height: auto;
  }

  .topic-post .quote,
  .latest-posts .quote {
    margin: 10px 0;
    border: 1px dashed #e9e9e9;
    background-color: #f9f9f9;
    padding: 15px 20px;
  }

  .topic-post .post-vote {
    display: inline-block;
    position: relative;
    height: 32px;
    margin: 30px 0 0;
    overflow: hidden;
  }

    .topic-post .post-vote > span {
      position: absolute;
      top: 0;
      width: 32px;
      height: 32px;
      background-color: #f93b54;
      background-image: url('../img/table-sprite.png');
      background-repeat: no-repeat;
      cursor: pointer;
    }

    .topic-post .post-vote > .vote.up {
      right: 0;
      background-position: center 0;
    }

    .topic-post .post-vote > .vote.down {
      left: 0;
      background-position: center -32px;
    }

    .topic-post .post-vote > div {
      padding: 0 45px;
      line-height: 32px;
      font-weight: bold;
    }

  .topic-post .signature {
    border-top: 1px solid #e9e9e9;
    padding: 30px 0 0;
    font-style: italic;
  }

/* forum edit & send message */

.forum-edit-page .page-body,
.move-topic-page .page-body,
.private-message-send-page .page-body {
  max-width: 820px;
  margin: auto;
  border: 1px solid #e9e9e9;
  background-color: #fff;
}

.forum-edit-page .inputs.main,
.private-message-send-page .inputs.main {
  margin: 0;
  border-bottom: 1px solid #e9e9e9;
  background-color: #f9f9f9;
  padding: 25px 30px;
}

  .forum-edit-page .inputs.main label,
  .private-message-send-page .inputs.main label
  /*,
.private-message-send-page .message label*/ {
    display: none;
  }

  .forum-edit-page .inputs.main strong,
  .private-message-send-page .inputs.main a {
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    color: #231f20;
    text-transform: uppercase;
  }

.forum-edit-page .fieldset,
.move-topic-page .fieldset,
.private-message-send-page .fieldset {
  margin: 0;
}

.forum-edit-page .form-fields,
.move-topic-page .form-fields,
.private-message-send-page .form-fields {
  padding: 30px;
}

.forum-edit-page strong.topic-subject {
  font-size: 15px;
  font-weight: normal;
  color: #231f20;
  text-transform: uppercase;
}

.forum-edit-page .inputs.reversed label {
  display: inline;
  margin: 0 0 0 8px;
  white-space: normal;
}

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

.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
  margin: 0 0 15px;
}

.forum-edit-page .buttons,
.move-topic-page .buttons,
.private-message-send-page .buttons {
  position: relative; /*underlaying buttons fix*/
  margin: -50px 0 10px;
  padding: 30px;
}

.forum-edit-page .button-1,
.move-topic-page .button-1,
.private-messages .button-1 {
  min-width: 120px;
  margin: 0 8px;
  border: none;
  background-color: #ff4f43;
  padding: 15px 30px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  outline: 1px solid transparent;
  transition: all 0.2s ease;
}

  .forum-edit-page .button-1:hover,
  .move-topic-page .button-1:hover,
  .private-messages .button-1:hover {
    outline-color: #ff4f43;
  }

.forum-edit-page .button-2,
.move-topic-page .button-2,
.private-messages .button-2 {
  min-width: 60px;
  margin: 0 8px;
  border: none;
  background-color: transparent;
  padding: 15px 0;
  font-size: 13px;
  font-weight: bold;
  color: #777;
  text-transform: uppercase;
}

  .forum-edit-page .button-2:hover,
  .move-topic-page .button-2:hover,
  .private-messages .button-2:hover {
    color: #ff4f43;
  }

/* inbox & view message */

.private-messages-page .table-wrapper {
  overflow-x: auto;
}

.private-messages-page .pm-unread {
  color: #ff4f43;
}

.private-messages-page .subject {
  text-align: left;
}

.private-messages-page .pager {
  margin-top: 20px;
}

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

.private-message-view-page .view-message {
  min-height: 200px;
  margin: 0 0 30px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  padding: 30px;
}

.private-message-view-page .message-head {
  margin: 10px 0 30px;
}

  .private-message-view-page .message-head li {
    display: inline-block;
    margin: 0 0 10px;
  }

  .private-message-view-page .message-head label {
    font-weight: bold;
  }

  .private-message-view-page .message-head span {
    margin: 0 10px 0 0;
    vertical-align: middle;
  }

    .private-message-view-page .message-head span:after {
      content: "|";
      margin: 0 0 0 10px;
    }

  .private-message-view-page .message-head .subject span:after {
    display: none;
  }

.private-message-view-page .message-body {
  margin: 0 0 25px;
  line-height: 30px;
}

.private-message-view-page .message {
  display: block !important;
  margin: 15px 0;
  border: 1px solid #ccc;
  padding: 15px;
}

.private-message-view-page .back-pm-button {
  display: none;
}

/* profile page  */

.profile-info-box {
  text-align: center;
}

  .profile-info-box .avatar {
    position: static;
    margin: 0 0 25px;
    font-size: 0;
  }

    .profile-info-box .avatar img {
      border: 1px solid #f3f3f3;
    }

  .profile-info-box .profile-stats {
    margin: 0 0 20px;
    padding: 0 20px;
  }

  .profile-info-box .title {
    margin: 0 0 10px;
    font-size: 18px;
  }

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

  .profile-page .topic:first-child {
    margin: 0;
    border: none;
  }

.profile-page .topic-title {
  margin: 0 0 20px;
  background-color: #f9f9f9;
  padding: 25px 30px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

  .profile-page .topic-title a {
    margin: 0 0 0 5px;
    vertical-align: middle;
    color: #231f20;
  }

    .profile-page .topic-title a:hover {
      color: #ff4f43;
    }

.profile-page .topic-body {
  line-height: 30px;
}

.profile-page .quote {
  margin: 10px;
  background-color: transparent;
}

.profile-page .topic-data {
  margin: 20px 0;
  padding: 0 30px;
  color: #999;
}

.shopping-cart-page-body {
}

  .shopping-cart-page-body .master-wrapper-content {
    width: 100%;
    margin: 0 auto;
  }

.shopping-cart-page-body {
}

.shopping-cart-page-body {
}

.restaurListSection .restaurBox .venlatCls,
.restaurListSection .restaurBox .venlongCls {
  display: none;
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.html-product-details-page .card-header .btn:focus {
  outline: none;
  box-shadow: none;
}

.card-body {
  padding: 0 0 20px 0;
  line-height: 24px;
  font-size: 18px;
  color: #616161;
}

.html-product-details-page .card-header .collapsed:before {
  background-position: -65px -371px !important;
}

.html-product-details-page .card-header .btn:before {
  content: "";
  background: url(../img/iconsList1.png) no-repeat;
  height: 25px;
  width: 28px;
  position: absolute;
  background-position: -2px -371px;
  right: 0;
}
/*accordian-plus
*/ .html-product-details-page .card-header .btn {
  font-size: 22px;
  color: #0a0a0a;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  padding: 0;
  background-color: #f4f3f3;
}

  .html-product-details-page .card-header .btn:hover {
    box-shadow: none;
  }

.html-product-details-page .card-header {
  background: none;
  padding: 15px 0px 10px;
  border-bottom: 0;
}

.html-product-details-page .card {
  border: none;
  border-top: 1px solid #dcdcdc;
  border-radius: 0;
  padding: 0 15px;
}

.merchantDetails-page .master-wrapper-content,
.html-product-details-page .master-wrapper-content {
  width: 100%;
  margin: 0 auto;
  z-index: 0;
}

.merchantDetails-page .bar.clearfix .picture,
.html-checkout-page .bar.clearfix .picture,
.html-product-details-page .bar.clearfix .picture {
  position: absolute;
  border: 1px solid #e6e6e6;
  height: 38px;
  border-radius: 4px;
  left: 11px;
}

  .merchantDetails-page .bar.clearfix .picture > a > img,
  .html-checkout-page .bar.clearfix .picture > a > img,
  .html-product-details-page .bar.clearfix .picture > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .merchantDetails-page .bar.clearfix .picture > a,
  .html-checkout-page .bar.clearfix .picture > a,
  .html-product-details-page .bar.clearfix .picture > a {
    height: 36px;
    width: 39px;
    display: inline-block;
  }

.merchantDetails-page p.leftHead, .html-checkout-page p.leftHead,
.html-product-details-page p.leftHead, .html-checkout-page p.leftHead {
  border-bottom: 1px solid #00D292;
  width: 41%;
  padding-bottom: 8px !important;
  margin-bottom: -1px;
}

.html-product-details-page div#flyout-cart {
  box-shadow: 0 1px 12px rgb(185 179 179 / 50%);
  margin-top: 20px;
}

.merchantDetails-page p.merchant-left-Categories,
.html-product-details-page p.merchant-left-Categories,
.merchantDetails-page .leftBoxMerchant .leftTab p {
  color: #3E3E3E;
  font-size: 24px;
  font-family: GTWalsheimPro-Bold;
}

.merchantDetails-page p.merchant-left-Categories,
.html-product-details-page p.merchant-left-Categories {
  width: 35%;
}

.merchantDetails-page .leftBoxMerchant .leftTab p.merchant-left-Categories,
.html-product-details-page .leftTab p.merchant-left-Categories {
  width: 100px;
}

.merchantDetails-page .head-center {
  width: 17%;
  text-transform: uppercase;
  font-size: 18px;
  border-bottom: 1px solid #00D292;
}

.html-product-details-page .backProductLeft {
  background-color: #f4f3f3;
}

.merchantDetails-page .leftBoxMerchant .leftTab,
.html-product-details-page .leftTab {
  background: #fff;
  padding: 2px 20px 40px 20px;
  display: inline-block;
  width: 285px;
  max-width: 285px;
  min-height: inherit;
  max-height: inherit;
  height: auto;
  overflow: auto;
}

  .merchantDetails-page .leftBoxMerchant .leftTab.sticky { /*max-height: initial;*/
    -webkit-transition: max-height .5s ease-in;
    -moz-transition: max-height .5s ease-in;
    transition: max-height .5s ease-in;
    height: 408px !important;
    max-height: 408px !important;
    min-height: 408px !important;
    animation: smoothScroll 0s forwards
  }

  .html-product-details-page .leftTab #brandName, .html-product-details-page .leftTab .packsize, .html-product-details-page .leftTab #slider-3 {
    display: none;
  }

.merchantDetails-page .heading-leftTab,
.html-product-details-page .heading-leftTab {
  margin: 0px 0px 20px 0px;
  display: block;
  width: 100%;
  float: left;
}

.html-product-details-page .heading-leftTab,
.html-product-details-page input.brandInput,
.html-product-details-page .side-3 .merchantCheckBox,
.html-product-details-page .side-3 label {
  display: none;
}

  .html-product-details-page .heading-leftTab.cat {
    display: block !important;
  }

.merchantDetails {
  background-color: #f4f3f3;
  padding: 35px 0 0;
}

.isDelivery,
.isTakeAway {
  height: 0;
  font-size: 0;
}

.menuItemsBlock .menuItemsList .itemImg {
}

.itemInfo .bar .prices,
.itemInfo .bar .buttons {
  display: inline-block;
}

.itemInfo .bar .buttons {
  position: relative;
}

  .itemInfo .bar .buttons .productQuantityTextBox {
    width: 100px;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 37px;
    display: none;
  }

  .itemInfo .bar .buttons .minusQt {
    position: absolute;
    left: 10px;
    z-index: 99;
    font-size: 33px;
    line-height: 33px;
    width: 24px;
    height: 37px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    display: none;
  }

  .itemInfo .bar .buttons .addQt {
    position: absolute;
    right: 126px;
    z-index: 99;
    top: 2px;
    font-size: 20px;
    line-height: 33px;
    width: 24px;
    height: 37px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    display: none;
  }

.itemInfo .bar .prices span {
  color: #6b0500;
  font-size: 1.250em;
  font-family: 'robotomedium';
}

.itemInfo .bar .buttons button {
  padding: 5px 15px;
  margin-left: 5px;
  background: #fe585e;
  background: -webkit-linear-gradient(34deg, #2e2c2f, #596f71);
  background: -o-linear-gradient(34deg, #2e2c2f, #596f71);
  background: -moz-linear-gradient(34deg, #2e2c2f, #596f71);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #fff;
}

  .itemInfo .bar .buttons button span {
    color: #fff;
    font-size: 13px;
  }

.buttons .ajax-cart-button-wrapper input[type="text"],
.buttons .ajax-cart-button-wrapper select {
  position: static;
}

.catIdL {
  font-size: 0;
  display: none;
}

.datanotFountText {
  display: none;
  font-size: 12px;
  color: #ff4f43;
  padding: 10px 0 0 0;
}

.searchLoaderImg {
  display: none;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0px;
}

  .searchLoaderImg img {
    height: 120px;
  }

.shopping-cart-page {
  max-width: 96%;
  margin: 40px auto 0;
}

  .shopping-cart-page h1 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    line-height: normal;
    text-transform: capitalize;
  }

.ajaxCart .k-window-titlebar .k-window-actions a {
  border-radius: 50%;
}

.k-window.ajaxCart {
  position: fixed;
  width: 100% !important;
  max-width: 853px;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  margin: 0;
}

.attributes li {
}

  .attributes li input {
    height: auto;
    line-height: normal;
  }

.productAddedToCartWindowTitle,
.ajaxCart .miniProductDetailsView .product-name {
  font-size: 18px;
  width: 100%;
  text-align: left;
  position: static;
  padding: 0;
}

.k-window.ajaxCart .k-window-titlebar {
  padding: 0;
  border-bottom: none;
}

.ajaxCart .overview .product-price,
.ajaxCart .variant-overview .product-price {
  font-size: 14px;
}

.miniProductDetailsView .product-essential .gallery {
  width: 40%;
}

  .miniProductDetailsView .product-essential .gallery .picture img {
    width: auto;
  }

.miniProductDetailsView .product-essential .overview {
  float: left;
  width: 58%;
  padding: 0 2%;
}

.popupFooterButton {
}


.cross-sells .product-rating-box {
}

.product-grid.cross-sells .item-box .product-rating-box,
.product-grid.cross-sells .item-box .buttons-upper {
  display: none
}

.product-grid.cross-sells .item-box .buttons-lower {
  position: static;
  max-width: 166px;
  margin: 0px auto 10px;
  border: none;
}

.product-grid.cross-sells .item-box .product-item {
  padding: 10px;
}

.product-grid.cross-sells .item-box .product-title a {
  display: block;
  font-family: 'robotomedium';
  font-size: 1.250em;
  color: #6b0500;
  padding-top: 10px;
}

.cross-sells .item-box .actual-price {
  display: block;
  font-size: 1.125em;
  padding: 0 0 15px;
}

.cross-sells .item-box .buttons-lower button span,
.product-grid.cross-sells .item-box:hover .buttons-lower button span {
  color: #fff;
  padding: 0;
  background-color: transparent;
}

.item-box .buttons-lower button span:before,
.item-box .buttons-lower button span:after {
  display: none;
}

.cross-sells .cart-total .order-total {
  color: #6b0500;
}



.merchantDetails .restaurInfoSection .restaurInfo .bar.clearfix.pull-right.book-table {
  padding: 5px 10px 5px 0;
  position: absolute;
  right: 0;
  background: #148983;
  border-radius: 2px;
  font-weight: bold;
  box-shadow: -8px 10px 12px -7px #0e635f;
}

#menuItemSectionArea.stickyCategory {
  top: 0;
  width: 100%;
  z-index: 9;
}

.foodMenuSection {
  clear: both;
  position: relative;
  z-index: 99;
  border-top: 1px dashed #acacac;
  border-bottom: 1px dashed #acacac;
}

.stickyCategory .foodMenuSection {
  position: absolute;
  width: 100%;
  z-index: 9;
  bottom: 0px;
  height: 218px;
}

.foodMenuSection.sticky {
  transition: 0.2s;
  position: fixed;
  transition: 0.2s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}

.checkOutBlock.sticky {
}

.foodMenuSection.sticky + .menuItemSection {
  margin-top: 68px;
}

.itemInfo .bar .prices {
  margin-right: 15px;
}

.foodMenuBar .menu {
  position: relative;
}

.selectedTime,
.timeChangeBtnSet {
  display: none;
}

  .selectedTime .form-control {
    display: inline-block;
    width: 85px;
    padding: 0;
    text-transform: uppercase;
  }

.selectedTime {
}

.ajaxCart .miniProductDetailsView .attributes {
  margin: 15px;
}

.ajaxCart .attributes dt label {
  line-height: normal;
  font-size: 12px;
}

.ajaxCart .attributes dt {
  margin: 0 5px 0 0;
  clear: both;
}

.ajaxCart .attributes li {
  margin: 0;
}

.ajaxCart .attributes dd {
  margin: 0 0 10px 0;
}

.ajaxCart .attributes .option-list label {
  font-size: 12px;
}

.ajaxCart .miniProductDetailsView .short-description {
  margin: 20px 0 10px;
  font-size: 12px;
  line-height: normal;
  text-align: center;
}

.miniProductDetailsView .prices {
  margin-bottom: 10px !important;
  text-align: center !important;
}

.delveryTimeBtn {
  clear: both;
  display: none;
}

  .delveryTimeBtn button,
  .delveryTimeBtn input + label {
    padding: 5px 15px;
    margin-left: 0;
    border: 1px dashed #158489;
    background: none;
    color: #158489;
    border-radius: 10px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
  }

  .delveryTimeBtn > div {
    display: inline-block;
    width: 49%;
    position: relative;
  }

  .delveryTimeBtn input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    background: #03a2b2;
    cursor: pointer;
    opacity: .1;
  }

    .delveryTimeBtn button.active,
    .delveryTimeBtn button:hover,
    .delveryTimeBtn input:checked ~ label,
    .delveryTimeBtn input:checked + label {
      background: #03a2b2;
      color: #fff;
    }

.checkOutSection .estTime {
  margin: 15px 0;
  display: none;
}

  .checkOutSection .estTime label {
    font-size: 14px;
  }

  .checkOutSection .estTime span {
    font-weight: 600;
    color: #03a2b2;
  }

.hide.haveAttrTat {
  display: block !important;
}

.getNameEmailtt {
  display: none;
}

.block-account-navigation .list a:hover {
  color: #00D292 !important;
}

.checkoutGestText {
}

  .checkoutGestText .buttons {
    text-align: left;
  }

.pR0 {
  padding-right: 0;
}

.pL0 {
  padding-left: 0;
}

.colorBlue {
  color: blue;
}

.bTableTitle {
  font-size: 30px;
  text-align: center;
  position: relative;
  top: -10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.bTableImg {
  width: auto;
  height: 230px;
}

.fancybox-content {
  padding: 15px !important;
}

.k-window.ajaxCart + .k-window.ajaxCart,
.k-window.quickView, .k-window.ajaxCart + .k-overlay + .k-window.ajaxCart, .k-window.ajaxCart + .k-overlay {
  display: none !important;
}
/* typical tablet screen resolution */
@media only screen and (max-width : 834px) { 
  .facebook-login-block, .google-login-block { float: none; }
}  
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
}

.html-topic-page h1{
    font-size:22px;
}

.html-topic-page h2{
    font-size:20px;
}

h3.salient {
  font-size: 40px;
  letter-spacing: 2px;
  font-family: 'GTWalsheimPro-Bold';
  margin: 0 0 40px 0;
}

  h3.salient em {
    font-style: normal;
    color: #00D292;
  }


.html-rider-seller-signup-page h1 {
  font-size: 34px;
  color: #ffffff;
  text-transform: uppercase;
}

h2.second-head {
  color: #00d292 !important;
  font-size: 30px;
}

