
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{

    font-family: "Roboto", sans-serif;
}

p,span,h2,h1,h4,h5,label,a{
    color: #313131;
}
p{
    padding:0;
    margin: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default{
    cursor:  pointer !important;
}

.custom-event-btn{
    font-size:22px;
    color: #313131;
    font-weight: 500;
    margin-top: 10px;
    line-height: 30px;
}

.page-breadcrumb .breadcrumb-item a {
    text-decoration: none;
    background-color: transparent;
    padding:0  5px 0 0 !important;
}
.page-breadcrumb span{
    padding-left: 5px;
}
.page-breadcrumb span.active{
    color: #c853fe;
    text-transform: capitalize;
}

#countdown,#occasion-countdown{
    color: #c853fe;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

#countdown div,
#occasion-countdown div{
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 8px 0px;
    margin: 15px 10px;
    width: 80px;
}

.p-card--title-link{
    color: #313131;
    font-weight: bold;
}


.title-medium{
    font-weight: 700;
    font-family: 500;
    color: #313131;
    font-size: 18px;
}
.font-bold{
    font-weight: 700;
}
del{
    text-decoration: line-through;
    color: orangered;
}

.form-control{
    height: 38px !important;

}


/* .product-cart-btn:hover{
    background-color: #313131 !important;
}
.product-cart-btn:hover .product-cart-btn i{
    color: #fff !important;
} */

#OCarousel-3 .picture{
    background-color: transparent;
    box-shadow: none;
}
#OCarousel-3 .picture img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border:5px solid #D9D9D9;
    transition: transform 0.3s ease;
}

#OCarousel-3 .picture img:hover{
    transform: scale(1.1);
}

#OCarousel-3 .details h2{
    font-size: 14px;
    font-weight: bold;
    margin-top: 12px;
    text-align: center;
}

.product-search{
    position:aboslute;
    display: none;
    width: 100%;
    top: 70px;
    padding: 20px 10px;
    overflow-y: scroll;
    background: #fff;
    box-shadow: 2px 3px 2px var(#999);
    z-index: 9990;
}

 .product-search .product-box{
    padding:8px 10px;
    border-bottom: 1px solid #ddd;
}
 .product-search img{
    width:80px;
}
 .product-search p{
    font-size: 18px;
    color: #313131;
    margin: 0;
    padding: 0;
}

.product-search p.price{
    color: var(--bg_4);
}

/* Navbar  */

#occasion-desktop{
    position: relative;
}

#occasion-desktop .custome-positon{
    position: absolute;
    top:0px;
    left:-300px;
    padding: 45px 0;
    display: none;
}

#occasion-desktop .occasion-items{
    background: #fff;
    padding: 30px 0px;
    display: flex;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    z-index: 99;
}

#occasion-desktop .occasion-items .item{
    width: 220px;
    padding: 0 20px;
    text-align: left;
}

#occasion-desktop .occasion-items a{
    color: #313131;
    font-weight: 500;
    font-size: 14px;
}

#occasion-desktop .occasion-items .item ul{
    margin-top: 15px;
    text-align: left;
}

#occasion-desktop .occasion-items .item ul li{
    margin: 10px 0;
}

#occasion-desktop .occasion-items .item ul li a{
    font-size: 14px;
    font-weight: 400;
    transition: color 0.4s linear;
}

.occasion-items .item ul li a:hover{
    color: #c853fe !important;
}

/* CART  */
#cart{
    margin-top:20px;
}

#cart .header-title{
    background-color: #fff;
    padding:12px 15px;
}
#cart .header-title h2{
    font-size: 18px;
    color: #313131;
    font-weight: 600;
}

#cart .header-title .section-button{
    font-size: 16px;
    color: #313131;
    font-weight: 600;
}

#cart-table .table thead th{
    padding: 4px 10px;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid #e0e0e0 !important;
}
#cart-table .table{
    border: 1px solid #e0e0e0 !important;
    margin: 0;
}

