/* Minification failed. Returning unminified contents.
(370,26): run-time error CSS1039: Token not allowed after unary operator: '-partner-top-bar-color'
(371,15): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one-text-color'
(377,15): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one-text-color'
(388,15): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(2116,26): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(2120,26): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one-light'
(2124,26): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-accent'
(2639,28): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-accent'
(2696,15): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
 */
@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: "Montserrat", sans-serif;
  position: relative;
  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: var(--partner-top-bar-color);
  color: var(--partner-color-one-text-color);
  padding: 11px 0;
  font-size: 1.2rem;
}
section.contact a {
  font-weight: bold;
  color: var(--partner-color-one-text-color);
}
section.contact .contact-info {
  padding-left: 5px;
}
@media (max-width: 767px) {
  section.contact .contact-message {
    display: none;
  }
}
section.contact i {
  color: var(--partner-color-one);
  font-size: 1.6em;
  margin-right: 5px;
  vertical-align: middle;
}

/* 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;
}
body > header ul.menu-list {
  margin-bottom: 5px;
  min-height: 20px;
  overflow: hidden;
  white-space: nowrap;
}
body > header ul.menu-list li, body > header ul.menu-list a {
  color: #9D9C9C;
}
body > header ul.menu-list li + li:before {
  content: " | ";
  padding: 0 5px;
}
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;
  color: #141414;
}
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);
}
@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.open {
  min-height: inherit;
  height: 100%;
  overflow: auto;
}
#top-wrapper.open #custom-search-input {
  display: none;
}
#top-wrapper #custom-search-input {
  padding: 0 15px 15px;
  background: white;
}
#top-wrapper.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  overflow: visible;
  z-index: 16;
}
#top-wrapper.sticky.open {
  overflow: auto;
}
#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 a {
  color: #141414;
  font-size: 16px;
  padding: 20px 0;
  text-align: center;
}
.navbar-default .navbar-nav li a i {
  margin-right: 5px;
  font-size: 20px;
  color: #9D9C9C;
}
.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:active {
  background-color: rgba(0, 0, 0, 0.07);
}
.navbar-default .navbar-nav li ul li a {
  text-align: left;
  padding: 15px !important;
  text-decoration: none;
}
.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;
  }
  .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-wrapper {
  margin: 0 0 10px;
}
section.product-collections .product-collection-products .slick-list {
  margin-right: -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;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  position: relative;
  background-color: #fff;
}
.single-product .product-details {
  height: 100px;
}
.single-product .add-to-cart {
  width: 100%;
  opacity: 0;
  text-align: center;
  border: 1px solid transparent;
}
.single-product .add-to-cart a {
  text-decoration: underline;
  font-style: italic;
}
.single-product .add-to-cart a:hover {
  text-decoration: none;
  background-color: transparent !important;
  color: #666 !important;
}
.single-product .add-to-cart ul {
  list-style-type: none;
  padding: 0;
}
.single-product .add-to-cart ul li {
  display: inline-block;
  margin-right: -4px;
}
.single-product .add-to-cart ul li:first-child {
  border: 0;
}
@media (min-width: 1200px) {
  .single-product .add-to-cart ul li {
    border-left: 1px solid #e7e7e7;
  }
}
.single-product .add-to-cart ul.multiple-button a, .single-product .add-to-cart ul.multiple-button button {
  font-size: 1.2rem;
  width: 120px;
  border: 0 !important;
}
.single-product .add-to-cart ul.multiple-button a:link, .single-product .add-to-cart ul.multiple-button a:visited, .single-product .add-to-cart ul.multiple-button button:link, .single-product .add-to-cart ul.multiple-button button:visited {
  border: 0 !important;
}
.single-product .product-links {
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
}
.single-product .product-links .fa-heart {
  color: #D33232;
}
.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: grey;
}
.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:hover .product-links, .single-product:hover .add-to-cart {
  opacity: 1;
}
.single-product div.product-img {
  display: block;
  position: relative;
  min-height: 240px;
  padding: 20px 20px 0 20px;
  text-align: center;
}
.single-product div.product-img img {
  display: none;
}
@media (min-width: 1216px) {
  .single-product div.product-img img {
    max-width: 185px;
    max-height: 185px;
  }
}
.single-product .loader {
  margin: 100px 120px 0px 100px;
}
.single-product .product-name {
  display: block;
  margin-top: 5px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 10px;
  padding: 0 20px;
  color: #141414;
  overflow: hidden;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
}
.single-product a.product:hover,
.single-product a.product:active,
.single-product a.product:focus {
  text-decoration: none;
}
.single-product .product-price,
.single-product .product-discount-price {
  text-align: center;
  font-weight: bold;
  padding: 0 20px;
}
.single-product .product-price {
  color: #333;
  height: 40px;
}
.single-product .product-discount-price {
  color: #ff0000;
}
.single-product .triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 40px solid #D1D1D1 !important;
  border-right: 90px solid transparent;
  top: 0;
  left: 0;
  z-index: 2;
}
.single-product .triangle > span {
  position: absolute;
  top: -38px;
  left: 7px;
  color: white;
}
.single-product .sample-enabled {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  top: 0;
  right: 0;
  z-index: 2;
  font-size: 1.4rem;
}
.single-product .sample-enabled > 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;
}
.single-product .btn-custom-secondary:hover, .single-product .swal2-modal .swal2-styled:hover, .swal2-modal .single-product .swal2-styled:hover,
.single-product .btn-custom-secondary:active,
.single-product .swal2-modal .swal2-styled:active,
.swal2-modal .single-product .swal2-styled:active {
  color: #fff !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 {
  padding: 30px 0 0;
}
section.featured-collections h2 {
  text-transform: uppercase;
  color: #666;
  text-align: center;
}
section.featured-collections .featured-collection-lg {
  position: relative;
  overflow: hidden;
}
section.featured-collections .featured-collection-lg a img {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 100%;
  margin: 0 auto;
}
section.featured-collections .featured-collection-lg a: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);
}
section.featured-collections .featured-collection-sm {
  position: relative;
  overflow: hidden;
}
section.featured-collections .featured-collection-sm a img {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 100%;
  margin: 0 auto;
}
section.featured-collections .featured-collection-sm a: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;
  margin-top: 60px;
}
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;
}
body > footer address,
body > footer div {
  color: #666;
}
@media (max-width: 991px) {
  body > footer div.row div {
    margin-top: 20px;
  }
  body > footer ul li,
  body > footer p {
    text-align: center;
  }
  body > footer .contact-us-button {
    display: block;
    margin: 0 auto 10px;
  }
  body > footer .footer-social-icons {
    margin: 0;
  }
}

/* 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 a.btn-custom-secondary, .popover .swal2-modal a.swal2-styled, .swal2-modal .popover a.swal2-styled {
  border: 1px solid #9D9C9C;
  text-transform: none;
  font: 16px/36px Roboto;
  margin: 0;
  padding: 0 30px;
  transition: none;
}
.popover a.btn-custom-secondary.btn-custom-secondary:hover, .popover .swal2-modal a.swal2-styled:hover, .swal2-modal .popover a.swal2-styled:hover, .popover a.btn-custom-secondary.btn-custom-secondary:active, .popover .swal2-modal a.swal2-styled:active, .swal2-modal .popover a.swal2-styled:active {
  border: 1px solid #F0F0F0;
  background-color: #F0F0F0 !important;
  color: #141414 !important;
}
.popover table {
  border: 0;
}
.popover table tr td {
  vertical-align: middle;
  text-align: left;
  border: 0;
  color: #141414;
  table-layout: fixed;
}
.popover table tr td a {
  margin: 0;
}
.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;
}
.popover table tr td.popover-name a {
  color: #141414;
  text-indent: 0;
}
.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 {
  border: 1px solid #9D9C9C;
  text-transform: none;
  font: 16px/36px Roboto;
  margin: 0;
  padding: 0 30px;
  transition: none;
}
.popover table tr td.popover-customize a.btn-custom-secondary:hover, .popover table tr td.popover-customize .swal2-modal a.swal2-styled:hover, .swal2-modal .popover table tr td.popover-customize a.swal2-styled:hover, .popover table tr td.popover-customize a.btn-custom-secondary:active, .popover table tr td.popover-customize .swal2-modal a.swal2-styled:active, .swal2-modal .popover table tr td.popover-customize a.swal2-styled:active {
  border: 1px solid #F0F0F0;
  background-color: #F0F0F0 !important;
  color: #141414 !important;
}
.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-bottom: 0;
  border-right: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 300px;
  z-index: 6;
  text-align: center;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  overflow: hidden;
}
#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: 1.4rem;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translate(-50%);
}
#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;
}
#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: #F0F0F0;
  color: #555555;
  cursor: pointer;
}
#rep-window .rep-notice img {
  width: 44px;
  height: 44px;
}
#rep-window .rep-notice .fa-user {
  margin-right: 10px;
}
#rep-window .rep-notice .divider {
  height: 1px;
  width: 60%;
  background-color: #707070;
  margin: 10px auto;
}
#rep-window .rep-notice.online {
  background-color: #28b051;
}
#rep-window .rep-notice.offline {
  background-color: #ff0000;
}

/* end rep window */
/* 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 */
.bg-partner-color-one {
  background-color: var(--partner-color-one);
}

