/* Minification failed. Returning unminified contents.
(2310,28): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(2311,24): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(2312,17): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one-text-color'
(2332,30): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(2333,26): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(2334,19): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one-text-color'
(2336,28): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(2337,24): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(2338,17): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one-text-color'
(2340,30): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one-light'
(2343,26): run-time error CSS1039: Token not allowed after unary operator: '-partner-top-bar-color'
(2410,34): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(2537,23): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(2578,30): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one-dark'
(2657,25): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(2674,26): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(2689,23): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(2692,30): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one-light'
(2695,23): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one-text-color'
(2702,32): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one-light'
(2708,21): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one-text-color'
(2716,34): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one-light'
(2765,34): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one-dark'
(2782,19): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(2811,34): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(2812,23): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one-text-color'
(2814,25): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one-text-color'
(2821,25): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(2826,34): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(2827,23): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one-text-color'
(2831,25): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one-text-color'
(2925,30): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(2926,26): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(2927,19): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one-text-color'
(3203,30): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(3204,19): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one-text-color'
(3309,28): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(3310,24): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(3311,17): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one-text-color'
(3347,36): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(3348,25): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one-text-color'
 */
@charset "UTF-8";
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* pricing font overhaul */
div.product-price span,
#applied-filters #price-filters span a,
#price .panel-body span,
.pricing-grids table tr:not(:first-child) td,
span.product-price,
#price-from, #price-to,
.product-lowest-price strong,
li.setup-charge span.setup-price,
#total-row #product-total,
.product-section .product-price,
table .setup-price,
table .decoration-price,
table .size-price,
table .total-price,
.subtotal-price,
.product-price,
.total-price span,
.color-price,
.sku-number {
  font-family: Roboto, sans-serif !important;
}

.sku-number {
  color: #515151 !important;
}

#price .panel-body span strong {
  font-family: Raleway, sans-serif !important;
}

/* base styles */
html {
  font-size: 62.5% !important;
  /*overflow-x: hidden;*/
}

body {
  font-family: "Raleway", sans-serif;
  position: relative;
  height: 100vh;
  /*overflow-x: hidden;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  margin: 10px 0;
  font-weight: normal;
}

a:link, a:visited {
  color: #666;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0 !important;
}

.light-grey {
  color: #ccc;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.btn-custom, .swal2-modal .swal2-styled,
.btn-custom:focus {
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-transform: uppercase;
}

.btn-custom:hover, .swal2-modal .swal2-styled:hover,
.btn-custom:active,
.swal2-modal .swal2-styled:active {
  color: #fff !important;
}

.btn-custom-campaign:hover,
.btn-custom-campaign:active {
  border: 1px solid #fff;
  color: #fff !important;
}

.btn-custom-secondary, .swal2-modal .swal2-styled,
.btn-custom-secondary:focus {
  background-color: #fff;
}

.btn-custom-secondary:hover, .swal2-modal .swal2-styled:hover,
.btn-custom-secondary:active,
.swal2-modal .swal2-styled:active {
  color: #fff;
  border: 1px solid #fff;
}

:focus {
  outline: 0 !important;
}

.loader {
  font-size: 0.2rem;
  border-top: 0.4rem solid rgba(240, 240, 240, 0.8);
  border-right: 0.4rem solid rgba(240, 240, 240, 0.8);
  border-bottom: 0.4rem solid rgba(240, 240, 240, 0.8);
  border-left: 0.4rem solid #e7e7e7;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}

.disable-animation {
  animation: none;
  -webkit-animation: none;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.invoice-count {
  background-color: #E00000;
  color: #fff;
  padding: 0 3px;
  border-radius: 50%;
  margin-left: 3px;
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  line-height: 18px;
  margin-right: 2px;
  min-width: 18px;
  min-height: 18px;
  font-weight: 700;
  text-align: center;
}

.error {
  color: #a94442;
}

.slick-prev, .slick-next {
  color: #666;
}
@media (max-width: 767px) {
  .slick-prev, .slick-next {
    display: none !important;
  }
}

.field-validation-error {
  color: #a94442 !important;
}

.asterisk {
  color: #ff0000;
}

table {
  border: 0 !important;
}

/* end base styles */
/* rep contact */
.rep-contact {
  background-color: #fafafa;
  float: left;
  width: 100%;
}
.rep-contact i {
  font-size: 4rem;
  display: inline-block;
}
.rep-contact .rep-contact-option {
  padding: 25px 10px;
  border-right: 1px solid #e7e7e7;
  text-align: center;
}
.rep-contact .rep-contact-option a {
  text-decoration: none;
}
.rep-contact .rep-contact-option i {
  margin-right: 10px;
  color: #666;
}
.rep-contact .rep-contact-option div {
  display: inline-block;
  color: #333;
  vertical-align: top;
}
.rep-contact .rep-contact-option div span {
  display: block;
  text-align: left;
}
.rep-contact .rep-contact-option div #agent-contact-hours {
  color: #999999;
  font-size: 1.2rem;
}
.rep-contact .rep-contact-option div#chat-status span:nth-child(2) {
  color: #fff;
  padding: 2px;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
}
.rep-contact .rep-contact-option div#chat-status span.online {
  background-color: #28b051;
}
.rep-contact .rep-contact-option div#chat-status span.away,
.rep-contact .rep-contact-option div#chat-status span.unavailable {
  background-color: #000000;
}
.rep-contact .rep-contact-option div#chat-status span.offline {
  background-color: #ff0000;
}
.rep-contact div:last-child .rep-contact-option {
  border-right: 0;
  width: 100%;
}
.rep-contact div:last-child .rep-contact-option span {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .rep-contact .rep-contact-option {
    border: 1px solid #e7e7e7;
    border-bottom: 0;
  }
  .rep-contact div:last-child .rep-contact-option {
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
  }
}

/* end rep contact */
/* rep summary */
#rep-summary {
  padding: 10px 0;
  position: absolute;
  top: 0;
  right: -110px;
  width: 115px;
}
#rep-summary #rep-summary-img {
  text-align: center;
}
#rep-summary #rep-summary-img img {
  width: 75px;
  height: 75px;
  display: inline;
}
#rep-summary #rep-summary-img i {
  font-size: 6.5rem;
  width: 75px;
  height: 75px;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
  color: #ccc;
}
#rep-summary #rep-summary-name {
  text-align: center;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-top: 5px;
  color: #666;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1200px) {
  #rep-summary {
    display: none;
  }
}

/* end rep summary */
/* contact */
section.contact {
  background-color: #666;
  color: #fff;
  padding: 5px 0;
  font-size: 1.2rem;
}
section.contact a {
  font-weight: bold;
}
section.contact a:link,
section.contact a:visited {
  color: #fff;
}
section.contact .contact-info {
  padding-left: 5px;
}
@media (max-width: 767px) {
  section.contact .contact-message {
    display: none;
  }
}

/* end contact */
/* header */
body > header {
  position: relative;
}
body > header div#logo {
  margin: 0;
  padding: 0;
  line-height: 120px;
}
body > header div#logo img {
  max-height: 100px;
  max-width: 300px;
  vertical-align: middle;
  padding-right: 10px;
}
@media (max-width: 992px) and (min-width: 768px) {
  body > header div#logo img {
    max-width: 240px !important;
  }
}
body > header .wrapper {
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  body > header .wrapper {
    margin-bottom: 10px;
  }
}
body > header ul.list-inline {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
body > header ul.list-inline li {
  padding: 0;
  color: #666;
  font-size: 1.2rem;
}
body > header ul.menu-list {
  margin: 20px 0 5px;
  min-height: 20px;
  overflow: hidden;
  white-space: nowrap;
}
body > header ul.menu-list li + li:before {
  content: "| ";
}
body > header ul.menu-list li a {
  color: #666;
}
body > header ul.menu-list li a:hover, body > header ul.menu-list li a:active, body > header ul.menu-list li a:focus {
  text-decoration: none;
}
body > header .drop-shadow-select {
  -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.35);
  -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.35);
  box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.35);
}
body > header #custom-search-input {
  border: solid 1px #e7e7e7;
  background-color: #fff;
}
body > header #custom-search-input .advanced-search {
  display: none;
  width: calc(100% - 30px);
  position: absolute;
  z-index: 5;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #e7e7e7;
  margin-left: -1px;
  border-top: 1px solid #e7e7e7;
  background-color: white;
}
body > header #custom-search-input .advanced-search .product-chunk {
  display: block;
  border-bottom: 1px solid #d3d3d3;
  padding: 5px 15px;
}
body > header #custom-search-input .advanced-search .product-chunk .chunk-product-image-container {
  float: left;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
}
body > header #custom-search-input .advanced-search .product-chunk .chunk-product-image-container img {
  max-height: 50px;
  max-width: 50px;
  margin: 0 auto;
}
body > header #custom-search-input .advanced-search .product-chunk .product-name-sku {
  display: block;
  text-align: left;
  line-height: 150%;
}
body > header #custom-search-input .advanced-search .product-chunk .product-name-sku a {
  font-weight: bold;
}
body > header #custom-search-input .advanced-search .product-chunk .product-lowest-price {
  float: right;
  font-size: 13px;
}
body > header #custom-search-input .advanced-search .criteria-container {
  display: block;
  border-bottom: 1px solid #d3d3d3;
}
body > header #custom-search-input .advanced-search .criteria-container #price-slider {
  width: 90%;
  margin: 0 auto;
}
body > header #custom-search-input .advanced-search .criteria-container .criteria-title {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px;
  border-bottom: 1px solid #d3d3d3;
  padding: 5px 15px;
  background-color: #e7e7e7;
}
body > header #custom-search-input .advanced-search .criteria-container .criteria-description {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin: 0 15px 15px;
}
body > header #custom-search-input .advanced-search .criteria-container .range-container {
  margin: 15px;
}
body > header #custom-search-input .advanced-search .criteria-container .range-container input {
  border: 1px solid #D3D3D3;
  border-radius: 0;
  padding: 7px;
  width: 70px;
  display: inline;
  font-size: 13px;
}
body > header #custom-search-input .advanced-search .criteria-container .range-container .criteria-dollar-prefix {
  border-radius: 0;
  padding: 5px;
  border: 1px solid #d3d3d3;
  border-right: none;
}
body > header #custom-search-input .advanced-search .autocomplete-container {
  padding: 0 0 5px 0;
}
body > header #custom-search-input .advanced-search .autocomplete-container .btn:hover {
  border: 1px solid #fff !important;
}
body > header #custom-search-input .advanced-search .autocomplete-container .autocomplete-title {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
  border-bottom: 1px solid #d3d3d3;
  padding: 5px 15px;
  background-color: #e7e7e7;
}
body > header #custom-search-input input {
  border: 0;
  box-shadow: none;
  font-size: 1.2rem;
}
body > header #custom-search-input button.icon-button {
  margin: 2px 0 0 0;
  background: none;
  box-shadow: none;
  border: 0;
  color: #666666;
  padding: 0 8px 0 10px;
}
body > header #custom-search-input button:hover {
  border: 0;
  box-shadow: none;
}
body > header #custom-search-input .glyphicon-search {
  font-size: 23px;
}
@media (max-width: 767px) {
  body > header div#logo {
    margin-bottom: 0;
    text-align: center;
  }
  body > header div#logo img {
    margin: 0 auto;
  }
  body > header ul.list-inline {
    margin-top: 0;
    text-align: center;
  }
  body > header ul.menu-list {
    text-align: center;
  }
}

