<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.split-top, .split-bottom {
  width: 100%
}

.fixed {
  position: fixed;
}

.search-header-middle {
  padding-top: 0;
}

.circle-links {
  padding-top: 1px;
  padding-bottom: 1px;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

#clands-search-box::placeholder {
  font-size: 90%;
}

.clands-search-cont {
  position: absolute;
  display: inline-block;
  height: 36px;
  width: 400px;
  max-width: 100%;
  border-radius: 4px;
  position: relative;
  z-index: 100;
}

.clands-search-cont .clands-search-dropdown-cont {
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1000;
  height: 36px;
}

.clands-search-cont .clands-search-dropdown-cont .clands-search-dropdown {
  position: relative;
  z-index: 1000;
  height: 36px;
}

.clands-search-cont .clands-search-dropdown-cont .clands-search-dropdown button {
  height: 34px;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: inset 1px 1px 1px 4px rgba(0, 0, 0, 0.02);
  line-height: 0;
}

.clands-search-cont .clands-search-dropdown-cont .clands-search-dropdown .caret {
  color: white !important;
}

.clands-search-cont .clands-search-dropdown-cont .clands-search-dropdown .dropdown-menu {
  visibility: hidden;
  display: inline-table;
  font-size: 0.9375em;
  z-index: 1000;
}

.clands-search-cont .clands-search-dropdown-cont .clands-search-dropdown .dropdown-menu li {
  height: inherit;
}

.clands-search-cont .clands-search-dropdown-cont .clands-search-dropdown .dropdown-menu li a {
  height: inherit;
}

#clands-search-dropdown-menu a.nav-link,
#clands-sidebar-search-dropdown-menu a.nav-link {
  padding: 5px 15px;
}

.clands-search-cont .clands-search-box-cont {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: inherit;
}

.clands-search-cont .clands-search-box-cont .clands-search-box {
  height: 36px;
  width: 100%;
  border-radius: 4px;
  outline: none;
  border-width: 0;
  font-size: 1em;
  font-family: 'Lato', sans-serif;
  padding: 0;
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}

.clands-search-cont .clands-search-box-cont .clands-search-box::-webkit-input-placeholder,
.clands-search-cont .clands-search-box-cont .clands-search-box::-moz-placeholder,
.clands-search-cont .clands-search-box-cont .clands-search-box:-ms-input-placeholder,
.clands-search-cont .clands-search-box-cont .clands-search-box:-moz-placeholder {
  color: #b3b3b3;
}

.clands-search-cont .clands-search-button-cont {
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
}

.clands-search-cont .clands-search-button-cont .clands-search-btn {
  height: 36px;
  color: #4d4d4d;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  line-height: 0;
}

.clands-search-cont .clands-search-button-cont .clands-search-btn:focus,
#custom-search-input .btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn:active:focus {
  box-shadow: none !important;
}

.action-btn::before {
  border-radius: 4px;
  border-width: 2px;
}

#custom-search-input button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.advanced-search-container {
  width: 400px;
  text-align: center;
  margin: 0 auto;
}

.header-logo-links-search .advanced-search-container {
  margin: 0;
}

.advanced-search-container #advanced-search-link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1025px) {
  .circle-links,
  .search-header-middle {
    margin: 0 !important;
  }

  .header-left h1 {
    width: 100%;
  }
}

