@font-face {
    font-family: 'FzPoppins';
    src: url(../font/FZ-Poppins-Light.ttf) format('woff2');
    font-weight: 300;
}

@font-face {
    font-family: 'FzPoppins';
    src: url(../font/FZ-Poppins-Regular.ttf) format('woff2');
    font-weight: 400;
}

@font-face {
    font-family: 'FzPoppins';
    src: url(../font/FZ-Poppins-Medium.ttf) format('woff2');
    font-weight: 500;
}

@font-face {
    font-family: 'FzPoppins';
    src: url(../font/FZ-Poppins-SemiBold.ttf) format('woff2');
    font-weight: 600;
}

@font-face {
    font-family: 'FzPoppins';
    src: url(../font/FZ-Poppins-Bold.ttf) format('woff2');
    font-weight: 700;
}

:root {
    --darkgray-color: #999;
}

body {
    font-size: 14px;
    font-family: "FzPoppins";
    font-weight: 400;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    width: 100%;
    object-fit: scale-down;
}

.logo img {
    height: 60px;
}

.hd-search {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hd-search form {
    width: 55%;
    background: #f5f5f5;
    padding: 5px 20px;
    display: flex;
    height: 45px;
    border-radius: 5px;
}

.hd-search button {
    border: none;
    background: transparent;
    outline: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 100%;
    width: 30px;
    color: #aaa;
}

.hd-search input {
    border: none;
    height: 100%;
    outline: none !important;
    width: calc(100% - 30px);
    background: transparent;
}

.wrap-bottom {
    padding: 1.25rem 0 0;
    display: none;
}

.user a {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin-left: auto;
}

.user a>div {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user a>div img {
    width: 15px;
}

.slide-wrap ul li a {
    position: relative;
    display: block;
    text-align: center;
}

.slide-wrap ul li a:after {
    content: "";
    position: absolute;
    width: calc(100% + 25px);
    height: calc(100% + 15px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    z-index: -1;
    transition: all .4s;
    display: none;
}

.slide-wrap ul li a {
    padding: 8px 5px;
    border-radius: 5px;
    transition: all .4s;
    display: block;
}

.header-menu .slide-wrap ul li {
    text-align: center;
}


.slide-wrap ul li a:hover {
    background: #f5f5f5;
}

.slide-wrap .slick-list {
    padding: 7.5px 12.5px;
    margin: 0 -10px;
}

.home-category ul {
    padding-left: 2rem;
    margin-bottom: 2rem;
}

.home-category ul li {
    margin: 20px 0;
}

.home-category p {
    font-weight: 500;
    color: var(--darkgray-color);
}

.home-category ul li a {
    font-weight: 500;
    display: flex;
    align-items: center;
}

.home-banner img {
    border-radius: clamp(16px,11.25px + 1.25vw,30px);
}

.title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4.5rem;
}

.product-img img {
    display: block;
    height: 225px;
    object-fit: cover;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}
.news-img img {
    display: block;
    height: 225px;
    object-fit: cover;
    border-radius: 16px;
}

.product-info {
    padding: 0.75rem 1rem;
    background: #fff;
}

.product-wrap {
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);*/
    height: 100%;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
}

figure.image img, img.image_resized {
    border-radius: 16px;
}

.product-name, .news-title {
    font-weight: 600;
    margin-bottom: 0.25rem;
    display: block;
}

.product-bottom {
    /*margin-top: 0.875rem;*/
    /*padding-top: 0.875rem;*/
    /*padding-bottom: 0.25rem;*/
    /*border-top: 1px solid #ccc;*/
}

.product-price--current {
    color: #f01815;
    font-weight: 600;
    font-size: 0.875rem;
    margin: 0;
}

.footer-content * {
    margin-bottom: 5px;
}

footer .logo img {
    display: block;
    margin-bottom: 2rem;
    width: 250px;
}

.footer-social {
    margin-top: 2rem;
    display: flex;
    gap: 1.25rem;
    margin-bottom: 8rem;
}

.footer-social li a {
    font-size: 1.25rem;
}

footer {
    padding: 2rem 0;
}

.footer-social li a img {
    height: 20px;
    width: 20px;
    margin-top: -4px;
}

.wrap-col {
    padding-top: 3.5rem;
    border-top: 1px solid #aaa;
}

.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    border: none;
    background: transparent;
    color: #000;
    font-size: 13px;
    transform: translateY(-50%);
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-next:before, .slick-prev:before {
    display: none;
}

.list-user-action {
    margin-top: 4rem;
    padding-top: 1rem;
    position: relative;
}

.list-user-action:before {
    content: "";
    position: absolute;
    height: 0.1rem;
    background: #ccc;
    width: 85%;
    left: 0;
    top: 0;
}

.list-user-action li i {
    margin-right: 0.75rem;
}

.list-cate li a img {
    width: 15px;
    height: auto;
    margin-right: 0.75rem;
}

.filter {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.filter-item>p {
    width: 250px;
    padding: 8px 15px;
    border: 1px solid #000;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    cursor: pointer;
}

.filter-item {
    position: relative;
}

.filter-item>ul {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    padding: 1rem 0;
    border-radius: 5px;
    max-height: 400px;
    overflow: auto;
    display: none;
    z-index: 2;
}

.filter-item>ul>li {
    padding: 0.5rem 1.25rem;
    transition: all .3s;
}

.filter-item>ul>li>a {
    display: block;
    transition: all .3s;
}

.filter-item>ul>li:hover, .filter-item>ul>li.active {
    background: #f5f5f5;
}

.filter-item>ul>li:hover>a, .filter-item>ul>li.active>a {
    color: #000;
}

.paging-next:before, .paging-last:before, .paging-previous:before, .paging-first:before {
    font-family: "Phosphor";
    font-weight: 500;
}

.paging-last:before {
    content: "\e12a";
}

.paging-previous:before {
    content: "\e138";
}

.paging-next:before {
    content: "\e13a";
}

.paging-first:before {
    content: "\e128";
}

.paginator {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    margin-top: 40px;
    margin-bottom: 3rem;
}

.paginator a, .paginator span {
    position: relative;
    text-decoration: none;
    background-color: #fff;
    margin-right: 10px;
    color: #7a7d82;
    font-weight: 400;
    transition: ease-in-out .3s;
    border: 1px solid #e4e4e4;
    line-height: 18px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

span.labelPages, span.titlePages {
    display: none;
}

.paginator .currentPage {
    border-color: #000;
    color: #fff;
    background: #000;
}

.view-share {
    margin-left: 10rem;
}

.product-view, .rating {
    padding-right: 1rem;
    position: relative;
}

.product-share, .totalRating {
    padding-left: 1rem;
}

.product-view:after, .rating:after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 80%;
    width: 0.1rem;
    background: #aaa;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.rating {
    font-weight: 500;
}

.product-images img {
    border-radius: 5px;
    object-fit: cover;
    height: 100%;
}

.nav-item {
    margin-right: 90px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link, .nav-pills .nav-link {
    background: transparent;
    border: none;
    padding: 15px 0;
    color: var(--darkgray-color);
    font-weight: 500;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    font-weight: 600;
}

.product-detail {
    padding: 2rem;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}

.p-price-public {
    color: #f01815;
    font-weight: 600;
    font-size: 1.125rem;
}

.btn-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border: 1px solid #000;
    border-radius: 5px;
    transition: all .4s;
    font-weight: 500;
    margin-bottom: 0.875rem;
    font-size: 13px;
}

.btn-cart.revert {
    background: #000;
    color: #fff;
}

.p-policy>p {
    font-size: 13px;
}

.p-policy>p:before {
    content: "\e182";
    font-family: "Phosphor";
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-right: 0.75rem;
}

.rating-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rating-user, .rating-desc {
    width: calc(100% - 125px);
    margin-left: auto;
}

.rating-user .name {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 2rem;
    font-weight: 600;
}

.rating-desc {
    margin-top: 1rem;
    line-height: 24px;
}

.rating-item {
    margin-bottom: 2rem;
}

.btn-review {
    cursor: pointer;
    width: fit-content;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 0 25px;
    margin: 0 auto;
    font-weight: 500;
}

.swiper {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.swiper-initialized {
    opacity: 1;
}

.product-address iframe {
    width: 100% !important;
    height: 370px !important;
}

.swiper-slide-blank {
    display: none !important;
}

.product-share {
    position: relative;
    cursor: pointer;
}

.product-share ul {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: #fff;
    padding: 5px 0;
    border-radius: 5px;
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.08);
    z-index: 3;
}

.product-share ul li {
    padding: 10px 25px;
    min-width: 200px;
}

.product-share ul li a {
    font-size: 13px;
}

.product-share:hover > ul {
    opacity: 1;
    visibility: visible;
}

.main-desc {
    line-height: 24px;
}

.main-title {
    font-weight: 600;
    line-height: 36px;
}

.home-category {
    position: sticky;
    top: 160px;
    max-height: 100vh;
    overflow: auto;
}

::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;

}

::-webkit-scrollbar-thumb {
    background-color: #7b7b7b;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

.home-category::-webkit-scrollbar {
    width: 0;
    height: 0;
    transition: all .4s;
}

.home-category:hover::-webkit-scrollbar {
    width: 0.25rem;
    height: 0.25rem;
}

.tag-item {
    width: fit-content;
    padding: 6px 15px;
    border: 1px solid #000;
    border-radius: 5px;
}

.wrap-user {
    max-width: 425px;
}

.wrap-user form input, .wrap-user .form input {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #999;
    height: 40px;
    padding: 5px 15px;
    outline: none !important;
}

.wrap-user form input::placeholder {
    color: #000;
}

#btnSubmit {
    background: #000;
    color: #fff;
}

.wrap-user p {
    margin-top: 0.5rem;
}

.wrap-user p a {
    font-weight: 500;
}

.top-header {
    padding: 15px 0;
    background: #000;
}

.top-header * {
    text-align: center;
    color: #fff;
    font-size: 13px;
}

.product-price--current span {
    color: #000;
    font-weight: 500;
}

#loading-screen {
    display: none;
}