#account-tabs {
  background-color: #fafafa;
  float: right;
  border: 1px solid #e7e7e7;
  font-size: 1.2rem;
}
#account-tabs > a {
  float: left;
}
#account-tabs > a > div.tab {
  padding: 10px 16px;
  display: block;
  float: left;
}
#account-tabs > a > div.tab > span {
  line-height: 2.2rem;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  #account-tabs > a > div.tab > span {
    display: none;
  }
}
#account-tabs > a > div.tab {
  border-right: 1px solid #e7e7e7;
}
#account-tabs > a:last-child > div.tab {
  border-right: 0;
}
#account-tabs .account-icons {
  position: relative;
  float: right;
  margin-left: 3px;
}
#account-tabs .responsive-circle {
  font-size: 1rem;
  width: 12px;
  position: absolute;
  bottom: 0;
  right: -2px;
}
#account-tabs .responsive-circle::after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 0;
  padding-bottom: 100%;
  width: 100%;
  background-color: #666;
}
#account-tabs .responsive-circle div {
  color: white;
  float: left;
  line-height: 1em;
  margin-top: -0.5em;
  padding-top: 50%;
  text-align: center;
  width: 100%;
}

/* end header */
/* top wrapper */
#top-wrapper {
  z-index: 3;
}
#top-wrapper .contact {
  display: none;
}
#top-wrapper.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  overflow: auto;
  z-index: 16;
}
#top-wrapper.sticky .contact {
  display: block;
}
@media (min-width: 768px) {
  #top-wrapper {
    height: auto !important;
    overflow: visible !important;
  }
}
@media (max-width: 767px) {
  #top-wrapper .link-container .menu-list {
    display: flex;
    justify-content: center;
  }
  #top-wrapper .link-container .menu-list li a {
    font-size: 12px;
  }
}

/* end top wrapper */
/* nav */
.navbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar ul.nav li:last-child {
  border-right: 0;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .navbar ul.nav {
    text-align: center;
  }
  .navbar ul.nav > li {
    float: none;
    display: inline-block;
  }
  .navbar ul.nav > li a {
    padding: 20px !important;
  }
  .navbar ul.nav > li a span {
    display: none;
  }
}

.navbar-default {
  border: 0;
  border-bottom: 1px solid #e7e7e7;
}
.navbar-default .navbar-header #account-tabs {
  float: left;
  border: 0;
}
.navbar-default .navbar-header #account-tabs > a > div.tab {
  padding: 12px 16px;
  height: auto;
}
.navbar-default .navbar-nav {
  width: 100%;
  margin: 0;
}
.navbar-default .navbar-nav li.navbar-menu-links {
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav li.navbar-menu-links .invoice-count {
  vertical-align: top;
}
.navbar-default .navbar-nav li hr {
  border-bottom: 1px solid #ccc;
}
.navbar-default .navbar-nav li a {
  text-transform: uppercase;
  color: #666666;
  padding: 20px 0;
  text-align: center;
}
.navbar-default .navbar-nav li a i {
  margin-right: 5px;
  font-size: 20px;
}
.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:active {
  color: #fff;
  background-color: #666 !important;
}
.navbar-default .navbar-nav li ul li a {
  text-align: left;
  padding: 15px !important;
  text-decoration: none;
  border-bottom: 1px solid #e7e7e7;
}
.navbar-default .navbar-nav li ul li a:hover, .navbar-default .navbar-nav li ul li a:active, .navbar-default .navbar-nav li ul li a:focus {
  color: #fff !important;
}
.navbar-default .navbar-nav li ul li:last-child a {
  border-bottom: 0;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav li ul li:last-child a {
    border-bottom: 1px solid #e7e7e7;
  }
}
.navbar-default .navbar-nav li ul.dropdown-menu {
  padding: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #fff !important;
  background-color: #666 !important;
}
@media (min-width: 1201px) {
  .navbar-default .navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: auto;
    float: none;
    width: 100%;
  }
  .navbar-default .navbar-nav > li {
    display: table-cell;
    float: none;
    text-align: center;
    border-right: 1px solid #e7e7e7;
  }
  .navbar-default .navbar-nav > li .caret {
    display: none;
  }
  .navbar-default .navbar-nav > li a.has-submenu {
    padding-right: 0 !important;
  }
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
/* end nav */
/* carousel */
#featured-category .carousel-inner {
  max-width: 1140px;
  margin: 0 auto;
}
#featured-category.carousel .carousel-control {
  background: none;
  border: none;
  top: 40%;
  color: #ccc;
  bottom: auto;
  width: 30px;
  height: 30px;
  text-shadow: none;
  opacity: 1;
}
#featured-category.carousel .carousel-control i {
  font-size: 6rem;
}
#featured-category.carousel .carousel-control:hover {
  color: #666;
}
#featured-category.carousel .carousel-control.left, #featured-category.carousel .carousel-control.right {
  background-image: none !important;
}
#featured-category.carousel .carousel-control.right {
  left: auto;
  right: -45px;
}
#featured-category.carousel .carousel-control.left {
  right: auto;
  left: -45px;
}
@media (max-width: 767px) {
  #featured-category.carousel .carousel-control {
    display: none !important;
  }
}
#featured-category.carousel .carousel-inner .item .img-container {
  position: relative;
}
#featured-category.carousel .carousel-inner .item .img-container a.img-container-btn {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50px;
  z-index: 2;
  width: 140px;
  text-align: center;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #e7e7e7;
  text-transform: uppercase;
  color: #666;
  font-size: 2rem;
}
#featured-category.carousel .carousel-inner .item .img-container a.img-container-btn:hover,
#featured-category.carousel .carousel-inner .item .img-container a.img-container-btn:active,
#featured-category.carousel .carousel-inner .item .img-container a.img-container-btn:focus {
  color: #fff;
  background-color: #666 !important;
  text-decoration: none;
}
#featured-category.carousel .carousel-inner .item .img-container img {
  margin: 0 auto;
}
#featured-category.carousel .carousel-caption {
  position: static;
  text-shadow: none;
  text-align: center;
  color: #000;
  padding: 0;
  font-size: 1em;
}
#featured-category.carousel .carousel-caption h2 {
  text-transform: uppercase;
  font-size: 4rem;
  color: #666;
}
#featured-category.carousel .carousel-caption p {
  color: #666;
}
#featured-category.carousel .carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 2%;
  width: 50%;
  z-index: 1;
  margin: 0;
  padding: 10px 0;
  text-align: left;
  border-bottom: 0;
}
#featured-category.carousel .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: 2px solid rgba(255, 255, 255, 0.7) !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 0;
}
#featured-category.carousel .carousel-indicators .active {
  border: 0 !important;
}

/* end carousel */
/* tsc video */
section#tsc-video {
  background-color: #FAFAFA;
  padding: 20px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
section#tsc-video h1 {
  margin: 40px 0 10px;
  padding: 0;
  color: #666;
  text-transform: uppercase;
  font-size: 2.4rem;
}
section#tsc-video a {
  color: #666;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  margin-top: 10px;
}
section#tsc-video a:hover, section#tsc-video a:active, section#tsc-video a:focus {
  color: #fff;
  background-color: #666 !important;
  text-decoration: none;
}
section#tsc-video p {
  line-height: 2rem;
}

/* end tsc video */
/* product collections */
section.product-collections {
  /*padding: 30px 0;*/
}
section.product-collections h1 {
  text-transform: uppercase;
  color: #666;
  margin: 0;
  font-size: 3rem;
}
section.product-collections ul.product-collection-groups {
  margin: 0;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}
section.product-collections ul.product-collection-groups li {
  padding: 0;
  color: #666;
  font-size: 1.5rem;
}
section.product-collections ul.product-collection-groups li a {
  color: #666;
}
section.product-collections ul.product-collection-groups li a:hover, section.product-collections ul.product-collection-groups li a:active, section.product-collections ul.product-collection-groups li a:focus {
  text-decoration: none;
}
section.product-collections ul.product-collection-groups li + li:before {
  content: "/ ";
}
section.product-collections p {
  color: #666;
  font-size: 1.5rem;
}
section.product-collections p.no-products-found {
  padding: 30px 0 !important;
}
section.product-collections .product-collection-products .single-product {
  margin: 0 1px 10px;
}