#cart-table .table td{
    vertical-align: middle;
    border-bottom: 1px solid #e0e0e0 !important;
    font-variant: top;

}

#cart-table .table td p{
    color: #313131;
    font-weight: 500;
    font-size: 16px;
}

#cart-table .table .product-column .product-img{
    width: 40px;
    height: 50px;
}

#cart-table .table .product-column .product-name{
    font: 16px;
    font-weight: 500;
    color: #313131;
    margin-left: 15px;
}

#cart .shipping-details p{
    font-weight: bold;
    color: #313131;
    font-size: 16px;
}

#cart .shipping-details span{
    font-weight: bold;
    color: #313131;
    font-size: 16px;
}

#cart .shipping-details label{
    font-size: 16px;
    color: #313131;
    font-weight: bold;
}

#cart .shipping-details .shipping-group label{
    margin: 0;
    font-weight: semibold;
}

#cart .shipping-details .shipping-group p{
   font-size: 16px;
   font-weight: 500;
   margin-bottom: 15px;
}



.qty-input {
    display: flex;
    align-items: center;
}

.qty-input .qty-count,
.qty-input .product-qty{
    width:40px;
    height:30px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #313131;
    font-weight: 500;
    border-collapse: collapse;
    border: 1px solid #ccc;
}

.qty-input .product-qty{
    text-align: center;
}

.qty-input .product-qty::-webkit-outer-spin-button,
.qty-input .product-qty::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

.qty-input .product-qty:focus{
    outline: none;
}

/* CART  */


/* product details */

.product-form .form-label{
    color: #313131;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;

}

#product-details-page .product-form  .size-details{
    display: flex;
    width:200px;
    flex-wrap: wrap;
    padding:10px 10px 5px 10px;
}

#product-details-page .product-form .size-details del{
    color: rgb(206, 106, 12);
    font-size:14px;
}

.product-form  .size-details img{
    width: 30px;
    max-height: 30px;
    margin-left:5px;
}

.product-form  .size-details .size-name{
    font-size: 16px !important;
    margin:0 8px 0 6px;
    font-weight: 600;
    line-height: 1.1;
    color: #313131;
}
.product-form .size-details .size-input{
    height: fit-content;
    margin-left: 10px;
}
#product-details-page .product-form .size-description{
    text-align: center;
    font-size: 14px;
    color: #313131;
    font-weight: 500;
    font-family: sans-serif;

}

.product-form  .size-details .price{
    color: #886b6b !important;
    font-weight: 600;
    font-size: 15px;
    padding: 0 5px;;
}

.product-form  .size-details input.price{
    margin-top:10px;
    background-color: transparent !important;
}

/* product details end */

/* ABOUT PAGE  */
#about .about-title{
    font-weight: bold;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 3px;
    color: #c853fe;
    text-shadow: 2px 2px 3px #e0e0e0;
}

#about .about-text{
    width: 100%;
    font-size: 16px;
    color: #313131;
    line-height: 23px;
    font-weight: 400;
    max-width: 500px;
}

#about .about-image .img1{
    width:100%;
    height:300px;
}

#about .about-image .img2{
    width:100%;
    height:150px;
}

#about .about-image .img3{
    width:100%;
    height:150px;
}

#about .team-member .title{
    color: var(--bg_1);
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

#about .team-member .details{
    font-size: 16px;
    padding: 20px;
    text-align: center;
}

#about .team-member .details img{
    width: 100%;
    max-width: 200px;
    /* height: 200px; */
}

#about .team-member .details p{
    margin-top: 10px;
}
#about .team-member .details .name{
    font-weight: 600;
}

#about .team-member .details .designation{
    font-weight: 600;
    color: var(--bg_1);
}

/* AABOUT PAGE  */


/* CHECKOUT  */

#checkout .item img{
    width: 80px;
    height: 90px;
    margin-right:15px;
}

