html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    /* font-family: "Arial MT", sans-serif; */
    /* font-family: 'Arial MT Narrow', sans-serif; */
    /* font-family: 'Arial Rounded MT', sans-serif; */
    /* font-family: 'Arial Rounded MT Bold', sans-serif; */
    /* font-family: "ArialMT", sans-serif; */
    font-family: "Poppins", serif;
    /* font-family: 'Arial MT Black', sans-serif; */
    font-style: normal;
    background-color: #fff;
}

@font-face {
    font-family: "FontTitle";
    src: url("../font/Quagi.ttf");
}

a {
    text-decoration: none;
}

.pointer {
    cursor: pointer;
}

.arial-normal {
    font-family: "Arial MT", sans-serif;
}

.arial-bold {
    font-family: "Arial MT Black", sans-serif;
}

.niconne {
    font-family: "FontTitle", cursive;
    font-weight: 400;
    font-style: normal;
}

.logo {
    height: 70px;
}

.logo-kecil {
    height: 70px;
}

.navbar {
    z-index: 100;
}

.navbar a {
    color: black;
}

footer {
    background-color: #fffdf7;
    min-height: 25vh;
    padding-top: 50px;
}

footer h5 {
    font-size: 17px;
}

footer a {
    font-size: 14px;
    color: #000;
}

.btn-primary {
    background-color: #9d893f;
    border-color: #9d893f;
    border-radius: 50px;
}

.btn-secondary {
    background-color: #ebebeb;
    border-color: #ebebeb;
}

.btn-danger {
    background-color: #ff6600;
    border-color: #ff6600;
}

.btn-danger:hover {
    background-color: #db5800;
    border-color: #db5800;
}

.text-danger {
    color: #ff6600 !important;
}

.text-primary {
    color: #9d893f !important;
}

.form-check-input:checked {
    background-color: #9d893f;
    border-color: #9d893f;
}

.form-check-input:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 .25rem #ffc10700;
}

.bg-secondary {
    background-color: #ebebeb !important;
    color: #999999;
}

.btn-primary:hover {
    background-color: #857335;
    border-color: #857335;
}

.btn-primary:active {
    background-color: #857335 !important;
    border-color: #857335 !important;
    box-shadow: 2px 2px 5px #cf9c43;
}

.border-top,
.border-bottom {
    border-width: 2px !important;
    border-color: #000 !important;
}

.home-1 {
    min-height: 100vh;
    background-position: center;
    background-size: cover;
}

.home-1 h1 {
    font-size: 75px;
    color: #693619;
    letter-spacing: 6px;
}

.home-1 h4 {
    color: #da3737;
    font-size: 31px;
    letter-spacing: 25px;
}

.home-1 p {
    font-size: 20px;
}

.home-2 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.home-2 small.price,
.list-product small.price {
    color: #9e8a3f;
    font-weight: bold;
    font-size: 16px !important;
}

.home2 h5,
.list-product h5 {
    font-size: 19px !important;
}

.home-2 h4 {
    letter-spacing: 2px;
}

.home-2 h2 {
    font-size: 65px;
    margin-bottom: 50px;
}

.home-2 h4.active,
.list-product h4.active {
    color: #9d893f !important;
    font-weight: 700;
}

.view-more {
    font-size: 1.5rem;
    color: #666 !important;
    text-decoration: underline;
}

.home-3 {
    margin-bottom: 60px;
}

.home-3 h2 {
    font-size: 65px;
}

.home-3 p {
    line-height: 35px;
    color: #999999;
    letter-spacing: 1px;
    font-size: 18px;
}

.home-4 {
    background-color: #ebebeb;
    min-height: 50vh;
    padding: 60px 0px;
    margin-bottom: 60px;
}

.home-4 h2 {
    font-size: 65px;
}

.home-4 p {
    line-height: 38px;
    letter-spacing: 1px;
    color: #999999;
    font-size: 17px;
    line-height: 1.5;
}

.home-4 span {
    font-size: 13px;
}