/* end product collections */
/* single product */
/*.single-product {
    border: 1px solid #e7e7e7;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    position: relative;
    background-color: #fff;

    .product-details {
        height: 100px;
    }

    .add-to-cart {
        position: absolute;
        bottom: 140px;
        z-index: 2;
        width: 100%;
        opacity: 0;
        text-align: center;

        ul {
            list-style-type: none;
            padding: 0;

            li {
                display: inline-block;
                margin-right: -4px;

                &:first-child {
                    border: 0;
                }
            }

            @media(min-width: 1200px) {
                li {
                    border-left: 1px solid #e7e7e7;
                }
            }
        }

        ul.multiple-button {
            a, button {
                font-size: 1.2rem;
                width: 120px;
                border: 0 !important;

                &:link, &:visited {
                    border: 0 !important;
                }
            }
        }
    }

    .product-links {
        background-color: #fafafa;
        color: #fff;
        opacity: 0;
        -webkit-transition: opacity 100ms ease-in-out;
        -moz-transition: opacity 100ms ease-in-out;
        -ms-transition: opacity 100ms ease-in-out;
        -o-transition: opacity 100ms ease-in-out;
        transition: opacity 100ms ease-in-out;
        display: table;
        width: 100%;
        border-top: 1px solid #e7e7e7;

        ul {
            text-align: center;
            margin: 0;
            padding: 0;
            font-size: 1rem;
            display: table-row;

            li {
                border-right: 1px solid #e7e7e7;
                display: table-cell;

                &:last-child {
                    border-right: 0;
                }

                i {
                    color: #999;
                    margin-right: 1px;
                    font-size: 1.2rem;
                }
            }
        }

        & > ul > li > button {
            color: #999;
            text-decoration: none;
            display: block;
            margin: 0;
            width: 100%;
            padding: 10px 0;

            i {
                color: #999;
            }
        }

        button {
            border: 0;
            background: none;
            text-transform: uppercase;
        }
    }

    &:hover .product-links,
    &:hover .add-to-cart {
        opacity: 1;
    }

    div.product-img {
        display: block;
        position: relative;
        min-height: 240px;
        padding: 20px 20px 0 20px;
        text-align: center;

        img {
            display: none;
        }

        @media(min-width: 1216px) {
            img {
                max-width: 185px;
                max-height: 185px;
            }
        }
    }

    .loader {
        margin: 100px 120px 0px 100px;
    }

    .product-name {
        display: block;
        margin-top: 5px;
        text-align: center;
        font-size: 1.4rem;
        line-height: 2rem;
        margin-bottom: 10px;
        padding: 0 20px;
        color: #666;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    a.product:hover,
    a.product:active,
    a.product:focus {
        text-decoration: none;
    }

    .product-price,
    .product-discount-price {
        text-align: center;
        font-weight: bold;
        padding: 0 20px;
    }

    .product-price {
        color: #333;
        height: 40px;
    }

    .product-discount-price {
        color: #ff0000;
    }

    .triangle {
        position: absolute;
        width: 0;
        height: 0;
        border-right: 60px solid transparent;
        top: 0;
        left: 0;
        z-index: 2;

        & > span {
            position: absolute;
            top: -50px;
            left: 4px;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            color: #fff;
            text-transform: uppercase;
        }
    }

    .sample-enabled {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 60px solid transparent;
        top: 0;
        right: 0;
        z-index: 2;
        font-size: 1.4rem;

        & > span {
            position: absolute;
            top: -46px;
            right: -5px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            color: #fff;
            text-transform: uppercase;
        }
    }

    .btn-custom-secondary:hover,
    .btn-custom-secondary:active {
        color: #fff !important;
    }
}*/
/*#search-results .single-product:not(:hover) {
    border: 1px solid #fff !important;
}*/
/*.popover.share-popover i {
    font-size: 2.2rem !important;
}*/
/*div.row div .single-product {
    margin-right: 10px;
    margin-bottom: 10px;
}*/
/* end single product */
/* campaign products */
section.campaign-products .campaign-title {
  text-align: center;
  color: #666;
  background-color: #fafafa;
  padding: 64px 10px 65px 10px;
  border: 1px solid #e7e7e7;
  margin-right: 1px;
}
section.campaign-products .campaign-title span {
  display: block;
}
section.campaign-products .campaign-title i {
  display: block;
  font-size: 10rem;
  height: 100px;
}
section.campaign-products .campaign-title h1 {
  font-size: 2rem;
  height: 44px;
  overflow: hidden;
}
section.campaign-products .campaign-title a {
  margin-top: 10px;
  display: inline-block;
}
@media (max-width: 991px) {
  section.campaign-products .campaign-title {
    border-bottom: 0;
  }
}
section.campaign-products .campaign-description {
  display: block;
  overflow: hidden;
  padding: 0 20px;
  height: 60px;
}
section.campaign-products p.no-products-found {
  text-align: center;
  line-height: 400px;
  margin: 0;
}
@media (max-width: 991px) {
  section.campaign-products .product-collection-products {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
  }
}
section.campaign-products .product-collection-products .single-product {
  margin: 0 1px;
}
section.campaign-products .product-collection-products .slick-prev {
  left: 10px;
  z-index: 2;
}
section.campaign-products .product-collection-products .slick-next {
  right: 10px;
  z-index: 2;
}

/* end campaign products */
/* featured collections */
/*section.featured-collections {

    h2 {
        text-transform: uppercase;
        color: #666;
        text-align: center;
    }

    .featured-collection-lg {
        position: relative;
        overflow: hidden;

        a {
            img {
                -webkit-transition: all 0.6s ease;
                -moz-transition: all 0.6s ease;
                -o-transition: all 0.6s ease;
                -ms-transition: all 0.6s ease;
                transition: all 0.6s ease;
                width: 100%;
                margin: 0 auto;
            }

            &:hover {
                img {
                    transform: scale(1.1);
                    -webkit-transform: scale(1.1);
                    -moz-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    -o-transform: scale(1.1);
                }
            }
        }
    }

    .featured-collection-sm {
        position: relative;
        overflow: hidden;

        a {
            img {
                -webkit-transition: all 0.6s ease;
                -moz-transition: all 0.6s ease;
                -o-transition: all 0.6s ease;
                -ms-transition: all 0.6s ease;
                transition: all 0.6s ease;
                width: 100%;
                margin: 0 auto;
            }

            &:hover {
                img {
                    transform: scale(1.1);
                    -webkit-transform: scale(1.1);
                    -moz-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    -o-transform: scale(1.1);
                }
            }
        }
    }
}*/
/* end featured collections */
/* featured categories */
/*section#featured-categories {
    padding: 30px 0;

    h2 {
        text-transform: uppercase;
        color: #666;
        text-align: center;
    }

    a, div.no-link {
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
        height: 150px;
        display: table;
        width:100%;
        text-align: center;
        margin-bottom: 30px;
        background-color: #fafafa;
        border: 1px solid #e7e7e7 !important;

        :hover {
            transform: scale(1.3);
            -webkit-transform: scale(1.3);
            -moz-transform: scale(1.3);
            -ms-transform: scale(1.3);
            -o-transform: scale(1.3);
            background-color: #000;
        }

        span {
            display: table-cell;
            vertical-align: middle;
            text-transform:uppercase;
            color: #fff;
            font-size: 2rem;
            @include transition(all,300ms,ease);
        }
    }
}*/
/* end featured categories */
/* newsletter */
section#newsletter {
  background-color: #FAFAFA;
  padding: 30px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
section#newsletter h2 {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  color: #666;
}
section#newsletter a {
  background-color: #333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
}
section#newsletter a:hover, section#newsletter a:active, section#newsletter a:focus {
  background-color: #666;
  color: #fff;
}
section#newsletter #custom-newsletter-input {
  border: solid 1px #e7e7e7;
  background-color: #fff;
  width: 60%;
  margin: 0 auto;
}
section#newsletter #custom-newsletter-input input {
  border: 0;
  box-shadow: none;
  font-size: 1.2rem;
}
section#newsletter #custom-newsletter-input a {
  text-transform: uppercase;
}

/* end newsletter */
/* footer */
body > footer {
  background-color: #fafafa;
  padding: 30px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  /*address,
  div {
      color: #666;
  }*/
}
body > footer h1 {
  font-size: 1.8rem;
  color: #ccc;
}
body > footer ul {
  padding: 0;
}
body > footer ul li {
  margin-top: 5px;
  text-align: center;
}
body > footer ul li a {
  color: #666;
}
body > footer ul li a:hover, body > footer ul li a:active, body > footer ul li a:focus {
  text-decoration: none;
}
body > footer p {
  line-height: 2.5rem;
  color: #666666;
}
@media (max-width: 991px) {
  body > footer div.row div {
    margin-top: 20px;
  }
  body > footer ul li,
  body > footer p {
    text-align: center;
  }
}

/* end footer */
/* copyright info */
#copyright-info {
  color: #666;
  padding: 5px 0;
  font-size: 1.2rem;
}

/* end copyright info */
/* pagination */
.pagination {
  margin: 0;
  display: block;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #6e6e6e;
  border-color: #e7e7e7;
  z-index: 2 !important;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  border-color: #e7e7e7;
}
.pagination > li > a, .pagination > li > span {
  color: #666;
  border: 1px solid #e7e7e7;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #6e6e6e;
  border: 1px solid #e7e7e7;
}

