body {
    background-color: #F6F7F4;
}

.hero-first {
    font-family: "Cormorant Garamond", serif;
    font-weight: bold;
    font-size: 55px;
    line-height: 35px;
    color: #202020;
    text-align: center;
}

.hero-second {
    font-family: "Italianno", cursive;
    font-weight: 400;
    font-size: 40px;
    margin-top: 10px;
    color: #AB8625;
    text-align: center;
}

.label {
    font-family: "Lato", sans-serif;
    color: #6C6C6C;
    font-size: 18px;
}

.product-title {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: #202020;
}

.product-subtitle {
    font-family: "Lato", serif;
    font-weight: 800;
    font-size: 30px;
    color: #202020;
    margin-bottom: 0px;
}

.product-item-code {
    font-family: "Lato", serif;
    font-size: 16px;
    color: #6C6C6C;
}

.specification-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 2px 2px 5px 0px #2020203d;
}

.specification-title {
    font-family: "Lato", serif;
    font-size: 16px;
    color: #303030;
}

.specification-sub-card {
    background-color: #FEF4DE;
    padding: 10px;
    border-radius: 5px;
    height: 100%;
}

.specification-sub-card-title {
    font-family: "Lato", serif;
    font-size: 14px;
    color: #808080;
    margin-bottom: 5px;
}

.specification-sub-card-subtitle {
    font-family: "Lato", serif;
    font-weight: 600;
    font-size: 18px;
    color: #444343;
}

.product-remark {
    font-family: "Lato", serif;
    font-size: 18px;
    color: #808080;
}

.info-title {
    font-family: "Lato", serif;
    font-size: 18px;
    font-weight: bold;
    color: #444343;
}

.info-value {
    font-family: "Lato", serif;
    font-size: 16px;
    color: #808080;
}

.product-description {
    font-family: "Lato", serif;
    font-size: 18px;
    color: #808080;
}

.certificate-view-btn {
    font-family: "Lato", serif;
    background-color: #AB8625;
    border-color: #AB8625;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    font-weight: bold;
    padding: 10px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}

.certificate-view-btn:hover {
    color: #AB8625;
    border-color: #AB8625;
    background-color: #fff;
}