/*@media screen and (max-width: 991px) {*/
@media screen and (max-width: 500px) {
  .advanced-search-container {
    width: 300px;
    padding-left: 20px;
  }

  #header-top-right {
    height: 36px;
    margin-top: 44px;
  }

  .search-header-middle {
    padding-top: 0;
  }

  .header-left {
    float: none;
    margin-bottom: 44px;
  }

  .header-spacing &gt; .container {
    padding-left: 0;
  }

  .circle-links {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .clands-search-cont {
    position: absolute;
    display: inline-block;
    height: 36px;
    width: 300px;
    border-radius: 4px;
    position: relative;
    z-index: 100;
  }

  .clands-search-cont .clands-search-dropdown-cont {
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1000;
    height: 36px;
  }

  .clands-search-cont .clands-search-dropdown-cont .clands-search-dropdown {
    position: relative;
    z-index: 1000;
    height: 36px;
  }

  .clands-search-cont .clands-search-dropdown-cont .clands-search-dropdown button {
    height: 34px;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: inset 1px 1px 1px 5px rgba(0, 0, 0, 0.02);
  }

  .clands-search-cont .clands-search-dropdown-cont .clands-search-dropdown .caret {
    color: white;
  }

  .clands-search-cont .clands-search-dropdown-cont .clands-search-dropdown .dropdown-menu {
    visibility: hidden;
    display: inline-table;
    font-size: 0.703125em;
    z-index: 1000;
  }

  .clands-search-cont .clands-search-dropdown-cont .clands-search-dropdown .dropdown-menu li {
    height: inherit;
  }

  .clands-search-cont .clands-search-dropdown-cont .clands-search-dropdown .dropdown-menu li a {
    height: inherit;
  }

  .clands-search-cont .clands-search-box-cont {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: inherit;
  }

  .clands-search-cont .clands-search-box-cont .clands-search-box {
    height: 35px;
    width: 300px;
    border-radius: 4px;
    outline: none;
    border-width: 0;
    font-size: 0.9375em;
    font-family: 'Lato', sans-serif;
    padding: 0;
    box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  }

  .clands-search-cont .clands-search-button-cont {
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
  }

  .clands-search-cont .clands-search-button-cont .clands-search-btn {
    height: 35px;
  }

  .clands-search-cont .clands-search-button-cont .clands-search-btn:hover {
    background: #d9d9d9;
    color: #1a1a1a;
  }

  .clands-search-cont .clands-search-button-cont .clands-search-btn:focus {
    outline: none;
  }

  .clands-search-cont .clands-search-button-cont .clands-search-btn .fa-search {
    height: inherit;
    padding: 0;
  }

  #header-top-right {
    width: 100vw;
  }

  .header-left {
    width: 50vw;
    display: block;
    margin: 0 auto;
  }

  .header-left img {
    max-height: 200px;
    width: 50vw;
    display: block;
    margin: 0 auto;
  }

  .header-right {
    width: 45%;
    text-align: center;
  }

  .top-right-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-right.pull-right {
    margin-left: -100px;
  }
}

@media screen and (max-width: 667px) {
  .header-spacing &gt; .container {
    padding-left: 0;
  }

  .advanced-search-container {
    width: 100%;
  }

  .search-header-middle {
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 600px) {
  .search-header-middle {
    width: 100%;
  }

  .top-right-container,
  #header-top-right {
    padding: 0;
  }

  .header-right {
    width: 100%;
    text-align: center;
  }
}

.top-right-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  width: 100%;
  z-index: 1000;
}

#header-top-right-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
}

.sidebar {
  padding: 0;
  margin-top: 16px;
  margin-bottom: 16px;
}

.sidebar .clands-sidebar-search-cont {
  position: relative;
}

.sidebar .clands-sidebar-search-cont .clands-sidebar-header {
  width: 100%;
  cursor: default;
}

.sidebar .clands-sidebar-search-cont .clands-sidebar-header h1 {
  font-size: inherit;
}

.sidebar .clands-sidebar-search-cont form {
  padding: 15px;
}

.sidebar .clands-sidebar-search-cont form .clands-search-cont-wrapper {
  position: relative;
  width: 100%;
  height: 36px;
}

.sidebar .clands-sidebar-search-cont form .clands-search-cont-wrapper .clands-sidebar-search-box-cont {
  width: 100%;
  height: 36px;
  margin-top: 10px;
}

.sidebar .clands-sidebar-search-cont form .clands-search-cont-wrapper .clands-sidebar-search-box-cont .clands-sidebar-search-box {
  width: 100%;
  height: 36px;
  border-radius: 4px;
  border-color: #fafafa;
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  outline: none;
  padding-top: 2px;
  padding-left: 0.8em;
  border-width: 0px;
}

.sidebar .clands-sidebar-search-cont form .clands-search-cont-wrapper .clands-sidebar-search-box-cont .clands-sidebar-search-box::-webkit-input-placeholder,
.sidebar .clands-sidebar-search-cont form .clands-search-cont-wrapper .clands-sidebar-search-box-cont .clands-sidebar-search-box::-moz-placeholder,
.sidebar .clands-sidebar-search-cont form .clands-search-cont-wrapper .clands-sidebar-search-box-cont .clands-sidebar-search-box:-ms-input-placeholder,
.sidebar .clands-sidebar-search-cont form .clands-search-cont-wrapper .clands-sidebar-search-box-cont .clands-sidebar-search-box:-moz-placeholder {
  color: #b3b3b3;
}

.sidebar .clands-sidebar-search-cont form .clands-search-cont-wrapper .clands-sidebar-search-box-cont input:focus {
  outline: none;
}

