.main-color {
    color: #dc2c1d;
}

.main-bg-color {
    background-color: #dc2c1d;
}

.light-color {
    background-color:rgb(252 244 244 / 58%);
}

.font-head,
.about-text {
    font-family: "Aclonica", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* .topbar .top-link a {
    margin-inline: 6px;
}

.form-control {
    padding: 13px;
}

.navigation {
    margin: 0 150px 0 0px;
} */

.nav-link{
    color:#000000b0;
    font-weight: bold;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: #dc2c1d;
}

/* .zoom:hover {
    box-shadow: 0px 0px 18px 5px #ccc!important;
} */
/*.zoom :hover img{*/
    /* -ms-transform: scale(0.75); IE 9 */
    /* -webkit-transform: scale(0.75); Safari 3-8 */
/*    transform: scale(0.57);*/
/*}*/
.text-center a:hover{
    color:#f2b469 !important;
}
.menusdata a:hover {
    color:#f2b469 !important;   
}

/* responsive */
@media only screen and (max-width: 768px) {
    /* .search-form {
        width: 100% !important;
    } */

    .navbar-nav {
        gap: 0 !important;
    }

    .menu-form{
        display:block !important;
    }
    .items {
        margin-left: 0 !important;
        margin-top: 15px;
    }

   .c-item img{
        height: 450px !important;
    }

    h2 {
        max-width: 93% !important;
    }

    .navbar-brand {
        margin-bottom: 0 !important;
    }

    .wishl,
    .wish {
        margin-top: 20px;
    }

    .contact .info-item h2 {
        margin: 20px 0 10px -58px !important;
    }

    .btn-magenta{
        width: 100% !important;
    }

    /* profile */
    .card-header a {
        float: left !important;
        margin-top: 10px;
    }

    .info {
        margin-top: 15px;
    }
    .item-details{
        text-align: center;
    }
}

.c-item {
    height: 535px;
}

.c-img {
    object-fit:cover;
    height:100%;
}

h2 {
    align-items: center;
    text-align: center;
    max-width: 35%;
    margin: 1em auto 0 auto;
}

.main__title h2:before,
.main__title h2:after {
    content: '';
    display: inline-block;
    background: #000;
    height: 2px;
    min-width: 10px;
    width: 30%;
    flex: 1 0 0;
}

.main__title h2:before {
    right: 80%;
    margin-right: 15px;
}

.main__title h2:after {
    left: 80%;
    margin-left: 15px;
}

.like {
    font-size: 1.5rem;
}

.site-footer {
    border-bottom: 10px solid #dc2c1d;
    position: relative;
}

.site-footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 200px 200px;
    border-color: transparent transparent #dc2c1d transparent;
    pointer-events: none;
}

.product-card {
    position: relative;
}

.card-link {
    position: absolute;
    right: 10px;
    top: 10px;
}

.product-details {
    border: 1px solid #ddd;
    padding: 15px;
    margin: 10px;
}

.product-price {
    font-size: 24px;
}

.product-old-price {
    text-decoration: line-through;
    margin-right: 10px;
}

.product-description {
    margin-top: 20px;
}

.top-brand-badge {
    background-color: #6c757d;
    color: white;
    padding: 3px 7px;
    border-radius: 5px;
}

.cart2,
.wish {
    padding: 10px 50px;
}

/* product */
.small-img-col {
    flex-basis: 15%;
    cursor: pointer;
    width: 100px;
    height: 100px;
}
.small-img-col img{
    height: 100%;
    width: 100%;
}

.rating-bar {
    height: 12px;
    background-color: #ddd;
}

.checklist-item {
    align-items: center;
    gap: 5px;
    margin-right: 15px;
}

.review-text {
    margin-top: 10px;
}

.review-heading {
    font-weight: bold;
}

.review-summary {
    border-left: 2px solid #e0e0e0;
}

.checklist {
    flex-wrap: wrap;
    margin-top: 15px;
}

/* contact */
.contact .info-item {
    padding: 30px;
    box-shadow: 1px 1px 6px 2px #e9e9e9;
}

.contact .info-item i {
    font-size: 38px;
    line-height: 0;
}

