* {
    --bs-list-group-active-bg: #68b4f4 !important;
}

html {
    scroll-behavior: smooth;
}

body {
    --bs-secondary-rgb: 247, 247, 247 !important;
    --bs-primary-rgb: 104, 180, 244 !important;
}

.form-check-input:checked {
    background-color: #68b4f4;
    border-color: #68b4f4;
}


.btn-primary {
    --bs-btn-bg: #68b4f4 !important;
    --bs-btn-border-color: #68b4f4 !important;
}

a.nav-link:hover {
    background-color: #68b4f4;
    color: white !important;
}

@media (hover: hover) {
    .product-card:hover {
        box-shadow: 0px 0px 22px -5px rgba(34, 60, 80, 0.5);
    }
}

.show-card-carousel {
    z-index: 2;
}

.show-card-image {
    z-index: 3;
}

.card .carousel-indicators button {
    display: none;
}

@media (max-width: 1024px) {
    .card .carousel-indicators button {
        display: block;
    }
}

.scale-animation {
    transition: transform 0.3s ease !important;
}

.card:hover {

    .card-img-top {
        /* background-size: 140%!important; */

        .carousel-indicators button {
            display: block;
        }

        .scale-animation {
            transform: scale(1.1) !important;
        }
    }
}

.card-open .carousel-indicators {
    bottom: 0;
}


.carousel-item {
    transition: transform 0.3s ease !important;
}


.card-open:hover {

    .show-card-carousel {
        z-index: 4;
    }

    .carousel-item {
        transform: scale(1.1) !important;
    }


}

.card-img-top {
    overflow: hidden;
    background-size: 100% !important;
    transition: background-size 0.3s ease-in-out;
}

.card-grid {
    display: grid;

    > * {
        grid-area: 1 / 1 / -1 / -1;
    }
}

.text-secondary {
    color: #8d8d8d !important;
}

.fs-8 {
    font-size: 8px !important;
}


.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-48 {
    font-size: 48px !important;
}

.fs-60 {
    font-size: 60px !important;
}

.nav-link {
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #68b4f4;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.nav-pills .nav-link.active {
    background-color: unset !important;
}

.nav-pills .nav-link.active::after {
    transform: scaleX(1);
}

