html {
  font-size: 1px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  font-family: "Quicksand", sans-serif;
  font-size: 16rem;
  font-weight: 400;
  line-height: 1.5em;
  color: #242322;
  margin: 0; }

main {
  display: block; }

progress {
  vertical-align: baseline; }

[hidden] {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.25em;
  margin: 16rem 0;
  padding: 0; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #646362;
    font-weight: normal;
    margin-left: 10px; }

h1 {
  font-size: 45rem;
  padding-top: 45rem;
  padding-bottom: 12rem; }
  h1 small {
    font-size: 18rem; }

h2 {
  font-size: 32rem;
  padding-top: 32rem;
  padding-bottom: 6rem; }
  h2 small {
    font-size: 16px; }

h3 {
  font-size: 24rem;
  padding-top: 24rem;
  padding-bottom: 3rem; }
  h3 small {
    font-size: 13px; }

h4 {
  font-size: 18rem;
  padding-top: 18rem; }

h5 {
  font-size: 16rem;
  padding-top: 16rem; }

h6 {
  font-size: 14rem;
  padding-top: 14rem; }

p {
  margin: 0 0 18rem;
  padding: 0; }

ul, ol {
  padding-left: 18rem;
  margin-top: 0; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

hr {
  border-top: 1px solid #c8c7c7;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

code {
  background-color: #f9f2f4;
  color: #c7254e;
  font-size: 14rem;
  margin: 0 0 16rem;
  padding: 5rem 10rem;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

pre {
  box-sizing: border-box;
  font-size: 14rem;
  margin: 18rem 0;
  padding: 10rem 10rem 13rem;
  font-family: "Roboto Mono", Monaco, Consolas, "Courier New", monospace;
  font-size: 16rem;
  font-weight: normal;
  line-height: 1.5em; }

canvas {
  border: 1px solid #949291;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

fieldset {
  border: 1px solid #aeacab;
  margin-bottom: 1.5em;
  padding: 24px 16rem 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  fieldset legend {
    font-family: "Quicksand", sans-serif;
    font-size: 18rem;
    font-weight: bold;
    line-height: 15rem;
    margin: 0;
    padding: 0 10px; }

label {
  display: block;
  font-size: .9em; }
  label.error {
    color: tomato; }
  label.valid {
    color: seagreen; }
  label small {
    font-family: "Quicksand", sans-serif;
    font-size: 12rem;
    font-weight: normal;
    line-height: 12rem;
    color: #4e4c4b;
    display: block;
    margin-bottom: 6px; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  box-sizing: border-box;
  font-family: inherit;
  margin: 0;
  border: 1px solid #c8c7c7;
  padding: 7px 10px;
  overflow: visible;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  select:required,
  textarea:required,
  input[type="text"]:required,
  input[type="password"]:required,
  input[type="datetime"]:required,
  input[type="datetime-local"]:required,
  input[type="date"]:required,
  input[type="month"]:required,
  input[type="time"]:required,
  input[type="week"]:required,
  input[type="number"]:required,
  input[type="email"]:required,
  input[type="url"]:required,
  input[type="search"]:required,
  input[type="tel"]:required,
  input[type="color"]:required {
    border-color: #4e4c4b; }
  select.is-error,
  textarea.is-error,
  input[type="text"].is-error,
  input[type="password"].is-error,
  input[type="datetime"].is-error,
  input[type="datetime-local"].is-error,
  input[type="date"].is-error,
  input[type="month"].is-error,
  input[type="time"].is-error,
  input[type="week"].is-error,
  input[type="number"].is-error,
  input[type="email"].is-error,
  input[type="url"].is-error,
  input[type="search"].is-error,
  input[type="tel"].is-error,
  input[type="color"].is-error {
    border-color: tomato; }
  select.is-valid,
  textarea.is-valid,
  input[type="text"].is-valid,
  input[type="password"].is-valid,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].is-valid,
  input[type="date"].is-valid,
  input[type="month"].is-valid,
  input[type="time"].is-valid,
  input[type="week"].is-valid,
  input[type="number"].is-valid,
  input[type="email"].is-valid,
  input[type="url"].is-valid,
  input[type="search"].is-valid,
  input[type="tel"].is-valid,
  input[type="color"].is-valid {
    border-color: seagreen; }
  select::placeholder,
  textarea::placeholder,
  input[type="text"]::placeholder,
  input[type="password"]::placeholder,
  input[type="datetime"]::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="date"]::placeholder,
  input[type="month"]::placeholder,
  input[type="time"]::placeholder,
  input[type="week"]::placeholder,
  input[type="number"]::placeholder,
  input[type="email"]::placeholder,
  input[type="url"]::placeholder,
  input[type="search"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="color"]::placeholder {
    color: #aeacab; }
  @media only screen and (max-width: 480px) {
    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"] {
      width: 100%; } }

input[type="color"] {
  box-sizing: initial;
  width: 20px;
  height: 20px; }

input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="color"] {
  padding: 6px 10px 5px; }

textarea {
  line-height: 20rem;
  overflow: auto; }

select {
  background-image: url("../image/chevron-down.svg");
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
  line-height: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 9px 30px 9px 10px;
  text-transform: none;
  color: #aeacab; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  display: inline-block; }

button {
  overflow: visible;
  text-transform: none; }

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

table {
  border: 1px solid #e3e3e2;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  table caption {
    padding: 10px; }
  table th, table td {
    padding: 5px;
    vertical-align: middle;
    text-align: left;
    padding: 5px 10px;
    line-height: 1.25em; }
  table thead th {
    background-color: #e3e3e2;
    text-align: center;
    border-left: 1px solid #c8c7c7; }
    table thead th:first-child {
      border-left: none; }
  table tbody td,
  table tfoot th {
    border-left: 1px solid #e3e3e2;
    border-top: 1px solid #e3e3e2; }
    table tbody td:first-child,
    table tfoot th:first-child {
      border-left: none; }
  table tr:hover td {
    background-color: #f7f7f7; }
  @media only screen and (max-width: 480px) {
    table {
      overflow: scroll;
      max-width: 500px; }
      table th, table td {
        white-space: nowrap; } }

.icon__box {
  font-size: 0; }
  .icon__box a {
    margin: 0 12.5px; }

.icon {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .icon__32 {
    width: 32px;
    height: 32px; }
  .icon__24 {
    width: 24px;
    height: 24px; }
  .icon__16 {
    width: 16px;
    height: 16px; }
  .icon--facebook {
    background-image: url("../image/icon-facebook.png"); }
  .icon--twitter {
    background-image: url("../image/icon-twitter.png"); }
  .icon--instagram {
    background-image: url("../image/icon-instagram.png"); }
  .icon--whatsapp {
    background-image: url("../image/icon-whatsapp.png"); }
  .icon--tiktok {
    background-image: url("../image/icon-tiktok.png"); }
  .icon--line {
    background-image: url("../image/icon-line.png"); }
  .icon--youtube {
    background-image: url("../image/icon-youtube.png"); }

.font__icon {
  font-family: "Material Icons"; }

fieldset {
  box-sizing: border-box; }

.grup--isian {
  margin-bottom: 12.5px; }
  .grup--isian label {
    font-weight: bold;
    color: #4e4c4b; }
    .grup--isian label.multiple:after {
      content: "(Multiple choices)";
      color: #949291;
      font-size: 10px;
      font-weight: normal;
      margin-left: 3px;
      font-style: italic; }
  .grup--isian select,
  .grup--isian textarea {
    width: 100%; }
  .grup--isian input {
    width: 100%;
    color: #242322; }
    .grup--isian input[type="button"], .grup--isian input[type="submit"] {
      width: auto;
      color: white; }
  .grup--isian .input--checkbox,
  .grup--isian .input--radio {
    flex-basis: 100%; }
    .grup--isian .input--checkbox input,
    .grup--isian .input--radio input {
      width: auto;
      vertical-align: -2px; }
    .grup--isian .input--checkbox label,
    .grup--isian .input--radio label {
      color: #242322;
      font-weight: normal;
      display: inline; }
    .grup--isian .input--checkbox.kosong,
    .grup--isian .input--radio.kosong {
      opacity: .35;
      pointer-events: none; }
  .grup--isian .input--dropdown + ul {
    background-color: white;
    border: 1px solid #e3e3e2;
    max-height: 250px;
    overflow-y: scroll;
    position: absolute;
    top: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0 2px 5px #e3e3e2;
    -moz-box-shadow: 0 2px 5px #e3e3e2;
    box-shadow: 0 2px 5px #e3e3e2; }
    .grup--isian .input--dropdown + ul li {
      border-bottom: 1px solid #e3e3e2;
      padding: 5px 12.5px;
      display: block;
      margin: 0; }
      .grup--isian .input--dropdown + ul li a {
        text-decoration: none; }
        .grup--isian .input--dropdown + ul li a:hover {
          text-decoration: underline; }
  .grup--isian__kotak {
    display: flex;
    flex-wrap: wrap; }
    .grup--isian__kotak .input--checkbox span small,
    .grup--isian__kotak .input--radio span small {
      display: inline-block;
      color: #242322;
      font-size: .75em;
      font-style: italic;
      background-color: #e3e3e2;
      padding: 1px 4px;
      -webkit-border-radius: 99px;
      -moz-border-radius: 99px;
      border-radius: 99px; }
  .grup--isian.harus > label:before {
    content: "*";
    color: orangered;
    margin-right: 3px; }
  .grup--isian--sebaris input {
    display: inline;
    width: auto; }
  .grup--isian--label-kiri label {
    display: inline-block;
    margin-right: 10px; }
  .grup--isian--tempel {
    display: flex; }
    .grup--isian--tempel input {
      flex-grow: 2;
      -webkit-border-radius: 4px 0 0 4px;
      -moz-border-radius: 4px 0 0 4px;
      border-radius: 4px 0 0 4px;
      border-right: none; }
    .grup--isian--tempel button {
      flex-grow: 1;
      padding-left: 0;
      padding-right: 0;
      -webkit-border-radius: 0 4px 4px 0;
      -moz-border-radius: 0 4px 4px 0;
      border-radius: 0 4px 4px 0; }
  .grup--isian:last-child {
    margin-bottom: 0; }

.bungkus--tmbl {
  margin-top: 25px; }

.tmbl {
  background-color: #242322;
  border: 1px solid #171616;
  color: white;
  cursor: pointer;
  font-weight: bold;
  font-size: 15rem;
  font-family: "Quicksand", sans-serif;
  text-decoration: none;
  padding: 5px 8.3333333333px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .tmbl .material-icons-outlined {
    vertical-align: -3px;
    font-size: 16rem; }
  .tmbl:hover {
    background-color: #110f0e;
    color: white;
    border-color: #030302; }
  .tmbl--kosong {
    background-color: transparent;
    border: none;
    color: #242322; }
    .tmbl--kosong:hover {
      background-color: transparent;
      border: none;
      color: #242322; }
  .tmbl--tema {
    background-color: #8159a4;
    border-color: #79549a;
    color: white; }
    .tmbl--tema:hover {
      background-color: #6c4b8a;
      border-color: #79549a;
      color: white; }
  .tmbl--netral {
    background-color: #e3e3e2;
    border-color: #c8c7c7;
    color: #393736; }
    .tmbl--netral:hover {
      background-color: #4e4c4b;
      border-color: #413f3f;
      color: white; }
  .tmbl--tautan {
    background-color: transparent;
    color: #242322;
    border: none;
    font-weight: normal;
    text-decoration: underline;
    padding: 0;
    margin: 0; }
    .tmbl--tautan:hover {
      color: #110f0e;
      background-color: transparent; }
  .tmbl--tutup {
    background-color: transparent;
    line-height: 12px;
    border: 0;
    padding: 0;
    margin: 0;
    color: #646362;
    float: right;
    font-size: 20px; }
  .tmbl--merah {
    color: orangered; }
  .tmbl--kecil {
    font-size: 12rem; }
    .tmbl--kecil .material-icons-outlined {
      font-size: 13rem;
      vertical-align: -2px; }
  .tmbl--sedang {
    font-size: 18rem;
    padding: 6.25px 12.5px; }
    .tmbl--sedang .material-icons-outlined {
      vertical-align: -5px;
      font-size: 24rem; }
  .tmbl--besar {
    font-size: 20rem;
    padding: 12.5px 25px; }
    .tmbl--besar .material-icons-outlined {
      vertical-align: -5px;
      font-size: 24rem; }
  .tmbl--lebar {
    display: block;
    width: 100%; }
  .tmbl--icon {
    padding: 0;
    border: none;
    background-color: transparent; }
    .tmbl--icon span {
      font-size: 18rem;
      vertical-align: -4px; }
    .tmbl--icon:hover {
      background-color: transparent; }

.container {
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1350px; }

.wrapper {
  margin: 0;
  padding: 0; }

body, p {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 16rem; }

h1, h2, h3, h4, h5, h6 {
  font-style: normal; }

h1, h2, h3, h4 {
  font-family: "Mansalva", cursive; }

h1 {
  color: #FD8680;
  font-size: 45px;
  margin-bottom: 30px;
  font-weight: bold; }

h2 {
  color: #FD8680; }

h3 {
  color: #FD8680;
  font-size: 26px; }

h4 {
  color: black;
  font-family: "Quicksand", sans-serif;
  font-size: 15px; }

p.has-large-font-size {
  line-height: 1.5em;
  font-weight: 100; }

p.has-medium-font-size {
  line-height: 1.75em;
  font-weight: 300; }

.wp-element-caption {
  font-size: 14px;
  font-family: "Mansalva", cursive;
  font-style: italic;
  line-height: 1.2em;
  margin-top: 10px !important; }

.wp-block-image.is-style-rounded img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background-color: rgba(0, 0, 0, 0.3);
  text-align: left;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

* {
  font-family: "Quicksand", sans-serif;
  font-size: 16rem; }

body {
  font-family: "Quicksand", sans-serif;
  font-size: 16rem; }

body.home,
body.page {
  background-color: #8159a4 !important; }

#page_container {
  margin: 0 30px; }

ul#menu-home-menu,
ul#menu-header-menu {
  font-family: "Quicksand", sans-serif;
  margin: 0;
  padding: 0;
  list-style: none; }
  ul#menu-home-menu li,
  ul#menu-header-menu li {
    display: inline;
    margin-right: 15px; }
  ul#menu-home-menu li a,
  ul#menu-header-menu li a {
    background-color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    color: #745093;
    padding: 3px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    ul#menu-home-menu li a:hover,
    ul#menu-header-menu li a:hover {
      background-color: #332341;
      -webkit-box-shadow: 0 3px 3px #5a3e72;
      -moz-box-shadow: 0 3px 3px #5a3e72;
      box-shadow: 0 3px 3px #5a3e72;
      color: white; }
  ul#menu-home-menu li.current-menu-item a,
  ul#menu-header-menu li.current-menu-item a {
    background-color: #332341;
    color: white; }
  @media only screen and (max-width: 768px) {
    ul#menu-home-menu,
    ul#menu-header-menu {
      list-style: none;
      margin-left: 0;
      padding-left: 0;
      text-align: center; }
      ul#menu-home-menu li,
      ul#menu-header-menu li {
        line-height: 2em; }
        ul#menu-home-menu li a,
        ul#menu-header-menu li a {
          white-space: nowrap; } }

ul#menu-home-menu li a {
  font-size: 20px;
  line-height: 2em; }

#home_content_slot {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0; }
  #home_content_slot .centered-div #club-logo {
    text-align: center;
    margin-bottom: 30px; }
  #home_content_slot .centered-div #club-menu {
    padding: 30px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }

#header-slot .container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px; }
  #header-slot .container #club-logo {
    display: block;
    text-align: center;
    margin-bottom: 30px; }
    #header-slot .container #club-logo img {
      max-height: 100px; }
  #header-slot .container #club-menu {
    display: block;
    clear: both; }

#content-slot {
  font-size: 12px; }
  #content-slot .container {
    background-color: white;
    margin-top: 30px;
    padding-bottom: 60px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
  #content-slot #content-title {
    text-align: center;
    display: block;
    font-size: 3em;
    padding: 40px 0 30px;
    margin: 0 20px; }
    @media only screen and (max-width: 768px) {
      #content-slot #content-title {
        font-size: 2em; } }

#calendar .fc-button {
  font-weight: bold; }

#calendar .fc-col-header-cell .fc-scrollgrid-sync-inner a {
  font-weight: bold; }