.bg-partner-color-one-light {
  background-color: var(--partner-color-one-light);
}

.bg-partner-color-accent {
  background-color: var(--partner-color-accent);
}

#rep-list .section-header {
  font-size: 24px;
  font-family: Montserrat;
  font-weight: 700;
}
#rep-list .section-description {
  font-family: Roboto;
  font-style: italic;
  font-size: 1em;
}
#rep-list .team-slider {
  padding: 20px 0 0;
}
#rep-list .team-slider .slick-arrow {
  margin-top: -32px;
}
#rep-list .team-slider .team-item {
  height: 160px;
  margin: 0 10px;
  vertical-align: middle;
  text-align: center;
}
#rep-list .team-slider .team-item:hover .team-name {
  display: block;
}
#rep-list .team-slider .team-item a {
  border-radius: 50%;
}
#rep-list .team-slider .team-item a .team-image {
  display: block;
}
#rep-list .team-slider .team-item a .team-image img {
  margin: 0 auto;
  border: 10px solid #F0F0F0;
  display: block;
  filter: grayscale(1);
  transition: 0.2s;
  height: 102px !important;
  width: 102px !important;
}
#rep-list .team-slider .team-item a .team-image img:hover {
  filter: grayscale(0);
  transition: 0.2s;
}
#rep-list .team-slider .team-item a .team-name {
  color: #141414;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  display: none;
  line-height: 15px;
  margin-top: 10px;
  text-align: center;
}

