/* Minification failed. Returning unminified contents.
(23,15): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(31,26): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(274,15): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(342,15): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(389,15): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(401,15): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(641,15): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(805,15): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(847,15): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(856,15): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(894,26): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(1005,15): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(1024,15): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(1032,15): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(1048,15): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(1052,15): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(1355,15): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(1531,15): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-two'
(1880,15): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(1895,15): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(2091,15): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(2177,15): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(2191,15): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(2349,15): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(2384,15): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(2711,22): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(2712,27): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(2713,28): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(2717,15): run-time error CSS1039: Token not allowed after unary operator: '-partner-color-one'
(2823,25): 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);
  }
}
.color-primary {
  color: var(--partner-color-one);
}

.container--narrow {
  padding: 0 5%;
}

.noUi-connect {
  background-color: var(--partner-color-one);
}

.pb-2 {
  padding-bottom: 20px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.p-1 {
  padding: 10px !important;
}

.py-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.px-1 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.p-2 {
  padding: 20px !important;
}

.p-4 {
  padding: 40px !important;
}

.py-2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pl-2 {
  padding-left: 20px !important;
}

.pr-2 {
  padding-right: 20px !important;
}

.pl-4 {
  padding-left: 40px !important;
}

.pr-4 {
  padding-right: 40px !important;
}

.py-4 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.m-1 {
  margin: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.mx-1 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.ml-4 {
  margin-left: 40px !important;
}

.mx-2 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.my-2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

@media (max-width: 767px) {
  .d-sm-none {
    display: none;
  }
}
@media (max-width: 992px) {
  .d-md-none {
    display: none;
  }
}
@media (min-width: 993px) {
  .d-lg-none {
    display: none;
  }
}
/* 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: "Roboto", sans-serif;
  position: relative;
  overflow-x: hidden;
}

body {
  font-family: roboto;
  font-size: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  margin: 10px 0;
  font-weight: bold;
}

a:link, a:visited {
  color: #141414;
}

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 {
  font-family: "Montserrat", sans-serif;
}
.btn:active {
  box-shadow: none;
  background: #ccc;
}

.btn-custom, .swal2-modal .swal2-styled {
  padding: 8px 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #9d9c9c;
  color: #141414;
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-size: 1.05em;
}

.btn-custom:hover, .swal2-modal .swal2-styled:hover,
.btn-custom:active,
.swal2-modal .swal2-styled:active,
.btn-custom:focus,
.swal2-modal .swal2-styled:focus {
  color: var(--partner-color-one);
}

.btn-custom-campaign:hover,
.btn-custom-campaign:active {
  border: 1px solid #fff;
  color: #fff !important;
}

.btn-wide {
  padding: 8px 60px;
}

.btn-small {
  padding: 5px 20px;
}

: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;
}

.my-account {
  position: absolute;
  right: 0;
  margin-top: -70px;
}
@media (max-width: 767px) {
  .my-account {
    display: none;
  }
}
.my-account a:hover {
  color: var(--partner-color-one);
}

.invoice-count {
  background-color: #E00000;
  color: #fff;
  /*padding: 0 3px;*/
  border-radius: 50%;
  margin-left: 3px;
  font-size: 1.2rem;
  /*font-family: 'Open Sans',sans-serif;*/
  display: inline-block;
  /*margin-right: 2px;*/
  min-width: 23px;
  min-height: 23px;
  /*font-weight: 700;*/
  text-align: center;
  line-height: 2.3rem;
}

.error {
  color: #a94442;
}

.slick-prev::before, .slick-next::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #9d9c9c;
}

.slick-prev::before {
  content: "\f053";
}

.slick-next::before {
  content: "\f054";
}

.product-collections .slick-prev, .product-collections .slick-next {
  margin-top: -40px;
}

.slick-prev, .slick-next {
  zoom: 1.3;
  margin-top: -10px;
}
.slick-prev:hover, .slick-next:hover {
  color: var(--partner-color-one);
}
@media (max-width: 767px) {
  .slick-prev, .slick-next {
    display: none !important;
  }
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: var(--partner-color-one);
}

