.home-header {
    width: 100%;
    position: relative;
    background-size: cover;
    background: #E34C80;
    padding: 10px 0;
}

.header-container {
    z-index: 1;
    width: 100%;
    position: relative;
    /* border-bottom: 1px solid #F2F2F2; */
    /* box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05); */
}

.header-container .nav-brand, .header-container .nav-brand img {
    width: 124px;
    height: 106px;
}


.header-container .nav-link {
    color: #ffffff;
    font-size: 16px;
    position: relative;
}

.header-container .nav-link.active {
    color: #ffffff;
    /* background-color: #E34C801f; */
    /* border-radius: 10px; */
    font-weight: bold;
}

.header-container .nav-link:hover::after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #E34C80;
    border-radius: 50%;
    position: absolute;
    bottom: -10px;
    right: 40%;
    left: 40%;
}

.header-container .navbar .navbar-brand img {
    width: 100px;
}

.header-container .navbar svg {
    fill: #E34C80;
    stroke: #E34C80;

}

.header-container .navbar svg path {
    stroke: #E34C80;
    fill: #E34C80;

}

.side-bar h3 {
    color: #e34c80;
    font-size: 1.7em;
    margin-bottom: 30px;
}

.category-section h1 {
    text-indent: 40px;
}

.category-section a {
    text-decoration: none;
}

.category-section .item {
    /* width: 150px; */
    height: 150px;
    /* background: linear-gradient(180deg, #f1f1f1 43.5%, #dcdcdc 62%); */
    border-radius: 24px;
    /* padding: 10px; */
    /* background: #e3e3e3; */
    margin-top: 34px;
}

.category-section .item img {
    width: 100px;
    height: auto;
}

.category-section h3 {
    color: #E34C80;
    font-size: 1.4em;
    font-weight: 700;
    /* width: 200px; */
}

.product h1 {
    background: linear-gradient(90deg, #5B1977 0%, #A92EDD 100%);
    border-radius: 20px 0px;
    color: white;
    padding: 40px;
}

.product a {
    text-decoration: none;
}

.product .card {
    background-color: #F2F2F2;
    box-shadow: none;
    border-radius: 10px;
    position: relative;
}

.product h3 {
    text-decoration: none;
    color: #e34c80;
    font-size: 19px;
}

.product .card:hover .product-fun {
    background-color: #3A0052;
    background: rgb(228 76 128 / 31%);
    border-radius: 10px;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.product-details .card {
    background-color: #F2F2F2;
    box-shadow: none;
}

.login .card .card-header {
    background-color: #ffffff;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.login .card .card-header h3 {
    color: #e34c80;
    text-transform: uppercase;
}

.product-details .form-control, .checkout-details .form-control, .login .form-control {
    border: 1px solid #5a5a5a54;
    border-radius: 50px;
    padding: 0 29px;
    color: #5A5A5A;
}

.product-details h3, .login h3 {
    font-size: 2.4em;
    color: #5b5b5b;
    font-weight: 600;
}

.product-details .total-price {
    font-size: 1.5em;
    color: #A02CD2;
    text-align: left;
}

.product-details h6 {
    color: #e34c80;
    font-size: 2em;
    font-weight: 700;
    text-align: right;
    margin-top: 20px;
}

.product-details .fa.fa-star {
    font-size: 28px;
}

.product-details p {
    font-size: 14px;
    color: #5A5A5A;
    margin-bottom: 30px;
}

.product-details label, .checkout-details label, .login label {
    font-size: 15px;
    color: #e34c80;
    /* display: none; */
}

.product-details .counter {
    /* bottom: 0; */
    left: 1px;
    top: 1px;
    right: 1px;
}

.product-details .counter a, .checkout-details a {
    /* background-color: #5B1977; */
    color: #9b9b9b;
    font-size: 18px;
    padding: 10px 19px;
    border-radius: 50px 0 0 50px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 33px;
    /* bottom: 0; */
    cursor: pointer;
    left: 0;
    width: 50px;
    border-left: 1px solid #5a5a5a54;
}

.product-details .details-button {
    background-color: #e34c80;
    color: white;
    border-radius: 50px;
}

.product-slider h3 {
    font-size: 1.2em;
}

.product-slider .fa.fa-star {
    font-size: 18px;
}


.slick-next::before, .slick-prev::before {
    display: none;
}

.slick-next svg ellipse, .slick-prev svg ellipse {
    fill: #E34C80;
}

.slick-next svg path, .slick-prev svg path {
    fill: white;

}

html[dir="ltr"] .slick-prev {
    right: auto;
    left: -5px;
}

html[dir="ltr"] .slick-next {
    left: auto;
    right: -22px;
}

.checkout-details table thead {
    background-color: #5B1977;
    color: white;
}

.checkout-details .card {
    /* border: 1px solid #3A0052; */
}

.checkout-details table th, table td {
    padding: 10px;
}

.checkout-details table thead th:first-child {
    border-top-right-radius: 10px;
}

.checkout-details table thead th:last-child {
    border-top-left-radius: 10px;
}

.checkout-details .items-counter input {
    width: 40px;
    border: 0;
    padding: 0;
    text-align: center;
}

.checkout-details h1 {
    color: #5B1977;
    font-size: 2em;
}

.checkout-details h3 {
    color: #BE66E3;
}

.cust-hed {
    background: #fff;
    padding: 6px 20px !important;
    /* font-size: 17px; */
}

li.nav-item {
    margin: 0 20px;
}
.prod-det {
    /* min-height: 131px; */
    padding: 15px 20px;
}

.product-new-card {
    border-radius: 15px;
}

.prod-det a h3 {
    color: #333;
    min-height: 58px;
}
input#qty {
    text-align: center;
}
a.btn-number{
    background: #fff;
}
a.btn-number.plus {
    right: auto;
    left: 0;
    border-radius: 0 50px 50px 0;
    border-right: 1px solid #5a5a5a54;
    border-left: none;
}

.add h4 span {
    color: #e34c80;
}

.add label {
    font-size: 12px;
}

label {}

.input-group .btn {
    border: 1px solid #ced4da;
    border-right: 0;
    height: 50px;
    border-radius: 0 5px 5px 0;
}

.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
    border-radius: 5px 0 0 5px;
}