body {
    overflow-x: hidden;
}

.order-card {
    color: #fff;
}

.bg-c-blue {
    background: linear-gradient(45deg, #4099ff, #73b4ff);
}

.bg-sm-white {
    background-color: whitesmoke;
    color: grey !important;
}

.bg-c-green {
    background: linear-gradient(45deg, #2ed8b6, #59e0c5);
    color: grey;
}

.bg-c-yellow {
    background: linear-gradient(45deg, #FFB64D, #ffcb80);
}

.bg-c-pink {
    background: linear-gradient(45deg, #FF5370, #ff869a);
}


.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card .card-block {
    padding: 10px;
    display: flex;
    justify-content: space-between;

}

.order-card i {
    font-size: 26px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}


.order-id {
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
}

.card-block h6 {
    margin-bottom: 20px;
}

.dashboard-right-sidebar {
    max-height: 90vh;
    overflow-y: scroll;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(143, 143, 143);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #757575;
}

@media only screen and (max-width: 480px) {

    .resto {
        height: 30vh !important;
    }

    .resto-overlay {
        height: 82vh !important;
    }

    .order-id {
        margin-left: 0px !important;
    }

    /* width */
    ::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 0px;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: rgb(143, 143, 143);
        border-radius: 10px;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #757575;
    }

}

.btn-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
    z-index: 9;
    position: absolute;
    right: 15px;
}


.header-nav-middle .profile-box {
    position: relative;
    top: -40px;
}

.header-nav-middle .profile-box .cover-image {
    position: relative;
    overflow: hidden
}

.header-nav-middle .profile-box .cover-image img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 991px) {
    .header-nav-middle .profile-box .cover-image img {
        height: 120px
    }
}

.header-nav-middle .profile-box .cover-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #222;
    opacity: .15
}

.header-nav-middle .profile-box .cover-image .cover-icon {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
    background-color: #fff;
    border-radius: 100%;
    color: #4a5568
}

.header-nav-middle .profile-box .profile-contain {
    padding: 0 15px
}

.header-nav-middle .profile-box .profile-contain .profile-image {
    margin: 0 auto;
    text-align: center;
    margin-top: -50px;
    z-index: 1;
    position: relative
}

.header-nav-middle .profile-box .profile-contain .profile-image img {
    width: calc(93px + (108 - 93) * ((100vw - 320px) / (1920 - 320)));
    height: calc(93px + (108 - 93) * ((100vw - 320px) / (1920 - 320)));
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #f8f8f8;
    border-radius: 100%;
    padding: 5px;
    border: 1px solid #ececec;
    -webkit-box-shadow: 2px 3px 8px rgba(34, 34, 34, 0.32);
    box-shadow: 2px 3px 8px rgba(34, 34, 34, 0.32)
}

.header-nav-middle .profile-box .profile-contain .profile-image .cover-icon {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 55%;
    z-index: 1;
    background-color: #fff;
    border-radius: 100%;
    color: #4a5568
}

.header-nav-middle .profile-box .profile-contain .profile-image .cover-icon i {
    position: relative
}

.header-nav-middle .profile-box .profile-contain .profile-image .cover-icon i input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
    width: 35px
}

.header-nav-middle .profile-box .profile-contain .profile-name {
    margin-top: calc(10px + (13 - 10) * ((100vw - 320px) / (1920 - 320)));
    text-align: center;
    padding-bottom: calc(12px + (18 - 12) * ((100vw - 320px) / (1920 - 320)));
    border-bottom: 1px solid #ddd
}

.header-nav-middle .profile-box .profile-contain .profile-name h3 {
    font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    letter-spacing: 0.7px
}

.header-nav-middle .profile-box .profile-contain .profile-name h6 {
    font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
    margin-top: 4px
}

.header-nav-middle .profile-box .profile-contain .profile-name h6 span {
    margin: 0 8px
}

