@font-face {
    font-family: "OpenSans-Regular";
    src: url("../font/OpenSans/OpenSans-Regular.ttf");
}
@font-face {
    font-family: "OpenSans-Semibold";
    src: url("../font/OpenSans/OpenSans-Semibold.ttf");
}
@font-face {
    font-family: "Nunito-Regular", Arial, Helvetica, sans-serif;
    src: url("../font/Nunito/Nunito-Regular.ttf");
}
@font-face {
    font-family: "Nunito-SemiBold", Arial, Helvetica, sans-serif;
    src: url("../font/Nunito/Nunito-SemiBold.ttf");
}

/* Global vars */
:root {
    --text1: #5e5c70;
    --text2: #969696;
    --background1: white;
    --background2: #f4f4f4;
    --background3: #eeeff2;
    --background4: #5e5c71;
    --background-gradient: linear-gradient(
        140deg,
        #ff6a6a 0%,
        #e6ff59 40%,
        #41c4fc 98%
    );
}

body {
    padding: 0 !important;
    margin: 0 !important;
    font-family: "OpenSans-Regular", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--text1);
    background-color: var(--background1);
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-family: "OpenSans-Semibold", Arial, sans-serif;
}
a {
    color: var(--text1);
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
.font-weight-bold {
    font-weight: bold;
}
.member_admin_title {
    font-size: 18px;
}

.text-pacc-primary {
    color: #399bfc;
}

/* Button */
.pacc-btn {
    border: none;
    color: white;
    background: linear-gradient(208.58deg, #11c9f3 5.7%, #399bfc 74.85%);
    border-radius: 50px;
    padding: 0px 30px;
    height: 40px;
}
.pacc-btn.disabled {
    background: var(--background3);
    color: var(--text2);
}
.pacc-btn-clear {
    background-color: transparent;
    border: none;
    padding: 0;
    color: var(--text1);
}
.pacc-btn-outline {
    border: 1px solid white;
    color: white;
    background: transparent;
    border-radius: 50px;
    padding: 0px 30px;
    height: 40px;
}
.btn.btn-pacc {
    background: linear-gradient(208.58deg, #11c9f3 5.7%, #399bfc 74.85%);
    color: white;
}
.btn.btn-pacc:hover {
    background: linear-gradient(208.58deg, #399bfc 5.7%, #399bfc 74.85%);
}

.google-login-btn {
    border: none;
    color: white;
    background: #DB4437;
    border-radius: 50px;
    padding: 0px 30px;
    height: 40px;
}

/* Checkbox Style */

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .checkbox-wrapper-13 input[type=checkbox] {
        --active: #275EFE;
        --active-inner: #fff;
        --focus: 2px rgba(39, 94, 254, .3);
        --border: #BBC1E1;
        --border-hover: #275EFE;
        --background: #fff;
        --disabled: #F6F8FF;
        --disabled-inner: #E1E6F9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    .checkbox-wrapper-13 input[type=checkbox]:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }

    .checkbox-wrapper-13 input[type=checkbox]:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }

    .checkbox-wrapper-13 input[type=checkbox]:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }

    .checkbox-wrapper-13 input[type=checkbox]:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }

    .checkbox-wrapper-13 input[type=checkbox]:disabled + label {
        cursor: not-allowed;
    }

    .checkbox-wrapper-13 input[type=checkbox]:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }

    .checkbox-wrapper-13 input[type=checkbox]:focus {
        box-shadow: 0 0 0 var(--focus);
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
        width: 21px;
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
        opacity: var(--o, 0);
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
        --o: 1;
    }

    .checkbox-wrapper-13 input[type=checkbox] + label {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        margin-left: 4px;
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
        border-radius: 7px;
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(var(--r, 20deg));
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
        --r: 43deg;
    }
}

.checkbox-wrapper-13 * {
    box-sizing: inherit;
}

.checkbox-wrapper-13 *:before,
.checkbox-wrapper-13 *:after {
    box-sizing: inherit;
}


/* Search form */
.pacc-search-form {
    position: relative;
    width: 100%;
    margin-left: 30px;
}
.pacc-search-form input {
    background-color: var(--background3);
    border: none;
    width: 100%;
    border-radius: 50px;
    height: 48px;
    padding-left: 60px;
    padding-right: 100px;
}
.pacc-search-form input:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--background3);
}
.pacc-search-form span {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.pacc-search-form button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
}
.pacc-search-form button:hover{
    background: linear-gradient(208.58deg, #399bfc 5.7%, #399bfc 74.85%);
}

/* Subscribe form */
.pacc-subscribe-form {
    position: relative;
    width: 450px;
    align-items: center;
    justify-content: center;
}
.pacc-subscribe-form input {
    background-color: var(--background3);
    border: none;
    width: 100%;
    border-radius: 50px;
    height: 48px;
    padding-left: 60px;
    padding-right: 100px;
}
.pacc-subscribe-form input:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--background3);
}
.pacc-subscribe-form span {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.pacc-subscribe-form button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
}

