<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
@import "../fonts/THSarabunNew/styles.css";
.review-page {
  /****** Style Star Rating Widget *****/
  /***** CSS Magic to Highlight Stars on Hover *****/
  /* hover previous stars in list */
}
.review-page fieldset {
  margin: 0;
  padding: 0;
}
.review-page h1 {
  font-size: 1.5em;
}
.review-page .rating {
  border: none;
  float: left;
}
.review-page .rating &gt; input {
  display: none;
}
.review-page .rating &gt; label:before {
  margin: 6px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "";
}
.review-page .rating &gt; .half:before {
  content: "";
  position: absolute;
}
.review-page .rating &gt; label {
  color: #ddd;
  float: right;
}
.review-page .rating &gt; input:checked ~ label,
.review-page .rating:not(:checked) &gt; label:hover,
.review-page .rating:not(:checked) &gt; label:hover ~ label {
  color: #FFD700;
}
.review-page .rating &gt; input:checked + label:hover,
.review-page .rating &gt; input:checked ~ label:hover,
.review-page .rating &gt; label:hover ~ input:checked ~ label,
.review-page .rating &gt; input:checked ~ label:hover ~ label {
  color: #FFED85;
}

/* Share style*/
.font-main, #band-details .comment-author-ava, #band-details .nav-tabs .nav-link, #home-page .band-categories .owl-stage-outer .list-item .wrap-title, .product-badge, .btn, h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.toolbar,
.offcanvas-menu, .site-menu ul &gt; li &gt; a {
  font-family: "Mitr", sans-serif;
}

.stepContact {
  font-family: "Mitr", sans-serif;
  font-size: 16px !important;
}

.bg-gradient-v1, #home-page .band-categories .owl-stage-outer .list-item .overlay {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(147, 71, 244, 0.8)), to(rgba(246, 198, 255, 0.1)));
  background: -o-linear-gradient(bottom, rgba(147, 71, 244, 0.8) 0%, rgba(246, 198, 255, 0.1) 100%);
  background: linear-gradient(0deg, rgba(147, 71, 244, 0.8) 0%, rgba(246, 198, 255, 0.1) 100%);
}

.bg-gradient-v2, .bg-overlay-banner {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(71, 180, 244, 0.33)), to(rgba(246, 198, 255, 0.1)));
  background: -o-linear-gradient(bottom, rgba(71, 180, 244, 0.33) 0%, rgba(246, 198, 255, 0.1) 100%);
  background: linear-gradient(0deg, rgba(71, 180, 244, 0.33) 0%, rgba(246, 198, 255, 0.1) 100%);
}

.style-overlay, #home-page .band-categories .owl-stage-outer .list-item .overlay, .bg-overlay-banner, .bg-overlay {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* -------------------------------------------------------------------------------- */
/* Header */
.navbar-ghost:not(.navbar-stuck), .navbar-dark {
  background-color: rgba(0, 0, 0, 0.15) !important;
  top: 0;
}

.topbar {
  display: none;
}

.site-menu ul &gt; li &gt; a {
  font-size: 20px;
  letter-spacing: 0px;
  padding: 0 30px;
}

/* -------------------------------------------------------------------------------- */
/* Global */
body {
  font-family: "THSarabunNew";
  font-size: 22px;
}

p, label, .form-group {
  font-family: "THSarabunNew" !important;
  font-size: 22px !important;
  line-height: 25px !important;
}

small {
  font-family: "THSarabunNew";
  font-size: 18px !important;
}

.text-muted {
  font-family: "THSarabunNew";
  font-size: 22px;
  line-height: 30px;
}

.bg-overlay {
  background-color: #212529;
  opacity: 0.5;
}

.bg-overlay-banner {
  border-radius: 5px;
}

.badge.badge-default {
  background: #cecece;
}

.product-card .product-title {
  font-size: 19px;
  font-weight: 400;
}
.product-card .product-badge {
  top: 10px;
  left: 10px;
}
.product-card .product-price {
  font-weight: 300;
}
.product-card .product-thumb &gt; img {
  border-radius: 5px;
}

.product-badge {
  padding: 3px 10px 2px;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  z-index: 10;
  font-weight: 400;
}
.product-badge.best-selling {
  background-color: #ff5252;
}

/* -------------------------------------------------------------------------------- */
/* Home Page */
#home-page .banner {
  position: relative;
}
#home-page .band-categories .owl-stage-outer {
  padding-top: 20px;
  padding-bottom: 20px;
}
#home-page .band-categories .owl-stage-outer .list-item {
  position: relative;
  border-radius: 5px;
}
#home-page .band-categories .owl-stage-outer .list-item .overlay {
  border-radius: 5px;
}
#home-page .band-categories .owl-stage-outer .list-item .img {
  border-radius: 5px;
}
#home-page .band-categories .owl-stage-outer .list-item .wrap-title {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  color: #fff;
  text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.56);
}
#home-page .band-categories .owl-stage-outer .list-item .wrap-title .title {
  font-size: 20px;
  padding: 0;
}
#home-page .band-categories .owl-stage-outer .list-item .wrap-title .sub-title {
  font-size: 16px;
  padding: 5px 0;
  font-weight: 300;
}
#home-page .sound-system h3 {
  font-weight: 300 !important;
}
#home-page .sound-system .bg-overlay {
  border-radius: 5px;
}

