.custom-alert {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    opacity: 1;
    /* Start with opacity 1 for visible state */
    animation: fadeout 5s forwards;
    /* Use forwards to keep the last keyframe state after animation ends */
}

.slick-dots li.slick-active button:before {
    opacity: 100%;
    color: #e35eb5;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 26px;
    content: '•';
    text-align: center;
    opacity: 100%;
    color: #ffd2ef;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots {
    background-color: transparent !important;
    /* padding: 30px 0px; */
}

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}


.single-bar {
    float: left;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
}

.single-bar p {
    text-align: center;
}

.single-bar p.bar-place {
    margin: 1em 0;
}

.bar-container {
    border-bottom: 1px solid #d6d6d6;
    padding: 0 1em;
    min-height: 280px;
    position: relative;
}

.bar {
    position: absolute;
    overflow: hidden;
    bottom: 0;
}

.bar:first-child {
    padding-left: 0;
}

.bar-value {
    border: 1px solid #fff;
    border-bottom: none;
}

.bar1 {
    height: 150px;
}

.bar2 {
    height: 245px;
}

.bar3 {
    height: 110px;
}

.bar4 {
    height: 95px;
}

.bar5 {
    height: 180px;
}

.bar6 {
    height: 50px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 35px;
}

.slick-prev {
    left: -35px;
}

.single-item .slick-dots {
    bottom: -15px !important;
    display: none !important;
}

.single-item:hover .slick-dots {
    display: block !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 15px;
}

.slick-dots li button:before {
    /* color: #e35eb5; */
}

.slick-dots li.slick-active button:before {
    /* color: #e35eb5; */
}

.submenue {
    right: 227px;
    display: none;
}

.sub-one:hover .submenue {
    display: block;
}

.quantity {
    display: flex;
    /* border: 2px solid #b4b4b4; */
    /* border-radius: 4px; */
    width: fit-content;
    overflow: hidden;

}

.quantity button {
    background-color: transparent;
    color: #000000;
    cursor: pointer;
    font-size: 15px;
    padding: 0px 3px;
    /* border-radius: 0px 0px 0px 0px; */
    border: 1px solid #000000;
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
}

.quantity button:hover {
    background-color: #d8d8d8;
}

.input-box {
    width: 20px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #6e6e6e;
    color: #000000;
    padding: 0px 0px;
    font-size: 11px;
    outline: none;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.number-input-container1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 110px;
    /* Adjusted to accommodate all elements */
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.number-input1 {
    margin: unset;
    text-align: center;
    border: none;
    width: 50px;
    padding: 2px;
    font-size: 16px;
    outline: none;
    -moz-appearance: textfield;
    /* Firefox */
}

.number-input1::-webkit-outer-spin-button,
.number-input1::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.number-input-button1 {
    margin: unset;
    width: 50px;
    padding: 2px;
    background-color: #f0f0f0;
    border: none !important;
    cursor: pointer;
    text-align: center;
}

.number-input1:focus {
    border: none !important;
}

.number-input-button1:active {
    background-color: #d0d0d0;
}

.modal-backdrop {
background-color: transparent;
}


hr {
    color: #0000004f;
    margin-top: 5px;
    margin-bottom: 5px
}

.add td {
    color: #c5c4c4;
    text-transform: uppercase;
    font-size: 12px
}

.content {
    font-size: 14px
}

.show-more,
.show-less {
    color: blue;
    /* Customize as needed */
    text-decoration: underline;
}