/* Section */
.section > .section-header {
    display: flex;
    justify-content: space-between;
}
.section > .section-header > .section-header-see-more {
    color: var(--text2);
    font-size: 14px;
}

/* Product */
.product-rating {
    background: linear-gradient(360deg, #ffaf7c -57.58%, #ffca97 100%);
    color: white;
    padding: 5px 12px;
    border-radius: 50px;
}
.product-original-price {
    color: var(--text2);
    font-size: 12px;
    text-decoration: line-through;
}

/* Product item */
.product-item {
    flex: 1;
    overflow: hidden;
    border-radius: 7px;
    position: relative;
}

.product-item .darken-layer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 99;
}

.circle_label {
    position: relative;
    width: 150px;
    height: 150px;
    background-color: #41c4fc;
    border-radius: 50%;
}

.circle_label .text_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle_label .text_container p {
    line-height: 24px;
    font-size: 24px;
    font-weight: bold;
}

.product-item > .product-item-image {
    aspect-ratio: 2 / 1;
    overflow: hidden;
}
.product-item > .product-item-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-item-original-price {
    color: var(--text2);
    font-size: 12px;
    text-decoration: line-through;
}
.product-item-name {
    font-size: 14px;
    /*-- ellipsis-start --*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /*-- ellipsis-end --*/
}
.product-item-rating {
    background: linear-gradient(360deg, #ffaf7c -57.58%, #ffca97 100%);
    align-self: flex-start;
    position: absolute;
    right: 15px;
    top: 15px;
    color: white;
    padding: 5px 12px;
    border-radius: 50px;
    display: none;
}

/* Pagination */
.pagination-container {
    display: flex;
    justify-content: center;
    padding: 0;
}
.pagination-container > .pagination {
    margin: 0;
}
.pagination-container > .pagination > .page-item.active > .page-link {
    color: #19bff8;
    text-decoration: underline;
}
.pagination-container > .pagination > .page-item > .page-link {
    background-color: transparent;
    color: var(--text1);
    border: none;
}

/* Radio button */
.custom-radio-button {
    width: 15px;
    height: 15px;
    border: 1px solid var(--text1);
    border-radius: 15px;
    padding: 1px;
}
.custom-radio-button.active > div {
    background: linear-gradient(0deg, #4b8ffb 0%, #2bc2f6 100%);
}
.custom-radio-button > div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--text1);
}