.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: #f0f0f0;
  color: #555;
  padding: 10px 0;
}
section.contact a {
  font-weight: bold;
  color: #555;
}
section.contact a:link,
section.contact a:visited {
  color: #555;
}
section.contact i {
  font-size: 1.4em;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
section.contact .contact-message {
  padding-left: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9em;
}
@media (max-width: 767px) {
  section.contact {
    display: none;
  }
}

/* end contact */
/* header */
body > header {
  position: relative;
}
body > header div#logo {
  margin: 0;
  padding: 0;
  line-height: 143px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  body > header div#logo {
    line-height: 80px;
  }
}
@media (min-width: 767px) {
  body > header div#logo {
    margin-bottom: 0;
    text-align: center;
  }
}
body > header div#logo img {
  max-height: 100px;
  max-width: 300px;
  vertical-align: middle;
  padding-right: 10px;
}
@media (max-width: 767px) {
  body > header div#logo img {
    max-width: 220px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  body > header div#logo img {
    max-width: 240px !important;
  }
}
@media (min-width: 767px) {
  body > header div#logo img {
    margin: 0 auto;
  }
}
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;
}
body > header ul.menu-list {
  padding-top: 10px;
  min-height: 20px;
  white-space: nowrap;
}
body > header ul.menu-list li + li:before {
  padding: 0 3px;
  content: "| ";
  color: #ccc;
}
body > header ul.menu-list li a {
  padding: 1px;
}
body > header ul.menu-list li a:link, body > header ul.menu-list li a:visited {
  color: #9d9c9c;
}
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: var(--partner-color-one);
}
@media (max-width: 992px) {
  body > header ul.list-inline {
    margin-top: 0;
    text-align: center;
  }
  body > header ul.menu-list {
    text-align: center;
  }
}

.navbar-toggle {
  margin: 15px;
  float: left;
  border-radius: 0;
}
.navbar-toggle .icon-bar {
  border-radius: 0;
  background-color: #141414 !important;
}

.custom-search-input {
  background-color: white;
  border: 1px solid white;
}
@media (max-width: 767px) {
  .custom-search-input {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
  }
  .custom-search-input input {
    background: none;
  }
}
.custom-search-input.outline, .custom-search-input .outline {
  border: 1px solid #ccc;
  background: white;
}
.custom-search-input .advanced-search-wrapper {
  position: relative;
}
.custom-search-input .advanced-search {
  display: none;
  width: calc(100% + 2px);
  position: absolute;
  z-index: 5;
  margin-left: -1px;
  background-color: white;
}
.custom-search-input .advanced-search .product-chunk {
  display: block;
  padding: 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 {
  margin: 0 15px;
}
.custom-search-input .advanced-search .criteria-container .price-slider .noUi-handle {
  box-shadow: none;
  border-radius: 50% !important;
}
.custom-search-input .advanced-search .criteria-container .price-slider .noUi-handle:before,
.custom-search-input .advanced-search .criteria-container .price-slider .noUi-handle:after {
  display: none;
}
.custom-search-input .advanced-search .criteria-container .price-slider.noUi-target {
  box-shadow: none;
  border-radius: 10px !important;
  border: none;
  background: #ccc;
}
.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: 15px;
}
.custom-search-input .advanced-search .criteria-container .range-container {
  margin: 15px;
}
.custom-search-input .advanced-search .criteria-container .range-container input {
  border-radius: 0;
  padding: 7px;
  width: 70px;
  display: inline;
  font-size: 13px;
}
.custom-search-input .advanced-search .criteria-container .range-container .criteria-dollar-prefix {
  padding: 5px;
}
.custom-search-input .advanced-search .autocomplete-container {
  padding: 0 0 5px 0;
}
.custom-search-input .advanced-search .autocomplete-container .product-chunk {
  border-bottom: 1px solid #f0f0f0;
}
.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;
  padding: 5px 15px;
  background-color: #f0f0f0;
}
.custom-search-input input {
  border: 0;
  box-shadow: none;
  font-size: 1.2rem;
}
.custom-search-input .form-control:focus {
  border: none;
  outline: 0;
  box-shadow: none;
}
.custom-search-input button.icon-button {
  margin: 5px 0 0 0;
  background: none;
  box-shadow: none;
  border: 0;
  color: #9d9c9c;
  padding: 0 15px 0 0px;
}
.custom-search-input button:hover {
  border: 0;
  box-shadow: none;
  color: var(--partner-color-one);
}
.custom-search-input .glyphicon-search {
  font-size: 23px;
}