.login-error {
  background-color: #FFEBE8; }

.flexslider {
  margin: 0;
  padding: 0; }
  .flexslider .slides {
    margin-top: 0; }
    .flexslider .slides > li {
      display: none;
      -webkit-backface-visibility: hidden; }
    .flexslider .slides img {
      width: 100%;
      height: auto;
      display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.no-js .slides > li:first-child {
  display: block; }

.flexslider {
  margin: 0 0 20px;
  background: #fff;
  border: none;
  position: relative;
  zoom: 1; }
  .flexslider ul,
  .flexslider ol {
    padding: 0;
    margin: 0 0 20px; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  height: 0; }
  .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 60px;
    height: 60px;
    margin: -20px 0 0;
    position: absolute;
    top: 38%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
  .flex-direction-nav .flex-prev {
    font-size: 0;
    left: 0px; }
  .flex-direction-nav .flex-next {
    font-size: 0;
    right: 0px;
    text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.25;
  left: 20px; }

.flexslider:hover .flex-next {
  opacity: 0.25;
  right: 20px; }
  .flexslider:hover .flex-next:hover {
    opacity: .5; }

.flexslider:hover .flex-prev:hover {
  opacity: .5; }

.flex-direction-nav {
  list-style: none; }
  .flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default; }
  .flex-direction-nav a:before {
    font-size: 60px;
    line-height: 1;
    content: "";
    display: block;
    width: 40px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 50px 50px; }
  .flex-direction-nav a.flex-next:before {
    background-image: url("../image/chevron-right.svg"); }
  .flex-direction-nav a.flex-prev:before {
    background-image: url("../image/chevron-left.svg"); }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }
  .flex-pauseplay a:before {
    font-family: "Material Icons";
    font-size: 20px;
    display: inline-block;
    content: 'arrow_back_ios'; }
  .flex-pauseplay a:hover {
    opacity: 1; }
  .flex-pauseplay a.flex-play:before {
    content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -30px;
  text-align: center;
  padding: 0; }
  .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background-color: #EFF0F1;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }
  .flex-control-paging li a:hover {
    background-color: #8A8D94; }
  .flex-control-paging li a.flex-active {
    background-color: #C8CACD;
    cursor: default; }

.flexslider .flex-control-thumbs {
  margin: 0;
  position: static;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .flexslider .flex-control-thumbs li {
    flex-basis: calc(((100% - (20px * 3)) / 4));
    margin: 0 0 20px 20px;
    display: inline-block; }
    .flexslider .flex-control-thumbs li:nth-child(4n+1) {
      margin-left: 0; }
  .flexslider .flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: 1;
    cursor: pointer; }
    .flexslider .flex-control-thumbs img:hover {
      opacity: .8; }
  .flexslider .flex-control-thumbs .flex-active {
    filter: grayscale(100%) sepia(5%);
    -webkit-filter: grayscale(100%) sepia(5%);
    -moz-filter: grayscale(100%) sepia(5%); }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: .25;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: .25;
    right: 10px; } }

