<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> /* Begin Header + Navigation */
.header.panel &gt; .header.links {
    float: left !important;
}

.navigation {
    background: #fff !important;
    text-align: center;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

.navigation .level0.active &gt; .level-top, .navigation .level0.has-active &gt; .level-top {
    border-color: gray !important;
}

.nav-sections-item-content {
    background: #fff !important;
}

.page-header .panel.wrapper {
	border-bottom: none !important;
	background-color: #fff !important;
	color: #000 !important;
}

.header.panel &gt; .header.links &gt; li &gt; a {
    text-decoration: underline;
}

.header.panel &gt; .header.links &gt; li &gt; a:hover {
	color: gray;
	text-decoration: none !important;
}

.navigation .level0.active &gt; .level-top, .navigation .level0.has-active &gt; .level-top {
    border-color: none !important;
	background: black !important;
	color: #fff !important;
	border-style: none !important;
	border-width: none !important;
	text-shadow: 0 0 15px white;
}

span.not-logged-in {
    margin-left: -13px;
}

/*.navigation ul {*/
/*    margin-bottom: -25px !important;*/
/*}*/

.header.links li a {
    color: black !important;
}

.navigation .level0 {
	margin: 0 !important;
}

.navigation .level0 &gt; .level-top {
	color: #575757;
	line-height: 47px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 10px 20px 10px 20px !important;
}

.navigation .level0 &gt; .level-top:hover {
    background: black !important;
    color: #fff !important;
    text-shadow: 0 0 15px white;
}

.minicart-wrapper .action.showcart::before {
    color: #000 !important;
}

.minicart-wrapper .action.showcart.active {
    background-color: white !important;
}

#search_mini_form {
	width: 50%;
	float: right;
}

.block-search .action.search::before {
    color: #000 !important;
    font-size: 12px !important;
}
.block-search input {
    font-size: 12px;
}

#search::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}
#search:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
#search::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
#search:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}

/* End Header + Navigation */