.custom-search-input--mobile {
  background: none;
  border: none;
}
.custom-search-input--mobile:hover, .custom-search-input--mobile:active, .custom-search-input--mobile:focus {
  background: white;
}
.custom-search-input--mobile .form-control {
  background: none;
}
.custom-search-input--mobile .form-control:hover, .custom-search-input--mobile .form-control:active, .custom-search-input--mobile .form-control:focus {
  background: white;
}

.d-lg-none #account-tabs {
  margin-top: 0;
  padding: 10px;
  font-size: 0.8em;
}

#account-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  position: relative;
}
@media (max-width: 992px) {
  #account-tabs {
    margin: 9px auto;
  }
}
#account-tabs #cart:link, #account-tabs #cart:visited, #account-tabs #wishlist:link, #account-tabs #wishlist:visited {
  color: #9d9c9c;
}
#account-tabs #cart:hover, #account-tabs #wishlist:hover {
  color: var(--partner-color-one);
}
#account-tabs > div {
  flex-grow: 1;
}
#account-tabs > .btn {
  margin-left: 15px;
}
#account-tabs > a:hover {
  color: var(--partner-color-one);
}
#account-tabs > a > div.tab {
  padding: 5px 15px;
  display: block;
  float: left;
  position: relative;
}
#account-tabs > a > div.tab > span {
  line-height: 2.2rem;
}
@media (max-width: 1200px) {
  #account-tabs > a > div.tab > span {
    display: none;
  }
}
#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: 1.2rem;
  width: 23px;
  position: absolute;
  bottom: 0;
  right: 5px;
}
#account-tabs .responsive-circle::after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 0;
  padding-bottom: 100%;
  width: 100%;
  background-color: var(--partner-color-one);
}
#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 .navbar {
  overflow: visible;
}
#top-wrapper.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 16;
}
#top-wrapper.sticky.open .navbar {
  overflow: scroll;
}
#top-wrapper.sticky .contact {
  display: block;
  border-bottom: 1px solid white;
}
@media (min-width: 768px) {
  #top-wrapper {
    height: auto !important;
    overflow: visible !important;
  }
  #top-wrapper.sticky.open .navbar {
    overflow: visible;
  }
}
@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 */
.dropdown-menu {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}

.navbar {
  font-family: "Montserrat", sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  min-height: inherit;
  height: 100%;
  overflow: auto;
}
.navbar ul.nav li:last-child {
  border-right: 0;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .navbar ul.nav > li {
    float: none;
    display: inline-block;
  }
  .navbar ul.nav > li a {
    padding: 8px !important;
  }
}

.navbar-default {
  border: 0;
  background-color: #f0f0f0;
}
.navbar-default .navbar-header {
  position: absolute;
  top: 3px;
  left: 10px;
}
.navbar-default .navbar-header button {
  border: 0;
}
.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;
  text-align: center;
}
.navbar-default .navbar-nav .open > a:hover, .navbar-default .navbar-nav .open > a:active, .navbar-default .navbar-nav .active > a:hover {
  color: var(--partner-color-one);
}
.navbar-default .navbar-nav li.navbar-menu-links {
  background-color: #f0f0f0;
}
.navbar-default .navbar-nav li.navbar-menu-links .invoice-count {
  vertical-align: top;
}
.navbar-default .navbar-nav li a {
  text-transform: capitalize;
  color: #141414;
  padding: 20px 2px;
  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: var(--partner-color-one);
}
.navbar-default .navbar-nav li ul li a {
  text-align: left;
  padding: 10px !important;
  text-decoration: none;
}
.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: var(--partner-color-one);
}
.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 #f0f0f0;
  }
}
.navbar-default .navbar-nav li ul.dropdown-menu {
  border: none;
  border-radius: 0;
}
.navbar-default .navbar-nav .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  background-color: inherit;
  color: var(--partner-color-one);
}
.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 {
  background-color: inherit;
  color: var(--partner-color-one);
}
@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;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav li.navbar-menu-links {
    background: white;
    border-bottom: 1px solid #f0f0f0;
  }
  .navbar-default .navbar-nav li.navbar-menu-links a {
    padding: 10px;
  }
  .navbar-default .navbar-nav {
    background: white;
    border: 1px solid #f0f0f0;
    padding: 10px;
  }
  .navbar-default .navbar-nav li {
    background: white;
  }
  .navbar-default .navbar-nav li a {
    text-transform: none;
    text-align: left;
  }
  .navbar-default .navbar-nav .dropdown-menu li {
    padding-left: 50px;
  }
}
.navbar-default .navbar-nav.sm-collapsible .caret {
  position: relative;
  border: none;
}
.navbar-default .navbar-nav.sm-collapsible .caret:hover {
  background: inherit;
}
.navbar-default .navbar-nav.sm-collapsible .caret::before {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.navbar-default .navbar-nav.sm-collapsible .open > a > .caret::before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
/* end nav */
/* carousel */
@media (max-width: 767px) {
  .container.banner {
    margin: 0;
    padding: 0;
  }
}

#featured-category {
  margin-bottom: 40px;
}
#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 #f0f0f0;
  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 {
  width: 100%;
}
#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 {
  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;
  margin: 3px;
  border: 1px solid rgba(150, 150, 150, 0.3);
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#featured-category.carousel .carousel-indicators li.active {
  background: white;
}