/* end pagination */
/* breadcrumb */
#breadcrumb-container {
  border-bottom: 1px solid #e7e7e7;
  margin-top: 20px;
}
#breadcrumb-container .breadcrumb {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 12px 0 12px 0;
  margin-bottom: 0;
}
#breadcrumb-container .breadcrumb > li + li:before {
  color: #ccc;
  content: "> ";
}
#breadcrumb-container .breadcrumb a {
  color: #000;
  text-decoration: none;
}
#breadcrumb-container .breadcrumb i {
  color: #ccc;
}

/* end breadcrumb */
/* modal */
.modal, .customModal {
  /* modal should appear on top of popover */
  z-index: 1061;
}
.modal .modal-content, .customModal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal .modal-header, .customModal .modal-header {
  border-bottom: 0;
  padding: 10px;
}
.modal .modal-body, .customModal .modal-body {
  padding: 0 10px;
}
.modal .modal-body .loader, .customModal .modal-body .loader {
  margin: 225px auto;
}
.modal .modal-body input, .modal .modal-body textarea, .customModal .modal-body input, .customModal .modal-body textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e7e7e7;
}
@media (max-width: 1920px) and (min-width: 1600px) {
  .modal .modal-body, .customModal .modal-body {
    max-height: 400px;
  }
}
.modal .modal-footer, .customModal .modal-footer {
  margin-top: 20px;
}

/* end modal */
/* custom modal */
.customModal .modal-dialog {
  margin: 30px auto;
  width: 50%;
}
@media (max-width: 1599px) {
  .customModal .modal-dialog {
    width: 95%;
  }
}
@media (max-width: 1920px) and (min-width: 1600px) {
  .customModal .modal-dialog {
    width: 80%;
  }
}

/* end custom modal */
/* product and sample modal */
#productModal .modal-body, #sampleModal .modal-body {
  padding: 0 40px 20px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* end product modal */
/* disclaimer modal */
#vsDisclaimerModal {
  align-items: center;
  background-color: transparent;
  bottom: 0;
  position: fixed;
  left: 0;
  padding: 10px;
  right: 0;
  top: 0;
}
#vsDisclaimerModal.in {
  display: flex !important;
}
#vsDisclaimerModal .modal-footer {
  border-top: 0;
  text-align: center;
}

/* end disclaimer modal */
/* popover */
.popover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.popover table {
  border: 0;
}
.popover table tr td {
  vertical-align: middle;
  text-align: left;
  border: 0;
  color: #666;
  table-layout: fixed;
}
.popover table tr td.popover-remove {
  width: 5%;
}
.popover table tr td.popover-remove a i {
  color: #333;
}
.popover table tr td.popover-img {
  width: 15%;
}
.popover table tr td.popover-img img {
  width: 70px;
  height: auto;
}
.popover table tr td.popover-name {
  width: 60%;
  text-align: left;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.popover table tr td.popover-name a {
  color: #666;
}
.popover table tr td.popover-name span.popover-sku {
  font-size: 0.9rem;
  display: block;
  text-align: left;
}
.popover table tr td.popover-name .product-colours {
  margin-top: 10px;
}
.popover table tr td.popover-name .product-colours span {
  display: block;
  float: left;
}
.popover table tr td.popover-name .product-colours span.swatch {
  width: 10px;
  height: 10px;
  border: 1px solid #333;
}
.popover table tr td.popover-name .product-colours ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.popover table tr td.popover-name .product-colours ul li {
  padding: 0;
  margin-right: 5px;
}
.popover table tr td.popover-name .product-colours ul li a {
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #333;
}
.popover table tr td.popover-customize {
  width: 20%;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}
.popover table tr td.popover-customize a {
  font-size: 0.9rem;
}
.popover table tr:last-child td {
  border-bottom: 0;
}

/* end popover */
/* wishlist pop-over */
.wishlist-popover {
  min-width: 400px;
  font-family: "Raleway", sans-serif;
}

/* end wishlist pop-over */
/* cart pop-over */
.cart-popover, .sample-cart-popover {
  min-width: 420px;
  font-family: "Raleway", sans-serif;
}
.cart-popover table tr td.popover-name, .sample-cart-popover table tr td.popover-name {
  width: 50%;
}
.cart-popover table tr td.popover-quantity, .sample-cart-popover table tr td.popover-quantity {
  width: 20%;
  text-align: center;
}
.cart-popover table tr td.popover-price, .sample-cart-popover table tr td.popover-price {
  width: 10%;
}
.cart-popover table tr td.popover-price span.sale-price, .sample-cart-popover table tr td.popover-price span.sale-price {
  color: #ff0000;
}

/* end cart pop-over */
/* register container */
.register-container {
  padding: 30px 0;
}
.register-container h2 {
  text-align: left;
  font-size: 2.5rem;
}

/* end register container */
/* ellipsis */
.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}

/* end ellipsis */
/* rep window */
#rep-window {
  border: 1px solid #e7e7e7;
  border-bottom: 0;
  border-right: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 300px;
  z-index: 6;
  text-align: center;
  background-color: #fff;
}
#rep-window #rep-close {
  margin-top: 5px;
}
#rep-window #rep-close button {
  background: none;
  border: 0;
}
#rep-window #rep-info {
  padding: 0 10px;
}
#rep-window #rep-info h1 {
  margin: 0 0 10px;
  font-size: 2.4rem;
}
#rep-window #rep-info span#rep-intro {
  display: block;
  color: #ccc;
  font-size: 1.1rem;
}
#rep-window #rep-info div#rep-status {
  position: relative;
}
#rep-window #rep-info div#rep-status span {
  color: #fff;
  padding: 5px;
  font-size: 1rem;
  width: 50px;
  text-transform: uppercase;
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -25px;
}
#rep-window #rep-info div#rep-status span.online {
  background-color: #28b051;
}
#rep-window #rep-info div#rep-status span.away {
  background-color: #000000;
}
#rep-window #rep-info div#rep-status span.offline {
  background-color: #ff0000;
}
#rep-window #rep-info img {
  width: 150px;
  height: 150px;
  border: 1px solid #e7e7e7;
  -webkit-transition: transform 250ms ease;
  -moz-transition: transform 250ms ease;
  -o-transition: transform 250ms ease;
  transition: transform 250ms ease;
}
#rep-window #rep-info a#rep-image i {
  font-size: 14rem;
  width: 150px;
  height: 150px;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
  color: #ccc;
}
#rep-window #rep-info a:hover img,
#rep-window #rep-info a:active img,
#rep-window #rep-info a:focus img {
  opacity: 1;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
#rep-window #rep-info #rep-btn {
  margin: 20px 0 0 0;
  border-bottom: 1px solid #e7e7e7;
}
#rep-window #rep-info #rep-btn ul li {
  margin: 0 5px;
}
#rep-window #rep-info #rep-btn ul li a, #rep-window #rep-info #rep-btn ul li button {
  font-size: 0.9rem;
}
#rep-window .rep-notice {
  padding: 10px 0;
  background-color: #666;
  color: #fff;
  cursor: pointer;
}
#rep-window .rep-notice i {
  color: #fff;
}
#rep-window .rep-notice.online {
  background-color: #28b051;
}
#rep-window .rep-notice.offline {
  background-color: #ff0000;
}

/* end rep window */
/* rep list */
section#rep-list {
  padding: 30px 0;
}
section#rep-list .rep-list-wrapper {
  text-align: center;
  margin-top: 10px;
  font-size: 1.2rem;
}
section#rep-list h1 {
  text-transform: uppercase;
  color: #666;
  margin: 0;
  font-size: 3rem;
}
section#rep-list h2 {
  margin: 10px 0 0 0;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
section#rep-list img {
  width: 100px;
  height: 100px;
  border: 1px solid #e7e7e7;
}
section#rep-list .rep-column:hover h2, section#rep-list .rep-column:active h2, section#rep-list .rep-column:focus h2 {
  opacity: 1;
}
section#rep-list .rep-column i {
  font-size: 9rem;
  color: #ccc;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #e7e7e7;
}

/* end rep list */
/* search controls */
.search-controls {
  /*background-color: #ccc;*/ /*#F5F5F5*/
  padding-bottom: 3px;
  margin-bottom: 10px;
  /*border-bottom: 1px solid #ccc;*/
}
.search-controls div.row > div:first-child > div.search-control {
  float: left;
}
.search-controls div.row > div:last-child > div.search-control {
  float: right;
}
.search-controls label {
  text-transform: uppercase;
  margin: 0 4px;
  color: #000;
  font-size: 1.1rem;
  font-weight: normal;
}
.search-controls .page-selection {
  float: left;
}
.search-controls .items-per-page-wrapper {
  margin-left: 5px;
  float: left;
}
.search-controls .items-per-page-wrapper .select2-container {
  width: 48px !important;
}
.search-controls .sort-by-wrapper .select2-container {
  width: 200px !important;
}
.search-controls .select2-container--default .select2-selection--single {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e7e7e7;
  height: 34px;
}
.search-controls .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
  color: #666;
}
.search-controls .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
  top: 0;
}
@media (max-width: 683px) {
  .search-controls div.row > div:last-child > div.search-control {
    float: left;
    margin-top: 5px;
  }
}

