.text-black {
    color: #000;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-5px {
    margin-right: 5px;
}

.ml-0 {
    margin-left: 0 !important;
}

ul.dropdown-menu.w-100px.show li:hover {
    background: #e3e6e9;
}

.w-100px {
    width: 100px;
}

.dropdown-menu {
    top: 10px;
    border-radius: 0px;
}

.nav-icon-position {
    position: absolute;
    left: -3px;
    top: -5px;
}

.position-relative {
    position: relative;
}

.c-title {
    text-transform: uppercase;
    font-size: 30px;
}

.c-shadow1 {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
}

.c-shadow2 {
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.75);
}

.br-10 {
    border-radius: 10px;
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 998px;
    }
}

hr {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/*.aiz-share.jssocials .jssocials-shares div a {
    border-radius: 27px;
    padding: 5px;
}*/

.rounded2 {
    border-radius: 2.25rem !important;
}

.rounded-0 {
    border-radius: 0rem;
}

.cat-box {
    position: relative;
}

.content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
}

.cat-box:hover .content-overlay {
    opacity: 1;
}

.aiz-card-box:hover .content-overlay {
    opacity: 1;
    border-radius: 0;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding: 0 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}

.cat-box:hover .content-details {
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-size: 17px;
}

/* Additional styling for a more attractive look */

/* .aiz-card-box {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.aiz-card-box:hover {
    transform: scale(1.05);
} */

.text-truncate {
    font-size: 16px;
    color: #333;
    transition: color 0.3s ease-in-out;
}

.text-truncate:hover {
    color: #555;
}

.content-title {
    margin-top: 1em;
}

.content-image {
    object-fit: cover;
    border-radius: 10px;
}

.content-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0.1),
        rgba(0, 0, 0, 0.5)
    );
}

/*.content-details p{
  color: #fff;
  font-size: 0.8em;
}

*/

.button {
    display: inline-block;
    /* padding: 0.75rem 1.25rem;
                  border-radius: 10rem;
                  color: #fff;
                  text-transform: uppercase;
                  font-size: 1rem;
                  letter-spacing: 0.15rem;
                  transition: all 0.3s;
                  position: relative;
                  overflow: hidden;*/
    z-index: 1;
    position: absolute;
    bottom: 41px;
    background: rgba(255, 255, 255, 0.5);
    width: 80%;
    padding: 10px;
    text-align: center;
    font-weight: bolder !important;
    font-size: 19px;
    /* margin-left: 10%; */
    /* margin-right: 10%; */
    border-radius: 8px;
    left: 10%;
    right: 10%;
}

.button:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    /*border-radius: 10rem;*/
    z-index: -2;
    cursor: pointer;
}

.button:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #ffff;
    transition: all 0.3s;
    /*border-radius: 10rem;*/
    z-index: -1;
}

.button:hover {
    color: #000 !important;
}

.button:hover:before {
    width: 100%;
}

.d-mobile-block {
    display: none !important;
}

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