.header-nav-middle .user-nav-pills {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: calc(2px + (7 - 2) * ((100vw - 320px) / (1920 - 320)));
    /* margin: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320))) 0 6px */
}

.header-nav-middle .user-nav-pills .nav-item {
    width: 100%;
    display: block
}

.header-nav-middle .user-nav-pills .nav-item .nav-link {
    font-size: calc(17px + (18 - 17) * ((100vw - 320px) / (1920 - 320)));
    position: relative;
    color: #4a5568;
    width: 100%;
    text-align: left;
    padding: calc(10px + (13 - 10) * ((100vw - 320px) / (1920 - 320))) calc(10px + (13 - 10) * ((100vw - 320px) / (1920 - 320))) calc(10px + (13 - 10) * ((100vw - 320px) / (1920 - 320))) calc(19px + (23 - 19) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
    z-index: 0;
    overflow: hidden;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-nav-middle .user-nav-pills .nav-item .nav-link.active,
.header-nav-middle .user-nav-pills .nav-item .nav-link .show>.nav-link {
    border-left: 3px solid var(--theme-color);
    font-weight: 600;
    background-color: transparent;
    color: var(--theme-color)
}

.header-nav-middle .user-nav-pills .nav-item .nav-link.active::before,
.header-nav-middle .user-nav-pills .nav-item .nav-link .show>.nav-link::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: var(--theme-color2);
    z-index: -1;
    opacity: 0.1
}

.header-nav-middle .user-nav-pills .nav-item .nav-link .feather {
    width: calc(18px + (19 - 18) * ((100vw - 320px) / (1920 - 320)));
    height: auto;
    margin-right: 10px
}

[dir="rtl"] .header-nav-middle .user-nav-pills .nav-item .nav-link .feather {
    margin-right: unset;
    margin-left: 10px
}

@media (max-width: 480px) {

    .saloon-banner-mainpage {
        min-height: 34vh !important;
    }

    .mr-50px-mob {
        margin-right: 70px !important;
    }

    .mob-d-none {
        display: none !important;
    }
}

@media (min-width: 480px) {
    .sln-cat img {
        width: 100%;
        height: 45vh !important;
        border-radius: 20px;
    }
}

.saloon-bn-img img {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.saloon-banner-mainpage {
    border: 1px solid rgb(103, 105, 208);
    background-color: rgb(103, 105, 208);
    border-radius: 20px;
    color: white;
    width: 100%;
    max-height: 100% !important;
    position: relative;
}

.saloon-bn-text {
    padding: 10px 0 0 10px;
}

.saloon-bn-text p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
    margin-bottom: 0.5rem !important;
}

.banner-box-container {
    width: 17% !important;
}

.cl-container {
    width: 95%;
    margin: auto;
}

.title-with-line {
    font: 30px sans-serif;
    margin: 30px 0px;
    text-align: center;
    text-transform: uppercase;
    color: #c55291;
}

h2.title-with-line {
    position: relative;
}

h2.title-with-line:before {
    border-top: 2px solid #dfdfdf;
    content: "";
    margin: 0 auto;
    /* this centers the line to the full width specified */
    position: absolute;
    /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

h2.title-with-line span {
    background: #fff;
    padding: 0 15px;
}

html {
    scroll-behavior: smooth !important;
}

#loader {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
}

#loader .spinner {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

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

    100% {
        transform: rotate(360deg);
    }
}

#screen-mute {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#message {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1002;
    display: none;
}

.close {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 10px;
}

.cs-h-slider-img {
    height: 300px;
}

.saloon-banner-mainpage {
    height: 300px;
}

.my-sidebar .active {
    background: #acf1de;
}

/* Shop Design */
.cs-chip {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #e4e4e4;
    margin-bottom: 5px;
    margin-right: 5px;
}

.cs-card-title {
    font-weight: 300;
    font-size: 1rem;
    text-shadow: 0 0 2px #000;
    border-top-right-radius: 67.5px;

    background: rgba(0, 0, 0, 0.7);
}

