*, *:before, *:after {
    box-sizing: border-box;
  }
*{
    -webkit-tap-highlight-color:transparent;
    box-sizing: border-box;
}
:after, :before {
    box-sizing: border-box;
}
html, img {
    image-rendering: -webkit-optimize-contrast;
}
html {
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
}
body {
    position: relative;
    background: var(--bodyBg);
    color: var(--bodyColor);
    font-family: var(--fontFamily);
    font-size: 1rem;
    line-height: 1.4;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: var(--bodyWidth);
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    image-rendering: -webkit-optimize-contrast;
}

/*Reset CSS*/
abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}
a {
    color: inherit;
    text-decoration: inherit
}
b,
strong {
    font-weight: bolder
}
code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: initial
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}
button,
select {
    text-transform: none
}
[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    background-color: initial;
    background-image: none
}
:-moz-focusring {
    outline: auto
}
:-moz-ui-invalid {
    box-shadow: none
}
progress {
    vertical-align: initial
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}
::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
summary {
    display: list-item
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}
fieldset {
    margin: 0
}
fieldset,
legend {
    padding: 0
}
menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}
textarea {
    resize: vertical
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}
input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}
[role=button],
button {
    cursor: pointer
}
:disabled {
    cursor: default
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}
img,
video {
    max-width: 100%;
    height: auto
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    overflow-x: unset hidden
}
html,
img {
    image-rendering: -webkit-optimize-contrast
}
main {
    display: block
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
pre {
    font-family: monospace, monospace;
    font-size: 1em
}
a {
    background-color: #fff0
}
abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}
b,
strong {
    font-weight: bolder
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
img {
    border-style: none
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}
button,
input {
    overflow: visible
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
input[type="number"] {
    -moz-appearance: textfield
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}
button,
select {
    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
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    position: relative;
    background-color: var(--main-bg-color);
    color: var(--main-text-color);
    width: fit-content;
    padding: .3rem .75rem;
    outline: none;
    border: none;
    border-radius: .5rem
}
button a,
[type="button"] a,
[type="reset"] a,
[type="submit"] a,
button a,
[type="button"] a:link,
[type="reset"] a:link,
[type="submit"] a:link {
    color: var(--main-text-color)
}
fieldset {
    padding: .35em .75em .625em
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}
progress {
    vertical-align: baseline
}
textarea {
    overflow: auto
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
details {
    display: block
}
summary {
    display: list-item
}
template {
    display: none
}
a[name='more'],
[hidden],
.hidden,
.no-items {
    display: none !important
}
table,
img {
    max-width: 100%;
    height: auto
}

table[border="1"] {
    border-collapse: collapse
}

table[border="1"] td {
    vertical-align: top;
    text-align: left;
    font-size: 14px;
    font-size: .875rem;
    padding: 3px 10px;
    border: 1px solid rgb(0 0 0 / .23)
}
table[border="1"] th {
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    padding: 5px 10px;
    border: 1px solid rgb(0 0 0 / .23)
}
tr,
td {
    transition: all 0.3s;
    -webkit-transition: all 0.3s
}
.table,
table {
    margin: 2rem 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}
table thead {
    background-color: #f0f0f0
}
thead tr {
    text-align: left
}
thead th {
    white-space: nowrap
}
th,
td {
    padding: 1rem 2rem;
    border: .01rem solid rgb(0 0 0 / .05)
}
.center {
    position: relative;
    margin: 15px auto;
    text-align: center
}

/* Header */
.header {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    height: 460px;
    overflow: hidden;
}
.header:before {
    content: "";
    position: absolute;
    height: 1500px;
    width: 1500px;
    bottom: 35%;
    left: 50%;
    background-image: linear-gradient(265deg, #0034AA 15%, #1C7CF1 94%);
    border-radius: 50%;
    transform: translateX(-50%);
    transition: 2s ease-in-out;
}
.header-wrap {
    position: relative;
    display: block;
    text-align: center;
    margin: 12rem 1rem 2rem 1rem;
}
.header-wrap img {
    width: 80%;
    max-width: 150px;
    height: auto;
    position: relative;
    margin: 0 auto;
    border-radius: 50%;
}
.header-wrap h1 {
    margin: 1rem 0;
    font-weight: 600;
}
.header-wrap p {
    margin: .5rem 0;
}

/* Box Times */
.box-times {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% - 2rem);
    padding: 1rem;
    margin: 1.5rem auto;
    gap: 1rem;
    background: linear-gradient(340deg, #0034AA 15%, #1C7CF1 94%);
    color: #fff;
    fill: #ffffff;
    border-radius: 1rem;
}
.box-times .times-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    margin: 1rem 0 1rem 0;
}
.box-times .times-wrap .times-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: .25rem;
    font-weight: 600;
}
.box-times .times-wrap .times-clock {
    position: relative;
    font-size: 2rem;
    font-weight: 700;
}
.box-times-pray {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
}
.box-times-pray .times-pray-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
}
.location-pray {
    position: relative;
    display: flex;
    gap: .5rem;
    width: 100%;
    padding: 0 1rem;
}
.box-times-pray .times-pray-wrap svg {
    width: 1.2rem;
    height: 1.2rem;
}
.button-location {
    position: relative;
    display: flex;
    padding: .5rem 1rem;
    margin: 0 auto;
    gap: .5rem;
    cursor: pointer;
    border: 1px solid var(--borderColor);
}
.praytimes {
    position: relative;
    display: block;
    width: 100%;
    padding: 1rem;
    margin: 0;
    background-color: rgb(0 0 0 / 13%);
}
.praytimes .praytimes-wrap {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
}
.praytimes .praytimes-wrap .box-pray {
    position: relative;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33.3% - 1rem);
    flex: 1 1 calc(33.3% - 1rem);
    flex-direction: column;
    max-width: calc(33.3% - 1rem);
    width: 100%;
    align-items: center;
    background-color: #272525;
    padding: 1rem;
    margin: .5rem;
    overflow: hidden;
    border-radius: 7px;
    gap: .5rem;
    transition: all 1.2s ease;
    box-shadow: -3px 6px 15px -3px rgb(0 0 0 / 5%), 1px 0px 6px -2px rgb(0 0 0 / 5%);
    -webkit-box-shadow: -3px 6px 15px -3px rgb(0 0 0 / 5%), 1px 0px 6px -2px rgb(0 0 0 / 5%);
    -moz-box-shadow: -3px 6px 15px -3px rgb(0 0 0 / 5%), 1px 0px 6px -2px rgb(0 0 0 / 5%);
}
@media (max-width: 480px) {
    .praytimes {
        padding: 0;
    }
    .praytimes .praytimes-wrap .box-pray {
        -ms-flex: 1 1 calc(50% - 1rem);
        flex: 1 1 calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }
}
.praytimes .praytimes-wrap .box-pray .times {
    font-size: 1.2rem;
    font-weight: 600;
}