/* -------------------------------------------------------------------------------- */
/* Band Details */
#band-details .product-gallery {
  padding-top: 15px;
}
#band-details .product-gallery .product-badge {
  top: 10px;
  left: 10px;
}
#band-details .show-price {
  font-weight: 300;
}
#band-details .entry-share .social-button.shape-circle {
  margin-top: 0;
  margin-bottom: 0;
}
#band-details .comment-author-ava {
  height: 50px;
  background: #F7CE26;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 27px;
}

.offcanvas-container {
  z-index: 2000;
}

.site-footer {
  padding-top: 72px;
  background-color: #374250;
}

.offset-5 {
  margin-left: 40.666667% !important;
}

@media (max-width: 768px) {
  .site-footer {
    padding-top: 48px;
  }

  .toolbar {
    display: none;
  }

  .site-logo {
    padding: 6px 0 12px 12px !important;
  }

  .offset-5 {
    margin-left: 16.666667% !important;
  }
}
.main-container {
  position: relative;
  min-height: 100vh;
}

.main-contant {
  padding-bottom: 2.5rem;
  /* Footer height */
}

.navbar-backend {
  margin-bottom: 0 !important;
}

.site-logo &gt; img {
  width: 85px;
}

.site-logo {
  padding: 6px 0 12px 50px;
}

.required:before {
  color: #D52A28;
  content: "*";
  font-weight: bold;
  margin-right: 5px;
}

.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 50%;
  margin: 40px auto;
  position: relative;
}

.popuptext {
  display: table;
}

.popuptext p {
  margin-bottom: 10px;
}

.popuptext span {
  font-weight: bold;
  float: right;
}

/* Popup Text */
/* Icon CSS */
.item {
  position: relative;
}

.item i {
  display: none;
  font-size: 4rem;
  color: #FFF;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.item a {
  display: block;
  width: 100%;
}

.item a:hover:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.item a:hover i {
  display: block;
  z-index: 2;
}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
  padding: 0;
}

/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}

/* padding for main container */
.mfp-no-margins .mfp-container {
  padding: 0;
}

.page-title {
  padding: 15px 0 17px;
}

.form-group {
  margin-bottom: 10px !important;
}

.price-range-slider .ui-range-slider-footer {
  padding-top: 14px;
}

.form-control:not(textarea) {
  height: 37px;
}

select.form-control:not([size]):not([multiple]) {
  height: 37px;
}

.page-post {
  position: relative;
  min-height: 100vh;
}

.form-group label {
  padding-left: 0;
}

.img-radius {
  border-radius: 4.25rem !important;
  width: 230px;
}

.sound-system-banner {
  position: relative;
}
.sound-system-banner .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #131313;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.sound-system-banner .text-shadow {
  text-shadow: 0 2px 2px rgba(4, 4, 4, 0.72) !important;
  color: #fff;
}
.sound-system-banner h2 {
  font-size: 50px;
}
.sound-system-banner h6 {
  font-size: 28px;
}
.sound-system-banner a {
  font-size: 20px;
}

.font-big-size {
  font-size: 24px !important;
}

.site-menu &gt; ul &gt; li.active &gt; a {
  border-top-color: #70cbd2;
}

.site-menu &gt; ul &gt; li.active &gt; a {
  border-top-color: #70cbd2;
  color: #70cbd2;
}

.navbar-ghost:not(.navbar-stuck) .site-menu &gt; ul &gt; li.active &gt; a, .navbar-dark .site-menu &gt; ul &gt; li.active &gt; a {
  color: #70cbd2;
}

.site-menu ul &gt; li:hover &gt; a {
  color: #70cbd2 !important;
}

.btn-primary {
  background-color: #70cbd2;
}

.no-border {
  border: 0;
  color: black;
}

.checkout-steps &gt; a.active {
  background-color: #70cbd2;
}

.checkout-steps &gt; a.active + a &gt; .angle {
  background-color: #70cbd2;
}

a:hover {
  color: #70cbd2;
}

.link-warp {
  color: white;
  text-decoration: none;
}

.promo-font {
  font-size: 13px;
  line-height: 28px;
}

.border-sound {
  border: 1px solid #e1e7ec;
}