.certificate-download-btn {
    font-family: "Lato", serif;
    background-color: #fff;
    border-color: #AB8625;
    color: #AB8625;
    font-size: 16px;
    border-radius: 10px;
    font-weight: bold;
    padding: 10px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.certificate-download-btn:hover {
    color: #fff;
    border-color: #AB8625;
    background-color: #AB8625;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:focus-visible {
    outline: none;
    box-shadow: none;
}

.primary-btn {
    font-family: "Cormorant Garamond", serif;
    background-color: #AB8625;
    border-color: #AB8625;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    font-weight: bold;
}

.primary-btn:hover {
    background-color: #AB8625;
    border-color: #AB8625;
    color: #fff;
    opacity: 0.8;
}

.btn-secondary {
    font-family: "Cormorant Garamond", serif;
    background-color: #fff;
    border-color: #DEDEDE;
    color: #202020;
    font-size: 20px;

    padding: 5px 25px;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
}

.btn-secondary img {
    transition: all 0.2s ease-in-out;
}

.btn-secondary:hover {
    border-color: #ffffff00;
    background-color: #666666;
    color: #ffffff;
}

.btn-secondary:hover img {
    filter: brightness(0) invert(1);
}

.btn-secondary-bold {
    font-family: "Cormorant Garamond", serif;
    background-color: #202020;
    border-color: #202020;
    color: #ffffff;
    font-size: 20px;

    padding: 5px 25px;
    border-radius: 5px;
}

.btn-secondary-bold img {
    filter: brightness(0) invert(1);
}

.btn-secondary-bold:hover {
    background-color: #202020;
    border-color: #202020;
    color: #ffffff;
    opacity: 0.8;
}

.inqiry-btn {
    font-family: "Cormorant Garamond", serif;
    background-color: #fff;
    border-color: #202020;
    border-style: solid;
    border-width: 1px;
    color: #202020;

    padding: 10px;
    border-radius: 5px;

    width: 50px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-inqiry-btn {
    font-family: "Cormorant Garamond", serif;
    background-color: #25D366;
    border-color: #25D366;
    border-style: solid;
    border-width: 1px;
    color: #fff;

    padding: 10px;
    border-radius: 5px;

    width: 50px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inqiry-btn:hover {
    background-color: #202020;
    color: #fff;
    /* box-shadow: 0px 0px 5px 5px #acacac3d; */
}

.whatsapp-inqiry-btn:hover {
    color: #25D366;
    border-color: #25D366;
    background-color: #fff;
}

.inqiry-btn i {
    font-size: 24px;
    line-height: 0px;
}

.whatsapp-inqiry-btn i {
    font-size: 24px;
    line-height: 0px;
}

.heated-tag {
    font-family: "Lato", serif;
    font-size: 14px;
    padding: 2px 8px;
    border-style: solid;
    border-width: 1px;
    border-radius: 0px;
    display: inline-block;
}

.input-container {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.input-group {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    width: 200px !important;
}

.input-group-text {
    background-color: #ffffff;
    border-radius: 0px;
    color: #6C6C6C;
    border-color: #B8B8B8;
    border-width: 1px;
}

.form-control {
    border-radius: 5px;
    color: #6C6C6C;
    border-color: #B8B8B8;
    border-width: 1px;
}
.form-control:focus {
    box-shadow: 0 0 0 1px #20202050;
    border-color: #20202050;
}

.text-title {
    font-family: "Lato", serif;
    font-weight: 500;
    font-size: 20px;
    color: #202020;
    text-align: center;
}

.text-subtitle {
    font-family: "Lato", serif;
    color: #6C6C6C;
    font-size: 14px;
}

.text-subtitle-bold {
    font-family: "Lato", serif;
    font-weight: 800;
    color: #202020;
    font-size: 22px;
    text-align: center;
}

.card {
    border-radius: 10px;
    border-color: #DEDEDE;
    border-width: 1px;
    height: 100%;
    background-color: #fff;
}

.card .active {
    border-width: 3px;
}

.card-img-top {
    border-radius: 9px;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.pagination {
    gap: 15px;
}

.product-main-preview {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10px;
}

.product-sub-preview {
    border-radius: 10px;
    cursor: pointer;
}

.product-preview-select {
    border: 3px solid #AB8625;
}

.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Slider */
.range_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-self: center;
    /* margin: 35% auto; */
}

.sliders_control {
    position: relative;
    min-height: 20px;
}

.form_control {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    color: #635a5a;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 20px;
    height: 20px;
    background-color: #202120;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #C6C6C6;
    cursor: pointer;
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 20px;
    height: 20px;
    background-color: #202120;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #C6C6C6;
    cursor: pointer;
}

input[type=range]::-webkit-slider-thumb:hover {
    background: #f7f7f7;
}

input[type=range]::-webkit-slider-thumb:active {
    box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
    -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}

input[type="number"] {
    color: #8a8383;
    width: 50px;
    height: 30px;
    font-size: 20px;
    border: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    height: 3px;
    width: 100%;
    position: absolute;
    background-color: #C6C6C6;
    pointer-events: none;
}

#fromSlider {
    height: 0;
    z-index: 1;
}

.footer-sufix {
    font-family: "Lato", serif;
    color: #303030;
    font-size: 12px;
}

.swiper-next {
    background-color: #fff;
    border-radius: 50%;
    right: -8px !important;
    border-width: 1px;
    border-color: #CCCCCC;
    border-style: solid;
    z-index: 10;

    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 40%;
}

.swiper-next i {
    line-height: 0;
}

.swiper-prev {
    background-color: #fff;
    border-radius: 50%;
    left: -8px !important;
    border-width: 1px;
    border-color: #CCCCCC;
    border-style: solid;
    z-index: 10;

    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 40%;
}

.swiper-prev i {
    line-height: 0;
}

.swiper-button-lock {
    display: none !important;
}

.swiper-button-disabled {
    /* opacity: 0.35;
    pointer-events: none; */
    display: none;
}

@media(min-width: 768px) {
    .main-img {
        width: 50% !important;
    }
}

.modal-header .label {
    color: #202020 !important;
    font-weight: 700 !important;
}

.currency-option {
    cursor: pointer;
}

.currency-option .flag {
    width: 40px;
}

.currency-option .symbol {
    width: 18px;
}

.currency-option span {
    font-family: "Lato", serif;
}

.currency-option span {
    color: #202020;
    font-size: 16px;
}

.currency-option:hover {
    opacity: 0.8;
}

.logo {
    width: 210px !important;
}

.dropdown-primary {
    font-family: "Cormorant Garamond", serif;
    background-color: #fff;
    color: #303030;
    font-size: 18px;
    border: none;
    padding: 5px;
    border-radius: 0;
    font-weight: bold;
}

.dropdown-primary:hover {
    opacity: 0.9;
}

.dropdown-secondary-wrapper {
    background-color: #fff;
    display: flex;
    justify-content: center;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
}

.dropdown-secondary {
    font-family: "Cormorant Garamond", serif;
    /* border-color: #DEDEDE; */
    color: #303030;
    font-size: 20px;
    border-radius: 5px;
    font-weight: bold;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}


.dropdown-filter {
    font-family: "Lato", serif;
    font-size: 16px;
}

.dropdown-filter a {
    color: #202020;
}

.dropdown-filter a:active {
    background-color: #AB8625;
}

.dropdown-currency-filter {
    font-family: "Lato", serif;
    font-size: 16px;
}

.dropdown-currency-filter a {
    color: #202020;
}

.dropdown-item.__currency-item {
    padding: 5px 15px;
}

.dropdown-currency-filter a:active {
    background-color: #AB8625;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .5em;
    vertical-align: .25em;
    content: "";
    border: none !important;

    width: 0.5em;
    height: 0.5em;
    border-right: 2px solid currentColor !important;
    border-bottom: 2px solid currentColor !important;
    transform: rotate(45deg);
    transition: transform 0.2s ease-in-out;
    margin-top: -5px;
}

.dropdown.show .dropdown-toggle::after {
    transform: rotate(-135deg);
    vertical-align: 0;
}

.currency-selector-wrapper {
    padding: 0px 10px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px #dedede;
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.currency-flag {
    width: 25px;
}

option {
    background-color: #ffffff00 !important;
    padding: 5px;
    border-style: solid;
}

option:hover {
    background-color: #AB8625 !important;
}

.video-item {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.video-item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

.video-item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);

    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid white;
    pointer-events: none;
    z-index: 2;
}

/* .footer-back-btn {
    display: block;
    background-color: #F6F7F4;
    width: 45px;
    aspect-ratio: 1/1;
    border-radius: 0;
    font-size: 30px;
    text-decoration: none;
    color: #202020;
    border: 1px solid #202020;
} */
.footer-back-btn {
    font-size: 30px;
    text-decoration: none;
    color: #fff;
    background-color: #303030;
    padding: 5px;
    border-radius: 5px;
}

.icon-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width:1025px) {
    .text-title {
        font-size: 20px;
    }

    .text-subtitle-bold {
        font-size: 22px;
    }

    .specification-sub-card-title {
        font-size: 14px;
    }
}

@media(max-width:769px) {
    .hero-first {
        font-size: 55px;
    }

    .hero-second {
        font-size: 40px;
        margin-top: 10px;
    }

    .text-title {
        font-size: 16px;
    }

    .text-subtitle-bold {
        font-size: 18px;
    }

    .specification-sub-card-title {
        font-size: 12px;
    }
}

@media(max-width:426px) {

    .hero-first {
        font-size: 35px;
    }

    .hero-second {
        font-size: 30px;
        margin-top: 0px;
    }

    .logo {
        width: 150px !important;
    }

    .currency-option .flag {
        width: 35px;
    }

    .currency-option .symbol {
        width: 14px;
    }

    .currency-option span {
        color: #202020;
        font-size: 12px;
    }

    .dropdown-primary {
        font-size: 14px;
    }

    .currency-flag {
        width: 20px;
    }

    .footer-back-btn {
        font-size: 25px;
    }

    .dropdown-currency-filter {
        font-size: 12px;
    }

    .dropdown-item.__currency-item {
        padding: 5px 13px;
    }
}

@media(max-width:321px) {
    .logo {
        width: 150px !important;
    }

    .footer-back-btn {
        font-size: 20px;
    }

    .dropdown-primary {
        font-size: 12px;
    }

    .currency-flag {
        width: 18px;
    }

    .dropdown-currency-filter {
        font-size: 12px;
    }

    .dropdown-item.__currency-item {
        padding: 5px 10px;
    }
}

/* .custom-select-wrapper {
    position: relative;
    display: inline-block;
}

.custom-options {
    position: absolute;
    opacity: 0;
    transform: translateY(-10px) scale(0.8);
    transition: opacity 0.2s ease, transform 0.2s ease;
    background: #6c757d;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    z-index: 10;
}

.custom-select-wrapper.open .custom-options {
    display: block;
    opacity: 1;
    transform: translateY(1px) scale(1);
}

.custom-options li {
    font-family: "Cormorant Garamond", serif;
    padding: 8px;
    background-color: white;
    color: #6C6C6C;
    cursor: pointer;
    text-align: center;
    font-weight: 800;
}

.custom-options li:hover {
    background: #ebebeb;
} */