@media only screen and (min-width: 270px) and (max-width: 736px) {
    .col-xs-6 {
        width: 50%;
    }

    .c-col-xs-2 {
        width: 20%;
    }

    /*  .mobile-nav{
    top: 153px!important;
       }*/

    .content-details h3 {
        font-size: 14px !important;
    }

    .w-sm-12 {
        width: 100% !important;
    }

    .sm-py-0 {
        padding-bottom: 0rem !important;
    }

    .sm-pt-0 {
        padding-top: 0rem !important;
    }

    .sm-mb-0 {
        margin-bottom: 0rem !important;
    }

    .sm-mt-0 {
        margin-top: 0rem !important;
    }

    .sm-lh-a {
        line-height: 0.3rem;
    }

    .sm-pb-05 {
        padding-bottom: 0.5rem !important;
    }

    .sm-mb-05 {
        margin-bottom: 0.5rem !important;
    }

    .sm-mt-02 {
        margin-top: 0.7rem !important;
    }

    .sm-p-05 {
        padding: 0.5rem !important;
    }

    .sm-text-center {
        text-align: center !important;
    }

    .sm-pr {
        padding-right: 7px;
    }

    .sm-pl {
        padding-left: 7px;
    }

    .col-xs-4 {
        width: 33.3%;
    }

    .button {
        bottom: 8px;
        padding: 4px;
        font-size: 10px;
    }

    .sm-left--177 {
        left: -177px;
    }

    .sm-col-60 {
        width: 60%;
    }

    .sm-col-100 {
        width: 100%;
    }

    .sm-max-w-95vh {
        max-width: 95vh;
    }

    .half-outside-arrow .slick-next {
        right: 0px;
    }

    .half-outside-arrow .slick-prev {
        left: 0px;
    }

    .ml-sm-0 {
        margin-left: 0 !important;
    }

    .d-sm-n {
        display: none;
    }

    .sm-pl-0 {
        padding-left: 0px !important;
    }

    .sm-pr-0 {
        padding-right: 0px !important;
    }

    .only_youtube iframe {
        width: 100%;
        height: auto !important;
    }
}

.card-columns {
    column-count: 4;
}

.category-round {
    font-family: "Lato", sans-serif;
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    transition: border 0.15s ease-in;
    border: 2px solid #0aaff1;
    margin-left: 5px;
}

.category-round:hover {
    cursor: pointer;
}

.category-round .category-round-img,
.category-round .edit {
    position: absolute;
}

.category-round img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-round .edit {
    width: 100%;
    height: 40px;
    z-index: 1;
    bottom: 0;
    font-weight: bold;
    color: white;
    background-color: rgba(10, 175, 241, 0.781);
    transition: all 1s;
    padding-top: 15px;
    text-align: center;
}

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

.aiz-megabox > input:checked ~ .aiz-megabox-elem,
.aiz-megabox > input:checked ~ .aiz-megabox-elem {
    border-color: var(--primary);
    background: rgba(255, 255, 224, 0.1);
}

.btn {
    border-radius: 0rem;
}

.min-width-height {
    min-width: 100%;
    min-height: 400px;
    height: 400px;
}

.border-black {
    border: 1px solid black !important;
}

.bg-dark-100 {
    background: #000;
}

span.cat-name {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}

.border-theme-color {
    border-color: var(--primary);
}

.max-height {
    max-height: 300px;
}

.btn-primary {
    color: #fbfeff;
}

.max-height-550 {
    max-height: 550px;
}

.min-height-300 {
    min-height: 300px;
}

.max-height-60vh {
    max-height: 60vh;
}

.w-60pr {
    width: 60%;
}

.z-555 {
    z-index: 555;
}

.mobile_featured_categories {
    height: 88px;
    width: 88px;
    border-radius: 75px;
}

.p-t-b-5 {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0rem;
}

.pt-30px {
    padding-top: 30px;
}

.pt-20px {
    padding-top: 20px;
}

.section_image {
    width: 100%;
}

.section_bg {
    width: 100%;
    height: 600px;
    background-size: cover;
    position: relative;
}

.section_bg p {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-family: sans-serif;
    position: absolute;
    bottom: 1%;
    width: 100%;
    text-align: center;
}

.section_bg h3 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-family: sans-serif;
    position: absolute;
    bottom: 12%;
    width: 100%;
    text-align: center;
}

.only_youtube iframe {
    width: 100%;
    height: 600px;
}

.file-preview-item2 h6 {
    font-size: 13px;
    margin-bottom: 0;
}

.file-preview-item2 {
    padding: 8px;
    border: 1px solid #ebedf2;
    border-radius: 0.25rem;
}

.file-preview-item2 p {
    font-size: 10px;
    margin-bottom: 0;
    color: var(--secondary);
}

.file-preview-item2 .thumb {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    text-align: center;
    background: #f1f2f4;
    font-size: 20px;
    color: #92969b;
    border-radius: 0.25rem;
    overflow: hidden;
}