/* end carousel */
/* tsc video */
section#tsc-video {
  background-color: #FAFAFA;
  padding: 20px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
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: 40px 0;
}
section.product-collections h1 {
  margin: 0;
  font-size: 3rem;
}
section.product-collections ul.product-collection-groups {
  margin: 0;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}
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;
  line-height: 2.5em;
}
section.product-collections p.no-products-found {
  padding: 30px 0 !important;
}
section.product-collections .product-collection-products {
  margin: 0 25px;
}
@media (max-width: 767px) {
  section.product-collections .product-collection-products {
    margin: 0;
  }
}
section.product-collections .product-collection-products .single-product {
  margin: 0 1px 10px;
}

/* end product collections */
/* home page specific styles */
.product-collections .single-product .product-details {
  padding: 0 60px;
}
@media (max-width: 767px) {
  .product-collections .single-product .product-details {
    padding: 0;
  }
}
.product-collections .single-product .product-links .btn {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .product-collections .single-product .product-links .btn {
    padding-left: 0;
  }
}

/* single product */
.single-product {
  -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;
  font-size: 1.6rem;
  background-color: #fff;
}
.single-product:hover .product-name {
  color: var(--partner-color-one);
}
.single-product .add-to-cart {
  position: absolute;
  top: 220px;
  z-index: 2;
  width: 100%;
  opacity: 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .single-product .add-to-cart {
    top: 280px;
  }
}
@media (max-width: 992px) {
  .single-product .add-to-cart {
    top: 280px;
  }
}
.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 {
  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 {
  -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%;
}
.single-product .product-links ul {
  opacity: 0;
  margin: 0;
  padding: 0;
}
.single-product .product-links ul li {
  float: right;
}
.single-product .product-links ul li:last-child {
  border-right: 0;
}
.single-product .product-links ul li i {
  color: #999;
  margin-right: 1px;
  font-size: 1.2em;
}
.single-product .product-links ul li i:hover {
  color: #141414;
}
.single-product .product-links .popover li {
  float: left;
}
.single-product .product-links > ul > li > button {
  color: #999;
  text-decoration: none;
  display: block;
  margin: 0;
  width: 100%;
  padding: 10px 0;
}
.single-product .product-links > ul > li > button:hover i {
  color: #141414;
}
.single-product .product-links > ul > li > button i {
  color: #999;
}
.single-product .product-links button {
  border: 0;
  background: none;
  padding-left: 0;
}
.single-product:hover .product-links ul, .single-product:hover .wishlist-btn, .single-product:hover .add-to-cart {
  opacity: 1;
}
.single-product div.product-img {
  display: block;
  position: relative;
  min-height: 240px;
  text-align: center;
  padding: 10px;
  /*@media(min-width: 1216px) {
      img {
          max-width: 300px;
          max-height: 300px;
      }
  }*/
}
.single-product div.product-img img {
  display: none;
}
.single-product .loader {
  margin: 100px 120px 0px 100px;
}
.single-product .product-name {
  display: block;
  margin-top: 5px;
  line-height: 2rem;
  margin-bottom: 10px;
  padding: 0;
  color: #141414;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  font-weight: bold;
}
.single-product a.product:hover,
.single-product a.product:active,
.single-product a.product:focus {
  text-decoration: none;
}
.single-product .product-price {
  color: #333;
  height: 40px;
  font-family: "Montserrat", sans-serif;
}
.single-product .product-discount-price {
  color: #ff0000;
}
.single-product .circle {
  border: 1px solid #141414;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #141414;
  padding: 12px 8px;
  position: absolute;
  z-index: 2;
}
.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: var(--partner-color-two);
}