.cs-product-card .card .card-content {
    padding: 10px 10px 0px 10px;
}

.cs-product-card .card .price {
    width: 50px;
    height: 50px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 50px;
    margin: 10px;
    position: absolute;
    top: 0;
    right: 0;
    letter-spacing: 0;
}

.cs-product-card .card .seller_id {
    height: 30px;
    font-weight: 600;
    font-size: 1rem;
    margin: 10px;
    padding: 5px 15px;
    position: absolute;
    border-radius: 30px;
    top: 0;
    line-height: 20px;
    letter-spacing: 0;
}

.cs-product-card ul.card-action-buttons {
    margin: -18px 7px 0 0;
    text-align: right;
}

.cs-product-card ul.card-action-buttons li {
    display: inline-block;
    padding-left: 7px;
}

.cs-product {
    width: 20%;
    padding: 10px;
}

.cs-product .card {
    margin: 0;
}

.cs-product .card .card-content {
    padding: 5px 10px;
}

div.cs-see-more:last-of-type {
    width: 100%;
    text-align: center;
    background-color: #4a5568;
    margin-top: 10px;
}

div.cs-see-more a {
    color: #fff;
}

.btn-floating.btn-large {
    width: 56px;
    height: 56px;
}

.btn-floating.btn-large i {
    line-height: 56px;
}

.waves-effect.waves-light {
    background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    transition: 0.3s ease-out;
}

.brown {
    background-color: #516365 !important;
}

.brown.darken-3 {
    background-color: #516365 !important;
}

.card.small .card-image,
.card.medium .card-image,
.card.large .card-image {
    max-height: 60%;
    overflow: hidden;
}

.card.small .card-image+.card-content,
.card.medium .card-image+.card-content,
.card.large .card-image+.card-content {
    max-height: 40%;
}

.card.small .card-content,
.card.medium .card-content,
.card.large .card-content {
    max-height: 100%;
    overflow: hidden;
}

.card.small .card-action,
.card.medium .card-action,
.card.large .card-action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.card.small {
    height: 300px;
}

.card.medium {
    height: 400px;
}

.card.large {
    height: 500px;
}

.card.horizontal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.card.horizontal.small .card-image,
.card.horizontal.medium .card-image,
.card.horizontal.large .card-image {
    height: 100%;
    max-height: none;
    overflow: visible;
}

.card.horizontal.small .card-image img,
.card.horizontal.medium .card-image img,
.card.horizontal.large .card-image img {
    height: 100%;
}

.card.horizontal .card-image {
    max-width: 50%;
}

.card.horizontal .card-image img {
    border-radius: 2px 0 0 2px;
    max-width: 100%;
    width: auto;
}

.card.horizontal .card-stacked {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.card.horizontal .card-stacked .card-content {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.card.sticky-action .card-action {
    z-index: 2;
}

.card.sticky-action .card-reveal {
    z-index: 1;
    padding-bottom: 64px;
}

.card .card-image {
    position: relative;
}

.card .card-image img {
    display: block;
    border-radius: 20px 20px 0px 0px;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.card .card-image .cs-card-title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 24px;
}

.card {
    position: relative;
    background-color: #fff;
    transition: box-shadow 0.25s;
    border-radius: 20px;
}

.btn-floating,
.btn-large {
    outline: 0;
}

.btn-floating i,
.btn-large i {
    font-size: 1.3rem;
    line-height: inherit;
}

.btn-large:focus,
.btn-floating:focus {
    background-color: #1d7d74;
}

.btn-large {
    text-decoration: none;
    color: #fff;
    background-color: #26a69a;
    text-align: center;
    letter-spacing: 0.5px;
    transition: 0.2s ease-out;
    cursor: pointer;
}

.btn-large:hover {
    background-color: #2bbbad;
}

.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #26a69a;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
    vertical-align: middle;
}

.btn-floating:hover {
    background-color: #26a69a;
}

.btn-floating:before {
    border-radius: 0;
}

.btn-floating.btn-large {
    width: 56px;
    height: 56px;
}

.btn-floating.btn-large i {
    line-height: 56px;
}

.btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    line-height: 40px;
}