.pd-content * {
    font-family: inherit !important;
}

.btn-login {
    background: #000;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #999;
    height: 40px;
    padding: 5px 15px;
    outline: none !important;
}

.pd-content ul, .news-content ul {
    list-style: disc;
    padding-left: 40px;
}

.pd-content ul li, .news-content ul li {
    margin-bottom: 10px;
}

input {
    outline: none !important;
}

.rating-wrp .btn.btn-user-vote {
    border-radius: 5px !important;
}

.rating-wrp .product-user-vote-label, .product-user-vote-content {
    border-color: #000;
}

input, .select2-container--default.select2-container--disabled .select2-selection--single {
    background: transparent !important;
}

.form a {
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-log-out {
    margin: 20px 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff;
    text-align: center;
    height: 40px;
    border-radius: 5px;
}

.search-result a {
    display: block;
    padding: 5px;
}

#_searchForm {
    position: relative;
}

._searchFolding {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    z-index: 2;
    max-height: 400px;
    overflow: auto;
}

._searchFolding>div {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #d5d5d5;
}

._searchFolding>div a {
    padding-top: 15px;
}

.list-product-search a {
    display: flex;
    align-items: center;
    gap: 15px;
}

.list-product-search a img {
    width: 60px;
}

.list-product-search-price {
    margin-left: auto;
}