/* Begin Home Page */
    /* Begin Home Slideshow CSS */
      .mySlides {
        display: none;
      }
      .slideImg {
        vertical-align: middle;
        max-height: 600px;
        width: 100%;
      }
    
      /* Slideshow container */
      .slideshow-container {
        max-width: 100%;
        max-height: 600px;
        position: relative;
        margin: auto;
      }
    
      /* The dots/bullets/indicators */
      .dot {
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
        cursor: pointer;
      }
    
      .actives {
        background-color: #717171;
      }
    
      /* Fading animation */
      .fade {
        -webkit-animation-name: fade;
        -webkit-animation-duration: 1.5s;
        animation-name: fade;
        animation-duration: 1.5s;
      }
    
      @-webkit-keyframes fade {
        from {
          opacity: 0.4;
        }
        to {
          opacity: 1;
        }
      }
    
      @keyframes fade {
        from {
          opacity: 0.4;
        }
        to {
          opacity: 1;
        }
      }
    
    .leftArr {
	position: absolute;
	top: 525px;
	left: 5%;
	width: auto;
	color: lightgray;
	border: 1px solid lightgray;
	font-weight: bold;
	font-size: 24px;
	transition: 0.6s ease;
	user-select: none;
	padding: 10px 18px 10px 18px;
	cursor: pointer;
	background: white;
    }
    
    .leftArr:hover {
        text-decoration: none;
        color: darkgrey;
        border: 1px solid darkgrey;
    }
    
    .rightArr {
    position: absolute;
    top: 525px;
    right: 5%;
 	width: auto;
	color: lightgray;
	border: 1px solid lightgray;
	font-weight: bold;
	font-size: 24px;
	transition: 0.6s ease;
	user-select: none;
	padding: 10px 18px 10px 18px;
	cursor: pointer;
	background: white;
    }
    
     .rightArr:hover {
        text-decoration: none;
        color: darkgrey;
        border: 1px solid darkgrey;
    }
    
      
      
    /* End Home Slideshow CSS */
    
    /* Begin Post 3x1 SlideShow Links */
    
    .slideLinks {
        border-right: 1px solid lightgray;
    }
    .slideLinks:nth-child(3) {
        border-right: 0;
    }
    
    #slideshowLinks {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 20px;
      margin: 20px 10px 10px 10px;
      text-align: center;
    }
    #slideshowLinks a {
        color: #000;
    }
    .socialIcon {
        width: 29px;
        height: 29px;
        margin-top: -4px;
    }
    .socialIcon a:hover {
        text-decoration: none;
    }
    .slideLinkHeaders {
        font-weight: 200;
    }
    
    /* End Post 3x1 SlideShow Links */
    
    /* Begin Featured Categories */
    
    .featCategories {
    	opacity: 0.8;
    	filter: alpha(opacity=80);
    	text-transform: uppercase;
    	position: relative;
    	padding: 50px 0;
    	margin-bottom: 60px;
    	font-size: 40px;
    	border-bottom: 10px solid #e6e6e8;
    	text-align: center;
    }
    
    .productCategories h4 {
        text-align: center;
        text-transform: uppercase;
        font-size: 1.2rem;
    }
    
    .productCategories a {
        color: #000;
    }
    
    .featCategoriesClose {
        /*border-bottom: 10px solid #e6e6e8;*/
        /*padding-top: 3rem;*/
    }
    
    .slick-slider {
        margin-top: -5rem;
    }
    
    .slick-slide img {
        width: 100%;
        margin-bottom: 0.25em;
    }
    
    .slick-slide {
    margin: 0 10px 0 10px;
    }
   
   .slick-slide img:hover {
	box-shadow: 0px 0px 5px 0px;
	box-sizing: border-box;
    }
    
    .slick-next:hover {
        text-decoration: none;
        color: darkgrey;
        border: 1px solid darkgrey;
    }
    
    .slick-next {
    position: relative;
    top: -18rem;
    float: right;
 	width: 15px;
	color: lightgray;
	border: 1px solid lightgray;
	font-weight: bold;
	font-size: 24px;
	transition: 0.6s ease;
	user-select: none;
	padding: 5px 9px 5px 9px;
	cursor: pointer;
	background: white;
    }
    
    .slick-prev:hover {
        text-decoration: none;
        color: darkgrey;
        border: 1px solid darkgrey;
    }
    
    .slick-prev {
    position: relative;
    float: left;
    top: -18rem;
 	width: 15px;
	color: lightgray;
	border: 1px solid lightgray;
	font-weight: bold;
	font-size: 24px;
	transition: 0.6s ease;
	user-select: none;
	padding: 5px 9px 5px 9px;
	cursor: pointer;
	background: white;
    }
    
    /* End Featured Categories */
    
    /* Begin Featured  Products */
    .featProds {
    	opacity: 0.8;
    	filter: alpha(opacity=80);
    	text-transform: uppercase;
    	position: relative;
    	padding: 50px 0 50px 0;
    	margin-bottom: 60px;
    	font-size: 40px;
    	border-bottom: 10px solid #e6e6e8;
    	text-align: center;
    }
    /* End Featured Products */

/* End Home Page */

/* Begin Footer */