.home-5 h2 {
    font-size: 65px;
}

.home-5 p {
    color: #999999;
    line-height: 40px;
    font-size: 18px;
    letter-spacing: 1px;
}

.home-6 {
    margin: 160px 0px;
    margin-bottom: 0;
}

.home-7 {
    margin: 100px 0px;
}

.home-7 h2 {
    font-size: 65px;
    margin-bottom: 50px;
}

.home-7 p {
    font-size: 14px;
}

.home-7 span,
.location span {
    color: #ab7e09;
    font-size: 13px;
    text-align: left;
}

.detail-product h1 {
    font-size: 65px;
}

.detail-product .w60 {
    width: 60vw;
}

.detail-product .w40 {
    width: 40vw;
    padding-left: 80px;
    margin-top: 150px;
}

.detail-product span.desc {
    color: #999999;
    font-size: 20px;
}

.detail-product input[type="radio"]:checked+label {
    font-weight: bold;
    background: #9e8a3f;
    color: #fff;
}

.detail-product .size a {
    color: #999999;
    text-decoration: underline !important;
}

.detail-product .toping a {
    color: #9e8a3f;
    text-decoration: underline !important;
}

.detail-product .price h2 {
    font-size: 30px;
    color: #9e8a3f;
}

.detail-product .kurang,
.detail-product .tambah {
    border: none;
    background-color: #fff;
    font-size: 25px;
}

.detail-product #jumlah-order {
    background-color: #fff;
    border: none;
    font-size: 20px;
    width: 50px;
}

.detail-product .submit {
    color: #fff;
    font-size: 18px;
}

.detail-product .disabled {
    background-color: #b3b3b3;
    color: white;
}

.our-story {
    padding-top: 130px;
    min-height: 100vh;
}

.our-story h1 {
    font-size: 65px;
    margin-bottom: 50px;
}

.our-story h3,
.product h3 {
    font-size: 35px;
    /* margin-bottom: 50px; */
    font-weight: bold;
}

.our-story p,
.product p {
    text-indent: 20px;
    color: #999999;
    /* font-size: 18px; */
    letter-spacing: 1px;
    line-height: 1.8;
}

.product {
    padding-top: 130px;
    min-height: 100vh;
}

.product h1 {
    font-size: 65px;
    margin-bottom: 0px;
}

.product h2 {
    font-size: 22px;
}

.product .col-lg-12.mb-5 {
    margin-bottom: 100px !important;
}

.product hr {
    border-width: 2px;
    border-color: #4f4f4f;
}

.b2b {
    padding: 0 135px;
    padding-top: 130px;
    min-height: 100vh;
}

.b2b h1 {
    font-size: 65px;
    margin-bottom: 10px;
}

.b2b p,
.b2b span {
    color: #999999;
    text-align: center;
    letter-spacing: 1px;
}

.b2b .container {
    max-width: 66%;
}

.b2b h3 {
    font-size: 34px;
}

.b2b .bg-secondary {
    background-color: #9f8b42 !important;
}

.b2b .bg-secondary p {
    color: #fff;
}

.list-product {
    min-height: 100vh;
    padding-top: 210px;
}

.list-product a {
    color: #000;
}

.list-product a:hover {
    color: #9f8b42 !important;
}

.list-product a.active {
    color: #9f8b42;
}

.chackout {
    min-height: 100vh;
    padding-top: 210px;
}

.chackout .totals span,
.chackout .totals small {
    color: #666;
}

.chackout .totals input {
    border: none;
    border-bottom: 1px solid #4f4f4f;
    border-radius: 0%;
}

.chackout .totals input:focus {
    box-shadow: none;
}

.chackout .amount input {
    width: 60px;
    border: none;
}

.chackout .amount .border-bottom {
    border-width: 1px !important;
    border-color: #dee2e6 !important;
}

.faq {
    padding-top: 130px;
    min-height: 100vh;
}

.faq h1 {
    font-size: 65px;
    margin-bottom: 10px;
}