header * {
    font-family: "OpenSans-Regular", Arial, sans-serif;
}
nav {
    padding-left: 70px;
    padding-right: 70px;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
}
.main {
    padding-top: 76px;
}
.navbar-brand {
    margin-right: 30px;
}
.btn-login-register {
    min-width: fit-content;
    text-align: right;
}
.subscribe-container {
    background: linear-gradient(208.58deg, #11c9f3 5.7%, #399bfc 74.85%);
    padding-top: 120px;
    padding-bottom: 120px;
}
footer {
    padding: 70px;
    background: linear-gradient(208.58deg, #11c9f3 5.7%, #399bfc 74.85%);
}
footer * {
    color: white;
}
footer ul {
    list-style-type: none;
    padding: 0;
}
footer li {
    margin-bottom: 20px;
}
footer li a:hover {
    color: var(--text1);
}
footer .copyright {
    font-size: 14px;
}

.content_wrapper {
    padding: 2em 0;
}

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 9999999; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #fff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav .sidenav-link {
    font-family: "Poppins", Arial, Helvetica, sans-serif !important;
    overflow-x: hidden;
    padding: 10px 10px 10px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    display: block;
    transition: 0.3s;
    border-top: 1px solid #e5e5e5;
}

.sidenav .sidenav-link.without-border {
    border-top: none;
}

.sidenav .sidenav-link.sidenav-dropdown {
    padding: 8px 0px 8px 0px;
}

.sidenav .sidenav-link.sidenav-dropdown .dropdown-toggle {
    margin-left: 32px;
}

.sidenav .sidenav-link.sidenav-dropdown .dropdown-item {
    padding-left: 0px;
}

.sidenav .sidenav-link.sidenav-dropdown .dropdown-menu {
    padding-left: 32px;
}

.sidenav .sidenav-link {
    min-width: 300px;
}

.sidenav .sidenav-link:hover {
    background-color: #15274f;
}

.sidenav .sidenav-link.without-hover:hover {
    background-color: #fff;
}

.sidenav .sidenav-link.sidenav-dropdown:hover {
    background-color: #fff;
}

.sidenav a:hover {
    color: #fff;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Start Member Sidebar */

.sidebar_member_header h3.member_name {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}

.sidebar_member_header .current_datetime {
    display: block;
}

.member_nav_body {
    background-color: var(--background1);
}

.sidebar_member_nav {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.sidebar_member_nav li {
    list-style: none;
    margin: 10px 0;
    padding: 0px;
    color: #1a2c56;
}

.sidebar_member_nav li a {
    padding: 5px 5px;
    display: block;
    font-size: 14px;
    color: #1a2c56;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.sidebar_member_nav li a i {
    margin-right: 10px;
    font-size: 14px;
    color: #393939;
}

/* End Member Sidebar */

.list_item {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 20px;
}

.list_item h4 {
    font-family: "Poppins-Bold", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #1a2c56;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.list_item p {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 14px;
}

.list_status_label {
    padding: 3px 20px;
    border-radius: 4px;
    background-color: #eee;
    text-align: center;
}

.account_row {
    border-top: 1px solid #ddd;
    padding: 20px;
}
.account_row small {
    display: block;
    color: #555;
}

.edit_row_placeholder {
    color: #999;
}
.account_edit_textlink {
    color: #1a2c56;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}
.products-filter {
    font-size: 14px;
    overflow-y: scroll;
    padding-right: 24px;
    height: fit-content;
}

.products-filter::-webkit-scrollbar {
    width: 3px;
}

.products-filter::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.products-filter::-webkit-scrollbar-thumb {
    background: #e4e4e4;
}

.products-filter::-webkit-scrollbar-thumb:hover {
    background: #c5c5c5;
}

.products-filter__button {
    width: 100%;
    font-size: inherit;
    color: rgb(90, 90, 90);
    text-align: left !important;
    padding: 0;
    position: relative;
    display: flex;
}

.products-filter__button::after {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1rem;
    transition: transform 0.2s ease-in-out;
    align-self: center;
}

.products-filter__button[aria-expanded="false"]::after {
    transform: rotate(-180deg);
}

.products-filter__collapse {
    padding-left: 20px;
}
.products-filter__collapse ul {
    margin-bottom: 0 !important;
}
.products-filter__collapse ul li:last-child {
    margin-bottom: 0 !important;
}

/* Start Cart Page */
.store_title_section {
    padding: 10px;
    margin-bottom: 5px;
}

.store_title_section h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 0px;
}

.cart_section h2.cart_section_title {
    font-size: 29px;
    font-weight: 300 !important;
}

.cart_section h2.cart_section_title span {
    font-weight: 800;
}

.cart_item {
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    background-color: white;
    position: relative;
}

.cart_item_title {
    font-size: 14px;
    color: #393939;
    font-family: "OpenSans-Semibold";
    font-weight: bold;
}

.cart_item_subtitle {
    font-size: 14px;
    font-family: "OpenSans-Regular";
    margin-bottom: 20px;
}

.cart_item_price {
    font-size: 16px;
    color: #393939;
    font-family: "OpenSans-Semibold";
    font-weight: bold;
}

.custom-checkbox-container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #f8f8f8;
}

.item-checkmark {
    background-color: #eee;
}

.custom-checkbox-container:hover input ~ .checkmark {
    background-color: #f8f8f8;
}

.custom-checkbox-container input:checked ~ .checkmark, .custom-checkbox-container input:checked ~ .checkmark.bg-white {
    background-color: #2196f3 !important;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.custom-checkbox-container .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cartLabel, .cartItem, .cartItem .cartItemProduct {
    border: 1px solid #d5d5d5;
}

.cartItem .cartHeader {
    border-bottom: 1px solid #d5d5d5;
}

.cartItem .cartItemProduct {
    padding: 16px 32px;
}

.cartItemProduct .btn{
    height: 40px;
    width: 40px;
    border: 1px solid #d5d5d5;
    border-radius: 0;
}

.cartItemProduct .btn.plusBtn:hover,.cartItemProduct .btn.minusBtn:hover {
    background-color: #d5d5d5;
}

.cartItemProduct .btn:focus,
.cartItemProduct .btn:active,
.cartItemProduct .btn:focus:active {
    outline: none !important;
    box-shadow: none !important;
}

.cartItemProduct .qtyInput {
    border-radius: 0;
    height: 40px;
    width: 50px;
}

.cartItem .voucherItem {
    border-top: 1px solid #d5d5d5;
}

#emptyCartContent {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d5d5d5;
    margin-bottom: 16px;
}
/* End Cart Page */

/* Start Checkout Page */
.info_well {
    background-color: #1a2c56;
    border-radius: 4px;
    padding: 20px;
    color: #fff;
}

.checkout_item {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.checkout_item_title {
    font-size: 14px;
    color: #393939;
    font-family: "OpenSans-Regular";
}

.checkout_item_subtitle {
    font-size: 12px;
    font-family: "OpenSans-Regular";
}

.checkout_item_price {
    font-size: 14px;
    color: #393939;
    font-family: "OpenSans-Regular";
    text-align: right;
}

.checkout_item_desc {
    font-size: 14px;
}

.form-check-label {
    padding-left: 20px;
}

.form-check label {
    font-weight: normal;
}
/* End Checkout Page */

.border-bottom-tebal {
    border-bottom: 5px solid #dee2e6 !important;
}

.form-control.flatpickr-date:disabled, .form-control.flatpickr-date[readonly] {
    background-color: transparent;
}

.card-page {
    box-shadow: none !important;
    outline: none;
}

.card-page .header-border {
    border-bottom: 5px solid #5eb5c6;
}
.card-page .input-group.select-store {
    background: linear-gradient(208.58deg, #11c9f3 5.7%, #399bfc 74.85%);
    border-radius: 10px;
}

.card-page .input-group.select-store .input-group-text {
    background-color: transparent;
    color: white;
    border: none;

}

.card-page .input-group.select-store .form-control {
    background-color: transparent;
    border: none;
    color: white;
}

.card-page .input-group.select-store .form-control option {
    color: black;
}


.card-register .card-title {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    color: #5580ff;
}
.card-register .card-title::before {
    font-family: FontAwesome;
    font-size: 3rem;
    content: "\f104";
}

.card-account-activation .green {
    color: #207b90;
}

.card-account-activation .btn-green {
    background-color: #207b90;
    color: white;
}

.card-account-activation [btnSubmit] {
    background-color: #207b90;
    border-radius: 50px;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: linear-gradient(208.58deg, #11c9f3 5.7%, #399bfc 74.85%);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }

.categories-popup {
    position: fixed;
    left: 0;
    top: 70px;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 99999;
    display: none;
    padding-left: 20px;
    padding-right: 20px;
}
.categories-popup span, .categories-popup a {
    color: var(--text2);
    font-size: 13px;
}
.categories-popup > .container {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    background-color: white;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    height: 87vh;
}
.categories-popup > .container > div:first-child {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px 40px;
    overflow-y: auto;
}
.categories-popup > .container > div:last-child {
    width: 300px;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
}
.categories-popup > .container > div:last-child > img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.categories-popup > .container .list-container {
    display: flex;
}
.categories-popup > .container .list-container  {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.categories-popup > .container .list-container > a {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 33.33%;
    padding-right: 20px;
    padding-left: 20px;
}
#form-search{
    position: relative;
}
.section-content .list-categories-big{
    cursor: pointer;
}
.list-categories-medium div{
    cursor: pointer;
}
#testimonial{
    width: 100%;
}
#autocomplete{
    display: none;
    position: absolute;
    width: 100%;
    background-color: #eeeff2;
    top: 50px;
    border-radius: 20px;
}
#autocomplete ul{
    margin-top: 40px;
}

#autocomplete ul li{

    display: flex;
    cursor: pointer;
    padding: 5px 5px;
    border-radius: 10px;
}
#autocomplete ul li:hover{
    background-color: #dfdfdf;
}
#autocomplete ul li img{
    padding-right: 10px;
}
#autocomplete ul li span{
    padding-left: 10px;
}
#autocomplete ul{

}