button.btn-floating {
    border: none;
}

.white {
    background-color: #fff !important;
}

.red.accent-2 {
    background-color: #ff5252 !important;
}

.blue {
    background-color: #2196f3 !important;
}

.card .card-image .cs-card-title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 15px 60px;
}

.card .cs-card-title {
    font-size: 22px;
    font-weight: 300;
}

.card-content div p {
    margin-bottom: 0px !important;
}

.justify-between {
    justify-content: space-between !important;
}

.overflow-y {
    overflow-y: scroll !important;
}

.h-150vh {
    height: 130vh;
}

.h-140vh {
    height: 170vh !important;
}

.h-160vh {
    min-height: 150vh !important;
    max-height: 160vh !important;
}

.order-details-ul {
    display: grid;
}

@media only screen and (max-width: 480px) {
    .sm-d-block {
        display: block !important;
    }

    .table>:not(:first-child) {
        border-top: 0px solid currentColor !important;
    }

    .cart-table {
        padding: 0px 10px;
    }
}

.order-details-table th,
.order-details-table td {
    border: 1px solid #ddd;
    text-align: left;
}

.order-details-table tr {
    background: #fff;
}

/* Mobile view */
@media screen and (max-width: 768px) {

    .order-details-table table,
    .order-details-table thead,
    .order-details-table tbody,
    .order-details-table th,
    .order-details-table td,
    .order-details-table tr {
        display: block;
    }

    .order-details-table tr {
        margin-bottom: 15px;
        background: #fff;
    }

    .order-details-table th,
    .order-details-table td {
        text-align: left;
        display: flex;
        justify-content: space-between;
    }

    .order-details-table th {
        display: none;
        /* Hide headers */
    }

    .order-details-table td::before {
        content: attr(data-label);
        /* Add a label for each cell */
        font-weight: bold;
        text-transform: capitalize;
    }

    .order-details-table td.sm-title::before {
        content: attr(data-label);
        font-weight: bold;
        text-transform: capitalize;
        background: #0da487;
        color: #fff;
        padding: 0px 15px;
        display: block;
        text-align: center;
    }

    .sm-d-block .badge {
        position: absolute;
        font-size: x-large;
        right: 10px;
    }

    .xs-hidden {
        border: none !important;
    }

    .content-padding {
        padding: 15px 0px 25px 0px;
    }
}

.content-padding {
    padding: 15px 0px 50px 0px;
}

.select2-search__field {
    width: 100% !important;
}


.removeBtn {
    width: 20%;
    margin: auto;
    border: 3px solid red;
    color: red;
}

.-data {
    margin-left: 10% !important;
    color: red !important;
}

.top-seller-box {
    border: 1px solid #e7f8f4;
    width: 97%;
    margin: auto !important;
    border-radius: 10px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    background-color: #cbf0e673;
}

/* footer {
    display: none;
} */

.w-20 {
    width: 6% !important;
    margin-left: 2%;
}

/* .w-80 {
    width: 89% !important;
} */

.d-flex {
    display: flex !important;
}

.form-group label {
    margin-left: -10px;

}

label {
    color: #333 !important;
}

.tabcontent {
    height: auto !important;
}

.tab {
    /* width: 40%; */
    margin: auto;
    display: flex;
    justify-content: space-around !important;
}

.tablinks {
    padding: 5px;
    color: rgb(248, 250, 246);
    background: #e4597a;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 10px;
    border: none;
}

@media screen and (max-width: 480px) {
    .removeBtn {
        width: 30%;
    }

    .tablinks {
        border: 1px solid #e4597a;
        font-size: 12px;
        width: 30%;
        color: rgb(248, 250, 246);
        background: #e4597a;
        padding: 10px 5px !important;
        border-radius: 10px;
    }

    .tab {
        width: 100% !important;
    }

    #addBtn {
        width: 60%;
    }
}