.footer-social-icons {
  margin-left: 40px;
}

.footer-social-icons i {
  padding: 2px 5px;
  font-size: 42px;
  vertical-align: top;
}
.footer-social-icons i:hover {
  color: #141414;
}

.footer-links a {
  font: 16px Roboto;
  margin-left: 3px;
  margin-right: 3px;
}

.footer-links-spaced {
  width: 80%;
  margin: auto;
}

.footer-links-spaced a {
  margin-left: 10px;
  margin-right: 10px;
}
.footer-links-spaced a:hover {
  color: #9D9C9C;
}

.footer-company-info {
  font: 15px Roboto;
}
.footer-company-info a:hover {
  color: #9D9C9C;
}

.footer-company-info span {
  margin-left: 3px;
  margin-right: 3px;
}

.theme-button-colors {
  background-color: white;
  border: 1px solid #9D9C9C;
  border-radius: 0;
  outline: 0;
}

.theme-button {
  background-color: white;
  border: 1px solid #9D9C9C;
  font-weight: 500;
  padding: 10px;
  width: 258px;
  display: inline-block;
  border-radius: 0;
  text-align: center;
}

.theme-button:hover, .theme-button-colors:hover, .header-login-button:hover {
  border: 1px solid #F0F0F0 !important;
  background-color: #F0F0F0 !important;
  color: #141414 !important;
}
.theme-button:active, .theme-button-colors:active, .header-login-button:active {
  box-shadow: none;
  transform: scale(0.95);
}
.theme-button:focus, .theme-button-colors:focus, .header-login-button:focus {
  color: #666;
}

.wishlist-popover .theme-button-colors {
  font: 16px/36px Roboto;
  padding: 0 30px;
  color: #666;
}

/*bootstrap paste ins*/
.mt-3 {
  margin-top: 15px;
}

.mt-4 {
  margin-top: 20px;
}

.mb-3 {
  margin-bottom: 15px;
}

.mb-4 {
  margin-bottom: 20px;
}

/*end bootstrap paste ins*/
/*header*/
.header-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 28px;
  margin-bottom: 44px;
}
.header-wrapper > div {
  margin: 0 10px;
}
.header-wrapper > div:first {
  margin-left: 0px;
}
.header-wrapper > div:last {
  margin-right: 10px;
}

.header-section-logo {
  flex-basis: 200px;
  /* ie11 turn off flex basis */
}
@media all and (-ms-high-contrast: none) {
  .header-section-logo {
    flex-basis: auto;
  }
}
.header-section-logo .logo {
  min-height: 28px;
  text-align: center;
}
.header-section-logo .logo img {
  max-height: 78px;
  width: auto;
  max-width: 200px;
}

.header-section-icons {
  display: flex;
  margin: 0 !important;
  flex-basis: 100px;
}
.header-section-icons a {
  margin: 0 10px;
  color: #9D9C9C;
}
@media (max-width: 768px) {
  .header-section-icons a .account-icons i.fa-2x {
    font-size: 1.3em !important;
  }
}