#form-search{
    position: relative;
}

.content-wrapper {
    font-family: 'Work Sans', sans-serif;
}

.content-wrapper .card {
    width: 90vw;
    margin: 20px auto;
    padding: 50px;
}

.content-wrapper .content-header, .content-wrapper .content-body {
    width: 80%;
    margin: 0 auto;
}

.content-wrapper .content-header {
    margin-bottom: 64px;
}

.content-wrapper .content-header {
    margin-bottom: 36px;
}

.content-wrapper .content-header h1 {
    font-size: 29px;
}


.faq-main{
    font-family: 'Work Sans', sans-serif;
}
.faq-main .card{
    width: 90vw;
    margin: 20px auto;
    padding: 50px;
}
.faq-page-title{
    font-size: 29px;
}
.faq-page-subtitle {
    margin-bottom: 64px;
}

.faq-section .section-name {
    font-size: 18px;
}

.faq-container {
    width: 80%;
    margin: 0 auto;
}

.accordion {
    background-color: #eeeeee;
    color: #333333;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-weight: bold;
    font-size: 18px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.accordion:hover {
    background-color: #dddddd;
}

.panel {
    padding: 0 18px;
    background-color: #ffffff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.accordion:after {
    content: "\002b";
    font-size: 18px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.accordion.active:after {
    content: "\002D";
    font-size: 18px;
}

.panel > p {
    padding-bottom: 20px;
    padding-top: 20px;
    color: #777;
}
.hr-line{
  width: 60%;
  margin: auto;
  margin-bottom: 10px;
}
/* Complete Checkout Page */
.complete_page h2 {
    font-size: 24px;
}

.complete_page h3 {
    font-size: 22px;
}
/* End Complete Checkout Page */

.skeleton {
    background: linear-gradient(0.25turn, transparent, #fff, transparent),
    linear-gradient(#eee, #eee);
    background-repeat: no-repeat;
    animation: loading 1.5s infinite;
    cursor: progress;
}

.skeleton.skeleton-h1 {
    height: 8px;
}

.skeleton.skeleton-h2 {
    height: 16px;
}

.skeleton.skeleton-h3 {
    height: 24px;
}

.skeleton.skeleton-h4 {
    height: 32px;
}

.skeleton.skeleton-h5 {
    height: 40px;
}

.skeleton.skeleton-h6 {
    height: 48px;
}

#password, #confirm_password{
    border-radius: 0;
}
.text-ellipsis{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.promo-products {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content:space-around;
 }
 .promo-products div{
     flex: 0 0 calc(25% - 10px);
     box-sizing: border-box;
 }

.promo-detail .description p:nth-child(1){
    /* price promo detail */

}
.promo-detail .description p:nth-child(2){
    /* description promo detail */

}
.img-promo-detail{
    width: 100%;
    height: 180px;
}

footer{
    overflow-x: hidden;
}

.product-serupa .card-body{
    width: 100%;
    height: 150px;
}
.product-serupa img{
    width: 100%;
    height: 100%;
}


.product-serupa .wrapper-description p:nth-child(2){
    font-weight: bold;
}
.product-serupa .wrapper-description p:nth-child(3){
    min-height: 48px;
    height: 48px;
}
.wrapper-product-serupa{
    cursor: pointer;
}

.txt-justify {
    text-align: justify;
}

.wrapper-language{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    /* width: 100%; */
}

.wrapper-language .fa-shopping-cart{
    font-size: 16px;
}
.wrapper-language .fa-shopping-cart:hover, .fa-shopping-cart:visited{
    color: black;
}

.wrapper-language .flag{
    cursor: pointer;
}

.wrapper-id{
    position: relative;
    width: 16px;
    height: 16px;
}

.flag-id{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flag-en{
    width: 16px;
    height: 16px;
}

.wrapper-language .cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(
        360deg,
        #d4d4d4 -48.58%,
        rgba(217, 217, 217, 0) 124.21%
    );
}

.btn-login-register{
    font-size: 29px !important;
}
.wrapper-cart{
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-icon{
    font-size: 16px;
}

#main-links{
    max-width: 100vw;
    height: 100vh;
    background-color: white;
    font-family: "OpenSans-Regular", Arial, sans-serif;
}

#main-links .wrapper-logo{

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 50px;
}

.fa-user-circle{
    font-size: 100px;
    color: lightgreen;
}

#main-links .wrapper-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
}
#main-links .wrapper-content .item{
    background-color: lightgreen;
    text-align: center;
    padding: 15px 5px;
    margin: 10px 0;
    font-weight: bold;
    color: white;
    border-radius: 4px;
}
#main-links .wrapper-content .item:hover{
    color: rgb(247, 244, 244);
    background-color: rgb(95, 172, 95);
}