.faq h2 {
    font-size: 30px;
}

.faq .btn-outline-secondary {
    border-radius: 0px;
    border-width: 0px;
    border-bottom: 2px solid #999999;
    color: #999999;
    font-size: 19px;
}

.faq .btn-outline-secondary:hover {
    background-color: #dbc261;
    color: #fff;
}

.faq .card.card-body {
    border-radius: 0px;
}

.information {
    padding-top: 130px;
    min-height: 100vh;
}

.information h1 {
    font-size: 65px;
    margin-bottom: 50px;
}

.information p {
    color: #999999;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 10px;
}

.information ul li {
    color: #000;
    font-size: 18px;
    letter-spacing: 1px;
}

.information h2 {
    font-size: 30px;
    color: #4d4d4d;
}

.information .accordion-button:not(.collapsed) {
    background-color: #f4f4f4;
    border-radius: 0px;
}

.information .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
    color: #9e8a3f;
}

.information .accordion-item {
    border-radius: 0px;
    border: 0;
    border-top: solid 1px #9e8a3f;
}

.information .accordion-button {
    font-size: 20px;
    color: #9e8a3f;
}

.information .accordion-button.collapsed {
    color: #999;
}

.information .accordion-body {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}

.activity {
    padding-top: 130px;
    min-height: 100vh;
}

.activity h1 {
    font-size: 65px;
    margin-bottom: 50px;
}

.activity h2 {
    font-size: 30px;
    color: #4d4d4d;
}

.activity p {
    font-size: 18px;
    color: #999;
    letter-spacing: 1px;
    line-height: 1.5;
}

.payment {
    padding-top: 200px;
    min-height: 100vh;
}

.payment p {
    color: #999;
}

.payment h5 {
    font-size: 25px;
    color: #4d4d4d;
}

.payment label {
    /* font-size: 20px; */
    color: #999;
}

.payment sup {
    color: #ff6600;
}

/* .payment .form-check .form-check-input {
    height: 20px;
    width: 20px;
} */
.payment small {
    color: #999;
}

.payment h6 {
    font-size: 20px;
    color: #4d4d4d;
}

.payment hr {
    border-color: #c0c0c0;
}

.myorder {
    padding-top: 150px;
    min-height: 100vh;
}

.myorder h2 {
    font-size: 30px;
}

.myorder span {
    color: #999;
}

.myorder .text-success {
    color: #3aad27;
}

.myorder .text-danger {
    color: #ff6600;
}

.login {
    padding-top: 150px;
    min-height: 100vh;
}

.login .bg {
    background-image: url("../images/loginbg.jpg");
    background-position: center;
    background-size: cover;
    min-height: 90vh;
}

input[type="radio"].radio-option:checked+label {
    border: 2px solid #ff6600;
}

.table-payment th,
.table-payment td {
    background-color: #ebebeb;
}

.select2-container .select2-selection--single {
    height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 20px;
}

.header-dekstop a.link {
    border-bottom: 1px solid transparent;
}

.header-dekstop a.link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #333;
    width: 100%;
}

a.link {
    position: relative;
    display: inline-block;
    color: #333;
    text-decoration: none;
}

a.link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #333;
    transition: width 0.5s ease;
}

a.link:hover::after {
    width: 100%;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #9e8a3f;
    font-weight: 700;
}

.nav-tabs .nav-link {
    color: #8b8b8b;
}

.nav-tabs.transaction {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    max-width: 100vw;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.nav-tabs.transaction::-webkit-scrollbar {
    display: none;
}

.total-cart {
    font-size: 14px;
}

.thum-image {
    height: 140px;
    filter: grayscale(100%);
}

.thum-image.active,
.thum-image:hover {
    filter: grayscale(0%);
    transition: filter 0.3s ease;
}

.page-link {
    color: #333;
}

.active>.page-link,
.page-link.active {
    background: #9e8a3f;
    border-color: #9e8a3f;
}

.desc-product {
    margin-top: 130px;
}