<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=Love+Ya+Like+A+Sister);
@import url(https://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister);

/********************
 * HTML Defaults *
 ********************/
body {
  font-family: 'Love Ya Like A Sister', display;
  color: #121111;
  background: #e0b981;
  background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Love Ya Like A Sister', display;
}

a, a:focus, li a.active { color: #616161; }
a:hover { color: #262822; }

blockquote, address {
  font-family: 'Love Ya Like A Sister', display;
  border-left-color: #d7d7d7;
}

#header {
  border-bottom: 5px solid #356F1D;
}

#header_top_blocks li a {
  background: #356F1D;
  color: white;
}
#header_top_blocks li a:hover {
  background: #356E0F;
}

#header #shop-by-category #catalog-menu-ss ul li a {
  border-color: #356F1D;
}

#header-top .row #cart a {
  color: #000000;
}
#header-top .row #cart #mini-cart a {
  color: #000000;
}
#header-top .row #cart span:last-child a {
  display: block;

  background: #356F1D;
  color: white;
}

/****************
 * Content Area *
 ****************/
#main {
  background: #FFFFFF;
}

#main .alert.alert-success {
  border-left: 6px solid #356F1D;
}

#content {
  color: #121111;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content h1 a,
#content h2 a,
#content h3 a,
#content h4 a,
#content h5 a,
#content h6 a,
#content h1 a:focus,
#content h2 a:focus,
#content h3 a:focus,
#content h4 a:focus,
#content h5 a:focus,
#content h6 a:focus,
#content legend,
#content legend a,
#content .responsive-tabs__list__item {
  color: #0e0e0f;
}

/* Tables */
tr.even,
tr.odd,
form tbody,
thead th {
  border-color: #d7d7d7;
}
tr.odd {
  background: none;
}
tr.even {
  background: #fafafa;
}

/* price color */
.region-content-bottom #related-products table.views-view-grid td .views-field-sell-price,
#store-products #catalog .node-type-product .price .amount,
#content-area .category-grid-products .product-grid-item .price .amount,
.node-type-product .node-type-product .price,
#cart-form-products table .uc-price {
  color: #252323;
}

/* Blogs */
.views-field-view-node {
  background: #356F1D;
}

.views-field-view-node:hover {
  background: #356E0F;
}

.views-field-view-node a {
  color: white;
}


/****************************************************
 * Intelligent Defaults, later customized by region *
 ****************************************************/

/* Form Elements */
.form-submit,
.form-submit:hover,
.form-submit:focus,
.form-submit:active {
  background-color: #356F1D;
  border-color: #356F1D;
  color: #ffffff;
}

/*******************************
 * Pager (Drupal's definition) *
 *******************************/

/* List page */
.pager li &gt; a,
.pager li &gt; a.active,
.pager li &gt; span {
  background: #FFFFFF;
  border-color: #356F1D;
  color: #616161;
}
.pager-current,
.pager li &gt; a:hover,
.pager li &gt; a:focus {
  background: #fafafa;
  border-color: #356F1D;
}

/* Filmstrip carousel */
#gallery-image-pager .carousel-control,
#gallery-image-pager .carousel-control:hover,
#gallery-image-pager .carousel-control:focus {
  color: #3e3e3e;
}

/* Node pager */
.node-arrow-pager li a {
  background: rgba(18,17,17, 0.6) /* Circle color */;
  color: #FFFFFF /* Region background */;
}
.node-arrow-pager li a:hover {
  background: rgba(18,17,17, 0.6);
  color: #FFFFFF /* Region background */;
}

/**
 * Carousel
 */
#product-images .carousel-control,
#product-images .carousel-control:focus {
  opacity: 0.5;
}
#product-images .carousel-control:hover {
  opacity: 0.8;
}

#product-images .zoom-in {
  color: rgba(18,17,17, 0.6);
}
#product-images .zoom-in:hover {
  color: rgba(18,17,17, 0.6);
}


/**
 * Lightbox
 */
/* TODO */


/**********
 * Navbar *
 **********/
.navbar-default .navbar-nav &gt; li &gt; a {
  color: #000000;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover {
  color: #356E0F;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav &gt; li {
    background-color: #356F1D;
  }
  .navbar-default .navbar-nav &gt; li &gt; a,
  .navbar-default .navbar-nav &gt; li &gt; a:hover,
  .navbar-default .navbar-nav &gt; li &gt; a:focus {
    border-color: rgba(255, 255, 255, 0.25);
    color: white;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav &gt; li &gt; a.active {
    color: #356E0F;
  }
}
.navbar-default .navbar-toggle {
  border-color: #000000;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000000;
}

#header .navbar .container .navbar-toggle .icon-bar {
  background-color: #356F1D;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: ;
}

/* Form Elements */
.navbar-default .form-control {
  border-color: #71ab59;
  background-color: #71ab59;
  color: #000000;
}
.navbar-default .form-submit {
  background-color: #000000;
  border-color: #000000 /* same as background */;
  color: #ffffff;
}
.navbar-default .form-submit:hover {
  background-color: #000000;
  border-color: #000000 /* same as background */;
  color: #ffffff /* does not change */;
}

.navbar-default #cart {
  color: #999999;
}
.navbar-default #cart a {
  background: ;
}

/***********
 * Sidebar *
 ***********/
.sidebar {
  background: #FFFFFF;
  color: #403E49;
}
.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 {
  color: #403E49;
}
.sidebar a {
  color: #616161;
}
.sidebar a:hover {
  color: #1D2019;
}

/**********
 * Footer *
 **********/
.region-footer-top,
#footer {
  background: #181818;
  color: #CD8F35;
}
.region-footer-top a,
#footer a {
  color: #CD9E4B;
}
.region-footer-top a:hover,
#footer a:hover {
  color: #FFFFFF;
}

/* Social Icons */
#footer #social-web-links li a {
  color: #C98E53;
}
#footer #social-web-links li a:hover {
  color: #C98E53;
}

/********************************
 * Non-color/designkit settings *
 ********************************/

/* Aspect Ratio */
.node-type-node-gallery-image .image-container:before {
  padding-top: 66.666666666667%;}
@media (min-width: 768px) {
  .node-column {
    min-height: 406.66666666667px;
  }
  .node-type-product .node-column {
    min-height: 0;
  }
}

</pre></body></html>