.close-autocomplete{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background-color: white;
    padding: 3px;
    border-radius: 10px;
}

.btn-categories{
    display: inline;
    width: fit-content;
}
.align-items-stretch{
    padding: 5px !important;
}
.navbar-nav .fa-user{
    font-size: 16px;
}

.wrapper-language #btn-login{
    border: none;
    color: #399bfc;
    background: transparent;
    border-radius: 50px;
    border: 1px solid #399bfc;
    padding: 0px 30px;
    height: 40px;
}
.wrapper-categories{
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
}
.item-category{
    border-bottom: 1px solid #ddd;
    padding: 0;
    flex-basis: calc(50% - 16px);
    cursor: pointer;
    padding: 10px 0;
    font-size: 12px;
    justify-content: center;

}

.btn-continue-shopping{
    border: none;
    color: #399bfc;
    background: transparent;
    border-radius: 50px;
    border: 1px solid #399bfc;
    padding: 0px 30px;
    height: 40px;
}
.btn-continue-shopping:hover{
    border: none;
    color: white;
    background: linear-gradient(208.58deg, #11c9f3 5.7%, #399bfc 74.85%);
    border-radius: 50px;
    padding: 0px 30px;
    height: 40px;
}

.btn-view-more:hover{
    background: linear-gradient(208.58deg, #399bfc 5.7%, #399bfc 74.85%);
}
.btn-hover:hover{
    background: linear-gradient(208.58deg, #399bfc 5.7%, #399bfc 74.85%);
}

.order-info .icon-container {
    width: 15% !important;
}

.warranty-info .icon-container {
    width: 40px;
}

.pacc-search-form.web-nav .pacc-btn.circle {
    display: none;
}

.voucher-code-item, .sale-return-item {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sale-return-item {
    cursor: pointer;
}

.sale-return-item span {
    border-radius: 20px;
}

.sale-return-item:hover {
    background-color: #eee;
}

main.career .card{
    padding: 90px !important;
}

.card.term-conditions{
    margin: 0 auto;
    padding: 100px !important;
}

.current_value { margin-bottom: 0px; }


/** Paging **/
.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > li {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > li:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	border-radius: 0 4px 4px 0;
}
.paging .disabled a {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .active a {
	background: #efefef;
	color: #c73e14;
}
.product-rating-right{
    row-gap: 10px;
}

.overflow-w-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.profile-container {
    text-align: center;
}

.profile-container .profile-pic {
    border-radius: 50%; /* Untuk membuat gambar bulat */
    width: 100px; /* Sesuaikan ukuran sesuai kebutuhan */
    height: 100px; /* Sesuaikan ukuran sesuai kebutuhan */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Efek shadow */
    transition: box-shadow 0.3s ease; /* Menambahkan efek transisi saat shadow berubah */
}

.profile-container .profile-pic:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2); /* Efek shadow lebih besar saat hover */
}

.profile-container #photo-upload {
    display: none;
}

.carousel-inner img{
    width: inherit; 
    height: inherit; 
    object-fit: fill; 
}

/*  start gallery  */
.wrap-gallery {
	font-family: Lato, sans-serif;
	margin: 0;
	padding: 1rem;
	display: flex;
	justify-content: start;
    align-items: start;
}

.wrap-gallery img {
	width: 100%;
	display: block;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	transition: transform 1000ms;
    border-radius: 10px;
}

.wrap-gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.5rem;
    grid-template-columns: repeat(4, 1fr);
	width: inherit;
}

.wrap-gallery figure {
	margin: 0;
	position: relative;
	overflow: hidden;
    border-radius: 10px;
}

.wrap-gallery figure::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200%;
	height: 200%;
	background: rgba(0, 0, 0, 0.5);
	transform-origin: center;
	opacity: 0;
	transform: scale(2);
	transition: opacity 300ms;
}