.header-section-search {
  flex-grow: 1;
}

.header-section-login {
  min-width: 135px;
}

.search-wrapper {
  font: 16px/35px Roboto;
}

.header-search-bar input, .header-search-bar span {
  line-height: 36px;
}

#custom-search-input {
  background-color: #fff;
}
#custom-search-input form {
  border: 1px solid #9D9C9C;
}
#custom-search-input .advanced-search {
  display: none;
  position: absolute;
  margin-left: -1px;
  z-index: 5;
  border: 1px solid #D1D1D1;
  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;
}
#custom-search-input .advanced-search .criteria-container #price-slider {
  width: 90%;
  margin: 0 auto;
}
#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;
}
#custom-search-input .advanced-search .criteria-container .criteria-description {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin: 0 15px 15px;
}
#custom-search-input .advanced-search .criteria-container .range-container {
  margin: 15px 0;
  /*input {
          border: 1px solid #D3D3D3;
          border-radius: 0;
          padding: 7px;
          width: 70px;
          display: inline;
          font-size: 13px
      }*/
}
#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 {
  border-top: 1px solid #9D9C9C;
  padding: 0 0 5px 0;
}
#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 .main-search-input {
  border: 0;
  box-shadow: none;
  font-size: 1.2rem;
}
#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;
}

.header-login-button {
  font: 16px/36px Roboto;
  color: #141414;
  border: 1px solid #9D9C9C;
  display: inline-block;
  text-align: center;
  padding: 0 10px;
}
.header-login-button:active {
  color: #141414;
}
@media (min-width: 992px) {
  .header-login-button {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .header-login-button {
    padding: 0 30px;
  }
}

.header-account-icon::before {
  line-height: 36px;
}

.my-account-label {
  font: 16px/35px Roboto;
  color: #9D9C9C;
  white-space: nowrap;
}

.currency-input-container {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

.currencyinput input {
  border: 0;
  width: 4em;
}

.noUi-handle:before, .noUi-handle:after {
  background: none;
}

.noUi-handle {
  border-radius: 50% !important;
  background-color: #141414;
  box-shadow: 0 0 0 5px white;
}

.noUi-connect {
  background-color: #D1D1D1;
  box-shadow: none;
}

.noUi-target {
  background: #D1D1D1;
  border: none;
  box-shadow: none;
}

.responsive-circle {
  background-color: #141414;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: white;
  position: absolute;
  bottom: 0;
  right: -10px;
  text-align: center;
}

.circle-inner {
  display: inline-block;
}

.invoice-count {
  height: 20px;
  width: 20px;
  font: 12px/20px Roboto;
  background-color: #D33232;
  vertical-align: middle;
}

/* mobile nav */
@media (max-width: 767px) {
  .container > .navbar-collapse {
    border-top: none;
  }
  .navbar.navbar-default {
    background-color: white;
    border-bottom: none;
  }
  .navbar.navbar-default.open #menu-icon::before {
    content: "\f00d";
  }
  .navbar.navbar-default .navbar-header-content {
    display: flex;
    align-items: center;
  }
  .navbar.navbar-default .navbar-header-content a.logo {
    flex-grow: 1;
  }
  .navbar.navbar-default .navbar-header-content a.logo img {
    max-height: 56px;
  }
  .navbar.navbar-default .navbar-header-content a.nav-icon {
    padding: 0 5px;
    color: #141414;
    font-size: 24px;
  }
  .navbar.navbar-default .navbar-header-content a.nav-icon .circle-inner {
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .navbar.navbar-default .navbar-header-content button {
    margin-left: 15px;
    margin-right: 0;
    padding: 9px 13px;
    border-radius: 0;
    border-color: #F0F0F0;
    width: 42px;
    background-color: #F0F0F0;
  }
  .navbar.navbar-default .navbar-header-content button:hover {
    background-color: #F0F0F0;
  }
  .navbar.navbar-default .navbar-header-content button:focus {
    background-color: #F0F0F0;
  }
  .navbar-nav.sm-collapsible {
    background-color: white;
  }
  .navbar-nav.sm-collapsible > li {
    border-bottom: 1px solid #D1D1D1;
  }
  .navbar-nav.sm-collapsible a.has-submenu {
    display: flex;
    padding: 20px;
  }
  .navbar-nav.sm-collapsible a.has-submenu i {
    flex-basis: 50px;
  }
  .navbar-nav.sm-collapsible a.has-submenu .category-title {
    flex-grow: 1;
    text-align: left;
  }
  .navbar-nav.sm-collapsible .navbar-menu-links {
    background-color: #F0F0F0;
    color: #141414;
    text-align: center;
    padding: 20px;
    font-size: 18px;
  }
  .navbar-nav.sm-collapsible .navbar-menu-links hr {
    border-top: 1px solid #141414;
    width: 50%;
  }
  .navbar-nav.sm-collapsible .navbar-menu-links a {
    padding: 0;
    color: #141414;
  }
  .navbar-nav.sm-collapsible .navbar-menu-links a:hover {
    background-color: var(--partner-color-accent) !important;
    color: #9D9C9C;
  }
  .navbar-nav.sm-collapsible a:hover {
    background-color: #F0F0F0 !important;
  }
  .navbar-nav.sm-collapsible .dropdown {
    margin: 0 15px;
  }
  .navbar-nav.sm-collapsible .open .dropdown-menu > li > a {
    color: #141414;
    padding-left: 20% !important;
  }
  .navbar-nav.sm-collapsible .open .dropdown-menu > li > a:hover {
    color: #141414;
  }
  .navbar-nav.sm-collapsible .open > a {
    background-color: #F0F0F0 !important;
    color: #141414 !important;
  }
  .navbar-nav.sm-collapsible .open > a:hover, .navbar-nav.sm-collapsible .open > a:focus, .navbar-nav.sm-collapsible .open > a:active {
    background-color: #F0F0F0 !important;
    color: #141414 !important;
  }
  .navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
    border: none;
    display: inline-block;
    position: static;
  }
  .navbar-nav.sm-collapsible .caret:hover, .navbar-nav.sm-collapsible ul .caret:hover {
    background: none;
  }
  .navbar-nav.sm-collapsible .caret:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 20px;
    content: "\f054";
  }
  .navbar-nav.sm-collapsible .open > a > .caret:before {
    content: "\f078";
  }
}
/* end mobile nav */
/*end header*/
.product-add-to-cart {
  padding: 10px 30px;
}