#checkout .item .product-name{
    margin-top: 10px;
    color: #313131;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
}

#checkout .item .single-price,
#checkout .item .total-price{
    color: #313131;
    font-size: 16px;
    font-weight: 500;
    margin:5px 0px;
}

#checkout .price-box p{
    font-weight: 500;
    color: #313131;
    font-size: 16px;
    line-height: 16px !important;
}

#checkout #checkout-form img{
    width: 80px;
}

#checkout .form-check{
    display: flex;
    align-items: center !important;
}

#checkout .form-check label{
    display: inline-block;
    padding: 0;
    margin: 0;
}

#checkout .form-check input{
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-top: -2px;
}
#checkout #checkout-form button{
    background: #c853fe;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 9px 15px;
    transition: all 0.3s ease;
}

#checkout #checkout-form button:hover{
    color: #c853fe;
    background-color: #fff;
}

/* CHECKOUT  */

#profile #sidebar{
    width: 240px !important;
    background-color: #f8f9fa;
    padding: 15px 0;
}
#profile #sidebar .profile{
    padding: 20px 10px;
}

#profile #sidebar .profile .profile-avatar{
    width:100px;
    height: 100px;
    border-radius: 50%;
}

#sidebar .image-box{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

#sidebar .image-box button{
    position: absolute;
    z-index: 10;
    top:0;
    right: 20px;
}

#sidebar .image-box input{
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    opacity: 0.01;
    z-index: 1000;
}

#profile .order .table-responsive .table{
    border-collapse: collapse;
    border: 1px solid #999;
    vertical-align: center;
}

#profile .order .table-responsive .table td,
#profile .order .table-responsive .table th{
    color: var(--color_2);
    border: 1px solid #999;
}

#profile .order .table-responsive .table th{
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold;
    color: #313131;
}

#profile .order .table-responsive .table td{
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
    color: #313131;
    vertical-align: middle;
}
td .pending{
    background: #FFC700;
    color: white;
    padding: 3px 5px;
}
td .accept{
    background: #3C6255;
}

td .shipping{
    background: #87A922;
}
td .delivered{
    background: #51AF5B;
}
td .cancel{
    background: #bb1616;
}

td .order-view-btn{
    border: 1px solid #c853fe;
    color: #c853fe;
    font-size: 14px;
    padding: 3px 10px;
}

td .pending,
td .accept,
td .shipping,
td .delivered,
td .cancel{
    color: white;
    padding: 3px 5px;
}

#cart-content{
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    z-index: 50;
    padding:0 15px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    background-color: #fff;
    height: 100vh;
}

#cart-content .header{
    padding-bottom: 5px !important;
    border-bottom: 1px solid #e0e0e0 !important;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 10%;
}

#cart-content h2{
    margin-bottom: 0 !important;
    font-size:20px;
}

#cart-content .close-cart{
    background-color:#c853fe;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
}
#cart-content .close-cart .icon{
    font-size: 18px !important;
}

#cart-content .item-box{
    height: 70%;
    width: 100%;
    overflow: auto;
}

#cart-content .item{
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
}

#cart-content .item img{
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

#cart-content .item-details p{
    font-size: 14px;
    color: #313131;
}

#cart-content .item-details .price{
    color: #c853fe;
}

#cart-content .item-details .old-price{
    text-decoration: line-through;
    color: #bb1616;
}

#cart-content .btn-box{
    position: absolute;
    bottom: 0;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10%;
    width: 90%;
    transform: translateX(-50%);
}
#cart-content .cart-page{
    border: 1px solid #c853fe;
    color: #c853fe;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 18px;
    padding: 6px 0;
    transition: all 0.3s;
}

/* Event ManageMent  */

#event-management .mobile-view{
    display: none;
}

#event-management .event-post .left-side{
    width: 30%;
}

#event-management .event-post .midel-side{
    width: 45% !important;
    padding: 10px;
}