/* Box Audio */
.box-audio {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
    flex-direction: column;
}
.audio-button {
    position: relative;
    background:linear-gradient(150deg, #0034AA 15%, #1C7CF1 94%);
    color: #ffffff;
    fill: #ffffff;
    padding: 0 1rem;
    border-radius: 3rem;
    width: 100%;
}
.audio-btn-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.audio-btn-wrap .progress {
    position: relative;
    padding: 0 1rem;
    border-radius: 1rem;
    width: 100%;
    height: .25rem;
    color: rgb(220, 38, 38);
    overflow: hidden;
    vertical-align: initial;
}
.audio-btn-play {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: .6rem 0;
    font-size: .75rem;
    line-height: 1rem;
}
.audio-btn-play button svg {
    width: 2rem;
    height: 2rem;
}
.html-list-audio {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1rem;
    padding-bottom: 3rem;
}
.audio-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 1rem 0;
}
.audio-content .list-audio {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
    border-bottom: 1px dashed #cbd5e1;
}
.audio-content .list-audio .title-audio {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    gap: .5rem;
    font-size: 90%;
}
.audio-content .list-audio .button-audio {
    position: relative;
    display: flex;
    background-color: #2196F3;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    padding: .15rem;
}
.audio-content .list-audio .button-audio svg {
    width: 2rem;
    height: 2rem;
}
.box-audio h3.title {
    font-weight: 600;
    cursor: pointer;
}
.banner-carousel {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 0 1rem;
    margin: 0 auto;
    z-index: 2;
}
.banner-carousel .banner-wrap {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
}
.banner-carousel .banner-wrap img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-radius: 1.5rem;
}
.slider-indicator {
    display: none;
}
.prev-slide,
.next-slide {
    position: absolute;
    background-color: #ffffff;
    color: #444444;
    fill: #444444;
    width: 32px;
    height: 32px;
    top: 50%;
    border-radius: .5rem;
    box-shadow: 0 .125rem .375rem rgb(0 0 0 / .05), 0 .5rem 1.2rem rgb(0 0 0 / .1);
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%);
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    transition: all ease .9s;
    opacity: 1;
    visibility: visible;
    z-index: 9;
    cursor: pointer
}

