@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
    --star-size: 22px;
    --star-color: #e4e4e4;
    --star-background: #fdb528;
  }
body {
    font-family: "Poppins", sans-serif;
}
.section-py {
    padding: 6.25rem 0;
}
@media (max-width: 1199.98px) {
    .section-py {
        padding: 4rem 0;
    }
}
@media (max-width: 767.98px) {
    .section-py {
        padding: 3rem 0;
    }
}

.first-section-pt {
    padding-top: 10.3rem;
}
@media (max-width: 1199.98px) {
    .first-section-pt {
        padding-top: 6.5rem;
    }
}

.card[class*="card-hover-border-"] {
    transition: all 0.2s ease-in-out;
}

.banner-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
    z-index: -1;
}

.bg-icon-left,
.bg-icon-right {
    position: relative;
}
.bg-icon-left::before,
.bg-icon-right::before {
    position: absolute;
    display: block;
    top: 0;
}

.bg-icon-left::before {
    left: 0;
}
@media (max-width: 575.98px) {
    .bg-icon-left::before {
        left: 0.625rem;
    }
}

.bg-icon-right::before {
    right: 0;
}
@media (max-width: 575.98px) {
    .bg-icon-right::before {
        right: 0.625rem;
    }
}

.dropdown-toggle::after {
    margin-top: -0.28em;
    width: 0.42em;
    height: 0.42em;
    border: 1px solid !important;
    border-top: 0 !important;
    border-left: 0 !important;
    transform: rotate(45deg);
}

.light-style body {
    background-color: #f7f7f9 !important;
}
.dark-style body {
    background-color: #30334e;
}
.dark-style .landing-light-mode {
    display: none;
}
.dark-style .landing-dark-mode {
    display: block;
}

nav.layout-navbar {
    backdrop-filter: unset !important;
    height: auto !important;
    z-index: 999 !important;
}

.navbar.landing-navbar {
    box-shadow: none;
    transition: all 0.2s ease-in-out;
    transform: unset !important;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom-right-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
}
.navbar.landing-navbar .navbar-nav .nav-link {
    padding: 0.5rem 0.8375rem;
}
@media (max-width: 1199.98px) {
    .navbar.landing-navbar .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}
.navbar.landing-navbar .navbar-nav .nav-link .menu-icon,
.navbar.landing-navbar .navbar-nav .nav-link .menu-icon::before {
    font-size: 0.5rem;
}
@media (min-width: 992px) {
    .navbar.landing-navbar
        .navbar-nav
        .nav-item.mega-dropdown
        > .dropdown-menu {
        max-width: 1300px;
        inset-inline-start: 50% !important;
        transform: translateX(-50%);
        top: 100%;
    }
}
@media (max-width: 991.98px) {
    .navbar.landing-navbar
        .navbar-nav
        .nav-item.mega-dropdown
        > .dropdown-menu {
        background: transparent;
        box-shadow: none;
        border: none;
    }
}
.navbar.landing-navbar
    .navbar-nav
    .nav-item.mega-dropdown
    > .dropdown-menu
    .mega-dropdown-link {
    padding-left: 0;
    padding-right: 0;
}
.navbar.landing-navbar .navbar-nav .nav-item .nav-img-col,
.navbar.landing-navbar .navbar-nav .nav-item .nav-img-col img {
    border-radius: 0.625rem;
}
@media (max-width: 991.98px) {
    .navbar.landing-navbar
        .landing-nav-menu
        .navbar-nav
        .nav-item.dropdown
        .dropdown-menu {
        position: unset !important;
        box-shadow: none;
        border: none;
        margin: 0;
        margin-left: 1rem;
    }
}
@media (max-width: 991.98px) {
    .navbar.landing-navbar .landing-menu-overlay {
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(38, 43, 67, 0.78);
        transition: all 0.2s ease-in-out;
        z-index: 9998;
    }
    .navbar.landing-navbar .landing-nav-menu {
        position: fixed;
        display: block !important;
        height: 100%;
        max-width: 300px;
        width: 80%;
        inset-inline-start: -100%;
        top: 0;
        overflow-y: auto;
        transition: all 0.3s ease-in-out;
        z-index: 9999;
    }
    .navbar.landing-navbar .landing-nav-menu.show {
        inset-inline-start: 0;
    }
    .navbar.landing-navbar .landing-nav-menu.show ~ .landing-menu-overlay {
        display: block;
    }
}