#event-management .event-post .right-side{
    width: 20% !important;
}

#event-management .event-post {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

#event-management .event-post .package-name{
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #c853fe;
    line-height: 30px;
    padding: 0 10px;
}

#event-management .event-post .details{
    margin-top: 5px;
    font-size: 15px;
    font-weight: 400;
    color: #313131;
    padding: 0 10px;
    line-height: 20px;
}
#event-management .event-post .d-flex{
    margin-top: 10px;
    padding: 0 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 23px;
}

#event-management .event-post .d-flex .price{
    color: #313131;
}
#event-management .event-post .discount{
    color: #FF7900;
}

#event-management .event-post .btn-wrapper{
    text-align: center;
    padding: 20px 10px;
}

#event-management .event-post .btn-wrapper a{
    color: #c853fe;
    font-size: 16px;
    padding: 10px 15px;
    border: 1px solid #c853fe;
    display: inline-block;
    width: 100%;
    transition: all 0.4s linear;
}

#event-management .event-post .btn-wrapper a:hover{
    background-color: #c853fe;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    transition: all 0.4s linear;
}

/* Package  */

#package .package-box{
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    transition: 0.3s linear;
}

#package .package-box:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#package .package-box .package-header{
    width: 100%;
    padding:10px 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}
#package .package-box .package-header h4{
    color: #fff;
}

#package .package-box .package-header .price{
    color: #fff;
    font-size: 18px;
}

#package .package-box .package-header .old-price{
    color: #fff;
    font-size: 16px;
    text-decoration: line-through;
    margin-left: 10px;
}

#package .package-box .standard{
    background: #134B70;
}
#package .package-box .premium{
    background: #399918;
}
#package .package-box .delux{
    background: #FF4191;
}

#package .package-box .details{
    padding: 10px;
}

#package .package-box .details .description{
    color: #313131;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

#package .package-box .offer-list{
    list-style-type: none;
    margin-top: 10px;
    color: #313131;
    font-size:15px;
    font-weight: 400;
}

#package .package-box .offer-list li{
    margin-top: 10px;
    display: flex;
    align-items: center;
}

#package .package-box .offer-list span.check{
    color: #399918;
    font-size:18px;
    margin-right: 8px;
}

#package .package-box .offer-list span.ban{
    color: #991818;
    font-size:18px;
    margin-right: 8px;
}

#package .package-box .details .order-btn{
    color: #fff;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

#package .package-box .details .standard{
    border: 1px solid #134B70;
    background: #134B70;
}

#package .package-box .details .standard:hover{
    background: #ffffff;
    color: #134B70;
}

#package .package-box .details .premium{
    border: 1px solid #399918;
    background: #399918;
}

#package .package-box .details .premium:hover{
    background: #ffffff;
    color: #399918;
}

#package .package-box .details .delux{
    border: 1px solid #FF4191;
    background: #FF4191;
}

#package .package-box .details .delux:hover{
    background: #ffffff;
    color: #FF4191;
}

.list-details .offer-list{
    color: #313131;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    list-style-type:disc;
}

.list-details .offer-list li{
   margin-top:5px;
}




#cart-content .cart-page:hover{
    background-color:#c853fe;
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    #occasion-mobile .custome-positon{
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        padding: 20px 30px;
        width: 100%;
        box-shadow: 1px 1px 10px #888;
        display: none;
    }

    #occasion-mobile .occasion-items a{
        color: #313131;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    #occasion-mobile .occasion-items .item{
        margin-top: 10px;
    }

    #occasion-mobile .occasion-items li{
        margin:8px;;
    }
    #occasion-mobile .occasion-items li a{
        font-size: 15px;
        font-weight: 400;
    }

    #occasion-mobile .show{
        display: block !important;
    }
}

@media only screen and (max-width:1000px){
    #event-management .mobile-view{
        display: block !important;
    }

    #event-management .desktop-view{
        display: none !important;
    }
}