.prev-slide:hover,
.next-slide:hover {
    background-color: var(--button-demo-hover-bg);
    color: var(--button-demo-hover-color);
    fill: var(--button-demo-hover-color)
}

.prev-slide,
.nav-prev {
    left: 15px
}

.next-slide,
.nav-next {
    right: 15px
}

.prev-slide.is-first {
    left: -10px;
    opacity: 0;
    visibility: hidden
}

.next-slide.is-last {
    right: -10px;
    opacity: 0;
    visibility: hidden
}
.wrapper {
    width: calc(100% - 2rem);
    max-width: var(--bodyWidth);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: var(--bodyBg);
    margin: 2rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
    gap: 1rem;
}
.content-wrapper {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: var(--bodyBg);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 69%;
    flex: 1 1 calc(69% - 1rem);
    max-width: calc(69% - 1rem);
    min-width: 0;
    padding: 0;
}
.main-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.box-information {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    width: 100%;
    padding: 1rem;
    margin: 2rem auto;
    background-color: rgb(239 246 255 / 1);
    border-radius: .75rem;
}
.content-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 1rem;
}
.content-product .product-outer {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.3%;
    flex: 1 1 calc(33.3% - 2rem);
    max-width: 33.3%;
    min-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 45px;
    padding: 0;
}
.product-outer .product-wrapper {
    position: relative;
    height: 100%;
    border-radius: .5rem;
}
.img-thumbnail {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: .75rem;
}
.img-thumbnail > a {
    display: block;
}
.img-thumbnail img {
    width: 100%;
    display: block;
    border-radius: .75rem;
    transition: all 0.7s ease;
}
.product-title {
    position: relative;
    font-weight: 700;
    padding: 0;
    margin: .75rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
}
.product-title a {
    display: -webkit-box;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
}
.product-snippet {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    font-size: .75rem;
    font-weight: 500;
    gap: .5rem;
    height: 3.5rem;
}
.product-snippet .price {
    font-size: 1rem;
    font-weight: 600;
}
.discount-price {
    position: relative;
    display: flex;
    gap: .75rem;
    align-items: center;
}
.discount-price .percentage {
    background-color: rgb(220 53 69 / .15);
    color: #be2e3c;
    border-radius: .25rem;
    padding: .25rem .5rem;
    font-size: .75rem;
}
.discount-price .strike {
    text-decoration: line-through;
    font-size: .85rem;
}
.add-cart {
    position: relative;
    display: flex;
    gap: .5rem;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: .5rem 1rem;
    margin-top: 1rem;
    background-color: #3b82f6;
    color: #ffffff;
    fill: #ffffff;
    font-size: 120%;
    cursor: pointer;
    outline: none;
}
.add-cart svg {
    width: 1.5rem;
    height: 1.5rem;
}
.sidebar {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: var(--bodyBg);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 31%;
    flex: 1 1 31%;
    max-width: 31%;
    min-width: 0;
    padding: 2rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sidebar-wrapper {
    position: sticky;
    top: 2rem;
}
@media (max-width: 900px){
    .content-wrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        padding: 2rem 0;
    }
    .sidebar {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
    }
    .sidebar-wrapper {
        position: relative;
        top: unset;
    }
}
@media (max-width:768px){
    .content-product .product-outer {
        -ms-flex: 1 1 50%;
        flex: 1 1 calc(50% - 2rem);
        max-width: 50%;
        min-width: 0;
    }
}
@media (max-width:360px){
    .content-product .product-outer {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        min-width: 0;
    }
}
.dataform {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 2rem
}