.light-style .navbar.landing-navbar {
    background-color: #ffffff29 !important;
    border: 1px solid rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(2px);
    box-shadow: 0 0 30px #80808042;
}
.light-style .navbar.landing-navbar.navbar-active {
    box-shadow: 0 0.125rem 0.625rem 0 rgba(38, 43, 67, 0.16);
    background-color: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(40px);
    border-radius: 0;
}
.light-style .navbar.landing-navbar .navbar-brand .navbar-toggler {
    color: #3b4056;
}
.light-style .navbar.landing-navbar .navbar-nav .nav-link {
    color: #3b4056;
}
.light-style .navbar.landing-navbar .navbar-nav .nav-link .menu-icon {
    color: #a8aab4;
}
@media (max-width: 991.98px) {
    .light-style .navbar.landing-navbar .landing-nav-menu {
        background-color: #fff;
    }
}
.light-style .menu-text {
    color: #3b4056;
}

.dark-style .navbar.landing-navbar {
    background-color: #30334e;
    border: 1px solid rgba(48, 51, 78, 0.78);
}
.dark-style .navbar.landing-navbar.navbar-active {
    box-shadow: 0 0.125rem 0.625rem 0 rgba(16, 17, 33, 0.24);
}
.dark-style .navbar.landing-navbar .navbar-brand .navbar-toggler {
    color: #d7d8ed;
}
.dark-style .navbar.landing-navbar .navbar-nav .nav-link {
    color: #d7d8ed;
}
.dark-style .navbar.landing-navbar .navbar-nav .nav-link .menu-icon {
    color: #7b7c95;
}
@media (max-width: 991.98px) {
    .dark-style .navbar.landing-navbar .landing-nav-menu {
        background-color: #30334e;
    }
}
.dark-style .navbar .menu-text {
    color: #d7d8ed;
}

@media (min-width: 992px) {
    [dir="rtl"]
        .navbar.landing-navbar
        .navbar-nav
        .nav-item.mega-dropdown
        > .dropdown-menu {
        transform: translateX(50%);
    }
}

.landing-footer .footer-link {
    transition: all 0.2s ease-in-out;
}
.landing-footer .footer-link:hover {
    opacity: 1;
}
.landing-footer .footer-link,
.landing-footer .footer-text,
.landing-footer .footer-title {
    color: #fff;
}
.landing-footer .footer-link,
.landing-footer .footer-text {
    opacity: 0.78;
}
.landing-footer .app-brand-text.footer-link {
    opacity: 1;
}
.landing-footer .footer-title {
    opacity: 0.92;
}
.landing-footer .footer-top {
    padding: 3rem 0;
}
@media (max-width: 767.98px) {
    .landing-footer .footer-top {
        padding: 3rem 0;
    }
}
.landing-footer .footer-top .footer-bg {
    object-position: center;
}
@media (min-width: 992px) {
    .landing-footer .footer-logo-description {
        max-width: 385px;
    }
}
.landing-footer .footer-bottom {
    background-color: #211b2c;
}
.landing-footer .footer-bottom .footer-text,
.landing-footer .footer-bottom .footer-link {
    opacity: 0.92;
}
.landing-footer .form-floating.form-floating-outline .form-control {
    color: #d7d8ed;
}
.landing-footer
    .form-floating.form-floating-outline
    .form-control:focus
    ~ label:after,
.landing-footer
    .form-floating.form-floating-outline
    .form-control:not(:placeholder-shown)
    ~ label:after {
    background: #241d31 !important;
}

.user-profile-header-banner img {
    width: 100%;
    object-fit: cover;
    height: 250px;
}
.user-profile-header {
    margin-top: -2rem;  
}

.card-detail {
    display: flex;
    gap: 8px;
    justify-content: space-between;
}

.card-detail span {
    display: block;
    font-weight: 600;
    color: #424242;
}
.user-profile-header .user-profile-img {
    border: 5px solid #fff;
    width: 120px;
    height: 120px !important;
    object-fit: cover;
}
.comfirm-booking-page {
    background: #f7f7f9;
    background: #f1f1f1;
}
.booking-ammount {
    position: relative;
    animation: blurFadeInOut 2s ease-in backwards;
    animation-delay: 2s;
}
@keyframes blurFadeInOut {
    0% {
        transform: scale(0);
        bottom: -50px;
        height: 0;
        overflow: hidden;
    }
    100% {
        transform: scale(1);
        bottom: 0;
        height: 100%;
    }
}