.contact .info-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 10px 0;
}

.contact .info-item p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    background: rgb(246, 246, 245);
    padding: 30px;
    height: 100%;
    box-shadow: 1px 1px 6px 2px #e9e9e9;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 0;
    
}

.map-con {
    width: 100%;
    height: 400px;
    border: 0;
}

/* cart */
.summary-card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}

.btn-magenta:hover {
    background-color: #750b6d;
}

.text-success {
    color: #28a745 !important;
}

/* breadcrumb */
.banner-section {
    background-image: url("{{asset('../../../../frontend/images/assorted-spices-fresh-ingredients-arranged-circular-layout-with-copy-space_38013-116928.jpg");
    background-size: cover;
    background-position: center;
    height: 300px;
    position: relative;
}

.banner-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
}

/* my-orders */
.product-card {
    border-radius: 5px;
}

.price-details {
    border: 1px solid #e0e0e0;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
}

.price-details .total-discount {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
}

.address-card {
    padding: 15px;
    border-radius: 5px;
}

/* address-form */
.form-container {
    max-width: 1000px;
    margin: 20px auto;
    padding: 35px;
    border-radius: 5px;
}

.form-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.form-select {
    font-size: 1rem;
}

/* wishlist */
.table th,
.table td {
    vertical-align: middle;
    text-align: center;
}

.cart-button {
    width: 109px;
}

.table>:not(caption)>*>* {
    padding: .5rem 1.5rem;
}

.badge {
    font-size: 0.9rem;
    padding: 0.4em 0.75em;
}
.image-section{
    height: 280px;
    width: 240px;
    margin: auto;
    padding-top: 30px;
}
.image-section img{
    height: 100%;
    width: 100%;
}
.cart span{
    left: 30px;
}
.cart-item{
    border-bottom: 1px solid #ccc;
}
.cart-item:last-child{
    border-bottom: none;
}
.main-product-img{
    border: 1px solid #cccccc;
}

/* order timeline */

.pt45 {
    padding-top: 45px;
}

.order-tracking {
    text-align: center;
    width: 24.33%;
    position: relative;
    display: block;
}

.order-tracking .is-complete {
    display: block;
    position: relative;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: 0px solid #AFAFAF;
    background-color: #f7be16;
    margin: 0 auto;
    z-index: 2;
}

.order-tracking .is-complete:after {
    display: block;
    position: absolute;
    content: '';
    height: 14px;
    width: 7px;
    top: -2px;
    bottom: 0;
    left: 5px;
    margin: auto 0;
    border: 0px solid #AFAFAF;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.order-tracking.completed .is-complete {
    border-color: #27aa80;
    border-width: 0px;
    background-color: #27aa80;
}

.order-tracking.completed .is-complete:after {
    border-color: #fff;
    border-width: 0px 3px 3px 0;
    width: 7px;
    left: 11px;
    opacity: 1;
}

.order-tracking p {
    color: #A4A4A4;
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 20px;
}

.order-tracking p span {
    font-size: 12px;
}

.order-tracking.completed p {
    color: #000;
}

.order-tracking::before {
    content: '';
    display: block;
    height: 3px;
    width: calc(100% - 40px);
    background-color: #f7be16;
    top: 13px;
    position: absolute;
    left: calc(-50% + 20px);
    z-index: 0;
}

.order-tracking:first-child:before {
    display: none;
}

.order-tracking.completed:before {
    background-color: #27aa80;
}
.thank_you
{
    height:210px;
    width:100%;
    margin-top: 6%;
    text-align: center;
    color:#de2b1c;
}
.accordion {
    background-color: #f8f9fa;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
.accordion:hover .cancelordera{
    color:white !important;
}
.accordion:hover {
    background-color: #DC2C1D;
    color: white;
}
.acco,.accordion,.cancelordera:hover a{
    /* background-color: #DC2C1D; */
    color: white;
}
.acco,.accordion:active{
    /* background-color: #DC2C1D; */
    color: #DC2C1D;
    border:1px solid #eee;
}
/* .accordion:after {
    content: '\002B';
    color: #d1c4c3;
    font-weight: bold;
    float: right;
    margin-left: 5px;
} */

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}