<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --background-color: #e57924;
  --main-color: #e57924;
  /*--second-color: ;*/
}
#loading {
  width: 100vw;
  height: 100vh;
  background: rgba(32, 35, 45, 0.3);
  position: fixed;
  z-index: 999999
}

#loading #preloader {
  font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  position: relative;
  width: 100%;
  height: 3rem;
  top: calc(50% - 1.5rem);
  text-align: center;
  margin: 0 auto
}

#loading #preloader span {
  position: absolute;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%
}

#loading #preloader span:nth-child(1) {
  width: 3rem;
  height: 3rem;
  left: calc(50% - 1.5rem);
  border-bottom: 3px solid #2a5da8;
  z-index: 10;
  -webkit-animation: spin-1 1s infinite ease-in-out;
  -moz-animation: spin-1 1s infinite ease-in-out;
  animation: spin-1 1s infinite ease-in-out
}

#loading #preloader span:nth-child(2) {
  left: calc(50% - 1.5rem);
  width: 3rem;
  height: 3rem
}
@-webkit-keyframes spin-1 {
  0% {
    -webkit-transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg)
  }
}

@-moz-keyframes spin-1 {
  0% {
    -moz-transform: rotate(0deg)
  }

  100% {
    -moz-transform: rotate(360deg)
  }
}

@keyframes spin-1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

/* Preloader #1 */
.preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9;
}
.preloader-dots {
  position: relative;
  width: 100%;
  height: 3rem;
  top: calc(50% - 1.5rem);
  text-align: center;
  margin: 0 auto;
}

.preloader-dots .dot {
  display: inline-block;
  background: #2b5da8;
  height: 8px;
  width: 8px;
  opacity: 1;
  border-radius: 50%;
  animation: moveit 1.8s infinite;
}

.dot:nth-child(2) {
  animation-delay: .15s;
}

.dot:nth-child(3) {
  animation-delay: .3s;
}

.dot:nth-child(4) {
  animation-delay: .45s;
}

.dot:nth-child(5) {
  animation-delay: .6s;
}