#filtersModal .w-px-40 {
    width: 25px !important;
    height: 23px !important;
}

.fc-event h6 {
    font-size: 14px;
    font-weight: inherit;
}

.fc-event p {
    margin: 0;
    font-size: 12px;
}
.fc-event {
    border-radius: 4px !important;
}
.user-profile-info h4 {
    text-transform: capitalize;
}
.small-input {
    width: 117px !important;
}

.booking-image img {
    height: 230px;
    object-fit: cover;
    width: 100%;
}
.weekly-forecast .swiper-pagination {
    bottom: 4px !important;
}
.weekly-forecast .swiper {
    padding-bottom: 31px;
}
.weekly-forecast .day-card {
    height: 100%;
}
.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
    background: #000000;
}
#login {
    backdrop-filter: blur(4px);
}
.underline {
    text-decoration: underline;
}

.app-calendar-wrapper {
    overflow: hidden;
}
.landing-page-slider {
    height: 210px;
}

.card {
    transition: 0.2s all ease-in-out;
    transform: translateY(0);
}
#booking-list .card:hover {
    transform: translateY(-9px);
}
img.event-image {
    width: 91px;
    height: 91px;
    object-fit: cover;
    border-radius: 7px;
}
.swiper img {
	object-fit: cover;
	object-position: center;
}

/* width */
.gm-style-iw-d div div::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  .gm-style-iw-d div div::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  .gm-style-iw-d div div::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  .gm-style-iw-d div div::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
.set-preference {
    opacity: 0.8;
    font-size: 13px;
}
.set-preference.active {
    opacity: 1;
    color: #000 !important;
    background-color: transparent;
    /* filter: contrast(1.5); */
}
.filter-buttons .btn,.filter-buttons  button.nav-link {
    border: 1px solid  #D9D9D9 !important;
    color: #000;
    font-weight: 300;
}
#course-list .card {
    transform: translateY(0);
}
#course-list  .card:hover {
    transform: translateY(-8px);
}
#course-list .card img {
    height: 210px;
    object-fit: cover;
}
.course-address {
    height: 38px;
}
.second-section {
    display: inline-block;
}

.login-image-modal {
    height: 523px;
}
@media (max-width: 1199px) {
.landing-page-slider,.landing-page-slider .swiper img {
    height: 320px !important;
}
}

.reviews .progress {
    background: #ffedcf;
}
.posted-reviews {
    background: #f7f7f99e;
    padding: 13px;
    border-radius: 13px;
    border: 1px solid #e3e3e3;
}
.posted-reviews i {
    font-size: 16px;
}
.review-date {
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: gray;
}
.review label {
    font-size: 14px;
    color: #a1a1a1;
}
.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
  }
  .Stars::before {
    content: "★★★★★";
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }



#addreview input{
    display: none;
}
#addreview .review{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 6px;
}
#addreview label.fa-star{
font-size:50px;
transition:all 200ms ease-out;
}

#addreview input:checked+label,
#addreview input:checked+label+input+label,#addreview	input:checked+label+input+label+input+label,
#addreview input:checked+label+input+label+input+label+input+label,
#addreview input:checked+label+input+label+input+label+input+label+input+label{
    color: #fdb528;
}
label.ri-star-fill {
    cursor: pointer;
}
.tab-pane .total-review {
    font-size: 13px;
}
.tab-pane  .Stars {

    font-size: 17px;
}
.tab-pane  .Stars::before {
    letter-spacing: 0px;


}
.product-card {
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 0.25rem 0.875rem 0 rgb(38 43 67 / 7%) !important;
    margin-bottom: 20px;
    background-color: #fff;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.product-card:hover {
transform: translateY(-5px); /* Move card up slightly on hover */
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add shadow on hover */
}

.product-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #ebebebc2;
    padding-bottom: 13px;
}
.new-arrival {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #02C1C8;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8rem;
}