.file-preview-item2 .remove {
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
    max-width: 52px;
    width: 52px;
}

.file-preview-item2 .body {
    min-width: 0;
}

.file-preview2.box a {
    color: inherit;
}

.file-preview2.box:after {
    content: "";
    clear: both;
    display: table;
}

.file-preview2.box .file-preview2-item2 {
    float: left;
    margin-right: 0.5rem;
    padding: 0;
    display: block !important;
    position: relative;
}

.file-preview2.box .thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.file-preview2.box .body {
    padding: 0;
    padding: 8px 8px 2px;
}

.file-preview2.box .remove {
    position: absolute;
    top: -6px;
    right: -6px;
    width: auto;
    max-width: 100%;
}

.file-preview2.box .remove .btn {
    padding: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #eaeaea;
}

.vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mt-12 {
    margin-top: 12px;
}

.p-5px {
    padding: 5px;
}

.max-h-200px {
    max-height: 200px;
}

.mt-15 {
    margin-top: 10px;
}

.p-005 {
    padding: 0.05rem !important;
}

button.btn.col-auto.btn-icon.btn-sm.btn-circle.btn-light {
    border-radius: 18px;
}

.cursor {
    cursor: pointer;
}

.br-0 {
    border-radius: 0px !important;
}

.mt-10 {
    margin-top: 10px;
}

/*your custom css goes here*/

.animated-input {
    animation: slideIn 0.5s forwards;
    opacity: 0;
}