/* end search controls */
/* order summary */
table.order-summary {
  margin-bottom: 0;
  /* product size */
  /* end product size */
  /* product description */
  /* end product description */
  /* product description meta */
  /* end product description meta */
  /* product quantity total */
  /* end product quantity total */
  /* product price */
  /* end product price */
}
table.order-summary tr td {
  border-top: 0;
  border-right: 1px solid #e7e7e7;
  vertical-align: middle;
  padding: 20px 0;
  border-bottom: 1px solid #e7e7e7;
}
table.order-summary tr:last-child td {
  border-bottom: 0;
}
table.order-summary tr td:last-child {
  border-right: 0;
}
table.order-summary td.product-size {
  width: 20%;
}
table.order-summary td.product-description {
  width: 60%;
  padding: 10px;
}
table.order-summary .product-description-meta h2 {
  margin: 0;
  font-size: 2.4rem;
}
table.order-summary .product-description-meta a {
  font-size: 0.9rem;
  color: #666;
  text-decoration: none;
}
table.order-summary .product-description-meta div.sku-number {
  display: block;
  margin-top: 2px;
  font-size: 1rem;
}
table.order-summary .product-description-meta .product-colours {
  margin-top: 15px;
}
table.order-summary .product-description-meta .product-colours span {
  display: block;
  float: left;
}
table.order-summary .product-description-meta .product-colours span.swatch {
  width: 20px;
  height: 20px;
  border: 1px solid #333;
}
table.order-summary .product-description-meta .product-colours span.swatch-title {
  text-transform: uppercase;
  margin-left: 5px;
  font-size: 1rem;
  height: 20px;
  line-height: 2rem;
}
table.order-summary td.product-quantity-total {
  text-align: center;
  width: 20%;
  font-weight: bold;
}
table.order-summary td.product-quantity-total span {
  font-size: 2rem;
  display: block;
  margin: 0 10px;
}
table.order-summary td.product-price {
  text-align: center;
  width: 20%;
}
table.order-summary td.product-price span {
  font-size: 2rem;
  display: block;
  margin: 0 10px;
}
table.order-summary td.product-price span.sale-price {
  color: #ff0000;
}
table.order-summary td.product-price a {
  font-size: 0.9rem;
}

/* end order summary */
/* decoration details */
table.decoration-details-table span.swatch {
  width: 11px;
  height: 11px;
  border: 1px solid #333;
  display: inline-block;
  margin-right: 2px;
}

/* end decoration details */
/* quantity form */
.quantity-form {
  text-align: center;
  margin: 0 10px;
}
.quantity-form .form-group {
  display: inline-block;
  padding: 0;
  margin-right: 3px;
}
.quantity-form label {
  color: #fff;
  background-color: #333;
  width: 40px;
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-bottom: 0 !important;
}
.quantity-form input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  width: 40px !important;
  padding: 0;
}
.quantity-form input[placeholder] {
  text-align: center;
}
.quantity-form .product-quantity-container {
  margin: 10px auto 0;
  text-align: center;
}
.quantity-form .product-quantity-container input {
  width: 75px;
  height: 30px;
  margin: 0 5px;
  border: 1px solid #e7e7e7;
  text-align: center;
}
.quantity-form .product-quantity-container a {
  color: #888;
}

/* end quantity form */
/* enquire modal */
div#enquireWishlistModal h1,
div#enquireProductModal h1 {
  font-size: 2.4rem;
}

div#enquireWishlistModal #enquire-wishlist-rep h2,
div#enquireProductModal #enquire-product-rep h2 {
  margin: 5px 0 0 0;
  font-size: 1.2rem;
  font-weight: bold;
}

div#enquireWishlistModal #enquire-wishlist-rep img,
div#enquireProductModal #enquire-product-rep img {
  max-width: 120px;
  max-height: 120px;
  border: 1px solid #e7e7e7;
  margin: 0 auto;
}

/* end enquire modal */
/* content page */
article.content-page {
  margin: 30px 0;
}
article.content-page h1 {
  font-size: 3rem;
}
article.content-page h2 {
  margin: 10px 0;
}
article.content-page h3,
article.content-page h4 {
  margin: 0 0 10px 0;
}
article.content-page p {
  margin: 15px 0;
}

/* end content page */
/* share modal */
#shareModal .field-validation-error {
  margin-top: 5px;
  display: block;
}

#shareModal h1,
#shareWishlistModal h1 {
  font-size: 2.4rem;
}

/* end share modal */
/* remove item popover */
.remove-item-popover ul {
  margin: 5px 0 !important;
}
.remove-item-popover ul li {
  margin: 0;
  padding: 0;
}

/* end remove item popover */
/* video wrapper */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* end video wrapper */
/* sweetalert 2 overwrite */
.swal2-modal {
  font-family: "Raleway", sans-serif !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* end sweetalert 2 overwrite */
/* readmore */
button.readmore,
button.readless {
  background: none;
  border: 0;
  text-transform: uppercase;
  display: inline-block !important;
  width: auto !important;
  color: #999;
  padding: 0 !important;
}

/* end readmore */
/* product colours */
#product-colours ul,
#product-decoration-colours ul,
#product-decoration-pms-colours ul {
  margin: 0;
  padding: 0;
}
#product-colours ul li,
#product-decoration-colours ul li,
#product-decoration-pms-colours ul li {
  padding: 0;
  margin-right: 5px;
}
#product-colours ul li a,
#product-decoration-colours ul li a,
#product-decoration-pms-colours ul li a {
  display: block;
  width: 35px;
  height: 35px;
  -webkit-transition: border 100ms ease;
  -moz-transition: border 100ms ease;
  -o-transition: border 100ms ease;
  transition: border 100ms ease;
  border: 1px solid #ccc;
}
#product-colours ul li a:hover, #product-colours ul li a:active, #product-colours ul li a.active,
#product-decoration-colours ul li a:hover,
#product-decoration-colours ul li a:active,
#product-decoration-colours ul li a.active,
#product-decoration-pms-colours ul li a:hover,
#product-decoration-pms-colours ul li a:active,
#product-decoration-pms-colours ul li a.active {
  border: 3px solid #999;
  cursor: pointer;
}

/* end product colours */
/* checkout form message */
#checkoutFormMsg {
  display: none;
}
#checkoutFormMsg > div {
  padding: 20px;
}
#checkoutFormMsg > div .loader {
  margin: 10px auto 0;
}

/* end checkout form message */
.img-billboard {
  width: 100%;
  height: auto;
}

body {
  font-family: "Roboto", sans-serif;
  margin: 0; }

a, a:hover {
  color: #141414;
  text-decoration: none; }

ul.list-unstyled {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.swal2-styled {
  background-color: white !important;
  border-radius: 25px !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px !important;
  padding: 6px 40px !important;
  text-transform: none; }
  .swal2-styled:hover {
    background-color: var(--partner-color-one) !important;
    border-color: var(--partner-color-one) !important;
    color: var(--partner-color-one-text-color) !important; }

.theme-btn {
  background-color: white;
  border-radius: 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  padding: 6px 40px; }
  .theme-btn.theme-btn-xs {
    padding: 4px 15px; }
  .theme-btn.theme-btn-sm {
    padding: 6px 25px; }
  .theme-btn.theme-btn-campaign:hover, .theme-btn.theme-btn-campaign:active {
    border: 1px solid #fff;
    color: #fff !important; }
  .theme-btn.theme-btn-to-primary {
    background-color: white;
    border: 1px solid #D1D1D1;
    color: #141414; }
    .theme-btn.theme-btn-to-primary:hover {
      background-color: var(--partner-color-one) !important;
      border-color: var(--partner-color-one) !important;
      color: var(--partner-color-one-text-color) !important; }
  .theme-btn.theme-btn-primary-to-light {
    background-color: var(--partner-color-one) !important;
    border-color: var(--partner-color-one) !important;
    color: var(--partner-color-one-text-color) !important; }
    .theme-btn.theme-btn-primary-to-light:hover {
      background-color: var(--partner-color-one-light) !important; }

section.contact {
  background-color: var(--partner-top-bar-color);
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1px;
  height: 40px;
  padding: 10px 0; }
  section.contact .contact-message {
    padding: 0 5px; }

#custom-search-input {
  background-color: #fff;
  border: solid 1px #e7e7e7;
  border-radius: 25px; }
  #custom-search-input.bottom-extended {
    border-radius: 18px 18px 0 0;
    border-bottom-width: 0; }
  #top-wrapper #custom-search-input {
    margin: 10px 0; }
  #custom-search-input .advanced-search {
    display: none;
    width: calc(100% - 30px);
    position: absolute;
    z-index: 5;
    border-bottom-left-radius: 18px !important;
    border-bottom-right-radius: 18px !important;
    border: 1px solid #e7e7e7;
    margin-left: -1px;
    border-top: 1px solid #e7e7e7;
    background-color: white; }
    #custom-search-input .advanced-search .product-chunk {
      display: block;
      border-bottom: 1px solid #d3d3d3;
      padding: 5px 15px; }
      #custom-search-input .advanced-search .product-chunk .chunk-product-image-container {
        float: left;
        margin-right: 10px;
        width: 50px;
        height: 50px;
        text-align: center; }
        #custom-search-input .advanced-search .product-chunk .chunk-product-image-container img {
          max-height: 50px;
          max-width: 50px;
          margin: 0 auto; }
      #custom-search-input .advanced-search .product-chunk .product-name-sku {
        display: block;
        text-align: left;
        line-height: 150%; }
        #custom-search-input .advanced-search .product-chunk .product-name-sku a {
          font-weight: bold; }
      #custom-search-input .advanced-search .product-chunk .product-lowest-price {
        float: right;
        font-size: 13px; }
    #custom-search-input .advanced-search .criteria-container {
      display: block;
      border-bottom-width: 0 !important; }
      #custom-search-input .advanced-search .criteria-container #price-slider {
        width: 90%;
        margin: 0 auto; }
        #custom-search-input .advanced-search .criteria-container #price-slider.noUi-target {
          border-width: 0; }
        #custom-search-input .advanced-search .criteria-container #price-slider.noUi-horizontal {
          height: 2px; }
        #custom-search-input .advanced-search .criteria-container #price-slider .noUi-handle {
          border-width: 0;
          border-radius: 50% !important;
          top: -8px !important;
          box-shadow: unset;
          background-color: var(--partner-color-one); }
          #custom-search-input .advanced-search .criteria-container #price-slider .noUi-handle:after, #custom-search-input .advanced-search .criteria-container #price-slider .noUi-handle:before {
            content: none; }
      #custom-search-input .advanced-search .criteria-container .criteria-description {
        display: block;
        font-size: 14px !important;
        font-weight: 400 !important;
        margin: 0 !important;
        text-align: center;
        padding: 15px; }
      #custom-search-input .advanced-search .criteria-container .range-container {
        margin: 15px 19px !important; }
        #custom-search-input .advanced-search .criteria-container .range-container input {
          border-radius: 0 !important;
          border-width: 0 !important;
          border-bottom: 1px solid #D3D3D3 !important;
          color: #555555 !important;
          height: 30px !important;
          padding: 0px !important;
          width: 100px !important;
          display: inline;
          font-size: 14px !important;
          text-align: center !important; }
        #custom-search-input .advanced-search .criteria-container .range-container .criteria-dollar-prefix {
          border-radius: 0;
          padding: 5px;
          border: 1px solid #d3d3d3;
          border-right: none; }
    #custom-search-input .advanced-search .autocomplete-container {
      padding: 0 0 5px 0;
      border-top: 1px solid #D3D3D3; }
      #custom-search-input .advanced-search .autocomplete-container .btn:hover {
        border: 1px solid #fff !important; }
      #custom-search-input .advanced-search .autocomplete-container .autocomplete-title {
        display: block;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 5px;
        border-bottom: 1px solid #d3d3d3;
        padding: 5px 15px;
        background-color: #e7e7e7; }
  #custom-search-input input {
    height: 34px;
    padding: 4px 0 4px 16px;
    border: 0;
    border-radius: 25px;
    box-shadow: none;
    font-size: 1.2rem; }
  #custom-search-input .input-group-btn {
    padding-right: 10px; }
  #custom-search-input button.icon-button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px; }
  #custom-search-input button:hover {
    border: 0;
    box-shadow: none; }
  #custom-search-input .glyphicon-search {
    font-size: 23px; }