.copyright {
    display: none;
}

    .cFooter {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .footerSectionA {
    display: flex;
    flex-wrap: wrap;
    max-width: 1280px;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
  }

  .footerCell {
    flex-grow: 0.25;
    border-right: 0.5px solid black;
    display: grid;
    padding: 0 1rem 1rem 2rem;
    flex-direction: column;
  }

  .fSBA a {
    margin: 0 10px 0 0;
  }

  .footerCell:nth-child(4) {
    border-right: 0;
  }

  .footerInfoHead {
    margin-bottom: 0.5rem;
    margin-top: 1rem;
  }

  .footerSectionA a {
    color: #000;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 2;
    width: max-content;
  }

  .footerSectionB a {
    color: #000;
    font-weight: 400;
  }

  .footerSectionAOuter {
    display: flex;
    width: 1280px;
    max-width: 100%;
  }

  .footerSectionBOuter {
  }

  .fSBA {
    margin: 5px 0 5px 0;
  }

  .footerSectionMA {
    display: none;
  }
  .accordion {
    padding-top: 18px;
	box-shadow: none !important;
	background: #fff !important;
	border: none !important;
  }

/* End Footer */

/* Begin General Magento Element Styles */

.action.tocart.primary {
    background: red !important;
    border: red !important;
}

.action.tocart.primary:hover {
    background: #ff2e2e !important;
    border: #ff2e2e !important;
}

.action.primary {
    background: black !important;
    border: 1px solid black !important;
}

.action.primary:hover {
	background: rgb(44, 44, 44) !important;
	border: 1px solid rgb(44, 44, 44) !important;
}

#top-cart-btn-checkout {
    background: red !important;
    border: 1px solid red !important;
}

#top-cart-btn-checkout:hover {
    background: #ff2e2e !important;
	border: 1px solid #ff2e2e !important;
}

.minicart-items .product-item-name a {
    color: #000 !important;
}

.action.submit.primary {
    color: #fff !important;
}

.action.compare.primary {
	color: #fff;
	box-shadow: none;
}

.ui-menu-icon.ui-icon.ui-icon-carat-1-e {
    display: none !important;
}
.page-products .product-item-info {
    text-align: center !important;
}

.navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
    font-weight: bold;
}
.navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
    background: #fff !important;
}

.product-item-link {
    text-transform: uppercase;
}

.action.switch {
    color: #000 !Important;    
}

.action.compare.primary:hover {
	color: #fff !important;
}

/* End General Magento Element Style */

/* Begin Responsive CSS */
@media only screen and (max-width: 768px)
{
    #search_mini_form {
    	width: auto;
    	float: none;
    }
    .block.widget .products-grid .product-item {
        width: 33% !important;
    }
    /* Begin Home Page Resp. CSS */
        #slideshowLinks {
            display: flex;
            flex-direction: column;
        }
        .leftArr {
          display: none;
        }
        
        .rightArr {
          display: none;
        }
        .slick-prev {
            display: none !important;
        }
        .slick-next {
            display: none !important;
        }
    /* End Home Page Resp. CSS */
    /* Begin Footer Resp. CSS */
        .footerSectionAOuter {
      flex-direction: column;
    }
    .footerCell {
      width: 100%;
      border-right: 0;
    }
    .accordion {
      background-color: #eee;
      color: #444;
      cursor: pointer;
      padding: 8px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-size: 15px;
      transition: 0.4s;
      display: block;
    }
    .accordion:hover {
      background-color: #ccc;
    }
    .panel {
      padding: 10px 18px;
      display: none;
      background-color: white;
      overflow: hidden;
    }
    .footerSectionA {
      display: none !important;
    }
    .footerSectionMA {
      display: flex;
      flex-wrap: wrap;
      max-width: 1280px;
      border-bottom: 1px solid lightgray;
      padding-bottom: 2.2rem;
      padding-top: 1.2rem;
    }
    .footerSectionAOuter {
      color: #000;
      padding-top: 1rem;
    }
    .footerCell.panel a {
        color: #000;
    }
    .accordionIcon {
        float: right;
        font-weight: bold;
    }
    /*End Footer Resp. CSS */
}

@media only screen and (max-width: 767px) {
   .nav-sections-item-content {
        padding: 0 0 0 0;
   }
   .nav-sections-item-switch {
        color: black;
   }
   .catalog-product-view .footerSectionAOuter {
	margin-top: -90px;
   }
   .nav-sections .header.links li.greet.welcome {
	display: none !important;
   }
}

/* End Responsive CSS */
</pre></body></html>