@keyframes slideIn {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.custom-title {
    display: inline-block;
    font-family: "Arial", sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.animated-section {
    width: 200px;
    height: 200px;
    /*  background-color: #ccc;*/
    position: relative;
    left: -100%;
    animation: slideRight 1s forwards;
}

@keyframes slideRight {
    0% {
        left: -100%;
    }

    100% {
        left: 0;
    }
}

.login-section {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
}

.login-image {
    flex: 1;
    padding: 20px;
    animation: slideInLeft 1s ease-in-out forwards;
}

.login-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-form {
    flex: 1;
    padding: 20px;
    animation: slideInRight 1s ease-in-out forwards;
}

.login-title {
    color: #8e8ea0;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.form-control {
    /*    border: 0px solid #e2e5ec;*/
    color: #898b92;
}

.form-control:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.invalid-feedback {
    color: #ff5f6d;
}

.checkbox label {
    font-weight: normal;
}

.btn-primary {
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
}

.forgot-password {
    display: block;
    color: #8e8ea0;
    text-align: center;
    margin-top: 10px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes lift {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.register-image {
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-image img {
    max-width: 100%;
    max-height: 100%;
}

.register-form {
    padding: 20px;
    animation: slideInRight 1s ease-in-out forwards;
}

.invalid-feedback {
    color: #ff5f6d;
    animation: fadeIn 0.3s ease-in-out forwards;
}

.register-footer {
    margin-top: 20px;
    text-align: center;
}

.section-height {
    align-items: center;
    justify-content: center;
    height: 80vh;
}

.ecommerce-footer {
    background-color: #f8f8f8;
    padding: 30px 0;
}

.footer-section {
    margin-bottom: 30px;
}

.footer-section-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-section-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section-list li {
    margin-bottom: 5px;
}

.footer-section-list li a {
    color: #555;
    text-decoration: none;
}

.footer-section-list li a:hover {
    color: #333;
}

.subscribe-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.subscribe-box-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.subscribe-form {
    margin-top: 10px;
}

.subscribe-input {
    width: 200px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.subscribe-button {
    padding: 8px 15px;
    background-color: #007bff;
    border: none;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.subscribe-button:hover {
    background-color: #0056b3;
}

.category-header {
    border-color: #e0e0e0;
    animation: fade-in 0.5s ease-in-out;
}

.category-title {
    color: #333333;
    margin-top: 0;
}

.view-more-link {
    color: #0066cc;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.view-more-link:hover {
    color: #004080;
}

.category-carousel .carousel-box {
    animation: slide-in 0.5s ease-in-out;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slide-in {
    from {
        transform: translateX(-20px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.w-120px {
    width: 120px;
}

.mr-20 {
    margin-right: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.m-l-r {
    margin-left: 10px;
    margin-right: 10px;
}

.m-l-r-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.panel {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    perspective: 1000px;
}

.panel-header {
    background-color: #fff;
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    position: relative;
    font-weight: bold;
}

.panel-header span {
    font-weight: bold;
}

.panel-header i {
    transition: transform 0.3s ease;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.panel-header.active i {
    transform: perspective(1000px) translateY(-50%) rotate(90deg);
}

.panel-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(-20deg);
    overflow-y: auto;
}

.panel-content.show {
    max-height: 200px;
    transition: max-height 0.3s ease;
    transform: perspective(1000px) rotateX(0);
    padding: 10px;
}

.shadow-0 {
    box-shadow: none;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1299px;
    }
}

.home-slider .slick-slider {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.home-slider .slick-slider.slick-initialized {
    opacity: 1;
}

/* Add zoom-in animation styles */

.home-slider .slick-slide {
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.home-slider .slick-slide.slick-active {
    opacity: 1;
    transform: scale(1);
}

.c-img-circle {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    border: 2px solid #9590901a;
}

.info-box {
    display: flex;
    align-items: center;
    width: 100%;
    color: #222529;
}

.info-box i {
    color: inherit;
    font-size: 3.7rem;
    text-align: center;
}

.info-box i:before {
    width: auto;
    margin: 0 0.1em;
}

.info-box h4 {
    color: inherit;
    margin-bottom: 0;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
}

.info-box p {
    margin-bottom: 0;
    font-size: 0.8rem;
    line-height: 1.6;
}

.info-box.with-icon p:before {
    float: left;
    content: "";
    color: #5bc0de;
    font-family: "Font Awesome 5 Free";
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    margin-right: 5px;
    margin-top: 3px;
}

.info-box-icon-left {
    justify-content: center;
}

.info-box-icon-left i {
    line-height: 0;
    margin-right: 1.5rem;
}

.info-box-icon-right {
    justify-content: center;
}

.info-box-icon-right .info-box-content {
    text-align: right;
}

.info-box-icon-right i {
    line-height: 0;
    margin-left: 1.5rem;
}

.info-box-icon-top {
    flex-direction: column;
    align-items: unset;
    justify-content: center;
}

.info-box-icon-top .info-box-content {
    text-align: center;
}

.info-box-icon-top i {
    line-height: 0;
    margin-bottom: 1.5rem;
}

.info-box-img {
    flex-direction: column;
}

.info-box-img .info-desc {
    font-size: 1.6rem;
    color: #777;
}

/* CSS for the card */

.c-card {
    position: relative;
    width: 300px;
    height: 400px;
    background-color: #f2f2f2;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s;
    cursor: pointer;
}

.c-card:hover {
    transform: translateY(-10px);
}

.c-card img {
    width: 100%;
    height: 60%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.c-card .content {
    padding: 20px;
    text-align: center;
}

.c-card h2 {
    font-size: 24px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 5px;
}

.c-card p {
    font-size: 14px;
    color: #777;
    margin: 0;
}

.c-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s;
}

.c-card:hover .overlay {
    opacity: 1;
}

.c-card .overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.c-card .overlay-content h2 {
    font-size: 28px;
    margin: 0;
}

.c-card .overlay-content p {
    font-size: 16px;
    margin: 10px 0 0;
}

.footer-widget {
    margin-bottom: 30px;
}

.widget-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.subscription-form .input-group {
    margin-bottom: 15px;
}

.social-icons {
    margin-bottom: 15px;
}

.social-icon {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-size: 24px;
}

.widget-links li {
    margin-bottom: 8px;
}

.widget-links a {
    color: #fff;
    text-decoration: none;
}

.share-buttons {
    margin-top: 10px;
}

.share-button {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-size: 24px;
}

.social-icon,
.widget-links a {
    color: #000;
}

.logo {
    max-width: 200px;
}

.subscription-form .form-control {
    width: 150px;
}

.p-l-r-10px {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.p-8px {
    padding: 8.2px;
}

.bt-1 {
    border-top: 1px solid var(--primary);
}

.bb-1 {
    border-bottom: 1px solid var(--primary);
}

.bl-0 {
    border-left: 0;
}

.br-0 {
    border-right: 0;
}

.ml--10 {
    margin-left: -10px;
}

.search-fild {
    box-shadow: none;
    border: 2px solid var(--primary);
    /* border: 0px!important; */
    background: transparent;
    border-radius: 0px;
}

.search-btn {
    background: transparent;
    color: var(--primary);
    left: -34px;
    font-weight: bolder;
    font-size: 20px;
    padding: 0px;
    top: 6px;
    border: 0px;
    position: relative;
}

.c-dropdown {
    position: relative;
    display: inline-block;
}

.c-dropbtn {
    border: none;
    cursor: pointer;
}

/*.c-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: max-content;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 5px;
}
*/
.c-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: max-content;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 5px;
    /*  right: 13px;
    margin-top: -51px;*/
    right: -64px;
    margin-top: -1px;
}
.c-dropdown-content a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
}

.c-dropdown:hover .c-dropdown-content {
    display: block;
}

.btn-remove {
    position: absolute;
    /*  top: -10px;
       right: -8px; */
    top: 0px;
    right: 0px;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    color: #474747;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
    text-align: center;
    line-height: 2rem;
}

.best_seller_section {
    border: 1px solid #d4c7c7;
}


a.btn.btn-primary:hover {
    color: #fff !important;
}

.noUi-horizontal .noUi-handle {
    width: 12px;
    height: 12px;
    right: -7px;
    top: -6px;
    border-radius: 91px;
}

a.btn.btn-circle.btn-info:hover {
    color: #fff !important;
}
a.btn.btn-success.text-white.btn-sm:hover {
    color: #fff !important;
}
a.btn.btn-warning:hover {
    color: #fff !important;
}

a.btn.btn-success:hover {
    color: #fff !important;
}
a.btn.btn-danger:hover {
    color: #fff !important;
}

/* clobase */

/* Initially hide collapsible content */
.collapsible-content {
    display: none;
    margin-top: 10px;
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* Styling for the title */
.collapsible-title {
    cursor: pointer;
    /* background-color: #ececec; */
    color: #000000;
    padding: 10px;
    font-size: 16px;
    margin: 5px 0;
    /* border-radius: 5px; */
    border-bottom: 1px solid #b0a4a4;
}

/* Change background color when the title is hovered */
/* .collapsible-title:hover {
    background-color: #45a049;
} */

/* Add some transition for smooth opening/closing */
.collapsible-content {
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

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

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    color: var(--primary);
}

.home-banner-area .carousel-box img {
    height: auto;
}


/* .home-prod .slick-list.draggable {
    background: aliceblue;
    padding: 11px;
} */

.h-270px{
  height: 270px;
}




/*  */

.icon-circle {
    width: 60px;
    height: 60px;
    background-color: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .feature-box {
    transition: all 0.3s ease;
    /* background: #fdd2e3; */
  }

  /* .feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  } */

  @media (max-width: 767px) {
    .feature-box {
      padding: 2rem 1.5rem;
    }
  }


  .aiz-category-menu.rounded i {
    color: var(--white);
}



.btn-edit{
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    padding: 0px 7px;
    background-color: var(--primary);
    color: var(--white);
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-right: 15px;
}


small#delivery-check-message {
    color: green;
    margin-bottom: 3px;
    margin-top: 5px;
    font-size: 14px;
}
