<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Domine:400,700|Josefin+Sans:400,700');

body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Josefin Sans' !important;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: none;
}

.modal-title, .modal-body h3 {
  text-transform: uppercase;
  color: #026CD0;
}

a {
  color: #026CD0;
}

a:hover {
  text-decoration: none;
}

p {
  font-family: 'Domine';
}

.form-control {
  border-radius: 50px;
  box-shadow: none;
  background: rgba(34,34,34,0.05);
  border: 0;
}

#headersearchbox {
  color: #FFEB3B;
  border: 1px solid #FFEB3B;
}

.header .findPanel input[type=button], .header .findPanel input[type=submit] {
  color: #FFEB3B;
}

.btn, .topbar .btn-default {
  border-radius: 50px;
  text-transform: uppercase;
}

.btn-primary, .topbar .btn-default:hover, .btn-default:hover {
  background: #FFEB3B;
  border-color: #FFEB3B;
  color: #000;
}

.btn-primary:hover {
  background: #026CD0;
  border-color: #026CD0;
  color: #fff;
}

.navbar-inverse {
  background: #026CD0;
}

.header, .topbar {
  background: #000;
}

.header .text-small {
  color: #fff;
}

.topbar .container {
  display: flex;
  font-size: 12px;
  text-transform: uppercase;
  align-items: center;
}

.btn-primary, .btn-xl, .btn {
  font-family: 'Josefin Sans' !important;
}

.dropdown-menu {
  border-radius: 0;
}

.brand a {
  width: 250px;
  height: 150px;
  margin-top: -40px;
  padding-bottom: 0;
}

#cartButton a.btn {
  position: relative;
  padding-right: 40px;
}

#cartButton span.counter {
  position: absolute;
  background: red;
  color: #fff;
  padding: 2px 7px;
  border-radius: 30px;
  top: -5px;
  right: 5px;
  font-size: 10px;
  font-family: 'Arial', sans-serif;
}

.menuItemLabel {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
}

.nscMenuItemLabel {
  font-size: 14px;
  font-weight: normal;
}

.Horizontal_Nav_Menu &gt; .nscMenuItemLevel-1 {
  position: relative;
}

.Horizontal_Nav_Menu &gt; .nscMenuItemLevel-1:hover &gt; ul {
  column-count: 1;
  padding: 15px 15px 0;
  border-radius: 0;
}

.image-carousel .slide img {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  opacity: 0.6;
}

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 80vh;
  min-height: 30vw;
}

.slideCaption {
  position: relative;
  text-align: center;
  max-width: 40%;
  font-size: 1.2em;
  padding: 40px;
  right: 0;
}

.slideCaption h3, .slideCaption p {
  text-shadow: none;
}

.slideCaption h3.slideCaptionTitle {
  text-shadow: none;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 400;
}

.slideCaptionTitle span {
  background: #026cd0;
  position: relative;
  text-shadow: none;
  padding-top: 9px;
  box-shadow: -10px 0 #026cd0, 10px 0 #026cd0;
}

.slide &gt; a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
}

.slideCaption a {
  padding: 0.6em 1em 0.3em;
}

.product-carousel-wrapper h3 {
  font-size: 2em;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  margin: 20px 0 0;
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 10px 20px 5px;
}

.product-carousel-wrapper h3 a {
  background: #fff;
  display: inline-block;
}

.product-carousel-wrapper h3 a:hover {
  color: #000;
  text-decoration: none;
}

.product-carousel-wrapper .owl-wrapper-outer {
  background: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.image-carousel .owl-controls .owl-pagination {
  left: 0;
  right: 0;
  bottom: 5px;
  text-align: center;
}

.owl-item .thumbnail {
  box-shadow: none;
  width: 143px;
  margin: 30px auto 20px;
}

.category-pictures-panel .thumbnail, .product-list .thumbnail {
  box-shadow: none; 
}

.thumbnail .bg {
  position: absolute;
  background: #eee;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  overflow: hidden;
}

.thumbnail .bg .image-thumb {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  height: 110%;
  max-height: 110% !important;
  max-width: 110% !important;
  transform: none;
  -webkit-transform: none;
  filter: blur(5px);
  opacity: 0.5;
  object-fit: cover;
}

.category-pictures-panel .thumbnail .bg .image-thumb {
  height: 180%;
  max-height: 180% !important;
  max-width: 180% !important;
}

.category-pictures-panel .thumbnail h5 {
  z-index: 5;
  font-size: 1.4em;
  color: #fff;
  width: unset;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 2em;
  font-weight: 400;
  text-transform: uppercase;
}

.category-pictures-panel .thumbnail h5 span {
  padding: 10px 10px 5px;
  background: #026cd0;
  font-size: 14px;
}

.category-pictures-panel &gt; div {
  padding: 0;
}

.category-pictures-panel .thumbnail {
  padding: 0;
  border: 0;
}

.caption h5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product-thumbnail-image {
  position: relative;
  padding: 10px;
}

.thumbnail a.product-thumbnail-image img.image-thumb, .thumbnail a &gt; img.image-thumb  {
  z-index: 3;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  max-width: 90%;
  max-height: 90%;
  transition: all 0.3s;
}

.thumbnail a.product-thumbnail-image:hover &gt; img.image-thumb, .thumbnail a:hover &gt; img.image-thumb {
  transform: rotate(5deg) translate(-50%,-50%);
  -webkit-transform: rotate(5deg) translate(-50%,-50%);
  transform-origin: center center;
}

.thumbnail .caption {
  width: unset;
  padding: 0;
}

.thumbnail .caption h5 {
  color: #000;
}

.thumbnail .caption h5 a {
  font-family: 'Domine';
  color: #000;
}

img.image-thumb {
  padding: 0;
  display: block;
}

#searchresult {
  margin-bottom: 1em;
}

section.products {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  clear: both;
  padding: 20px 0;
  margin: 15px;
}

.btn {
  font-weight: bold;
  font-size: 11px;
  border-radius: 40px;
  padding: 0.6em 1em 0.3em;
}

.btn .fa {
  padding-right: 5px;
}

.tt-dataset span {
  padding: 3px 20px;
}

#socialFooter {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 1em;
}

#socialFooter br, #socialFooter hr {
  display: none;
}

#socialFooter h6 {
  flex-grow: 2;
  margin: 0;
  color: #000;
}

#socialFooter a {
  margin-left: 5px;
}

.shareFB, .fa-facebook {
  color: #3b5998;
}

.shareTweet, .fa-twitter {
  color: #1da1f2;
}

.sharePin {
  color: #bd081c;
}

.topbar i.fa {
  color: #fff;
}

#tell-a-friend-link {
  color: #000;
}



@media (min-width: 768px) {

  .product-list-item {
    max-width: 33%;
  }

}

@media (min-width: 1100px) {

  .product-list-item {
    max-width: 16.66666667%;
  }

}

@media (max-width: 767px) {
  .product-list-item {
    max-width: 50%;
    min-width: 50%;
  }

  .brand a {
    margin-top: 10px;
    padding-bottom: 10px;
    height: 100px;
  }

  .slideCaption {
    background: 0;
    font-size: 0.7em;
    max-width: 90%;
    padding: 20px;
  }

  .navbar-header, .navbar-header a {
    color: #fff;
  }
}

#newsletter .btn {
  line-height: 24px;
}</pre></body></html>