body > header > .row:first-child > div {
  height: 65px;
  padding-bottom: 10px;
  padding-top: 20px; }
  body > header > .row:first-child > div:first-child {
    padding-top: 10px; }
  body > header > .row:first-child > div:nth-child(2) > .row > div:nth-child(2) {
    padding-left: 0; }

body > header > .row:nth-child(2) > div {
  height: 25px; }

body > header div.logo {
  line-height: 55px; }
  body > header div.logo a {
    display: block;
    text-align: center; }
    body > header div.logo a img {
      max-width: 210px;
      max-height: 55px;
      padding: 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        body > header div.logo a img {
          max-width: 155px !important; } }
      @media only screen and (max-width: 767px) {
        body > header div.logo a img {
          max-width: 155px !important; } }
      @media only screen and (max-width: 320px) {
        body > header div.logo a img {
          max-width: 125px !important; } }

body > header ul.menu-list {
  margin: 0;
  text-align: center; }
  body > header ul.menu-list li {
    display: inline-block; }
    body > header ul.menu-list li a {
      color: #6A6A6A;
      font-size: 13px; }

body > header #account-tabs {
  background-color: transparent;
  border: none;
  display: block;
  float: left; }
  body > header #account-tabs > * {
    float: left; }
    body > header #account-tabs > * div.tab {
      border: none;
      float: left;
      margin-right: 0;
      padding: 8px 10px; }
      @media (max-width: 1199px) {
        body > header #account-tabs > * div.tab {
          padding: 10px 8px !important;
          margin-right: 0 !important; } }
      body > header #account-tabs > * div.tab .account-icons {
        margin: 0; }
        body > header #account-tabs > * div.tab .account-icons i {
          font-size: 20px; }
          @media (max-width: 991px) {
            body > header #account-tabs > * div.tab .account-icons i {
              font-size: 15px; } }
        body > header #account-tabs > * div.tab .account-icons.ai-cart i {
          color: var(--partner-color-one); }
        body > header #account-tabs > * div.tab .account-icons.ai-cart:hover i {
          color: #141414; }
        body > header #account-tabs > * div.tab .account-icons.ai-wish i {
          color: red; }
        body > header #account-tabs > * div.tab .account-icons.ai-wish:hover i {
          color: #141414; }
        body > header #account-tabs > * div.tab .account-icons.ai-logout i {
          color: #141414; }
  body > header #account-tabs #account-actions {
    display: inline-block;
    float: none; }
    @media (max-width: 767px) {
      body > header #account-tabs #account-actions {
        display: none; } }
    body > header #account-tabs #account-actions #login-button {
      margin-left: 5px; }
      @media (max-width: 1199px) {
        body > header #account-tabs #account-actions #login-button {
          padding: 6px 14px !important;
          transition: 0; } }
  body > header #account-tabs .nav-toggle {
    background-color: transparent;
    box-shadow: 0px 0px 0px transparent;
    border: 0px solid transparent;
    text-shadow: 0px 0px 0px transparent;
    padding: 8px 10px; }
    body > header #account-tabs .nav-toggle i {
      font-size: 20px; }
    @media (min-width: 768px) {
      body > header #account-tabs .nav-toggle {
        display: none; } }
  body > header #account-tabs .responsive-circle {
    font-size: 11px;
    width: 18px;
    position: absolute;
    top: -8px;
    right: -11px; }
    body > header #account-tabs .responsive-circle.important:after {
      background-color: red !important; }
    body > header #account-tabs .responsive-circle:after {
      background-color: var(--partner-color-one-dark); }

@media (max-width: 767px) {
  body > header .wrapper {
    margin: 6px 0 0 0;
    padding-right: 20px; }
    body > header .wrapper #account-tabs {
      float: right; } }

body > footer {
  background-color: #F4F4F4;
  border-top: 1px solid #D1D1D1;
  border-bottom-width: 0;
  padding: 30px 0;
  width: 100%; }
  body > footer div.row div {
    margin: 0 !important; }
  @media (min-width: 992px) {
    body > footer div.row > div > div {
      height: 75px; } }
  @media only screen and (max-width: 991px) {
    body > footer div.row > div > div {
      display: block;
      min-height: 50px;
      text-align: center;
      width: 100%; }
      body > footer div.row > div > div.social-container {
        min-height: 25px; }
      body > footer div.row > div > div ul {
        justify-content: center;
        margin: 0 !important; } }
  body > footer .contact-container {
    display: table-cell;
    vertical-align: middle; }
  body > footer .social-container {
    display: table-cell;
    vertical-align: middle; }
    body > footer .social-container ul li {
      display: inline; }
      body > footer .social-container ul li a {
        color: #6A6A6A;
        transition: 0.2s; }
        body > footer .social-container ul li a:hover {
          color: #141414;
          transition: 0.2s; }
        body > footer .social-container ul li a i {
          font-size: 21px; }
      body > footer .social-container ul li + li {
        margin-left: 7px; }
  body > footer .company-container {
    color: #141414 !important;
    font-size: 13px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 767px) {
      body > footer .company-container ul {
        display: unset !important; }
        body > footer .company-container ul li {
          border-width: 0 !important; } }
    body > footer .company-container .company-address a {
      text-decoration: underline; }
    body > footer .company-container ul {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      list-style-type: none;
      margin: 5px 0 4px -1px;
      padding: 0 10px 0 0; }
      body > footer .company-container ul li {
        flex-basis: auto;
        text-align: center;
        font-family: "Roboto", sans-serif;
        border-left: 1px solid #ccc;
        padding: 0 7px; }
        body > footer .company-container ul li:first-child {
          border: 0; }
        body > footer .company-container ul li a {
          color: #141414; }
          body > footer .company-container ul li a:hover {
            color: var(--partner-color-one); }

nav ul li a i {
  color: #141414; }

.popover {
  font-family: "Montserrat", sans-serif;
  font-size: 12px !important; }

.sticky-header {
  padding-top: 108px; }

@media (min-width: 768px) {
  #top-wrapper.sticky {
    overflow: visible !important; } }

#top-wrapper .navbar-default {
  background-color: var(--partner-color-one);
  border-bottom-width: 0; }
  #top-wrapper .navbar-default .navbar-nav {
    font-family: "Montserrat", sans-serif; }
    #top-wrapper .navbar-default .navbar-nav li a {
      text-transform: none; }
      #top-wrapper .navbar-default .navbar-nav li a i {
        font-size: 16px;
        margin: 0; }
    #top-wrapper .navbar-default .navbar-nav li ul {
      padding: 10px 0; }
      #top-wrapper .navbar-default .navbar-nav li ul li a {
        border-bottom-width: 0;
        padding: 7px 15px !important; }
        #top-wrapper .navbar-default .navbar-nav li ul li a:hover {
          color: var(--partner-color-one) !important;
          background-color: white !important; }
    #top-wrapper .navbar-default .navbar-nav > .active > a {
      background-color: var(--partner-color-one-light) !important; }
      @media (max-width: 767px) {
        #top-wrapper .navbar-default .navbar-nav > .active > a {
          color: var(--partner-color-one-text-color) !important; } }
      @media (min-width: 768px) {
        #top-wrapper .navbar-default .navbar-nav > .active > a {
          border-radius: 25px; } }
    #top-wrapper .navbar-default .navbar-nav > li {
      padding: 12px 0; }
      #top-wrapper .navbar-default .navbar-nav > li:hover > a {
        background-color: var(--partner-color-one-light) !important;
        border-radius: 25px; }
      @media (min-width: 768px) and (max-width: 1200px) {
        #top-wrapper .navbar-default .navbar-nav > li {
          margin: 0 8px; } }
      #top-wrapper .navbar-default .navbar-nav > li > a {
        color: var(--partner-color-one-text-color) !important;
        font-size: 16px;
        padding: 12px 0;
        margin: 0 2px; }
        @media (min-width: 768px) and (max-width: 1200px) {
          #top-wrapper .navbar-default .navbar-nav > li > a {
            padding: 8px !important; } }
        #top-wrapper .navbar-default .navbar-nav > li > a:hover {
          background-color: var(--partner-color-one-light) !important;
          border-radius: 25px; }
      #top-wrapper .navbar-default .navbar-nav > li .dropdown-menu {
        border-width: 0; }
      @media (min-width: 1201px) {
        #top-wrapper .navbar-default .navbar-nav > li {
          border-right-width: 0; } }