.dataform:last-child {
    margin-bottom: 0
}

.dataform label {
    position: absolute;
    top: -.75rem;
    left: 2rem;
    background-color: #ffffff;
    font-weight: 600;
    padding: 0 .5rem;
    z-index: 1;
    transition: all .2s;
    border-radius: 1rem;
}

.dataform input, .dataform select, .dataform textarea {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    padding: 1rem;
    font-size: 100%;
    transition: all .2s;
    border: 1px solid #a4a4a4;
    border-radius: .75rem;
    outline: none;
}
.dataform .show-password {
    position: absolute;
    display: -webkit-inline-box;
    z-index: 9;
    top: 5px;
    right: 25px;
    bottom: 5px;
    cursor: pointer;
}
.dataform .show-password svg {
    position: relative;
    text-align: center;
    fill: #acacac;
    transition: 0.5s;
    margin: 10px auto;
}
form button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .75rem 1.25rem;
    margin: 1rem auto;
    color: #fff;
    fill: #fff;
    border-color: #eee;
    background: linear-gradient(150deg, #0034AA 15%, #1C7CF1 94%);
    box-shadow: 0 4px 6px rgb(50 50 93 / .11), 0 1px 3px rgb(0 0 0 / .08);
    cursor: pointer
}

form button svg {
    margin-right: .5rem
}

.dataform input:hover,
.dataform select:hover,
.dataform textarea:hover,
.dataform input:focus,
.dataform select:focus,
.dataform textarea:focus {
    border: 1px solid #5733ce;
}