.product-link {
text-decoration: none; /* Remove underline */
color: inherit; /* Inherit color from parent */
display: block; /* Make the link fill the entire card */
width: 100%;
}




.btn-dark {
    color: #fff;
    background-color: #080808 !important;
    border-color: #080808 !important;
}

.size-box {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    cursor: pointer;
    border-radius: 5px;
}

.size-box.active {
    border-color: #007bff;
    background-color: #e3f2fd;
    color: #007bff;
}

.size-box:hover {
    background-color: #f8f9fa;
}

.zoomable {
    position: relative;
    overflow: hidden;
}

.zoomable__img {
    transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
    transition: transform 0.15s linear;
}

.zoomable--zoomed .zoomable__img {
    cursor: zoom-in;
    transform: scale(var(--zoom, 2));
}
.checkout-section .product-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background: #fff;
    padding: 12px;
    border-radius: 9px;
    border: 1px solid #80808045;
}

.checkout-section .product-images {
    width: 60px;
    border-radius: 8px;
    object-fit: cover;
    margin-right: 10px;
    overflow: hidden;
}

.checkout-section .product-details {
    flex: 1;
}

.checkout-section .product-name {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
}

.checkout-section .product-quantity {
    display: flex;
    align-items: center;
    gap: 2px;
}

.checkout-section .quantity-btn {
    width: 26px;
    height: 26px;
    border-radius: 7px;
    border: 1px solid #c7c7c7;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.2s ease;
}

.checkout-section .quantity-btn:hover {
    background-color: #f0f0f0;
}

.checkout-section .quantity-text {
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    width: 20px;
    text-align: center;
}

.checkout-section .product-price {
    font-size: 1.1rem;
    font-weight: 600;
    color: #212529;
}

.checkout-section .remove-item {
    margin-left: auto;
    cursor: pointer;
    font-size: 1rem;
    color: #6c757d;
    transition: color 0.2s ease;
}

.checkout-section .remove-item:hover {
    color: #dc3545;
}


.checkout-section {
    background-color: #F7F7F9 !important;
}

.checkout-product-list {
    height:calc(100dvh - 338px);
}

.btn-info {
    color: #fff;
    background-color: #00C3C9 !important;
    border-color: #00C3C9 !important;
}

 .summary {
     background-color: #ffffff;
     padding: 20px;
     border-radius: 10px;
     margin-top: 20px;
     margin-bottom: 17px;
     border: 1px dashed #C3C1C1;
 }

 .summary-title {
     font-size: 1.2rem;
     font-weight: 600;
     margin-bottom: 20px;
 }

 .summary-item {
     display: flex;
     justify-content: space-between;
     margin-bottom: 10px;
     font-size: 1rem;
 }

 .summary-total {
     display: flex;
     justify-content: space-between;
     font-size: 1.1rem;
     font-weight: 600;
     margin-top: 10px;
 }