#top-wrapper .navbar-collapse.collapse {
  overflow: unset; }

@media only screen and (max-width: 767px) {
  #top-wrapper .menu {
    background-color: white;
    height: 60px;
    line-height: 60px; }
    #top-wrapper .menu .logo {
      line-height: 60px; }
      #top-wrapper .menu .logo a {
        display: block;
        text-align: center; }
        #top-wrapper .menu .logo a img {
          max-width: 210px;
          max-height: 60px;
          padding: 0; } }
        @media only screen and (max-width: 767px) and (max-width: 767px) {
          #top-wrapper .menu .logo a img {
            max-width: 155px !important; } }
        @media only screen and (max-width: 767px) and (max-width: 320px) {
          #top-wrapper .menu .logo a img {
            max-width: 125px !important; } }

@media only screen and (max-width: 767px) {
    #top-wrapper .menu a {
      display: block;
      text-align: center; }
      #top-wrapper .menu a .responsive-circle {
        font-size: 11px;
        width: 18px;
        position: absolute;
        top: 10px;
        right: 15px; }
        #top-wrapper .menu a .responsive-circle:after {
          border-radius: 50%;
          content: "";
          display: block;
          height: 0;
          padding-bottom: 100%;
          width: 100%;
          background-color: var(--partner-color-one-dark); }
        #top-wrapper .menu a .responsive-circle .circle-inner {
          color: white;
          float: left;
          line-height: 1em;
          margin-top: -0.5em;
          padding-top: 50%;
          text-align: center;
          width: 100%; }
    #top-wrapper .menu .nav-toggle {
      background-color: transparent;
      box-shadow: 0px 0px 0px transparent;
      border: 0px solid transparent;
      display: block;
      margin: 0 auto;
      text-shadow: 0px 0px 0px transparent; }
    #top-wrapper .menu .ai-cart i {
      color: var(--partner-color-one); }
    #top-wrapper .menu .ai-wishlist i {
      color: red; }
    #top-wrapper .menu i {
      font-size: 17px; }
  #top-wrapper nav {
    border-color: #F4F4F4; }
    #top-wrapper nav ul.nav {
      background-color: #F4F4F4; }
      #top-wrapper nav ul.nav li > a {
        padding: 0 !important; }
      #top-wrapper nav ul.nav li:hover a {
        border-radius: 0 !important;
        background-color: transparent; }
      #top-wrapper nav ul.nav li.navbar-menu-links {
        background-color: #F4F4F4; }
        #top-wrapper nav ul.nav li.navbar-menu-links:hover > a {
          background-color: #F4F4F4 !important; }
        #top-wrapper nav ul.nav li.navbar-menu-links a {
          color: #141414 !important;
          font-size: 14px; }
      #top-wrapper nav ul.nav li.navbar-menu-split {
        border-top: 1px solid #141414;
        margin: 0 25%;
        padding: 0 !important; }
      #top-wrapper nav ul.nav li.dropdown {
        background-color: white;
        padding: 0 20px !important; }
        #top-wrapper nav ul.nav li.dropdown:hover a {
          background-color: var(--partner-color-one) !important;
          color: var(--partner-color-one-text-color) !important; }
          #top-wrapper nav ul.nav li.dropdown:hover a i {
            color: var(--partner-color-one-text-color) !important; }
        #top-wrapper nav ul.nav li.dropdown a {
          border-bottom: 1px solid #F4F4F4;
          color: #141414 !important;
          text-align: left !important;
          padding: 12px 20px !important; }
          #top-wrapper nav ul.nav li.dropdown a i {
            color: var(--partner-color-one);
            margin: 0 10px 0 5px; }
        #top-wrapper nav ul.nav li.dropdown.open > a,
        #top-wrapper nav ul.nav li.dropdown.open > a:focus,
        #top-wrapper nav ul.nav li.dropdown.open > a:hover {
          background-color: var(--partner-color-one) !important;
          color: var(--partner-color-one-text-color) !important; }
          #top-wrapper nav ul.nav li.dropdown.open > a i,
          #top-wrapper nav ul.nav li.dropdown.open > a:focus i,
          #top-wrapper nav ul.nav li.dropdown.open > a:hover i {
            color: var(--partner-color-one-text-color) !important; }
        #top-wrapper nav ul.nav li.dropdown.open .sub-arrow {
          background-color: transparent; }
          #top-wrapper nav ul.nav li.dropdown.open .sub-arrow:before {
            content: '\f077';
            font-family: "Font Awesome 5 Pro";
            font-weight: 200; }
        #top-wrapper nav ul.nav li.dropdown.open ul.dropdown-menu li a {
          background-color: transparent !important;
          color: #141414 !important;
          padding: 12px 20px 12px 80px !important;
          margin: 0 2px; }
          #top-wrapper nav ul.nav li.dropdown.open ul.dropdown-menu li a:hover {
            background-color: #F4F4F4 !important; }
        #top-wrapper nav ul.nav li.dropdown .sub-arrow {
          border-width: 0 !important; }
          #top-wrapper nav ul.nav li.dropdown .sub-arrow:hover {
            background-color: transparent !important; }
          #top-wrapper nav ul.nav li.dropdown .sub-arrow:before {
            content: '\f078';
            font-family: "Font Awesome 5 Pro";
            font-weight: 200; } }

.cart-popover,
.wishlist-popover {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  min-width: 400px; }
  .cart-popover .popover-content table tr:first-child td,
  .wishlist-popover .popover-content table tr:first-child td {
    border-top-width: 0; }
  .cart-popover .popover-content table td,
  .wishlist-popover .popover-content table td {
    vertical-align: middle; }
  .cart-popover .popover-content table .popover-remove,
  .wishlist-popover .popover-content table .popover-remove {
    width: 30px; }
  .cart-popover .popover-content table .popover-img,
  .wishlist-popover .popover-content table .popover-img {
    width: 90px; }
    .cart-popover .popover-content table .popover-img img,
    .wishlist-popover .popover-content table .popover-img img {
      display: block;
      border: 1px solid #D1D1D1;
      height: 74px;
      width: 74px; }
  .cart-popover .popover-content table .popover-name,
  .wishlist-popover .popover-content table .popover-name {
    font-size: 13px;
    width: 250px; }
  .cart-popover .popover-content table .popover-customize,
  .wishlist-popover .popover-content table .popover-customize {
    width: 30px; }
    .cart-popover .popover-content table .popover-customize a,
    .wishlist-popover .popover-content table .popover-customize a {
      font-size: unset !important; }

.carousel-container {
  margin-bottom: 0 !important; }
  @media only screen and (max-width: 767px) {
    .carousel-container {
      margin: 0 -15px; } }
  .carousel-container .carousel-item img {
    width: 100%; }

section .section-header {
  background-color: #F4F4F4;
  color: #141414;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    section .section-header {
      margin: 0 -15px; } }

section .section-description {
  font-family: "Montserrat", sans-serif;
  padding: 20px 0;
  text-align: center; }

section .section-footer {
  margin: 0 auto;
  text-align: center;
  padding: 0 0 25px 0; }
  section .section-footer a {
    background-color: white;
    border: 1px solid #D1D1D1;
    border-radius: 18px;
    color: #141414;
    font-family: "Montserrat", sans-serif;
    padding: 8px 40px; }
    section .section-footer a:hover {
      background-color: var(--partner-color-one);
      border-color: var(--partner-color-one);
      color: var(--partner-color-one-text-color); }

.product-collections-products {
  padding: 20px 50px 10px 50px; }

.category-slider {
  height: 330px;
  padding: 20px 50px 10px 50px; }
  .category-slider .category-slide {
    height: 280px;
    margin: 5px;
    padding: 5px;
    width: 200px; }
    .category-slider .category-slide * {
      outline: none; }
    .category-slider .category-slide a {
      display: block; }
      .category-slider .category-slide a:hover {
        text-decoration: none; }
    .category-slider .category-slide .billboard-image-container {
      border-radius: 8px;
      overflow: hidden; }
    .category-slider .category-slide .billboard-title {
      font-family: "Montserrat", sans-serif;
      font-size: 15px;
      margin: 10px 0 0 0;
      text-align: center; }
    .category-slider .category-slide img {
      border-radius: 8px;
      width: 100%;
      height: 250px;
      object-fit: cover;
      transition: 0.2s; }
      .category-slider .category-slide img:hover {
        -webkit-transform: scale(1.1);
        transition: 0.2s; }

.brand-slider {
  height: 200px;
  padding: 70px 50px; }
  .brand-slider .brand-slide {
    height: 50px;
    margin: 10px;
    vertical-align: middle; }
    .brand-slider .brand-slide a {
      display: block; }
    .brand-slider .brand-slide img {
      width: auto;
      max-height: 50px;
      margin: 0 auto; }