.list-product-search a p {
    margin-bottom: 0;
}

.formSign #btnSubmit, .formAccount #btnSubmit {
    background: #000 !important;
}

.wrap-user form select, .wrap-user .form select {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #999;
    height: 40px;
    padding: 5px 15px;
    outline: none !important;
    color: #000;
    font-weight: 500;
}

.select2-container--default .select2-selection--single {
    height: 40px;
    border-color: #999;
    margin-bottom: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-left: 15px;
    color: #000;
    font-weight: 500;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}

.wrap-user form input, .wrap-user .form input {
    font-size: 14px;
}

.product-desc {
    height: 42px;
}

b.name span.fw-normal {
    font-weight: 500 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 400 !important;
}

.top-header * {
    margin: 0 !important;
}

.bottom-header {
    position: fixed;
    width: 100%;
    /*height: 142px;*/
    left: 0;
    top: 0;
    z-index: 99;
    background: #fff;
    transition: all .4s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
}

.bottom-header .row {
    align-items: center;
}

/*.header-menu {*/
/*    padding-top: 142px;*/
/*}*/

.bottom-header.active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .08);
}

.home-category p {
    margin-bottom: 1.5rem;
}

.slick-slider {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.slick-initialized {
    opacity: 1;
}

.pd-content * {
    line-height: 26px;
}

#_ratingForm .product-user-vote-content:nth-of-type(4) {
    display: none;
}