.roboto {
  font-family: Roboto;
}

.mb-0 {
  margin-bottom: 0;
}

.partner-color-one {
  color: var(--partner-color-one);
}

.regular-price {
  font-weight: 300;
}

.img-billboard {
  width: 100%;
  height: auto;
}

#notices {
  z-index: 25; }
  #notices.app-notice-container {
    bottom: 0;
    position: fixed !important;
    width: 100%; }
    #notices.app-notice-container .app-notice .notice-container {
      padding: 10px; }
      #notices.app-notice-container .app-notice .notice-container.ada-container {
        background-color: #5D5D5D;
        color: white; }
      #notices.app-notice-container .app-notice .notice-container.cookie-container {
        background-color: black;
        color: white; }
      #notices.app-notice-container .app-notice .notice-container .notice {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto; }
        @media (min-width: 451px) {
          #notices.app-notice-container .app-notice .notice-container .notice {
            display: table; }
            #notices.app-notice-container .app-notice .notice-container .notice > div {
              display: table-cell;
              vertical-align: middle; } }
        @media (min-width: 768px) {
          #notices.app-notice-container .app-notice .notice-container .notice {
            width: 750px; } }
        @media (min-width: 992px) {
          #notices.app-notice-container .app-notice .notice-container .notice {
            width: 970px; } }
        @media (min-width: 1200px) {
          #notices.app-notice-container .app-notice .notice-container .notice {
            width: 1170px; } }
        @media (min-width: 451px) {
          #notices.app-notice-container .app-notice .notice-container .notice .notice-message {
            padding-right: 10px; } }
        #notices.app-notice-container .app-notice .notice-container .notice .notice-message a {
          color: white;
          text-decoration: underline; }
        @media (max-width: 450px) {
          #notices.app-notice-container .app-notice .notice-container .notice .notice-action {
            margin-top: 10px; } }
        #notices.app-notice-container .app-notice .notice-container .notice .notice-action .btn-accept-notice {
          background-color: white !important;
          border: 1px solid #9d9c9c !important;
          border-radius: 0;
          color: #333333;
          font-size: 16px;
          outline: 0;
          padding: 10px 55px; }
          #notices.app-notice-container .app-notice .notice-container .notice .notice-action .btn-accept-notice:hover {
            background-color: #f0f0f0 !important;
            border: 1px solid #f0f0f0 !important;
            color: #141414 !important; }
          #notices.app-notice-container .app-notice .notice-container .notice .notice-action .btn-accept-notice:active {
            box-shadow: none;
            transform: scale(0.95); }