.sidebar .clands-sidebar-search-cont form .clands-search-cont-wrapper .clands-sidebar-search-button-cont .clands-search-sidebar-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  color: white;
  border-left: solid 2px #b3b3b3;
  opacity: .85;
  box-shadow: inset 1px 1px 1px 5px rgba(0, 0, 0, 0.02);
  border-left: 2px lightgray solid;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  line-height: 0;
}

.sidebar .clands-sidebar-search-cont form .clands-search-cont-wrapper .clands-sidebar-search-button-cont .clands-search-sidebar-btn:hover {
  opacity: 1;
}

.sidebar .clands-sidebar-search-cont form .clands-sidebar-search-category-cont-wrapper {
  width: 100%;
}

.sidebar .clands-sidebar-search-cont form .clands-sidebar-search-category-cont-wrapper .clands-search-category-cont {
  margin: 0 auto;
  padding: 4px;
  display: table;
}

.sidebar .clands-sidebar-search-cont form .clands-sidebar-search-category-cont-wrapper .clands-search-category-cont label {
  font-size: 1em;
  font-weight: normal;
  float: left;
  text-transform: lowercase;
  color: #979797;
  margin-top: 2px;
}

.sidebar .clands-sidebar-search-cont form .clands-sidebar-search-category-cont-wrapper .clands-search-category-cont .clands-sidebar-search-dropdown-cont {
  float: left;
}

.sidebar .clands-sidebar-search-cont form .clands-sidebar-search-category-cont-wrapper .clands-search-category-cont .clands-sidebar-search-dropdown-cont .clands-sidebar-search-dropdown {
  color: #b3b3b3;
  background-color: #f2f2f2 !important;
}

.sidebar .clands-sidebar-search-cont form .clands-sidebar-search-category-cont-wrapper .clands-search-category-cont .clands-sidebar-search-dropdown-cont .clands-sidebar-search-dropdown .sidebar-search-dropdown {
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  background: white;
  color: #8c8c8c;
  box-shadow: inset 1px 1px 1px 5px rgba(0, 0, 0, 0.02);
  opacity: .85;
}

.sidebar .clands-sidebar-search-cont form .clands-sidebar-search-category-cont-wrapper .clands-search-category-cont .clands-sidebar-search-dropdown-cont .clands-sidebar-search-dropdown .sidebar-search-dropdown:hover {
  opacity: 1;
}

.sidebar .clands-sidebar-search-cont form .clands-sidebar-search-category-cont-wrapper .clands-search-category-cont .clands-sidebar-search-dropdown-cont .clands-sidebar-search-dropdown .sidebar-search-dropdown .caret {
  margin-top: -2px;
}

.sidebar .clands-sidebar-search-cont form .clands-sidebar-search-category-cont-wrapper .clands-search-category-cont .clands-sidebar-search-dropdown-cont .clands-sidebar-search-dropdown .clands-sidebar-search-dropdown-menu {
  visibility: hidden;
  display: inline-table;
  font-size: 0.9375em;
  z-index: 1000;
}

.sidebar .clands-sidebar-search-cont form .sidebar-advanced-search-container {
  text-align: center;
  margin-top: 16px;
}

.sidebar .clands-sidebar-search-cont form .sidebar-advanced-search-container #sidebar-advanced-search-link {
  width: 100%;
  transition: 500ms ease-in-out;
}

.sidebar .clands-sidebar-search-cont form .sidebar-advanced-search-container #sidebar-advanced-search-link:hover {
  color: #b3b3b3;
  text-decoration: underline;
}

.sidebar-giftcard-cont-wrapper {
  border: 2px solid #f2f2f2;
}

.sidebar-giftcard-cont-wrapper .sidebar-giftcard-cont {
  width: 100%;
}

.sidebar-giftcard-cont-wrapper .sidebar-giftcard-cont .sidebar-giftcard-header {
  width: 100%;
  background: black;
  color: white;
  border-radius: 0 !important;
  cursor: default;
}

.sidebar-giftcard-cont-wrapper .sidebar-giftcard-cont .sidebar-giftcard-header h1 {
  font-size: inherit;
}

.sidebar-giftcard-cont-wrapper .sidebar-giftcard-cont hr {
  padding: 0;
  margin: 0;
}

.sidebar-giftcard-cont-wrapper .sidebar-giftcard-cont .sidebar-giftcard-img-cont-wrapper {
  width: 100%;
  height: 185px;
}