#popupRatingNormal .modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.rating-wrp .btn.btn-user-vote {
    font-size: 13px;
    padding: 10px 15px;
    background: #000 !important;
}

.rating-wrp {
    padding: 20px 25px;
}

.formSign #btnSubmit, .formAccount #btnSubmit {
    border: none;
}

.side-nav i {
    font-size: 20px;
}

.slick-slider, .slide-wrap ul {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.slide-wrap ul {
    max-height: 50px;
}
.slick-initialized, .slide-wrap ul.slick-initialized {
    opacity: 1;
}

.product-info {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.bg-blur {
    backdrop-filter: blur(2px);
    background: rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
}

.bg-blur.active {
    opacity: 1;
    visibility: visible;
}

.bg-blur #_searchForm {
    margin-top: 80px;
}

.bg-blur .hd-search {
    align-items: flex-start;
}

.bg-blur .hd-search form {
    width: 100%;
    height: 60px;
    background: #fff;
}

.bg-blur .hd-search {
    width: 33%;
}

._searchFolding {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bg-blur #_searchForm button i {
    color: #000;
}
._productItem .stock{
    display:none !important;
}

.product-img img, .news-img img {
    aspect-ratio: 16 / 9;
    height: auto;
}

.product-images.swiper-product-img img {
    border-radius: 5px;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    height: auto;
}

.hd-search input {
    font-size: 16px;
}

.bottom-header {
    padding: 0;
}

.hd-search button {
    font-size: 16px;
}

.top-header * {
    width: 100%;
    display: block;
    max-width: 100% !important;
}

.top-header {
    width: 100%;
}

.bottom-header {
    padding: 10px 0 0;
}

.home-banner img {
    height: 100%;
    object-fit: cover;
}

b.name span.fw-normal {
    font-weight: 600 !important;
}

.rating-wrp .product-user-vote-label, .product-user-vote-content, .rating-wrp .btn.btn-user-vote {
    border-radius: 5px !important;
}

textarea {
    outline: none !important;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #000 !important;
}

.formSign #btnSubmit {
    background: #000 !important;
}

._searchFolding {
    max-height: 400px;
    overflow: auto;
}

.list-product-search a {
    display: flex;
    align-items: center;
    gap: 15px;
}

.list-product-search a img {
    width: 60px;
}

.list-product-search-price {
    margin-left: auto;
}

.list-product-search a p {
    margin-bottom: 0;
}

.product-images.swiper-product-img img {
    border-radius: 16px;
}

.ph,
.ph-bold,
.ph-light,
.ph-thin,
.ph-fill,
.ph-duotone{
	display: inline-block;
	font-size: 1.15em;
	line-height: 1;
	vertical-align: -0.1em;
}
.ph-md{
	font-size: 1.15em !important;
}
.ph-lg{
	font-size: 1.53333em !important;
	line-height: .75em;
	vertical-align: -.2125em;
}
.ph-xl{
	font-size: 1.725em !important;
}
.ph-2x{
	font-size: 2.3em !important;
}
.ph-3x{
	font-size: 3.45em !important;
}
.ph-spin{
	animation: ph-spin 2s infinite linear;
}
@keyframes ph-spin{
	0%{ transform: rotate(0deg); }
	100%{ transform: rotate(359deg); }
}

.booking-modal .modal-dialog {
    max-width: 28rem;
}

.booking-modal .modal-content {
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    padding: 1.5rem;
    border-radius: 1.25rem;
    background: #fff;
    color: #26334d;
    border: none;
    box-shadow: 0 26px 80px rgba(15, 23, 42, 0.3);
}