.wrap-gallery figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	place-items: center;
	text-align: center;
	padding: 1rem;
	color: white;
	font-size: 1.2rem;
	z-index: 1;
	opacity: 0;
	transition: opacity 600ms, transform 600ms;
}

.wrap-gallery a:is(:hover, :focus) figure::after {
	opacity: 1;
}

.wrap-gallery a:is(:hover, :focus) figcaption {
	opacity: 1;
	transition: opacity 600ms;
}

.pacc-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 20px !important;
    height: 20px !important;
    border: 2px solid #d5d5d5;
    border-radius: 4px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: relative;
}

.pacc-checkbox:checked {
    background-color: #399bfc;   /* ✅ centang diganti dengan background */
    border-color: #399bfc;
}

.pacc-checkbox:checked::after {
    content: "✔";
    color: white;
    font-size: 14px;
    position: absolute;
    top: 50%;           /* posisikan di tengah */
    left: 50%;          /* posisikan di tengah */
    transform: translate(-50%, -50%);
}

.spaced-row-4 td {
  border-bottom: 32px solid transparent; /* efek seperti margin-bottom */
}

.cart-table-header > :nth-child(1) > div {
    border-top: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

.cart-table-header > :nth-child(2) > div, .cart-table-header :nth-child(3) > div, .cart-table-header :nth-child(4) > div{
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

.cart-table-header > :nth-child(5) > div {
    border-top: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}


@media (prefers-reduced-motion: no-preference) {
    .wrap-gallery figcaption {
		transform: translate3d(0, 2rem, 0);
	}
	
	.wrap-gallery figure::after {
		border-radius: 50%;
		opacity: 1;
		transform: scale(0);
		transition: transform 900ms;
	}
	
	.wrap-gallery a:is(:hover, :focus) figure::after {
		transform: scale(2.5);
	}

	.wrap-gallery a:is(:hover, :focus) figcaption {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition: opacity 600ms 400ms, transform 600ms 400ms;
	}

	.wrap-gallery a:is(:hover, :focus) img {
		transform: scale(1.2);
	}

}

/* end gallery */

@keyframes blink {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  .blinking-text {
    animation: blink 1.5s infinite;
  }

@keyframes loading {
    to {
        background-position: 315px 0, 0 0, 0 190px, 50px 195px;
    }
}

@media (max-width: 768px) {
    .wrap-gallery ul{
        grid-template-columns: repeat(2, 1fr);
    }

    body{
        width: 100vw !important;
        box-sizing: border-box;
        /* overflow-x: hidden; */
     }
     .main{
        width: inherit;
        box-sizing: border-box;
        /* overflow-x: hidden; */
     }

    .career .card{
        flex-direction: column !important;
    }
    .career .card-right{
        border: none !important;

    }
    .career .title-2{
        font-size: 14px;
    }

    .navbar{
       padding: 10px !important;
    }


    .main{
        width: 100vw !important;
    }

    .item-featured .pacc-btn{
        font-size: 14px;
    }
    footer{
        padding: 16px 16px !important;
        margin: 0 !important;
    }

    footer .maps{
        margin-bottom: 30px;
    }
    .copyright{
        padding: 20px 0;
    }
    .subscribe-container{
        width: inherit;
        box-sizing: border-box;
    }
    .pacc-subscribe-form{
        width: inherit;
        box-sizing: border-box;
    }
    .pacc-subscribe-form input {
        width: 85% !important;
    }
    .pacc-subscribe-form input:focus {
        border-color: inherit;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: var(--background3);
    }
    .pacc-subscribe-form span {
        position: absolute;
        left: 50px;
        top: 50%;
        transform: translateY(-50%);
    }
    .pacc-subscribe-form button {
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translateY(-50%);
        height: 80%;
    }
    .promo-detail .description p:nth-child(1){
        /* price promo detail */

    }
    .promo-detail .description p:nth-child(2){
        /* description promo detail */

    }
    .promo-products div{
        flex: 0 0 calc(50% - 10px);
        box-sizing: border-box;
    }
    .img-promo-detail{
        width: 100%;
        height: 150px;
    }
    .products-filter {
        padding-right: 0;
    }
    body{
        position: relative;
    }

    .products-filter .filter-label{
        display: flex;
        justify-content: flex-end;
    }

    .wrapper-filter{
        background-color: #fff;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);

        position: fixed;
        top: 79px;
        z-index: 1000;
        width: 100%;
        height: calc(100vh - 60px);
        overflow-y: scroll;
        transform: translateX(100%);
        transition: transform 0.5s ease-in-out;
    }

     .products-filter .wrapper-filter .wrapper-type,.wrapper-brand{
        width: 78%;
     }

    .toggle-filter{
        transform: translateX(15%) !important;
        transition: transform 0.5s ease-in-out;
    }
    .filter-in-mobile{
        display: block !important;
        border: none;
        background-color: transparent;

    }
    .product-detail{
        max-width: 100vw;
        overflow: hidden;
        box-sizing: border-box;
    }
    .product-serupa{

    }
    .product-serupa .btn-action button{
        font-size: 13px;
    }
    .product-serupa .title{
        text-align: center;
    }
    .product-serupa .wrapper-description p:nth-child(3){
        font-size: 14px;
    }

    .user-type-container{
        flex-direction: column !important;
    }

    .btn-login-register{
        margin-top: 5px;
        width: 100% !important;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .wrapper-cart{
        margin: 10px 0;
        justify-content: flex-start;
    }

    .pacc-search-form{
        margin-left: 0px;
    }
    .pacc-search-form .autocomplete{
        z-index: 999;
    }
    .product-item button.pacc-btn{
        font-size: 14px;
    }
    .wrapper-categories{
        padding: 0 16px;
    }
    .item-category{
        flex-basis: calc(50% - 16px);
    }

    .navbar-brand {
        margin-right: 0;
    }

    .category-dropdown.web-nav {
        display: none;
    }

    .pacc-search-form.web-nav {
        display: inline-block;
        max-width: 67%;
    }

    .pacc-search-form.web-nav span.search-icon {
        display: none;
    }

    .pacc-search-form.web-nav input {
        padding-left: 24px;
        padding-right: 60px;
        margin-right: 0 !important;
    }

    .pacc-search-form.web-nav .pacc-btn {
        display: none;
    }

    .pacc-search-form.web-nav .pacc-btn.circle {
        display: flex;
        justify-content: center;
        align-items: center;
        right: 10px;
    }
    .pacc-btn.circle span {
        border-radius: 50%;
    }

    
    main.career{
        padding: 0 40px !important;
    }
    main.career .card{
        padding: 30px !important;
    }

    .container.term-conditions .row{
        padding: 30px !important;
    }
    .card.term-conditions{
        margin: 0 auto;
        padding: 30px !important;
    }
}

@media screen and (max-width: 450px) {
    .info_well .pacc-btn {
        width: 100%;
    }

    .info_well h5 {
        text-align: center;
    }

    .info_well p {
        text-align: center;
    }

    .wrapper-language {
        margin-bottom: 16px;
    }

    .categories-dropdown-section {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .mv-p-0 {
        padding: 0 !important;
    }

    .mv-px-1 {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}
.btn-check-price{
    background: linear-gradient(208.58deg, #11c9f3 5.7%, #399bfc 74.85%);
    border: none;
    margin-top: -5px;
    color:white;
    outline: none;
    margin-left: 20px;
}

.noUi-connect {
    background: linear-gradient(208.58deg, #11c9f3 5.7%, #399bfc 74.85%) !important;
}

.text-14px {
    font-size: 14px;
}

#about-header {
    height: 650px;
    background: url('../img/about-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
}

#about-header .title {
    font-weight: bold;
    position: absolute;
    left: 10%;
    bottom: 25%;
    font-size: 64px;
}

#about-header .subtitle {
    font-weight: normal;
    position: absolute;
    left: 10%;
    bottom: 40%;
    font-size: 48px;
}

#about-header .info {
    font-weight: normal;
    position: absolute;
    left: 10%;
    bottom: 5%;
    font-size: 16px;
}

.footer-link {
    font-size: 14px;
}

.card-content-padding {
    padding: 1.3rem;
}

@media (max-width: 991px){
    .wrapper-language{
        display: flex;
        justify-content: flex-start;
        margin-top: 16px !important;
    }
    .categories-popup {
        height: 100vh;
        width: 100vw;
        padding: 0;
        top: 0;
    }

    .header-categories{
        position: fixed;
        background-color: #fff;
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
        width: 100%;
        top: 0;
        left: 0;
        height: 50px;
        padding: 0 40px;
        align-items: center;
    }

    .categories-popup > .container {
        width: 100vw;
        height: 100vh;
        margin: 0;
        border-radius: 0;
    }

    .categories-popup > .container .list-container > a {
        width: 100%;
    }

    .categories-popup > .container > div:last-child {
        display: none;
    }

    .item-category{
        flex-basis: calc(100% - 16px);
    }
}

@media (max-width: 1024px){
    #about-header {
        height: 480px;
    }

    #about-header .title {
        font-size: 48px;
    }

    #about-header .subtitle {
        font-size: 32px;
    }

    #about-header .info {
        font-size: 14px;
    }

    footer{
        padding: 16px 16px !important;
        margin: 0 !important;
    }

    .footer-link {
        font-size: 10px;
    }
}

@media (max-width: 768px){
    #about-header {
        height: 400px;
    }

    .footer-link {
        font-size: 10px;
    }

    .card-content-padding {
        padding: 0.5rem;
    }
}

@media (max-width: 540px){
    #about-header {
        height: 280px;
    }

    #about-header .title {
        font-size: 32px;
    }

    #about-header .subtitle {
        font-size: 24px;
    }

    #about-header .info {
        font-size: 12px;
    }

    .item-category{
        flex-basis: calc(50% - 16px);
    }
}

@media (max-width: 430px){
    #about-header {
        height: 240px;
    }

    #about-header .title {
        font-size: 24px;
    }

    #about-header .subtitle {
        font-size: 18px;
    }

    #about-header .info {
        font-size: 10px;
    }
}

@media (max-width: 380px){
    #about-header {
        height: 220px;
    }
}

@media (min-width: 576px) {
  .col-sm-1-5 {
    flex: 0 0 auto;
    width: 12.5%;
  }
}