.popover {
  display: block !important;
}

.popover.share-popover {
  border: none;
}
.popover.share-popover .arrow {
  display: none;
}
.popover.share-popover li {
  padding: 0;
}
.popover.share-popover i {
  font-size: 1em;
}

div.row div .single-product {
  margin-right: 20px;
  margin-bottom: 20px;
}

/* 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 10px;
}
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 */
#campaign4 .billboard-header {
  position: relative;
  text-align: center;
}
#campaign4 .billboard-header img {
  object-fit: cover;
  width: 100%;
  max-height: 112px;
}
#campaign4 .billboard-header h1 {
  font-weight: bold;
  font-size: 1.5em;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: 50%;
  margin-bottom: 0;
  margin-top: -0.5em;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
#campaign4 a {
  color: #141414;
}

/* featured collections */
section.featured-collections {
  padding: 30px 0;
}
section.featured-collections .row {
  margin-right: -10px;
  margin-left: -10px;
}
section.featured-collections .shopall--reveal, section.featured-collections .row.shopall--reveal {
  display: none;
}
section.featured-collections .item:nth-child(n+4) {
  display: none;
}
@media (max-width: 992px) {
  section.featured-collections .item:nth-child(n+4) {
    display: inherit;
  }
}
@media (max-width: 992px) {
  section.featured-collections .item:nth-child(n+5) {
    display: none;
  }
}
section.featured-collections :target .shopall--hide {
  display: none;
}
section.featured-collections :target .shopall--reveal {
  display: inherit;
}
section.featured-collections :target .item:nth-child(n+4) {
  display: inherit;
}
section.featured-collections .shopall-btn {
  display: none;
}
@media (max-width: 992px) {
  section.featured-collections .shopall-btn {
    display: block;
  }
  section.featured-collections .mobile-show {
    display: block;
  }
  section.featured-collections .mobile-hide {
    display: none;
  }
}
section.featured-collections .billboard-title {
  text-align: center;
  margin-top: 1em;
  font-family: "Montserrat", sans-serif;
}
section.featured-collections .row {
  /*display: flex;*/
  align-items: stretch;
}
section.featured-collections h2 {
  text-transform: uppercase;
  color: #666;
  text-align: center;
}
section.featured-collections .vertically-align {
  align-self: center;
}
section.featured-collections .featured-collection-text {
  /*font-size: 24px;*/
  font-weight: bold;
  padding: 30px;
  height: 100%;
  background: #f0f0f0;
}
section.featured-collections .featured-collection-text hr {
  width: 50%;
  border-color: #141414;
}
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;
  -ms-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;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
}
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: #f0f0f0;
}
body > footer a.privacy-link {
  text-decoration: underline;
}
body > footer a.privacy-link:hover {
  text-decoration: underline !important;
}
body > footer h1 {
  font-size: 1.8rem;
  color: #ccc;
}
body > footer a {
  color: #141414;
}
body > footer address {
  margin: 0;
}
body > footer .contact {
  display: flex;
  align-items: center;
  justify-content: center;
}
body > footer .contact .social {
  margin-left: 40px;
  font-size: 2.2em;
}
body > footer .contact .social a {
  padding: 0 5px;
  color: #141414;
}
body > footer .contact .social a:hover {
  color: var(--partner-color-one);
}
body > footer ul.menu-list li {
  padding: 0 2px;
}
body > footer ul.menu-list li + li:before {
  padding-right: 4px;
  content: "|";
  color: #141414;
}
body > footer ul.menu-list li a {
  color: #141414;
}
body > footer ul.menu-list li a:hover, body > footer ul.menu-list li a:active, body > footer ul.menu-list li a:focus {
  text-decoration: none;
  color: var(--partner-color-one);
}
body > footer .btn-custom, body > footer .swal2-modal .swal2-styled, .swal2-modal body > footer .swal2-styled {
  display: inline;
  border: none;
  color: #141414;
}
@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 */
.single-product .popover {
  max-width: 130px;
  width: 130px;
  margin-left: -35px;
  margin-top: 5px;
}

.popover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.popover .popover-content {
  padding: 10px;
}
.popover .popover-content button {
  padding: 0 5px;
}
.popover table {
  border: 0;
  color: #141414;
}
.popover table tr td {
  vertical-align: middle;
  text-align: left;
  border: 0;
  color: #141414;
  table-layout: fixed;
}
.popover table tr td:hover {
  color: var(--partner-color-one);
}
.popover table tr td.popover-remove {
  width: 5%;
}
.popover table tr td.popover-remove a i {
  color: #333;
}
.popover table tr td.popover-remove a i:hover {
  color: #141414;
}
.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 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;
}