.booking-modal-backdrop.show {
    opacity: 1;
    background: rgba(20, 24, 30, 0.58);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.booking-modal__close {
    position: absolute;
    top: 26px;
    right: 28px;
    width: 34px;
    height: 34px;
    border: none;
    background: transparent;
    color: #93a1b5;
    font-size: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.booking-modal__heading {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-right: 42px;
    margin-bottom: 24px;
}

.booking-modal__icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #eef8ff;
    color: #20a9e9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.booking-modal__title h2 {
    margin: 0 0 4px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #1f2a44;
}

.booking-modal__title p {
    margin: 0;
    color: #748198;
    font-size: 12px;
    line-height: 1.35;
}

.booking-modal__hint {
    max-width: 460px;
    margin: 10px auto 0;
    color: #a0acc0;
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
}

.booking-modal .booking-form .input-group {
    width: 100%;
    margin-bottom: 16px;
}

.booking-modal .booking-form .input-group input:not([type="hidden"]),
.booking-modal .booking-form textarea {
    width: 100%;
    height: 40px;
    padding: 0 18px;
    border: 1px solid #dfe7f1;
    border-radius: 0.75rem !important;
    background: #fff;
    color: #26334d;
    font-size: 14px;
    outline: none;
    box-shadow: none;
}

.booking-modal .booking-form textarea {
    min-height: 78px;
    padding-top: 14px;
    resize: vertical;
}

.booking-modal .booking-form .input-group input::placeholder,
.booking-modal .booking-form textarea::placeholder {
    color: #a8b2c2;
}

.booking-modal .booking-form .input-group input:not([type="hidden"]):focus,
.booking-modal .booking-form textarea:focus {
    border-color: #26aee8;
    box-shadow: 0 0 0 4px rgba(38, 174, 232, 0.12);
}

.booking-time-dropdown {
    position: relative;
    width: 100%;
}

.booking-time-toggle {
    width: 100%;
    height: 40px;
    padding: 0 14px;
    border: 1px solid #dfe7f1;
    border-radius: 0.75rem;
    background: #fff;
    color: #26334d;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-align: left;
}

.booking-time-toggle i {
    color: #7d8797;
    font-size: 16px;
    transition: transform .2s;
}

.booking-time-dropdown.active .booking-time-toggle i {
    transform: rotate(180deg);
}

.booking-time-menu {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    display: none;
    padding: 10px 0;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.14);
}

.booking-time-dropdown.active .booking-time-menu {
    display: block;
}

.booking-time-option {
    padding: 8px 22px;
    color: #111;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
}

.booking-time-option:hover {
    background: #f6f8fb;
}

.booking-modal .booking-note-label {
    display: block;
    margin-bottom: 8px;
}

.booking-modal .booking-note-label em {
    color: #94a3b8;
    font-style: normal;
    font-weight: 400;
}

.booking-modal .custom-left {
    padding-right: 8px;
}

.booking-modal .custom-right {
    padding-left: 8px;
}

.booking-modal ._btnBookingRoom {
    min-height: 44px;
    border: none;
    border-radius: 16px;
    background: #ffc600;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 575px) {
    .booking-modal .modal-dialog {
        margin: 14px;
    }

    .booking-modal .modal-content {
        padding: 24px 18px;
        border-radius: 22px;
    }

    .booking-modal__close {
        top: 18px;
        right: 16px;
    }

    .booking-modal__heading {
        align-items: flex-start;
        gap: 12px;
        padding-right: 34px;
        margin-bottom: 20px;
    }

    .booking-modal__icon {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
        font-size: 22px;
    }

    .booking-modal .custom-left,
    .booking-modal .custom-right {
        padding: 0;
    }

    .booking-modal .booking-form .input-group input:not([type="hidden"]),
    .booking-modal .booking-form textarea,
    .booking-modal .booking-room-options label,
    .booking-modal .booking-note-label,
    .booking-time-toggle,
    .booking-time-option {
        font-size: 15px;
    }

    .booking-modal ._btnBookingRoom {
        min-height: 40px;
        font-size: 14px;
    }
}