.sidebar-giftcard-cont-wrapper .sidebar-giftcard-cont .sidebar-giftcard-img-cont-wrapper .sidebar-giftcard-img-cont {
  width: 100%;
  height: 100%;
  padding: 10px;
}

.sidebar-giftcard-cont-wrapper .sidebar-giftcard-cont .sidebar-giftcard-img-cont-wrapper .sidebar-giftcard-img-cont .sidebar-giftcard-img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  background-size: cover;
  transition: all .2s ease-in-out;
  box-shadow: 3px 2px 22px -1px rgba(0, 0, 0, 0.2);
}

.sidebar-giftcard-cont-wrapper .sidebar-giftcard-cont .sidebar-giftcard-img-cont-wrapper .sidebar-giftcard-img-cont .sidebar-giftcard-img:hover {
  transform: scale(1.025);
  -ms-transform: scale(1.025); /* IE 9 */
  -webkit-transform: scale(1.025); /* Chrome, Safari, Opera */
}

.sidebar-giftcard-cont-wrapper .sidebar-giftcard-cont .sidebar-giftcard-img-cont-wrapper .sidebar-giftcard-img-cont .sidebar-giftcard-img img {
  height: 100%;
  width: 100%;
}

.sidebar-giftcard-cont-wrapper .sidebar-giftcard-cont .sidebar-giftcard-buy-cont {
  text-align: center;
  padding: 10px;
  font-size: 0.9em;
}

.sidebar-giftcard-cont-wrapper .sidebar-giftcard-cont .sidebar-giftcard-buy-cont p {
  margin-bottom: 10px;
}

.sidebar-giftcard-cont-wrapper .sidebar-giftcard-cont .sidebar-giftcard-buy-cont button {
  width: 100%;
  opacity: .9;
}

.sidebar-giftcard-cont-wrapper .sidebar-giftcard-cont .sidebar-giftcard-buy-cont button:hover {
  opacity: 1;
}

.side-navigation-cont {
  border: 1px solid #d9d9d9;
}

.side-navigation-cont .side-navigation-header {
  border-bottom: 1px solid #d9d9d9;
  font-size: 1.5em;
  opacity: .95;
  background: #f2f2f2;
  text-align: center;
  padding: 0.5em;
}

.side-navigation-cont .side-navigation {
  list-style: none;
}

.side-navigation-cont .side-navigation a {
  text-decoration: none;
  color: #848484;
}

.side-navigation-cont .side-navigation a .side-navigation-link-cont {
  padding: 4px 16px;
  font-size: 1em;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
}

.side-navigation-cont .side-navigation a .side-navigation-link-cont:hover {
  color: white !important;
  opacity: .85;
}

.side-navigation-cont .side-navigation a .side-navigation-link-cont i {
  margin-right: 4px;
}

.side-navigation-cont .side-navigation:last-child {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.giftcards .form-group-pair {
  width: 100%;
  display: inline-block;
}

.giftcards .form-group-pair label {
  float: left;
  width: 20%;
  line-height: 34px;
}

.giftcards .form-group-pair input {
  float: left;
  width: 80%;
}

.giftcards .giftcard-value-cont label {
  width: 40%;
}

.giftcards .giftcard-value-cont input {
  width: 60%;
}

.giftcard-header {
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

.giftcard-header h1 {
  width: 100%;
  float: left;
  border-bottom: 2px solid #e6e6e6;
}

.giftcard-header p {
  padding-top: 5px;
  margin-left: 25px;
  float: left;
}

#value-chooser input {
  width: 75px;
}

.img-carousel-cont-wrapper {
  position: relative;
  margin-bottom: 10px;
  padding: 4px;
  width: 100%;
  min-height: 450px;
  cursor: default;
}

.img-carousel-cont-wrapper img {
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.75);
}

.img-carousel-cont-wrapper .img-carousel-cont {
  position: relative;
  height: 100%;
  min-height: inherit;
  width: 100%;
}