.dataform input:hover+label,
.dataform select:hover+label,
.dataform textarea:hover+label,
.dataform input:focus+label,
.dataform select:focus+label,
.dataform textarea:focus+label {
    color: #5733ce;
}
.form-order {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.form-order h3 {
    font-size: 1.2rem;
    font-weight: 600;
}
.detail-product {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
}
.list-product {
    position: relative;
    display: flex;
    width: 100%;
    padding: .5rem;
    background-color: #eff6ff;
    border-radius: .75rem;
}
.list-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    justify-content: center;
    align-items: flex-start;
}
.list-wrapper .list-top {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: .75rem;
    justify-content: flex-start;
    align-items: center;
}
.list-wrapper .list-top .item-thumb {
    position: relative;
    overflow: hidden;
    border-radius: .75rem;
}
.list-wrapper .list-top .item-thumb img {
    max-width: 80px;
}
.list-wrapper .list-top .item-detail {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% -(.5rem + 80px));
    gap: .25rem;
}
.list-wrapper .list-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    gap: .75rem;
}
.list-wrapper .list-bottom .input-dns {
    margin: 0;
}
.list-wrapper .list-bottom .input-dns input {
    padding: .5rem 1rem;
    border-radius: .25rem;
}
.list-wrapper .list-bottom .remove {
    width: 2rem;
    height: 2rem;
    padding: 0;
    color: #ffffff;
    fill: #ffffff;
    background-color: #F44336;
    outline: none;
    cursor: pointer;
}
.list-wrapper .list-note {
    font-size: 85%;
}
.box-payment {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
}
.payment-option {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem;
}
.payment-option button.active {
    background-color: #cee3fe;
}
.payment-option button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: .75rem;
    background-color: #fff0;
    padding: .5rem 1.2rem;
    border-radius: .35rem;
    white-space: nowrap;
    transition: all .2s ease;
    border: 1px solid #9E9E9E;
    outline: none;
    overflow: hidden;
    cursor: pointer;
}
.payment-option img {
    width: auto;
    height: 20px;
}
.box-pasca-checkout {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 1.5rem auto;
    width: 100%;
}
.box-pasca-checkout .button-va {
    position: absolute;
    z-index: 9;
    right: 0;
    cursor: pointer;
    top: -2px;
    width: 3.5rem;
    height: 3.5rem;
    background-color: transparent;
    color: #6f6f6fbf;
    fill: #6f6f6fbf;
}
.box-pasca-checkout .keterangan {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
    text-align: center;
    background-color: #eff6ff;
    padding: .75rem;
    border-radius: .75rem;
}
.box-pasca-checkout button {
    position: relative;
    width: 100%;
    background-color: #3F51B5;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .75rem 1rem;
    border-radius: .5rem;
    cursor: pointer;
}
.box-pasca-checkout .view-order {
    background-color: #E91E63;
}
.box-checkout {
    position: relative;
    display: block;
    width: 100%;
    padding: 1rem;
    font-size: .95rem;
    line-height: 1.5;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 12%) 0 1px 6px 0;
}
.checkout-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: .25rem;
    margin-bottom: 3rem;
}
.box-checkout .list-checkout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.empty-product {
    position: relative;
    padding: 1rem;
    margin: 1rem 0;
    width: 100%;
    background: rgb(0 0 0 / .05);
    border: 3px dashed rgb(0 0 0 / .14);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.box-voucher {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 2rem auto;
    gap: 1rem;
}
.box-voucher .input-voucher {
    position: relative;
    display: block;
    width: 100%;
    max-height: 0;
    padding: 0;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    overflow: hidden;
}
.input-voucher label {
    display: none;
}
.button-voucher, .checkout-send {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    background-color: #5733ce;
    color: #ffffff;
    border-radius: 4px;
    white-space: nowrap;
    padding: 0 24px;
    transition: all 0.2s ease;
    border: none;
    outline: none;
    cursor: pointer;
}
.checkout-send.disabled {
    background-color: rgb(0 0 0 / .12);
    color: rgb(0 0 0 / .38);
    box-shadow: none;
    pointer-events: none;
}
.box-voucher .info-voucher {
    position: relative;
    padding: 1rem;
    margin: 1rem 0;
    background: rgb(0 0 0 / .05);
    border: 3px dashed rgb(0 0 0 / .14);
}
.footer {
    position: relative;
    width: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    grid-auto-rows: minmax(min-content, max-content);
    z-index: 1;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
.footer-content {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 0;
    padding: 2rem 1rem 1rem;
    background-image: linear-gradient(355deg, #0034AA 15%, #1C7CF1 94%);
    color: #ffffff;
    fill: #ffffff;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}
.footer-main .footer-main-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.info-social {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.info-social .info-social-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.footer-content svg {
    width: 1.5rem;
    height: 1.5rem;
}
.footer-text {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #dddddd94;
    padding: .5rem;
}
/* Notif Peringatan */
#information {
    display: none;
    position: fixed;
    z-index: 1000;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(85% - 40px);
    max-width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border: 0;
    border-radius: 16px;
    background-color: rgba(0, 0, 0, 0.87);
    color: #fff;
    font-weight: 500;
    font-size: 90%;
    text-align: center;
    box-shadow: 0 30px 40px rgba(0, 0, 0, 0.15);
}
#information .warning, .box-chart .warning {
    position: relative;
    display: block;
    margin: auto;
    margin-bottom: 5px;
    width: 100px;
}
#information .warning.failed, .box-chart .warning.failed {
    fill: #cf1b30;
}
#information .warning.success, .box-chart .warning.success {
    fill: #34bb80;
}
#information .warning svg, .box-chart .warning svg {
    width: 100px!important;
    height: 100px!important;
}

/* Loading */
.loading-process {
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #ffffff54;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 0;
    z-index: 1001;
}
.loading-process.active {
    display: flex;
}
.loading-process svg {
    width: 46px;
    height: 46px;
}
.loading-process .circular {
    width: 30px;
    height: 30px;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.loading-process .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 2s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 2s ease-in-out infinite;
    stroke-linecap: round;
}
@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@-webkit-keyframes color {
    0%,
    100% {
        stroke: #ff6060;
    }
    40% {
        stroke: #fbaa39;
    }
    66% {
        stroke: #2962ff;
    }
    80%,
    90% {
        stroke: #56b856;
    }
}
@keyframes color {
    0%,
    100% {
        stroke: #ff6060;
    }
    40% {
        stroke: #fbaa39;
    }
    66% {
        stroke: #2962ff;
    }
    80%,
    90% {
        stroke: #56b856;
    }
}
/* Loading */
.loading {
    border: 3px solid rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    border-top: 3px solid #5995fd;
    border-bottom: 3px solid #5995fd;
    width: 25px;
    height: 25px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.center {
    position: relative;
    margin: 15px auto;
    text-align: center;
}