<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*::-webkit-scrollbar {
  width: 0.45em;
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

*::-webkit-scrollbar-thumb {
  background-color: gray;
  outline: 1px solid slategrey;
}

* {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.disc ul {
  list-style-type: disc;
  padding-inline-start: 20px;
  margin-block-start: 1em;
}

.breadcumb-area {
  width: 100%;
  height: 100px;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  box-shadow: 1px 3px 9px 7px rgba(0, 173, 200, 0.26);
  top: 10px;
}

.list {
  list-style-type: disc;
}

.footer-m {
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.breadcumb-area {
  width: 100%;
  height: 100px;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  box-shadow: 1px 3px 9px 7px rgba(0, 173, 200, 0.26);
  top: 10px;
}

.list {
  list-style-type: disc;
}

.footer-m {
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.btn.btn-login {
  color: #333;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.85rem 1rem;
  border: 0.1rem solid #ebebeb;
}

.btn.btn-login-success {
  color: #28a745;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.85rem 1rem;
  border: 0.1rem solid #28a745;
  width: 100%;
}

.btn.btn-login-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn.btn-login-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn.btn-login-danger {
  color: #dc3545;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.85rem 1rem;
  border: 0.1rem solid #dc3545;
  width: 100%;
}

.btn.btn-login-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn.btn-login-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.entry-item {
  float: left;
  padding: 0 10px;
}

.entry {
  position: relative;
  margin-bottom: 3rem;
  font-size: 1.4rem;
  line-height: 1.85;
}

.entry-grid {
  margin-bottom: 4rem;
}

#ui-id-1,
#ui-id-2 {
  background-color: white;
  height: 150px;
  width: 100%;
  max-width: 480px;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 1001;
}

#ui-id-2 {
  /*max-width: 204px;*/
  max-width: 90%;
}



#ui-id-1::-webkit-scrollbar,
#ui-id-2::-webkit-scrollbar {
  width: 0.45em;
}

#ui-id-1::-webkit-scrollbar-track,
#ui-id-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#ui-id-1::-webkit-scrollbar-thumb,
#ui-id-2::-webkit-scrollbar-thumb {
  background-color: gray;
  outline: 1px solid slategrey;
}

.ui-state-active
{
  background-color: #355062;
  color: #f17377 !important;
  font-weight: 400;
}
.ui-state-active small {
  color: #f17377 !important;
}

.product.product-list {
  box-shadow: none;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #ebebeb;
  margin-bottom: 2rem;
}

.product {
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
  transition: box-shadow 0.35s ease;
  background-color: #fff;
}

.product.product-list .product-list-action {
  padding: 3.4rem 0 0;
}

.flex-responsive {
  flex-basis: 100%;
}

.flex-children {
  display: flex;
  margin-left: 17px;
}

.flex-sub-children {
  flex: 1;
  background: #efeced;
  padding: 4px;
  border: 1px solid #ced6d8;
}

.flex-sub-children label {
  color: #000;
  font-weight: normal !important;
  font-size: 1.5rem;
  padding-left: 10px;
}

.flex-sub-children2 {
  flex: 1;
  background: #fff;
  padding: 4px;
  border: 1px solid #ced6d8;
}

.flex-sub-children2 label {
  color: #000;
  font-weight: normal !important;
  font-size: 1.5rem;
  padding-left: 10px;
}

.application-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.application-flex-responsive {
  flex-basis: 48%;
  margin-top: 20px;
}

.application-flex-children {
  display: flex;
  flex-flow: row nowrap;
  border: 1px solid #ced6d8;
  border-radius: 2%;
}

.application-flex-children:hover {
  display: flex;
  flex-flow: row nowrap;
  border: 1px solid #355062;
  border-radius: 2%;
}

.application-flex-children .application-flex-child1 {
  flex: 0.34;
  padding: 7px;
}

.application-flex-children .application-flex-child2 {
  flex: 1;
  padding: 50px 20px;
}

.application-flex-children .application-flex-child2 a {
  margin-top: 5px;
}

.files-flex {
  display: flex;
  flex-wrap: wrap;
}

.files-flex-responsive {
  flex-basis: 100%;
  margin-right: 15px;
  padding-bottom: 1.3rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid #ebebeb;
}

.files-flex {
  display: flex;
}

.files-flex .child1 {
  flex: 0.1;
}

.files-flex .child1 i {
  color: #dc3545 !important;
  font-size: 48px;
  padding: 0.3em;
}

.files-flex .child2 {
  flex: 1;
}

.files-flex .child2 div {
  padding: 25px 0;
}

.search-filters .filter-items {
  max-height: 110px;
  overflow: scroll;
  overflow-x: hidden;
}

.no_attachment {
  text-align: center;
  color: #333333;
  font-size: 2.5rem;
  font-weight: 500;
  padding: 10px 0;
}

.no_attachment i {
  padding-left: 6px;
}

.tabel-orders th,
.tabel-orders td {
  padding: 5px;
  text-align: center;
}

.tabel-orders td img {
  display: block;
  margin: 0 auto;
}

.card-orders.card-sm .card-body {
  padding: 1rem;
  padding-bottom: 0;
}

.accordion &gt; .card-orders:first-of-type {
  border: 0.1em solid #ebebeb;
}

.card-orders.card-sm .card-title a {
  padding: 1.8rem;
}

.status {
  /* background-color:  #355062; */
  padding: 0.3em 0.5em;
  margin: 1em;
  border-radius: 5px;
  text-align: center;
  color: #212529;
}