.img-carousel-cont-wrapper .img-carousel-cont #left-thumb-btn,
.img-carousel-cont-wrapper .img-carousel-cont #right-thumb-btn,
.img-carousel-cont-wrapper .img-carousel-cont #left-main-btn,
.img-carousel-cont-wrapper .img-carousel-cont #right-main-btn,
.img-carousel-cont-wrapper .img-carousel-cont #img-carousel-thumbnails-scroll {
  display: none;
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main {
  position: relative;
  min-height: 350px;
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .img-carousel-main-wrapper .main-img {
  max-width: 100%;
  max-height: 350px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: inherit;
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container {
  position: absolute;
  top: 55%;
  margin-top: -37.5px;
  height: 75px;
  width: 100%;
  z-index: 999;
  pointer-events: none;
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder {
  height: 50px;
  width: 50px;
  display: inline-block;
  pointer-events: all;
  cursor: pointer;
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder i {
  width: 50px;
  font-size: 50px;
  transition: all .2s ease-in-out;
  opacity: .9;
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-left {
  float: left;
  text-align: left;
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-left i {
  text-shadow: -4px 4px 5px rgba(0, 0, 0, 0.25);
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-left i:hover,
.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-right i:hover,
.img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-left i:hover {
  transform: scale(1.15);
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-right {
  float: right;
  text-align: right;
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-right i {
  text-shadow: -4px 4px 5px rgba(0, 0, 0, 0.25);
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll {
  padding: 10px;
  position: relative;
  float: left;
  bottom: -5px;
  overflow-x: hidden;
  overflow-y: display;
  z-index: 100;
  height: 125px;
  width: 100%;
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll .img-carousel-thumbnails {
  position: relative;
  float: left;
  max-height: 125px;
  white-space: nowrap;
  margin-left: -2.5px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  justify-content: center;
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll .img-carousel-thumbnails .img-thumbnail-cont {
  position: relative;
  display: inline;
  line-height: 90px;
  margin: 0 4px;
  cursor: pointer;
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll .img-carousel-thumbnails .img-thumbnail-cont:hover {
  transform: scale(1.1);
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll .img-carousel-thumbnails .img-thumbnail-cont img {
  position: relative;
  float: left;
  display: block;
  max-width: 90px;
  max-height: 95px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll .img-carousel-thumbnails .img-thumbnail-cont .img-thumbnail-overlay {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background: #B9DBFF;
  height: 100%;
  width: 100%;
  opacity: .65;
}

.img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont {
  position: absolute;
  bottom: 25px;
  left: -10%;
  width: 120%;
  z-index: 101;
  pointer-events: none;
}

.img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn {
  opacity: .9;
  display: inline-block;
  height: 25px;
  width: 25px;
  border-radius: 20px;
  font-size: 25px;
  text-align: center;
  pointer-events: all;
  cursor: pointer;
}

.img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn i {
  transition: all .2s ease-in-out;
}

.img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-left {
  float: left;
}

.img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-left i {
  text-shadow: -4px 4px 5px rgba(0, 0, 0, 0.25);
}

.img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-right {
  float: right;
}

.img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-right i {
  text-shadow: -4px 4px 5px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1200px) {
  .img-carousel-cont-wrapper {
    position: relative;
    margin-bottom: 10px;
    padding: 4px;
    width: 100%;
    min-height: 300px;
    cursor: default;
  }

  .img-carousel-cont-wrapper img {
    box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.75);
  }

  .img-carousel-cont-wrapper .img-carousel-cont {
    position: relative;
    height: 100%;
    min-height: inherit;
    width: 100%;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main {
    position: relative;
    min-height: 225px;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .img-carousel-main-wrapper .main-img {
    max-width: 100%;
    max-height: 225px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: inherit;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container {
    position: absolute;
    top: 55%;
    margin-top: -37.5px;
    height: 75px;
    width: 125%;
    left: -12.5%;
    z-index: 1000;
    pointer-events: none;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder {
    height: 50px;
    width: 50px;
    display: inline-block;
    pointer-events: all;
    cursor: pointer;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder i {
    width: 50px;
    font-size: 50px;
    transition: all .2s ease-in-out;
    opacity: .9;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-left {
    float: left;
    text-align: left;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-left i {
    text-shadow: -4px 4px 5px rgba(0, 0, 0, 0.25);
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-left i:hover,
  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-right i:hover {
    transform: scale(1.15);
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-right {
    float: right;
    text-align: right;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-right i {
    text-shadow: -4px 4px 5px rgba(0, 0, 0, 0.25);
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll {
    padding: 10px;
    position: relative;
    float: left;
    bottom: -5px;
    overflow-x: hidden;
    overflow-y: visible;
    z-index: 100;
    height: 100px;
    width: 100%;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll .img-carousel-thumbnails {
    position: relative;
    float: left;
    max-height: 100px;
    white-space: nowrap;
    margin-left: -2.5px;
    display: -ms-flexbox;
    display: flex;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll .img-carousel-thumbnails .img-thumbnail-cont {
    position: relative;
    display: inline;
    line-height: 65px;
    margin: 0 4px;
    cursor: pointer;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll .img-carousel-thumbnails .img-thumbnail-cont:hover {
    transform: scale(1.1);
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll .img-carousel-thumbnails .img-thumbnail-cont img {
    position: relative;
    float: left;
    display: block;
    max-width: 65px;
    max-height: 70px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: inherit;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll .img-carousel-thumbnails .img-thumbnail-cont .img-thumbnail-overlay {
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background: #B9DBFF;
    height: 70px;
    width: 65px;
    opacity: .65;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont {
    position: absolute;
    bottom: 12.5px;
    left: -10%;
    width: 120%;
    z-index: 101;
    pointer-events: none;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn {
    opacity: .9;
    display: inline-block;
    height: 25px;
    width: 25px;
    border-radius: 20px;
    font-size: 25px;
    text-align: center;
    pointer-events: all;
    cursor: pointer;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn i {
    transition: all .2s ease-in-out;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-left {
    float: left;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-left i {
    text-shadow: -4px 4px 5px rgba(0, 0, 0, 0.25);
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-left i:hover,
  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-right i:hover {
    transform: scale(1.15);
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-right {
    float: right;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-right i {
    text-shadow: -4px 4px 4px rgba(0, 0, 0, 0.25);
  }
}

@media screen and (max-width: 767px) {
  .img-carousel-cont-wrapper {
    position: relative;
    margin-bottom: 10px;
    padding: 4px;
    width: 100%;
    cursor: default;
  }

  .img-carousel-cont-wrapper .img-carousel-cont {
    position: relative;
    height: 100%;
    min-height: unset;
    width: 100%;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main {
    position: relative;
    min-height: 300px;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .img-carousel-main-wrapper .main-img {
    max-width: 100%;
    max-height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: inherit;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container {
    position: absolute;
    top: 55%;
    margin-top: -37.5px;
    height: 75px;
    width: 125%;
    left: -12.5%;
    z-index: 1000;
    pointer-events: none;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder {
    height: 50px;
    width: 50px;
    display: inline-block;
    pointer-events: all;
    cursor: pointer;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder i {
    width: 50px;
    font-size: 50px;
    transition: all .2s ease-in-out;
    opacity: .9;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-left {
    float: left;
    text-align: left;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-left i {
    text-shadow: -4px 4px 5px rgba(0, 0, 0, 0.25);
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-left i:hover,
  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-right i:hover,
  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-left i:hover,
  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-right i:hover {
    transform: scale(1.15);
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-right {
    float: right;
    text-align: right;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-main .btn-container .btn-holder-right i {
    text-shadow: -4px 4px 5px rgba(0, 0, 0, 0.25);
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll {
    padding: 10px;
    position: relative;
    float: left;
    bottom: -5px;
    overflow-x: hidden;
    overflow-y: display;
    z-index: 100;
    height: 125px;
    width: 100%;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll .img-carousel-thumbnails {
    position: relative;
    float: left;
    max-height: 125px;
    white-space: nowrap;
    margin-left: -2.5px;
    display: -ms-flexbox;
    display: flex;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll .img-carousel-thumbnails .img-thumbnail-cont {
    position: relative;
    display: inline;
    line-height: 90px;
    margin: 0 4px;
    cursor: pointer;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll .img-carousel-thumbnails .img-thumbnail-cont:hover {
    transform: scale(1.1);
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll .img-carousel-thumbnails .img-thumbnail-cont img {
    position: relative;
    float: left;
    display: block;
    max-width: 90px;
    max-height: 95px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: inherit;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .img-carousel-thumbnails-scroll .img-carousel-thumbnails .img-thumbnail-cont .img-thumbnail-overlay {
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background: #B9DBFF;
    height: 100%;
    width: 100%;
    opacity: .65;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont {
    position: absolute;
    bottom: 25px;
    left: -10%;
    width: 120%;
    z-index: 101;
    pointer-events: none;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn {
    opacity: .9;
    display: inline-block;
    height: 25px;
    width: 25px;
    border-radius: 20px;
    font-size: 25px;
    text-align: center;
    pointer-events: all;
    cursor: pointer;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn i {
    transition: all .2s ease-in-out;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-left {
    float: left;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-left i {
    text-shadow: -4px 4px 4px rgba(0, 0, 0, 0.25);
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-right {
    float: right;
  }

  .img-carousel-cont-wrapper .img-carousel-cont .thumbnail-scroller-btn-cont .thumbnail-scroller-btn-right i {
    text-shadow: -4px 4px 4px rgba(0, 0, 0, 0.25);
  }
}

#stuck_container .nav_cart.box_1 .cart-bubble-container.success .rotate-part {
  background: #cdffcd;
}

#stuck_container .nav_cart.box_1 .cart-bubble-container.success .cart-bubble {
  background: #cdffcd;
  color: #008d00;
}

#stuck_container .nav_cart.box_1 .cart-bubble-container.danger .rotate-part {
  background: #ffb3b3;
}

#stuck_container .nav_cart.box_1 .cart-bubble-container.danger .cart-bubble {
  background: #ffb3b3;
  color: #990000;
}

#stuck_container .nav_cart.box_1 .cart-bubble-container.warning .rotate-part {
  background: #ffd280;
}

#stuck_container .nav_cart.box_1 .cart-bubble-container.warning .cart-bubble {
  background: #ffd280;
  color: #b37400;
}

#stuck_container .nav_cart.box_1 .cart-bubble-container.info .rotate-part {
  background: #b3ecff;
}

#stuck_container .nav_cart.box_1 .cart-bubble-container.info .cart-bubble {
  background: #b3ecff;
  color: #0099cc;
}

#stuck_container .nav_cart.box_1 .cart-bubble-container {
  position: relative;
  display: none;
  z-index: 2000;
  top: 25px;
  left: 0;
  max-width: 100%;
  height: auto;
}

#stuck_container .nav_cart.box_1 .cart-bubble-container .rotate-part {
  position: absolute;
  top: -0.125em;
  left: 0.5em;
  z-index: -5;
  height: 1.5em;
  width: 1.5em;
  -ms-transform: rotate(45deg); /* IE 9 */
  -ms-transform-origin: center; /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  -webkit-transform-origin: center; /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  transform-origin: center;
  box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.15);
}

#stuck_container .nav_cart.box_1 .cart-bubble-container .cart-bubble {
  position: relative;
  float: left;
  padding: 0.5em;
  border-radius: 0.25em;
  box-sizing: border-box;
  box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.15);
  background: white;
  width: 100%;
  height: auto;
  word-wrap: break-word;
}

#stuck_container .nav_cart.box_1 .cart-bubble-container .cart-bubble .cart-bubble-message {
  position: relative;
  text-align: left;
  float: left;
  width: 100%;
  height: auto;
  font-size: 1.0em;
  height: auto;
  word-wrap: break-word;
  white-space: pre-wrap;
}

@media screen and (max-width: 992px) {
  #stuck_container .nav_cart.box_1 .cart-bubble-container {
    top: 35px;
  }

  .advanced-search-container {
    width: 100%;
  }

  .header-logo-links-search #header-top-row &gt; div:nth-child(2) {
    margin: 20px auto 10px auto;
  }
}

.card-carousel-container {
  width: 100%;
  position: relatvive;
}

.card-carousel-container .card-carousel {
  overflow-x: scroll;
  overflow-y: visible;
  margin-left: -2.5em;
  margin-right: -2.5em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
  display: block;
}

.card-carousel-container .card-carousel .card-set {
  white-space: nowrap;
  display: inline-block;
  width: calc(100% + 2em);
  padding-left: 1em;
  padding-right: 1em;
}

.card-carousel-container .card-carousel .card-set:first-child {
  margin-left: -1em;
}

.card-carousel-container .card-carousel .card-set .card-container {
  position: relative;
  -ms-flex: 1;
  flex: 1;
  float: left;
  height: auto;
  width: auto;
  width: 25%;
  padding: 1em;
}

.card-carousel-container .card-carousel .card-set .card-container .card {
  -ms-flex: 1;
  flex: 1;
  height: 40vh;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  -webkit-transition: all 250ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 250ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 250ms ease-in;
  -moz-transform: scale(1);
  transition: all 250ms ease-in;
  transform: scale(1);
  cursor: pointer;
}

.card-carousel-container .card-carousel .card-set .card-container .card:hover {
  -webkit-transition: all 250ms ease-in;
  -webkit-transform: scale(1.025);
  -ms-transition: all 250ms ease-in;
  -ms-transform: scale(1.025);
  -moz-transition: all 250ms ease-in;
  -moz-transform: scale(1.025);
  transition: all 250ms ease-in;
  transform: scale(1.025);
}

.card-carousel-container .card-carousel .card-set .card-container .card .image-container {
  height: 60%;
}

.card-carousel-container .card-carousel .card-set .card-container .card .image-container .image-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.card-carousel-container .card-carousel .card-set .card-container .card .image-container .image-wrapper img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: inherit;
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.15);
}

.card-carousel-container .card-carousel .card-set .card-container .card .info-container {
  width: 100%;
  height: 40%;
  font-size: 1.25em;
}

.card-carousel-container .card-carousel .card-set .card-container .card .info-container .title-wrapper {
  padding: 0.5em 0;
  text-shadow: 2px 2px 4px rgba(150, 150, 150, 0.5);
}

.card-carousel-container .card-carousel .card-set .card-container .card .info-container .title-wrapper .title {
  height: 2em;
  width: 100%;
  text-align: center;
  word-wrap: break-word;
  white-space: -moz-pre-wrap; /* Webkit */
  white-space: -pre-wrap; /* Firefox */
  white-space: -o-pre-wrap; /* Opera &lt;7 */
  white-space: pre-wrap;
  line-height: 1em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-carousel-container .card-carousel .card-set .card-container .card .info-container .price {
  text-shadow: 1px 1px 4px #969696;
  font-size: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
  width: 100%;
  text-align: center;
  color: black;
}

.card-carousel-container .card-carousel .card-set .card-container .card .info-container .price .price-label {
  font-size: .75em;
  font-weight: bold;
}

.card-carousel-container .card-carousel .card-set .card-container .card .info-container .button {
  position: relative;
  bottom: 0;
  text-align: center;
  height: 2.75em;
}

.card-carousel-container .card-carousel .card-set .card-container .card .info-container .button .add-to-cart-btn {
  position: absolute;
  padding: 0.5em;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  cursor: pointer;
  color: white;
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
}

.card-carousel-container .controls-container {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 110%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.card-carousel-container .controls-container .control {
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 5em;
  pointer-events: all;
  height: 0.7em;
  width: 0.7em;
  border-radius: 1em;
  -webkit-transition: all 250ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 250ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 250ms ease-in;
  -moz-transform: scale(1);
  transition: all 250ms ease-in;
  transform: scale(1);
}

.card-carousel-container .controls-container .control i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: 2px 2px 5px rgba(150, 150, 150, 0.5);
}

.card-carousel-container .controls-container .control-left {
  float: left;
}

.card-carousel-container .controls-container .control-left:hover {
  -webkit-transition: all 250ms ease-in;
  -webkit-transform: scale(1.1);
  -ms-transition: all 250ms ease-in;
  -ms-transform: scale(1.1);
  -moz-transition: all 250ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 250ms ease-in;
  transform: scale(1.1);
}

.card-carousel-container .controls-container .control-left i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-60%, -54%);
}

.card-carousel-container .controls-container .control-right {
  float: right;
}

.card-carousel-container .controls-container .control-right:hover {
  -webkit-transition: all 250ms ease-in;
  -webkit-transform: scale(1.1);
  -ms-transition: all 250ms ease-in;
  -ms-transform: scale(1.1);
  -moz-transition: all 250ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 250ms ease-in;
  transform: scale(1.1);
}

.card-carousel-container .controls-container .control-right i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -54%);
}

.side-bar-cont {
  border: 1px solid #d9d9d9;
  margin-bottom: 16px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.side-bar-cont &gt; div:not(.side-bar-header) {
  padding: 5px;
}

.side-bar-cont .side-bar-header {
  border-bottom: 1px solid #d9d9d9;
  font-size: 1.3em !important;
  opacity: .95 !important;
  background: #f2f2f2;
  text-align: center !important;
  padding: 0.3em !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.side-bar-header h1, h1.side-bar-header {
  font-weight: normal;
}

#addTo[disabled] {
  cursor: not-allowed;
}

#addTo[disabled]:hover::before {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.form-control::placeholder {
  color: #c1c2c3 !important;
}

.form-control:focus {
  box-shadow: none !important;
}

.btn,
button.btn span.fa {
  color: white;
}

.label-error {
  color: red !important;
  font-size: 0.8em !important;
  text-align: left !important;
}

.footer-contact .fa-map-marker {
	font-size: 1.3em;
	padding: 0.3em 0.5em;
}

.footer-contact .fa-phone {
	font-size: 1.2em;
	padding: 0.4em 0.5em;
}

.footer-contact li .row {
  align-items: center;
}

svg.tiktok-link {
    vertical-align: baseline;
    overflow: visible;
    fill: #515151;
}
</pre></body></html>