.nav-pills .nav-link.active, .nav-pills .show &gt; .nav-link {
  background-color: #70cbd2;
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
  background-color: #70cbd2 !important;
}

.img {
  position: relative;
}
.img .small {
  font-size: 35px;
}
.img .big {
  font-size: 70px;
}
.img .super-big {
  font-size: 115px;
}

.img i {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
}

.checkout-steps &gt; a.active &gt; .angle::after {
  border-left-color: #70cbd2;
}

.font-big-circle {
  font-size: 70px;
  color: #70cbd2;
}

.widget-light-skin.widget-categories ul &gt; li &gt; a:hover, .widget-light-skin.widget-links ul &gt; li &gt; a:hover {
  color: #70cbd2;
}

a {
  color: #70cbd2;
  text-decoration: underline;
  font-family: "THSarabunNew";
}

.widget-categories ul &gt; li &gt; a, .widget-links ul &gt; li &gt; a {
  font-size: 20px;
}

.offcanvas-menu ul &gt; li &gt; a {
  font-family: "Mitr", sans-serif;
}

.offcanvas-menu ul li a:hover {
  color: #70cbd2;
}

.offcanvas-menu ul li.active &gt; a {
  color: #70cbd2;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary {
  background-color: #70cbd2;
}
.btn-primary:hover {
  background-color: #70cbd2;
  border: solid 1px #3ba7af;
}

.nav-pills .nav-link {
  font-size: 18px;
}

.card-text {
  line-height: 25px !important;
}

select, option, input {
  font-family: "THSarabunNew" !important;
  font-size: 21px !important;
}

h4 {
  font-family: "Mitr", sans-serif !important;
  font-weight: bold;
  font-size: 20px !important;
}

.product-card .product-buttons &gt; .btn {
  background-color: #ffb74f;
  color: white;
}
.product-card .product-buttons &gt; .btn:hover {
  background-color: #ffb144;
  border: solid 1px #ffb144;
}

.custom-control .custom-control-label {
  font-size: 22px !important;
}

.btn-outline-dark {
  background-color: #ffffff00;
  color: #212529;
  border: solid 1px gray;
}
.btn-outline-dark:hover {
  background-color: #e2e6ea;
}

.pagination .pages &gt; li.active &gt; a {
  font-family: "THSarabunNew" !important;
  border-color: #70cbd2;
  background-color: #70cbd2;
  color: #ffffff;
  font-size: 18px;
}

.card-body p {
  margin-bottom: 0px;
}
.card-body p span {
  font-family: "THSarabunNew" !important;
  font-size: 22px !important;
  line-height: 25px !important;
}
.card-body div span {
  font-family: "THSarabunNew" !important;
  font-size: 22px !important;
  line-height: 25px !important;
}

.tab-pane {
  font-family: "THSarabunNew" !important;
  font-size: 22px !important;
  line-height: 25px !important;
}
.tab-pane p {
  margin-bottom: 0px;
}
.tab-pane p span {
  font-family: "THSarabunNew" !important;
  font-size: 22px !important;
  line-height: 25px !important;
}
.tab-pane div span {
  font-family: "THSarabunNew" !important;
  font-size: 22px !important;
  line-height: 25px !important;
}

.price-range-slider .ui-range-values .ui-range-value-min, .price-range-slider .ui-range-values .ui-range-value-max {
  font-family: "THSarabunNew" !important;
  font-size: 22px;
}

.product-price {
  font-family: "THSarabunNew" !important;
  font-size: 27px !important;
}

.icon {
  width: 100px !important;
}

.icon-small {
  width: 30px !important;
}

.text-medium {
  font-size: 22px;
}

.checkout-steps &gt; a:hover {
  color: #70cbd2;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show &gt; .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #70cbd2;
  border-color: #3ba7af;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show &gt; .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #3ba7af;
          box-shadow: 0 0 0 0.2rem #3ba7af;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #3ba7af;
  border-color: #3ba7af;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show &gt; .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #70cbd2;
  border-color: #3ba7af;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show &gt; .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #3ba7af;
          box-shadow: 0 0 0 0.2rem #3ba7af;
}

.pic:hover {
  background-color: #70cbd2;
  border-color: #3ba7af;
  color: #fff;
}

.div-cover {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.img-cover {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

[class^=col-] .img-cover {
  left: 0px;
  width: calc(100% - 30px);
}

.footer-social {
  color: white;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #ee6a41 !important;
  background: #ee6a41 !important;
  font-weight: normal;
  color: #ffffff;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #736d69 !important;
  background: #fbbe16 !important;
  color: black !important;
}

.alert-primary {
  border: 0;
  margin-top: 10px;
  padding: 15px;
}

.alert-warning {
  border: 0;
  margin-top: 10px;
  padding: 15px;
}

.offset-5 {
  margin-left: 41.6666666667%;
}</pre></body></html>