.single-product .wishlist-btn, .single-product .wishlist-active-btn {
  position: absolute;
  text-align: right;
  right: 0;
  top: 0;
  opacity: 0;
  background: none;
  border: none;
  font-size: 2em;
}
.single-product .wishlist-btn:hover, .single-product .wishlist-active-btn:hover {
  color: var(--partner-color-one);
}
.single-product .wishlist-active-btn {
  color: #141414;
  opacity: 1;
}

.wishlist-active-btn {
  opacity: 1;
}
.wishlist-active-btn i {
  color: #141414 !important;
}
.wishlist-active-btn i:hover {
  color: var(--partner-color-one) !important;
}

/* 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 */
.bold {
  font-weight: bold;
}

#rep-window {
  border: 1px solid #D1D1D1;
  border-bottom: 0;
  position: fixed;
  bottom: 0;
  right: 10px;
  width: 300px;
  z-index: 6;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}
#rep-window.rounded-corners {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#rep-window #rep-close button {
  background: none;
  border: 0;
}
#rep-window #rep-info {
  padding: 10px;
}
#rep-window #rep-info h1 {
  margin: 0 0 10px;
  font-size: 2.4rem;
  text-transform: uppercase;
}
#rep-window #rep-info span#rep-intro {
  display: block;
  color: #9d9c9c;
  font-size: 1em;
  font-family: "Roboto", sans-serif;
}
#rep-window #rep-info div#rep-status {
  position: relative;
}
#rep-window #rep-info div#rep-status span {
  color: #fff;
  padding: 3px 8px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -35px;
}
#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;
  -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: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  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;
}
#rep-window #rep-info #rep-btn a {
  margin-right: 10px;
}
#rep-window .rep-notice {
  padding: 10px;
  background-color: #F0F0F0;
  color: #555;
  cursor: pointer;
}
#rep-window .rep-notice i, #rep-window .rep-notice:hover {
  color: var(--partner-color-one);
}
#rep-window .rep-notice.online {
  background-color: #28b051;
}
#rep-window .rep-notice.offline {
  background-color: #ff0000;
}
#rep-window #rep-mini-info hr {
  border-bottom: 1px solid #9d9c9c;
  margin: 0 30px;
  padding-top: 5px;
  margin-bottom: 5px;
}
#rep-window #rep-mini-info .rep-thumbnail {
  height: 50px;
  font-size: 4rem;
  vertical-align: middle;
}

/* 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 .item {
  text-align: center;
}
section#rep-list h2 {
  margin: 10px 0 0 0;
  color: var(--partner-color-one);
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
section#rep-list .item:hover h2 {
  opacity: 1;
}
section#rep-list img {
  width: 100px;
  height: 100px;
  display: inline-block;
}
section#rep-list .slick-list i {
  font-size: 9rem;
  margin-top: 5px;
  color: #ccc;
}
section#rep-list .rep-column:hover h2, section#rep-list .rep-column:active h2, section#rep-list .rep-column:focus h2 {
  opacity: 1;
}

/* 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: "Roboto", sans-serif !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.swal2-modal .swal2-styled {
  background: white !important;
}
.swal2-modal .swal2-confirm {
  border-color: var(--partner-color-one) !important;
  border-left-color: var(--partner-color-one) !important;
  border-right-color: var(--partner-color-one) !important;
  color: #141414 !important;
}
.swal2-modal .swal2-confirm:hover {
  color: var(--partner-color-one) !important;
}

/* 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;
}

#notices {
  z-index: 25; }
  #notices.app-notice-container {
    position: fixed !important;
    right: 0;
    bottom: 82px;
    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;
      color: white;
      padding: 40px; }
      @media (max-width: 450px) {
        #notices.app-notice-container .app-notice .notice-container {
          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 !important;
          border: 1px solid #9d9c9c !important;
          border-radius: 0;
          color: #141414;
          font-size: 16px;
          outline: 0;
          padding: 8px 60px;
          transition: background-color 500ms ease; }
          #notices.app-notice-container .app-notice .notice-container .notice .notice-action .btn-accept-notice:hover {
            color: var(--partner-color-one); }