.flexslider .slides img,
.flexslider .flex-control-thumbs img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

/* CSS Document */
.swiper-viewport {
  margin: 0;
  background: white;
  z-index: 1;
  border: none;
  width: 100%;
  position: relative;
  overflow: visible;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }
  .swiper-viewport img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }

/* OpenCart Code */
.swiper-container {
  direction: ltr !important; }

.swiper-pager {
  width: 100%;
  position: absolute;
  top: 50%;
  line-height: 45px; }

.swiper-button-prev, .swiper-button-next {
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all .3s ease;
  z-index: 2;
  background-image: none;
  width: 60px;
  height: 60px; }

.swiper-button-prev.material-icons-outlined, .swiper-button-next.material-icons-outlined {
  font-size: 60px; }

.swiper-viewport .swiper-button-prev {
  opacity: 0.3;
  left: 10px; }

.swiper-viewport .swiper-button-next {
  opacity: 0.3;
  right: 10px; }

.swiper-button-prev:before {
  width: 60px;
  height: 60px;
  content: "";
  color: rgba(0, 0, 0, 0.8);
  font-size: 60px; }

.swiper-button-next:before {
  width: 60px;
  height: 60px;
  content: "";
  color: rgba(0, 0, 0, 0.8);
  font-size: 60px; }

