<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
	scroll-behavior: smooth;
}
body{
    width:100% !important;
    height:auto;
	background-color: #ffffff !important;  /*#f2f2f3*/

font-family:'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size:16px;
  }
nav{
    z-index:999999;
    font-family:'Roboto Condensed', sans-serif;
    font-weight: 500 !important;
}

.row-carousel{font-family:'Roboto Condensed', sans-serif;}
.row-carousel &gt; h1{font-family:'Roboto Condensed', sans-serif;font-weight: 400 !important;}
.row-carousel &gt; h3{font-family:'Roboto Condensed', sans-serif;font-weight: 200 !important;}
.box-shadow-product {
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
#overlay-add {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  cursor: pointer;
  text-align: center;
}
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  cursor: pointer;
  text-align: center;
}
#searchBox2{min-height: 15vh;background-color:rgba(241, 103, 36,0.5);margin-left:15%;margin-right:15%;margin-top:15vh;}
#search2{margin: auto;border-radius: 0px;width:50vw !important;border-color: #4c4d4f}
#searchResult2{display:none;margin: auto;border-radius:0px;overflow-y: scroll;width:50vw !important;height:30vw !important;}

#myBackToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 20px;
  font-weight: bold;
  border: none;
  outline: none;
  /*background-color: rgba(0, 51, 102,0.4);*/
  background-color: rgba(241, 103, 36,0.4);
  color: rgba(0, 51, 102,0.9);
  cursor: pointer;
  padding: 10px;
}

#myBackToTopBtn:hover {
  color: rgba(0, 51, 102,1);
  background-color:rgba(241, 103, 36,0.8);/* rgba(0, 51, 102,0.9);*/
}

/*.pagination li{background-color: #ffffff !important;}*/
.pagination a{color:#4c4d4f;background-color:transparent}
/*#link-active{color:#ffffff !important;background-color:#f16724 !important;}*/

/*dropdown-searchr*/

.select2-container .select2-selection{
  border-radius: 0px !important;
      border-color: #000000 !important;
      padding-top: 1%;
      font-size: 20px !important;
      height: 38px !important;
}

.divLink&gt;a{
    color:black !important;
    text-decoration:none !important;
}
.divLink&gt;a:hover{
    color:#373431!important;
}
.heading{
    text-transform: uppercase;
    font-size:20px !important;
    /*margin:1%;*/
    font-weight:bold;
    /*margin-top:1% !important;*/
    margin-bottom: 0px !important;
}
@media (min-width: 992px) and (max-width: 1024px) {
   .collapse {
       display: none !important;
   }
}</pre></body></html>