.croppingText {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.modal.show ~ header,
.modal.show ~ main,
.modal.show ~ footer,
.modal.show ~ nav {
    filter: blur(3px);
}

.modal-fullscreen.show ~ header,
.modal-fullscreen.show ~ main,
.modal-fullscreen.show ~ footer,
.modal-fullscreen.show ~ nav {
    filter: none;
    -webkit-filter: none;
}


.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

.carousel-control-prev {
    left: -50px;
}

.carousel-control-next {
    right: -50px;
}

.carousel-control-prev-tablet {
    left: -10px;
}

.carousel-control-next-tablet {
    right: -10px;
}

.modal-control-prev {
    left: 0;
}

.modal-control-next {
    right: 0;
}

.carousel-indicators {
    bottom: -55px;
}

.carousel-indicators-tablet {
    bottom: -33px;
}

.product-carousel-indicators img {
    width: 80px;
    display: block;
}

.product-carousel-indicators-tablet img {
    width: 75px;
    display: block;
}

.product-carousel-indicators button {
    width: max-content !important;
    height: max-content !important;
}

.product-carousel-indicators {
    position: unset;
}

.carousel-inner-product {
    width: 270px;
}

.carousel-inner-product-tablet {
    width: 340px;
}

.scroll-none {
    scrollbar-width: none;
    overscroll-behavior: contain;
}

dl dt {
    display: inline-block;
    width: 50%;
    font-weight: 400;
    margin-bottom: 12px;
}

dl dd {
    display: inline-block;
    width: 50%;
}

.productCardTabs.btn {
    border: none;
    transition: box-shadow 0.2s ease-in-out;
}

.productCardTabs.btn.active {
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    text-decoration: none !important;
}

.productCardTabs-mobile.btn.active {
    box-shadow: 0px 5px 10px -3px rgba(34, 60, 80, 0.2);
}

.productCardTabs.btn.active:focus-visible {
    outline: none !important;
}

.productCadr-tabs-gap {
    gap: 35px;
}

.productCadr-tabs-gap-tablet {
    gap: 10px;
}

.form-control:focus {
    box-shadow: none;
}

.form-check-input:focus {
    box-shadow: none;
}

.highlight {
    color: #007bff;
    font-weight: bold;
}

p.active {
    color: #68b4f4 !important;
}

p.inactive {

}

.w-45 {
    width: 45%;
}

.loader {
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.icon {
    content: "";
    width: 43px;
    height: 43px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 4px 5px 0 rgba(139, 139, 139, 0.39);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    cursor: pointer;
}

.icon-sm {
    width: 35px;
    height: 35px;
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center;
    border: 0;
}

.bg-contain {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-origin: content-box;
}

.modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.modal-dialog {
    /*max-width: var(--bs-modal-width);*/
    /* margin-right: auto;
    margin-left: auto; */
}

.modal-sm {
    --bs-modal-width: 300px;
}

.modal-lg {
    --bs-modal-width: 800px;
}

.modal-xl {
    --bs-modal-width: 1140px;
}

.tab-content-menu > .active {
    display: flex;
}

.favorite:hover {
    transform: scale(1.2);
}

.favorite {
    transition: transform 0.2s ease;
}

.favorite-delete {
    transition: transform 0.2s ease;
}

.favorite-delete:hover {
    transform: scale(1.2);
}

.btn-outline-primary {
    --bs-btn-hover-bg: #68b4f4 !important;
}

.btn-check:checked + .btn {
    > .icon {
        border: none !important;
        box-shadow: none !important;
        background-color: #68b4f4;
    }
}

.btn-check:checked + .btn-all {
    box-shadow: none !important;
    background-color: #68b4f4;
}

.float-none .nice-select {
    float: none !important;
}

.ratio-3x4 {
    aspect-ratio: 3/4;
}

.ratio-3x1 {
    aspect-ratio: 3/1;
}

.ratio-3x2 {
    aspect-ratio: 3.2 / 2.21;
}

.product-fav-btn form {
    position: static !important;
    width: unset !important;
    height: unset !important;
}

.product-fav-btn svg {
    width: 24px !important;
    height: 24px !important;
}

.share-btn {
    transition: transform 0.2s ease;
}

.share-btn:hover {
    transform: scale(1.2);
}

.fade-delete {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

svg {
    transition: color 0.2s ease;
}

.pointer {
    cursor: pointer;
}

dialog {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    border: none;
    padding: 0;
    margin: 0;
    margin-top: 69px;
    z-index: 1024;
    overflow: auto;

    &.tablet {
        margin-top: 82px;
    }
}

dialog:-internal-dialog-in-top-layer {
    max-width: calc(100%);
    max-height: calc(100%);
}

dialog::backdrop {
    background-color: transparent;
    z-index: 1099;
}

.scroll-lock {
    overflow: hidden;
}

.popover-arrow::after {
    border-bottom-color: rgb(233, 236, 239) !important;
}

.dropdown {
    z-index: 1098;
}

.carousel-control-prev-main {
    left: 0;
}

.carousel-control-next-main {
    right: 0;
}

.carousel-control-prev-alternative-sm {
    left: -20px;
}

.carousel-control-next-alternative-sm {
    right: -20px;
}

.text-success {
    color: rgb(20 96 60) !important;
}

.text-secondary {
    color: #757575 !important;
}

.btn-check:checked + .btn {
    > .icon {
        border: none !important;
        box-shadow: none !important;
        background-color: #68b4f4;
    }
}

.btn-check:checked + .btn-all {
    box-shadow: none !important;
    background-color: #68b4f4;
}


.border-dotted {
    border: 0.1rem dotted #e4e6ef !important;
}

.border-dotted.active {
    border-color: var(--bs-primary) !important;
    color: #000 !important;
}

.rate {
    .form-check {
        position: relative;
        padding-left: 0;
    }

    .form-check input[type="radio"] {
        position: absolute;
        top: -9999px;
    }

    .form-check label {
        width: 1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 30px;
        color: #ccc;
        display: block;
        transition: color 0.2s;
    }

    .form-check label:before {
        content: '★ ';
    }

    .form-check label.active {
        color: #ffc700;
    }

    .form-check label.hovered {
        color: #deb217;
    }

    .
}