.swiper.gallery-thumbs img {
    object-fit: contain;
    object-position: center;
    height: 118px;

    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.select-template .custom-option.custom-option-image {
    border-color: #fff;
}
.select-template .custom-option.checked {
    border: 2px dashed #03c5cb !important;
}
.question-attempt {
    position: absolute;
    top: 14px;
    right: 14px;
}
.question-list .custom-option.checked {
    border: 2px solid #e9e6fd !important;
    margin: 0;
    background: #e9e6fd;
}
.all-questions {
    border: 1px solid #dfdfdf;
    padding: 15px;
    border-radius: 10px;
    background: #f7f7f9;
    position: relative;
    transition: all 0.4s  ease-in-out;
    top: 0;
    background: #fff;
}
.all-questions:hover {
    top: -4px;
}
.community-banner {
    display: grid;
    place-content: center;
    color: #fff;
    background-image: url(/site_assets/images/comunity-bg.png);
    padding: 57px 0;
    border-radius: 9px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.community-banner h2 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0;
    font-size: 36px;
}
.category-icon {
    width: 100px;
    height: 100px;
    display: grid;
    place-content: center;
    margin: 7px auto 16px;
    border-radius: 77px;
}
.categories-one .category-icon {
    background: #EBFFF6;
}
.categories-three .category-icon {
    background: #EEFFEA;
}
.categories-four .category-icon {
    background: #FFEEEA;
}
.community-categories ul {
    list-style: none;
    padding: 0;
}
.community-categories li a {
    color: gray;
    margin: 7px 0 !important;
    display: block;
}
.bg-label-purple {
    color: #7E6ABD !important;
    background: #EFEAFF;
}
.bg-label-dark-green{
        color: #5BC796 !important;
    background: #EBFFF6;
}
.bg-label-brown{
        color: #A4513E !important;
    background: #FFEEEA;
}
.categories-two .category-icon {
    background: #EFEAFF;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255 255 255 / 86%);
    border-radius: 50%;
    width: 43px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 2rem;
    color: #303030;
}
.play-button svg {
    fill: currentColor;
}
.footer-avater {
    background: #F5F5F5;
    padding: 8px;
    border-radius: 8px;
}

.comment-bubble {
    background: #F7F7F9;
    border-radius: 7px;
    padding: 6px 12px;
    color: #000;
}
.comment-bubble small {
    font-size: 13px;
    font-weight: bold;
    color: #747171;
}
.comment-bubble  p {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.discussion-card {
    position: sticky;
    top: 110px;
}
.send-message div {
    width: 100%;
}
.send-message .saveComment {
    position: absolute;
    right: 22px;
    padding: 7px;
}
.send-message div input {
    padding-right: 46px !important;
}
.reply-comment {
    display: flex;
    width: 100%;
    gap: 7px;
}
#comment-list::-webkit-scrollbar-track
{
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	background-color: #F5F5F5;
}

#comment-list::-webkit-scrollbar
{
	width: 2px;
	background-color: #F5F5F5;
}

#comment-list::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}

p.card-text.text-secondary.text-truncate-lines {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 70px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
a.open-community {
    background: linear-gradient(102.18deg, rgba(2, 193, 200, 0.198) 21.47%, rgba(170, 139, 255, 0.198) 78.53%);
    border: 2px solid #FFFFFF;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 21px;
    gap: 15px;
    margin-top: 17px;
}
.open-community span {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.open-community span p {
    font-size: 14px;
    font-weight: 200;
    margin: 5px 0 0 0;
    color: #292929;
}

/* pagination.css */
.custom-pagination-container {
    margin-top: 1rem;
}
.pagination .page-item {
    margin: 0 1px;
    transition: all 0.2s ease;
}
.pagination .page-item .page-link {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 6px 0;
    text-align: center;
    font-weight: 500;
    color: #5a5a5a;
    background-color: #f6f6f6;
    border: none;
}
.pagination .page-item.active .page-link {
    background-color: #2a276b;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.pagination .page-item.disabled .page-link {
    cursor: default;
    background-color: transparent;
    color: #000000;
    border: none;
}
.pagination .page-item .page-link:hover {
    background-color: #dcdcdc;
}
.page-item.disabled .page-link {
    pointer-events: none;
    opacity: 0.4;
    cursor: default;
}
/* End pagination.css */
.product-image-main .swiper {
    height: auto !important;
}

.swiper .swiper-slide {
    padding: 0 0;
    background-color: transparent !important;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    color: #000000;
}

.z-index-9999 {
    z-index: 999;
}

#viewProductDetailModal  label.form-check-label.custom-option-content.active {
    background: #000000;
    color: #fff;
}
.product-image-main .swiper {
    height: auto !important;
}

.swiper .swiper-slide {
    padding: 0 0;
    background-color: transparent !important;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    color: #000000;
}

.z-index-9999 {
    z-index: 999;
}

#viewProductDetailModal  label.form-check-label.custom-option-content.active {
background: #000000;
color: #fff;
}
#viewProductDetailModal label.form-check-label.custom-option-content {
    padding: 0 0 !important;
    width: 55px;
    height: 36px;
    display: grid;
    place-content: center;
}

#viewProductDetailModal label.form-check-label.custom-option-content.active {
    background: #000;
    color: fff;
}
.product-item {
    background: #fff;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 0 0 5px #8080802b;
}
.quantity-btn {
    padding: 0 0 !important;
    width: 24px;
    height: 24px;
    border-radius: 5px;
}
.product-checkout-item {
    border: 1px solid #e7e7e7;
}
.product-table th, .product-table td {
    padding: 13px !important;
}
.product-table {
    background: #f9f9f9;
    border: 1px solid gray;
    border-radius: 9px;
}