.tabel-orders td[class*="col-"],
.tabel-orders th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}


.site-logo {
  width: auto;
  height: 63px !important;
  object-fit: cover;
}


.section-card { 
  border:.1rem solid #ebebeb;
  padding-bottom: .8em;
}
.section-card:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.user{
  display: flex;
  align-items: center;
  min-height: 35px;
  padding-top: 6px;
}

.user .user-name {
  padding: 5px;
  padding-bottom: 0;
}


.loader-wrapper{
  display: flex;
  height: 100vh;
  width: 100vw;
  text-align: center;
  justify-content: center;
  align-items: center
}
#loader{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: white;
}


    
.cs-loader {
  position: absolute;
  top: 60px;
  left: 0;
  height: 100%;
  width: 100%;
}

.cs-loader-inner {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: 100%;
  color: #FFF;
  padding: 0 100px;
  text-align: center;
}

.cs-loader-inner label {
  font-size: 20px;
  opacity: 0;
  color : #355062;
  display:inline-block;
}

@keyframes lol {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    transform: translateX(0px);
  }
  66% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}

@-webkit-keyframes lol {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
  }
}

.cs-loader-inner label:nth-child(6) {
  -webkit-animation: lol 3s infinite ease-in-out;
  animation: lol 3s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
  -webkit-animation: lol 3s 100ms infinite ease-in-out;
  animation: lol 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
  -webkit-animation: lol 3s 200ms infinite ease-in-out;
  animation: lol 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
  -webkit-animation: lol 3s 300ms infinite ease-in-out;
  animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
  -webkit-animation: lol 3s 400ms infinite ease-in-out;
  animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
  -webkit-animation: lol 3s 500ms infinite ease-in-out;
  animation: lol 3s 500ms infinite ease-in-out;
}


.profile-dropdown li  {
  margin: 0 !important;
  padding :1em;
}
.profile-dropdown li:hover  {
  background-color: #f0f0f0;
}

.product-brand{
  text-align: center;
}
.product-brand &gt; img{
  margin:auto;
}
.spinner {
  display: none;
}


.btn-info.custom{
  background-color: #355062;
  color: #fff;
  font-weight: 600;
  border: none;
}

.btn-info.custom:hover{
  background-color: #f17377;
  color: #fff;
}


.badge.custom {
 background-color: #f17377 !important; 
 color: #355062 !important;
 font-weight: 700 !important; 
}


.footer-middle.custom{
  background-color: #355062;
  color: #f17377;
}

.header-bottom .browse-dropdown {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color : #f17377;
}


.header-bottom.fixed .browse-dropdown {
  background-color: #f17377 !important;
  color : #355062 !important;
}
.header-bottom.fixed.custom  .menu&gt;li&gt;a{
  color : #f17377
}


.header-4 .header-bottom.sticky-header.fixed.custom .dropdown.category-dropdown .dropdown-toggle:not(:hover):not(:focus){
  color : #355062 !important;
}

.header-4 .header-bottom.sticky-header.fixed.custom .dropdown.category-dropdown:hover .dropdown-toggle:not(:hover):not(:focus){
  color : #f17377 !important;
}


.header-bottom.sticky-header.fixed.custom {
  background-color: #355062; 
}

.product-properties{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 15px 0;
}

.property{
  font-weight: 500;
  margin-bottom: 4px;
  flex-basis: 50%;
  text-align: left;
  font-size: 12px;
}

.listview-properties .property , 
.qv_product_properties .property {
  flex-basis: 100%;
  margin: 0;
}

.link-property{
  flex-basis: 100%;
  transition: all ease .1s;
  border-bottom: 2px;
}

.link-property a {
  color: #355062;
}

.link-property a:hover,
.link-property a:focus{
  color: #f17377;
  border-bottom: 1px solid #f17377;
}

.property &gt; .key {
  color: #355062;
  font-weight: 700;
}


.header-bottom .sticky-content a.login-text {
  color: #f17377;
} 
.header-bottom .sticky-content { 
  display: none;
  max-height: 53px;

}

.header-bottom.fixed .sticky-content { 
  display: inline;
}


.sticky-content .site-logo {
  height: 50px !important;
  width: auto;
}

.videos{ 
  display: flex;  
  flex-wrap: wrap;
  justify-content: space-around;
}
.videos iframe {
  flex-basis: 48%;
  max-height: 300px;
  margin-top: 10px;
}

.cancel-button{
  position: absolute;
  top: 2px;
  right: 15px;
  font-size: 2.4rem;
  color: #014758;
  display: none;
  
}

.header-search-wrapper.search-wrapper-wide #q:focus + .cancel-button,
.header-search.header-search-extended:hover  .cancel-button {
   display: inline-block;
}


.checkout-table-head {
  
}

.checkout-table-head th:nth-child(1) {
  width: 65%;
}
.checkout-table-head th:nth-child(2) {
  width: 16%;
  text-align: center;
}
.checkout-table-head th:nth-child(3) {
  width: 19%;
  text-align: center;
}

.checkout-table-body td {
  padding: 1em 0px !important;
}

.checkout-table-body td:nth-child(2), 
.checkout-table-body td:nth-child(3){
  text-align: center;
}

.secondary-btn{
  background-color: #355062;
  color: white;
  border: solid 1px #355062;
}
.secondary-btn:hover{
  background-color: white;
  color: #355062;
}

.modal{
    z-index: 200000000;
}
#signin-modal{
        z-index: 200000000;
}
</pre></body></html>