.team-slider {
  padding: 20px 50px 0px 50px; }
  .team-slider .team-item {
    height: 160px;
    margin: 0 10px;
    vertical-align: middle;
    text-align: center; }
    .team-slider .team-item:hover .team-name {
      display: block; }
    .team-slider .team-item a {
      border-radius: 50%; }
      .team-slider .team-item a .team-image {
        display: block; }
        .team-slider .team-item a .team-image img {
          margin: 0 auto;
          border: 1px solid #D1D1D1 !important;
          border-radius: 50%;
          display: block;
          filter: grayscale(1);
          transition: 0.2s;
          height: 128px !important;
          width: 128px !important; }
          .team-slider .team-item a .team-image img:hover {
            filter: grayscale(0);
            transition: 0.2s; }
      .team-slider .team-item a .team-name {
        color: #141414;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 400;
        display: none;
        line-height: 15px;
        margin-top: 10px;
        text-align: center; }
  .team-slider .slider-arrow {
    top: calc((50%) - (15px)) !important; }

.slider-dots {
  bottom: 10px;
  left: 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute; }
  .slider-dots li {
    display: inline-block; }
    .slider-dots li + li {
      margin-left: 3px; }
    .slider-dots li.slick-active button:before {
      color: #ded4d4; }
    .slider-dots li button {
      font-size: 1px;
      line-height: 0;
      display: block;
      width: 15px;
      height: 15px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      .slider-dots li button:before {
        color: #555555;
        content: '\f111';
        font-family: "Font Awesome 5 Pro";
        font-size: 10px;
        font-weight: 900; }

.slider-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }
  .slider-arrow.next {
    right: 15px; }
  .slider-arrow.prev {
    left: 15px; }
  .slider-arrow:before {
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #D1D1D1;
    -webkit-font-smoothing: antialiased; }

.single-product {
  border: 1px solid transparent;
  border-radius: 25px;
  margin: 14px;
  position: relative; }
  .single-product:hover {
    border-color: #D1D1D1; }
    .single-product:hover .add-to-cart,
    .single-product:hover .product-links {
      display: block; }
  .single-product .add-to-cart {
    bottom: 142px;
    display: none;
    position: absolute;
    text-align: center;
    width: 100%; }
    .single-product .add-to-cart ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
  .single-product .product-links {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px; }
    .single-product .product-links ul {
      margin: 0; }
    .single-product .product-links button {
      user-select: none;
      background-image: none;
      background-color: transparent;
      border: none;
      padding: 4px 8px;
      font-size: 12px;
      color: #6A6A6A; }
    .single-product .product-links .share-popover {
      background-color: transparent;
      box-shadow: none;
      border: none;
      margin-top: 0 !important;
      width: 30px; }
      .single-product .product-links .share-popover > .arrow {
        display: none; }
      .single-product .product-links .share-popover .popover-content {
        padding: 0; }
        .single-product .product-links .share-popover .popover-content ul li {
          padding: 0 !important; }
  .single-product .product {
    display: block;
    font-family: "Montserrat", sans-serif;
    padding: 0 15px; }
    .single-product .product:focus {
      outline: 0; }
    .single-product .product .product-attributes {
      align-items: flex-start;
      display: flex;
      flex-direction: column;
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: 2; }
      .single-product .product .product-attributes .product-pill {
        background-color: white;
        border: 1px solid #D1D1D1;
        border-radius: 18px;
        font-size: 11px;
        padding: 3px 10px; }
        .single-product .product .product-attributes .product-pill + .product-pill {
          margin-top: 4px; }
    .single-product .product .triangle {
      border: 1px solid #D1D1D1;
      border-radius: 18px;
      font-size: 12px;
      padding: 3px 10px;
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: 2; }
    .single-product .product .sample-enabled {
      border: 1px solid #D1D1D1;
      border-radius: 18px;
      font-size: 12px;
      padding: 3px 10px;
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 2; }
    .single-product .product .product-img {
      display: flex;
      height: 195px;
      justify-content: center;
      padding: 15px 30px 30px 30px; }
      .single-product .product .product-img img {
        max-height: 140px; }
    .single-product .product .product-details {
      text-align: center; }
      .single-product .product .product-details > * {
        height: 60px; }
      .single-product .product .product-details .product-name {
        color: #141414;
        font-weight: 600;
        overflow: hidden; }

.single-product button.wishlist-btn,
.single-product button.wishlist-btn i,
.single-product button.wishlist-active-btn,
.single-product button.wishlist-active-btn i {
  color: red !important; }

#cookie-warning {
  background-color: black;
  border-radius: 25px 0 0 25px;
  color: white;
  height: 230px;
  padding: 28px 35px;
  position: fixed;
  right: 0;
  top: calc((50%) - (115px));
  width: 371px; }
  #cookie-warning .cookie-message {
    margin-bottom: 20px; }
  #cookie-warning .cookie-btn {
    background-color: white;
    color: black;
    font-family: "Montserrat", sans-serif;
    border-radius: 18px;
    padding: 5px 40px; }
    #cookie-warning .cookie-btn:hover {
      background-color: var(--partner-color-one);
      color: var(--partner-color-one-text-color); }

#rep-window {
  border: 1px solid #D1D1D1;
  border-bottom-width: 0;
  border-radius: 8px 8px 0px 0px;
  font-family: "Montserrat", sans-serif;
  bottom: -1px;
  right: 20px;
  min-width: 325px !important;
  width: unset; }
  #rep-window #rep-info {
    min-width: 323px; }
    #rep-window #rep-info #rep-intro {
      color: #9D9C9C;
      font-family: "Roboto", sans-serif;
      font-size: 14px !important; }
    #rep-window #rep-info h1 {
      font-family: "Montserrat", sans-serif;
      font-weight: 500; }
    #rep-window #rep-info #rep-image {
      display: block; }
      #rep-window #rep-info #rep-image i {
        border: none !important; }
      #rep-window #rep-info #rep-image img {
        display: inline-block; }
    #rep-window #rep-info #rep-status span {
      font-family: "Montserrat", sans-serif !important;
      font-size: 13px !important;
      text-transform: none !important;
      padding: 3px !important;
      margin-left: -40px !important;
      width: 80px !important;
      top: -21px !important; }
    #rep-window #rep-info #rep-btn {
      border-bottom-width: 0;
      margin: 10px 0 !important; }
      #rep-window #rep-info #rep-btn ul li {
        margin: 0; }
        #rep-window #rep-info #rep-btn ul li a,
        #rep-window #rep-info #rep-btn ul li button {
          color: #141414;
          font-size: 12px; }
  #rep-window .rep-notice {
    background-color: #F0F0F0;
    border-top: 1px solid #e7e7e7;
    color: #555555;
    cursor: default;
    padding: 10px 45px; }
    #rep-window .rep-notice.offline {
      border-radius: 8px 8px 0px 0px;
      border-top-width: 0;
      color: white;
      cursor: pointer; }
    #rep-window .rep-notice.rep-closed {
      border-radius: 8px 8px 0px 0px;
      border-top-width: 0; }
    #rep-window .rep-notice .rep-quick-info {
      border-bottom: 1px solid #555;
      margin-bottom: 10px;
      padding: 8px 0;
      text-align: left; }
      #rep-window .rep-notice .rep-quick-info > * {
        display: inline-block; }
      #rep-window .rep-notice .rep-quick-info .rep-image {
        height: 44px;
        width: 44px; }
        #rep-window .rep-notice .rep-quick-info .rep-image img {
          display: inline-block;
          height: 44px;
          width: 44px; }
        #rep-window .rep-notice .rep-quick-info .rep-image i {
          font-size: 44px;
          vertical-align: middle; }
      #rep-window .rep-notice .rep-quick-info .rep-button {
        font-size: 13px;
        margin-left: 5px; }
    #rep-window .rep-notice i {
      color: #555555; }
    #rep-window .rep-notice .rep-quick-help {
      cursor: pointer; }

.product-details #product-configure button {
  padding: 6px 40px !important; }

#productPrintView {
  display: none; }

.tooltip.in {
  opacity: 1 !important; }

.tooltip.left .tooltip-arrow {
  border-left-color: #DEDEDE !important; }

.tooltip .tooltip-inner {
  background-color: white;
  border: 1px solid #D1D1D1;
  color: #141414;
  font-family: "Roboto", sans-serif; }

#scroll-to-top button {
  color: #6A6A6A !important;
  border-radius: 50% !important;
  padding: 2px 7px 0px !important; }
  #scroll-to-top button:hover {
    background-color: var(--partner-color-one) !important;
    border-color: var(--partner-color-one) !important;
    color: var(--partner-color-one-text-color) !important; }

#notices {
  z-index: 25; }
  #notices.app-notice-container {
    position: fixed !important;
    right: 0;
    bottom: 150px;
    width: 400px; }
    @media (max-width: 450px) {
      #notices.app-notice-container {
        bottom: 0;
        width: 100%; } }
    #notices.app-notice-container .app-notice + .app-notice {
      margin-top: 20px; }
    #notices.app-notice-container .app-notice .notice-container {
      background-color: black;
      border-radius: 25px 0 0 25px;
      color: white;
      padding: 28px 35px; }
      @media (max-width: 450px) {
        #notices.app-notice-container .app-notice .notice-container {
          border-radius: 0;
          padding: 20px; } }
      #notices.app-notice-container .app-notice .notice-container .notice .notice-message a {
        color: white;
        text-decoration: underline; }
      #notices.app-notice-container .app-notice .notice-container .notice .notice-action {
        margin-top: 20px; }
        #notices.app-notice-container .app-notice .notice-container .notice .notice-action .btn-accept-notice {
          background-color: white;
          border-radius: 18px;
          color: black;
          font-family: "Montserrat",sans-serif;
          padding: 5px 40px; }
          #notices.app-notice-container .app-notice .notice-container .notice .notice-action .btn-accept-notice:hover {
            background-color: var(--partner-color-one);
            color: var(--partner-color-one-text-color); }