@keyframes moveit {
  0% {
    transform: translateY(0px);
  }
  35% {
    transform: translateY(0px);
    opacity: 0.3;
  }
  50% {
    transform: translateY(-20px);
    opacity: 0.8;
  }
  70% {
    transform: translateY(3px);
    opacity: 0.8;
  }
  85% {
    transform: translateY(-3px);
  }
}
a:hover,
.text-primary {
  color: var(--main-color)!important;
}
.btn-primary,
.list-group-item.active {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.btn-primary:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
.product-thumbnail__quantity {
  background-color: var(--main-color);
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6c757c;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #6c757c;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #6c757c;
}
.text-dark {
  color: #323232 !important;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  background: #f5f5f5;
}
.popover, .tooltip, body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  color: #333333;
}
.text-bold-600 {
  font-weight: 600;
}
.text-bold-500 {
  font-weight: 500;
}
.text-bold-400 {
  font-weight: 400;
}
.text-muted {
  color: #828D99!important;
}
* a {
  color: var(--main-color);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.right_align {
  background: #fafafa;
  -webkit-box-shadow: 1px 0 0 #e1e1e1 inset;
  box-shadow: 1px 0 0 #e1e1e1 inset;
}
/* Login Page CSS */
.authentication-main {
  margin-top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.authentication-box {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: inset 0 7em 10em -5em rgba(255,255,255,.6), 0 0.3em 0.5em -0.2em rgba(153,153,153,1), 0 1em 2em -0.75em rgba(153,153,153,.75), 0 1em 3em -0.5em rgba(153,153,153,.5), 0 3em 3em -0.25em rgba(153,153,153,.2);
}
.authentication-box .card {
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.authentication-box .card .card-header h4 {
  font-size: 1.47rem;
  font-weight: 400;
  line-height: 1.2;
  color: #475F7B;
}
.authentication-box .card .card-header h4 img {
  width: 140px;
  position: relative;
  top: -8px;
}
.authentication-box .card .card-body {
  padding: 1.25rem;
}
.authentication-box .card .card-header~.card-content .card-body {
  padding-top: 0;
}
.btn-social, .btn-social-icon {
  position: relative;
  padding-left: 3rem;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}
.btn-google, .btn-google:hover {
  background-color: #DD4B39;
  color: #FFF;
}
.btn-facebook,
.btn-google {
  border-color: #FFF;
}
.btn-facebook, .btn-facebook:hover {
  background-color: #3B5998;
  color: #FFF;
}
.btn-social-icon&gt;:first-child,
.btn-social&gt;:first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3rem;
  line-height: 2.3rem;
  font-size: 1rem;
  text-align: center;
  border-right: 1px solid rgba(0,0,0,.2);
}
.authentication-box .card .card-header {
  padding: inherit;
  border: 0 none;
  background: none;
}
label {
  color: #475F7B;
  font-size: 14px;
  margin-bottom: 3px;
  margin-top: 0;
}
.form-group {
  margin-bottom: 10px;
}
.form-control {
  font-size: 14px;
  height: 42px;
  border: 1px solid #d9d9d9;
  color: #303e67;
  font-weight: 400;
}
.form-control:focus {
  box-shadow: none;
  border-color: #007bff;
}
.select2-container {
  border: 1px solid #ced4da;
  border-radius: 4px;
}
.select2-container .select2-selection--single {
  font-size: 14px;
  height: 42px;
  border: 0 none;
  color: #303e67;
  font-weight: 500;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #303e67;
  line-height: 30px;
  height: 42px;
  padding: .375rem .75rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.select2-container--focus,
.select2-containers:focus {
  border: 1px solid #007bff;
}
.select2-container *:focus {
  outline: none;
}
.left_footer {
  /* background-color: rgba(0,0,0,.05); */
  padding: 1.25rem;
}
.left_footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-group-item {
  flex-basis: initial;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: .5rem 1.25rem;
  /* border: 1px solid #4f6de3;
  color: #4f6de3; */
}
.right_logo {
  width: 164px;
}
.table {
  color: #535353;
}
.product:first-child td {
  padding-top: 0;
}
.product-thumbnail {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background: #fff;
  position: relative;
}
.product-thumbnail__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}
.product-thumbnail__image {
  max-width: 100%;
  max-height: 100%;
}
.product-thumbnail__quantity {
  font-size: 0.8571428571em;
  font-weight: 500;
  line-height: 1.75em;
  white-space: nowrap;
  text-align: center;
  border-radius: 1.75em;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1.75em;
  height: 1.75em;
  padding: 0 0.5833333333em;
  position: absolute;
  right: -0.75em;
  top: -0.75em;
  z-index: 3;
}
.product-thumbnail::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 8px;
  border: 1px rgba(0,0,0,0.1) solid;
  z-index: 2;
}
.product__description {
  text-align: left;
  line-height: 16px;
  /* width: 100%; */
}
.product__description__name {
  width: 1em;
  min-width: 100%;
}
.order-summary__emphasis {
  color: #323232;
}
.product__price {
  width: 100px;
}
.main_total {
  line-height: 18px;
}
.number_increase{
  position: relative;
}
.minus, .plus{
  width: 20px;
  height: 32px;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 0;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
}
.minus {
  right: 0;
  left: initial;
}
.number_increase span{
  cursor: pointer;
}
.number_increase input{
  height: 32px;
  width: 64px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}
.remove_product {
  line-height: 15px;
}
.action_btn .btn img {
  position: relative;
  width: 13px;
  left: 2px;
  top: -1px;
}
.responsive_cart {
  position: relative;
  top: -2px;
  left: 0px;
  margin-right: 5px;
}
.responsive_cart {
  position: relative;
  top: -2px;
  left: 0px;
  margin-right: 5px;
}
.responsive_down_arrow {
  position: relative;
  top: 0;
  left: 4px;
  width: 10px;
}
.max_product_scroll {
  max-height: 280px;
  overflow-x: auto;
}
.pending_order {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 0 0;
  border-radius: 0;
  border: 0 none;
}
.pending_order a.btn {
  border-radius: 0;
  border-top-right-radius: 12px;
  color: var(--main-color)!important;
}
.pending_order a.btn-soft-warning:hover {
}
.btn-soft-warning {
    background-color: rgba(255,159,67,0.18);
    color: #ff9f43;
}
.btn-square {
    border-radius: 0;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
  box-shadow: none;
  cursor: not-allowed;
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1100px;
  }
}
@media (max-width:680px) {
  .authentication-main {
    margin: 0;
  }
  .authentication-box {
    border-radius: 0;
    box-shadow: none;
  }
  .authentication-main &gt; .col-12 {
    padding: 0;
    min-height: 100%;
  }
  .right_logo {
    width: 34%;
  }
}
</pre></body></html>