.swiper-pagination {
  bottom: -40px;
  left: 0;
  text-align: center;
  width: 100%; }

.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #e3e3e2;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  margin: 0 5px;
  opacity: 1; }

.swiper-pagination-bullet:hover {
  background-color: #8159a4; }

.swiper-pagination-bullet-active {
  background-color: #949291; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: pointer;
  pointer-events: auto; }

.datepicker {
  background-color: white;
  font-size: 14px;
  -webkit-box-shadow: 0 2px 5px #e3e3e2;
  -moz-box-shadow: 0 2px 5px #e3e3e2;
  box-shadow: 0 2px 5px #e3e3e2; }
  .datepicker table {
    border: 1px solid #aeacab;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px; }
    .datepicker table thead th,
    .datepicker table tbody td {
      width: 35px;
      height: 35px;
      line-height: 1em;
      padding: 0; }
    .datepicker table thead th {
      border: none;
      font-weight: bold;
      background-color: transparent;
      color: #242322; }
      .datepicker table thead th.prev, .datepicker table thead th.next {
        font-size: 30px;
        color: #949291;
        cursor: pointer; }
        .datepicker table thead th.prev:hover, .datepicker table thead th.next:hover {
          color: #393736;
          background-color: #e3e3e2;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          border-radius: 8px; }
      .datepicker table thead th.picker-switch {
        font-size: 16px; }
        .datepicker table thead th.picker-switch:hover {
          background-color: #e3e3e2;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          border-radius: 8px; }
    .datepicker table tbody tr:hover td {
      background-color: transparent; }
    .datepicker table tbody tr td {
      border: none;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      text-align: center;
      cursor: pointer; }
      .datepicker table tbody tr td.old, .datepicker table tbody tr td.new {
        color: #c8c7c7; }
      .datepicker table tbody tr td.active {
        background-color: #e3e3e2;
        font-weight: bold;
        color: #242322; }
      .datepicker table tbody tr td:hover {
        background-color: #e3e3e2; }
  .datepicker .datepicker-months table td,
  .datepicker .datepicker-years table td {
    min-width: 190px;
    text-align: center; }
    .datepicker .datepicker-months table td:hover,
    .datepicker .datepicker-years table td:hover {
      background-color: transparent; }
    .datepicker .datepicker-months table td span,
    .datepicker .datepicker-years table td span {
      display: inline-block;
      padding: 5px 10px;
      margin: 3px;
      background-color: #e3e3e2;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px; }
      .datepicker .datepicker-months table td span:last-child,
      .datepicker .datepicker-years table td span:last-child {
        border-bottom: none; }
      .datepicker .datepicker-months table td span:hover,
      .datepicker .datepicker-years table td span:hover {
        background-color: #e3e3e2; }

.bootstrap-datetimepicker-widget {
  display: none; }
  .bootstrap-datetimepicker-widget ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .bootstrap-datetimepicker-widget ul li {
      margin: 0; }
  .bootstrap-datetimepicker-widget .picker-switch.accordion-toggle {
    display: none; }

.timepicker {
  background-color: white;
  width: 100%; }
  .timepicker table {
    border: 1px solid #aeacab;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px; }
    .timepicker table tr:hover td {
      background-color: transparent; }
    .timepicker table td {
      border: none;
      text-align: center; }
      .timepicker table td .timepicker-hour,
      .timepicker table td .timepicker-minute {
        font-size: 20px;
        background-color: #e3e3e2;
        padding: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        color: #242322; }
      .timepicker table td .btn {
        background-color: transparent;
        border: none;
        opacity: 0.5; }
        .timepicker table td .btn[data-action="incrementHours"], .timepicker table td .btn[data-action="incrementMinutes"] {
          background-image: url("http://cloud.bukatoko.com/img/chevron-up.svg");
          background-position: center;
          background-repeat: no-repeat; }
        .timepicker table td .btn[data-action="decrementHours"], .timepicker table td .btn[data-action="decrementMinutes"] {
          background-image: url("http://cloud.bukatoko.com/img/chevron-down.svg");
          background-position: center;
          background-repeat: no-repeat; }