@media screen and (max-width: 1200px) {
    .tab {
        width: 60%;
    }

    .w-20 {
        width: 10% !important;
        margin-left: 2%;
    }

    .w-80 {
        width: 50% !important;
    }

    .btn-seller-registration {
        width: 70%;
        margin-bottom: 60px !important;
    }
}

.step-indicators {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.step-button {
    background-color: #0da487;
    border: none;
    padding: 10px;
    cursor: pointer;
    color: #fff;
    width: 33.2% !important;
}

.step-button.active {
    background-color: #4CAF50;
    color: white;
}

.step-button.success {
    background-color: #28a745;
    color: white;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.vscomp-ele {
    max-width: 100% !important;
    border: none;
    font-size: 16px;
}

.vscomp-wrapper.show-value-as-tags .vscomp-toggle-button {
    padding: 10px !important;
    border-radius: 0px 10px 10px 0px;
    box-shadow: none;
}

.vscomp-wrapper.show-value-as-tags:not(.has-value) .vscomp-toggle-button {
    padding-bottom: 2px;

}

/* retsurant-css */

.resto {
    position: relative;
}

.resto-overlay {
    position: absolute;
    width: 100vw;
    height: 70vh;
    top: 0;
    background-color: #080505;
    opacity: 0.5;
    border-radius: 20px !important;
}


.resto {
    height: 70vh;

}

.resto img {
    border-radius: 20px;
}

@media(min-width:641px) {
    .d-lg-none {
        display: none;
    }
}

@media(max-width:640px) {
    .cat-card-header a p {
        font-size: 10px;
        line-height: 1.25;
        text-decoration: none;
        color: #4a5568;
        text-align: center;
        will-change: transform;
        padding: 0px 5px;
        margin-bottom: 5px;
    }

    .cat-card-image img {
        width: 100% !important;
        height: 75px !important;
    }

    .cat-card-header {
        padding-bottom: 0px !important;
    }

    figure {
        margin: 0 0 10px;
    }
}

li svg {
    fill: rgba(254, 254, 254, 0) !important;
}

/* Cat Card */
.cat-card-list {
    width: 100%;
    max-width: 400px;
}

.cat-card {
    background-color: #FFF;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 20px 50px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    /* padding: 15px; */
    position: relative;
    transition: 0.15s ease-in;
}

.cat-card:hover,
.cat-card:focus-within {
    box-shadow: 0 0 0 1px #ffa53b, 0 10px 60px 0 rgba(0, 0, 0, 0.1);
    transform: translatey(-5px);
}

.cat-card-image {
    overflow: hidden;
}

.cat-card-header {
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    text-align: center;
    padding: 10px;
}

@media(min-width:641px) {
    .cat-card-header a p {
        font-weight: 600;
        font-size: 1rem;
        line-height: 1.25;
        text-decoration: none;
        color: #4a5568;
        text-align: center;
        will-change: transform;
        padding: 0px 15px;
        /* white-space: nowrap;
        overflow: hidden; */
        margin-bottom: 5px;
    }
}


/* .overflow-ellipsis {
    text-overflow: ellipsis;
  } */

.cat-card-header a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.icon-button {
    border: 0;
    background-color: #fff;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 1.25rem;
    transition: 0.25s ease;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
    z-index: 1;
    cursor: pointer;
    color: #565656;
}

.icon-button svg {
    width: 1em;
    height: 1em;
}

.icon-button:hover,
.icon-button:focus {
    background-color: #EC4646;
    color: #FFF;
}

@media (max-width: 575.98px) {}

@media (max-width: 767.98px) {}

@media (max-width: 991.98px) {}

@media (max-width: 1199.98px) {
    .cat-card-image img {
        width: 100%;
        height: 150px;
    }
}

@media (max-width: 1399.98px) {
    .cat-card-image img {
        width: 100%;
        height: 150px;
    }
}

