:root {
    --celebrate-background: linear-gradient(90deg, #3c0587 0%, #3b4cf1 100%);
}

body {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

.bg-bluish {
    background: var(--celebrate-background) !important;
}

.imglogo {
    max-height: 50px;
}

a,
a:hover {
    color: #000;
    text-decoration: none;
}

.navbar a {
    color: #fefeff !important;
    padding-right: 0;
    padding-left: 0;
}


.bg-white a {
    color: #4A10BD !important;
}

.bg-white .navbar-toggler {
    color: #4A10BD !important;
}

img.notavailable {
    max-width: 40px;
    max-height: 40px;
    height: 40px;
    width: auto;
    margin: 8px 0;
}

.bg-white  .navbar-brand:hover  {
    background-color: #fff !important;
}

.showmenu:hover {
    color: #000;
}

.navbar a:hover {
    background-color: #5E17EB !important;
;
}

.nav-item {
    margin-left: 8px;
    margin-right: 8px;
}


.nav-item .fas {
    color: #fff;
    font-size: 1.3em;
}

.bg-white .nav-item .fas {
    color: #4A10BD;
}

a.viewall {
    float: right;
    font-size: 0.7em;
    padding: 0 8px;
}

.nav-item .badge {
    position: absolute;
    top: 2px;
    left: 18px;
    padding: 2px 5px;
    background-color: #ff0000;
}


.norecords {
    display: block;
    font-size: 1em;
    text-align: center;
    padding: 20px 0;
}


.btn-primary:hover {
    color: #000;
}


.btn-primary {
    background-color: #28c5fd !important;
    color: #000;
}

div.btns  {
    display: grid;
    grid-template-columns: auto auto;
    gap: 50px;
    align-items: stretch;
    padding: 25px;
}

div.btns div {
    text-align: center;
}

div.btns a {
    width: 80%;
    margin: auto;
    font-size: 1.5em;
}


div.customprice  {
    display: grid;
    grid-template-columns: auto 10% auto;
    gap: 10px;
    align-items: stretch; ;
}


div.paymentfailed {
    text-align: center;
}

div.paymentfailed img {
    margin: 20px auto;
    width: 150px;
    height: 150px;
    margin-bottom: 50px;
}

div.paymentfailed h4 {
    text-align: center;
    padding: 30px 10px;
}



div.paymentfailed .btn-paymentfailed {
    text-align: center;
    width: 90%;
    margin: 10px auto;;
    font-size: 1.4em;
    border: 1px solid #28c5fd;
    background-color: #ffffff;
    color: #28c5fd;
}

button.applyfilter {
    margin: 20px auto;
}
div.customprice div.divto {
    padding: 5px 0;
}

#search {
    display: flex;
    align-items: center;
    justify-content: center;
}

#search .searchbox {
    width: 50%;
    max-width: 500px;
    height: 100%;
    margin: auto;
}

#search .searchbox input {
    border: 0px;
}

#search .searchbox .fas {
    color: #000;
}


#search #search-addon {
    background-color: #fff;
}


#categories .catitem {
    height: 180px;
    width: 150px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#categories .catitem img {
    width: 110px;
    height: 110px;
    margin: 15px auto;
}


#categories .catitem .cattext {
    display: block;
    text-align: center;
    font-weight: bold;
}

section {
    padding: 25px auto;
}


section h3 {
    margin: 10px auto;
    margin-left: 15px;
    font-size: 1.7em;
}

.noborder {
    border: 0px !important;
}



.orderhead {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 10px;
    align-items: stretch;
}

.orderhead .sidebuttons {
    text-align: right;
    padding: 0px 30px;
}

.orderhead .btn {
    width: 200px;
    border-radius: 20px;
    color: #ffffff;
}

.roudedstatus {
    padding: 5px 10px;
    border-radius: 18px;
    margin: 0 10px;
    font-size: 0.8em;
    background-color: #00bf63;
    color: #ffffff;
}

#orderslist .fa-chevron-right {
    font-size: 1.2em;
}

a.optshow,
a.optshow:hover,
a.optshow:visited  {
    text-decoration: none;
}


#orderslist .price {
    padding-top: 30%;
}

.btn-confirmed {
    background-color: #28C5FD;
    color: #ffffff;
    text-transform: capitalize;
    border: 0;
}


.btn-paid, .btn-Paid
{
    color: #ffffff;
    background-color: #00BF63 !important;
    text-transform: capitalize;
    border: 0;

}

.btn-Cancelled,
.btn-cancelled  {
    background-color: #FD2828;
    color: #ffffff;
    text-transform: capitalize;
    border: 0;
}

.ordertabs {
    display: grid;
    grid-template-columns: 30% 30% 40%;
    gap: 10px;
    font-size: 1.4em;
    align-items: stretch;
    border-bottom: 1px solid #cecece;
    margin-bottom: 10px;
}

.optshow, .opthide {
    color: #4A10BD !important;
    text-decoration: underline;

}


.optshow:hover, .opthide:hover {
    color: #4A10BD !important;
    text-decoration: underline;
}

.orderdiv {
    border-bottom: 1px solid #E9E9E9 !important;
    color: #000;

}
.orderoptions {
    font-size: 1.5em;
    margin: 20px auto;
    border-bottom: 1px solid #cecece;

}


.deliveryfeebtn {
    position: absolute;
    bottom: 10px;
    width: 90%;
    left: 5%;
    font-size: 0.9em;
    height: 30px;
    padding: 2px;
    border-radius: 15px;
}

.btn-paid {
    color: rgb(21, 176, 21);
}

.paymentcol {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 10px;
    font-size: 1.4em;
    align-items: stretch;
    margin-top: 10px;
}

.title .vendorname {
    font-weight: bold;
    font-size: 1.5em;
    color: #28c5fd;
}


.sidebuttons a {
    width: 90%;
}


#carouselOffers .item {
    overflow: hidden;
    border: 2px solid #cecece;
    border-radius: 10%;
    padding-bottom: 5%;

}



.owl-carousel .item .pimg {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    max-height: 250px;
}



.owl-carousel .item .pimg img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}


.owl-carousel .item .pname {
    display: block;
    margin: 8px auto;
    text-align: center;
    font-weight: bold;
    height: 35px;
}



.owl-carousel .item .pname .ptitle {
    display: block;
    height: 35px;
    line-height: 1rem;
}




.owl-carousel .item .pname .ptitle {
    text-align: left !important;
    margin: 0 10px;
}

.owl-carousel .item .pname .price {
    display: block;
    float: left;
    margin-left: 10px;
}

.owl-carousel .item .pname .offerpercent {
    display: block;
    float: right;
    background: #4A10BD;
    border-radius: 10px;
    color: #ffffff;
    padding: 0px 10px;
    margin-right: 10px;
    font-size: 90%;
}



/* Shop Page */

section#categories {
    margin: 0 15px;
    margin-top: 20px;
    overflow-x: auto;
;

}


ul.categories {
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    overflow-x: auto; /* Ensure horizontal scrolling is enabled */
    padding: 0 0rem 0 1rem; /* Adjusted padding: 1rem on left to ensure visibility */
    /*scroll-padding-left: -5rem; !* Optional, but aligns with the left padding *!*/
    /*scroll-padding-right: 1rem;*/
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

ul.categories::-webkit-scrollbar {
    display: none;
}

ul.categories li {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    white-space: nowrap;
    font-size: 1.2em;
    margin: 10px auto;
    padding: 0 0.8rem;
    border-bottom: 2px solid #cecece;
    cursor: pointer;
    margin: 0;
}


ul.categories li.active {
    border-bottom: 2px solid #5E17EB;
}



ul.subcategories {
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    overflow-x: scroll;
    padding: 0;
    scroll-padding-left: 1rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

ul.subcategories::-webkit-scrollbar {
    display: none;
}

ul.subcategories li {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    white-space: nowrap;
    font-size: 1em;
    margin: 10px;
    padding: 0 1rem;
    color: #000;
    background-color: none;
    border-radius: 15px;
    border: 1px solid #000;
    cursor: pointer;
    margin: 0.8rem;
}


ul.subcategories li.active {
    background-color: #4A10BD;
    color: #fff;
}

div#page {
    position: relative;
    margin-top: 2rem;
}

.vertical-nav {
    min-width: 17rem;
    width: 17rem;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    font-size: 1.2em;
}

.page-content {
    width: calc(100% - 17rem);
    margin-left: 17rem;
}

#sidebar.active {
    margin-left: -17rem;
}

#content.active {
    width: 100%;
    margin: 0;
}


#sidebar .nav-item a i.fa {
    float: right;
}

#sidebar .control {
    margin: 5px !important;
}



#accountsidebar h3 {
    font-size: 1.2em;
    padding: 8px;
}

#accountsidebar ul li {
    padding: 8px;
    font-size: 1em;
}


#accountsidebar ul li a:hover {
    text-decoration: underline;
}

.pdtlist {
    display: grid;
    /*grid-template-columns: auto auto auto auto;*/
    grid-template-columns: repeat(auto-fill, 230px);
    gap: 10px;
    align-items: stretch;
}

.page-contentlist .pdtlist {
    grid-template-columns: repeat(auto-fill, 240px);

}

.menuscrollleft  {
    position: absolute;
    left: 0;
    top: 10px;
}

.menuscrollright  {
    position: absolute;
    right: 0;
    top: 10px;
}

.downmenu {
    position: relative;
    padding: 0 20px;
}


.uppermenu {
    position: relative;
    padding: 0 20px;
}

.downmenuscrollleft {
    position: absolute;
    left: 8px;
    top: 18px;
}

.downmenuscrollright {
    position: absolute;
    right: 8px;
    top: 18px;
}

.pdtlist>div {
    text-align: center;
    padding: 0;
    border: 1px solid #f1f1f1;
    cursor: pointer;
}


.pdt .pimg {
    width: 100%;
    overflow: hidden;
    max-height: 250px;
    background-color: #f1f1f1;
}

.pdt {
    position: relative;
}

.pdt .resourcenotavailable {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 1.2em;
    padding: 40% 10%;
}


.pdt .resourcenotavailable i {
    margin: 0 20px;
}

.pdt .pimg img {
    width: 225px;
    height: 225px;
    max-height: 100%;
    background-color: #f1f1f1;
}

.pdt .pdtdetails {
    position: relative;
}

.pdt .pdtdetails span {
    padding: 0 0.5rem;
    display: block;
    text-align: left;
    font-size: 0.9em;
}




.pdt .pdtdetails span.price {
    padding: 0 0.5rem;
    display: block;
    text-align: left;
    float: right;
    font-weight: bold;
    font-size: 1em;
}

.striked {
    text-decoration: line-through;;
}


#btnmore:hover {
    border: 0;
}

#btnmore {
    width: 50%;
    margin: 1rem auto;
    display: block;
    padding: 0.5rem;
    font-size: 1rem;
    background: #5E17EB;
    color: #fff;
    border: 1px solid #f1f1f1;
}

.mainwhenwhere {
    display: grid;
    grid-template-columns: auto 1px auto;
    padding-top: 32px;
    grid-column-gap: 24px;
    max-width: 680px;
    width: auto;
    min-height: 60px;
    margin: 0 auto;
}

.mainwhenwhere .divwhen, .mainwhenwhere .divwhere {
    display: grid;
    grid-template-columns: 35px auto 35px;
    background: var(--celebrate-background);
    color: #fff;
    border-radius: 50rem;
    padding: 8px;
    margin-bottom: 16px;
}

.mainwhenwhere .insidetext {
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainwhenwhere .insidetext span {
    display: block;
    font-size: 1.5em;
}

.mainwhenwhere span.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #3b4cf1;
    background: #ffffff;
}
.mainwhenwhere input#datepicker {
    display: none;
}

.mainwhenwhere span.icon-link  {
    cursor: pointer;
}

.mainwhenwhere span.icon-circled {
    border-radius: 18px;
    background-color: #28c5fd;
    color: #fff;
}

#logindiv .btn-block, #signupdiv .btn-block {
    display: block;
    width: 100%;
    background: #28c5fd;
    font-size: 1.4em;
    margin: 15px auto;
}

div.error {
    color: #FF0000;
    font-size: 1em;
    display: block;
    padding: 5px;
}

#logindiv .btn-block:hover {
    color: #fff !important;
}

#logindiv #btnlogin {
    width: 75%;
}

#logindiv .form-control, #signupdiv .form-control
{
    font-size: 1.2em;
    padding: 8px;
    margin: 10px auto;
    border: 0px;
    border-bottom: 1px solid #cecece;
}

#signupdiv .form-control {
    margin: 20px auto;
}

.modal {
    font-size: 14px !important;
}
#logindiv a.signup {
    font-size: 1.1em;
    display: block;
    text-align: center;
}

#logindiv a.signup:hover {
    text-decoration: underline;
}
.separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 15px auto;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #cecece;
}

.separator:not(:empty)::before {
    margin-right: .25em;
}

.separator:not(:empty)::after {
    margin-left: .25em;
}


.ui-datepicker {
    font-size: 1.5em !important;
    width: 100% !important;
}


#locationModal .accordion-button {
    padding: 0.5rem;
    border-bottom: 0px !important;
}


#locationModal .accordion-body {
    padding: 0 !important;
}
#locationModal ul.loclist
{
    list-style-type: none;
    font-size: 1rem;
    padding: 0;
    margin: 0;
}


#locationModal ul.loclist li
{
    padding: 5px;
    cursor: pointer;
}


.mainwhenwhere span.icon .fa-2x {
    font-size: 1.5em !important;
}

.productpage {
    margin: 10px auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 625px auto;
    gap: 10px;
    align-items: stretch;
    padding-bottom: 30px;;
}


div.msmqqtydiv {
    padding-left: 50px;
}

div.msmqqtydiv .ctrldiv {
    margin: 0;
    display: grid;
    font-size: 1.2em;
    grid-template-columns: 30px 30px 30px;
    gap: 1px;
    align-items: stretch;
}


div.msmqqtydiv i {
    margin: 5px;
}

span.msmqqty {
    text-align: center;
    padding: 0px;
}

div.resourceslots {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: stretch;
    gap: 10px;
    margin: 20px auto;
}

.resourceslots .btn-primary {
    background-color: #28c5fd !important;
    color: #000;
}


button.applyfilter, .btncheckoutdiv .btn-primary {
    background-color: #28c5fd !important;
    color: #000;
    border: 0;
}

.btnshoppingdiv .btn-primary {
    background-color: #28c5fd !important;
    color: #000;
    border: 0;
}

div.emptycart {
    text-align: center;
    font-size: 1.2em;
    padding-top: 80px;
}


div.emptycart p, div.emptycart a {
    font-size: 1;
}

div.resourceslots .rslot {
    border: 1px solid #ccc;
}

.addtocart:disabled {
    background-color: #bbbbbb;
}
.addtocart {
    margin: 10px auto;
    width: 30%;
    color: #fff;
    background-color: #5e1deb;
}


.productpage .productimage .image {
    width: 625px;
    height: 400px;
    object-fit: cover;
    text-align: center;
}

.productpage .productdetails {
    padding: 0 1rem;
    font-size: 1.1rem;
}

.productpage .productdetails ul.dashed {
    margin: 0;
    padding-bottom: 15px;
    padding-left: 0;
}


.productpage .productdetails pre {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    white-space: pre-wrap;
}

.productpage .productdetails ul.dashed {
    list-style-type: none;
}

.productpage .productdetails ul.dashed>li:before {
    content: "-";
    padding-right: 0.5rem;
}

.productpage .productdetails span {
    display: block;
}


.productpage .productdetails p {
    margin: 0;
    padding: 0.2rem 0;
;
}

.productpage .productdetails span.price {
    color: #2cc5fd;
    font-size: 1.5rem;
    font-weight: bold;
}

section#companies {
    padding: 0.2rem 0;
    background-color: #c6f5ff;
}

.optcontainer {
    margin-top: 10px;
}

.optcontainer .accordion-header .accordion-button,
.optcontainer .opt-header {
    font-size: 1rem;
    font-weight: bold;
}

.control-wrapper {
    padding: 8px 0;
    display: grid;
    grid-template-columns: auto 150px;
    gap: 10px;
    align-items: stretch;
;
}

.accordion-header, .accordion-button {
    background-color: #2cc5fd !important;
    color: #ffffff !important;
}

.msmqdecr, .msmqincr {
    color: #2cc5fd;
}
.loggedinas {
    display: block;
    text-align: center;
    font-style: italic;
    margin-bottom: 10px;
}

.control-wrapper-location {
    padding: 8px 0;
    display: grid;
    grid-template-columns: 30px auto;
    gap: 10px;
    align-items: stretch;
}

.control-wrapper-location .control {
    margin: 0px 10px !important;
}

.carouselwrapper {
    width: 75%;
    margin: 20px auto;
    height: 100px;
}



.carouselwrapper .owl-nav .disabled {
    background-color: #bbbbbb !important;
}
.carouselwrapper .owl-next,
.carouselwrapper .owl-prev {
    font-size: 2.8em !important;
    background: #5a4aee !important;
    color: #fff !important;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 9px !important;
    padding: 0;
    margin: 0;
    position: absolute;

}


.carouselwrapper .owl-next > span {
    position: absolute;
    top: 22%;
    left: 30%;
}

.carouselwrapper .owl-prev > span {
    position: absolute;
    top: 22%;
    right: 30%;
}

.carouselwrapper .owl-prev {
    top: calc(45% - 12px);
    left: -35px;
}

.carouselwrapper .owl-next {
    top: calc(45% - 12px);
    right: -35px;
}


p.ccnote {
    font-size: 0.9em;
    font-weight: bold;
}
.control_image {
    max-width: 150px;
    max-height: 150px;
}


.optcontainer textarea {
    height: 100px;
    border-radius: 4%;
}

.accordion-button {
    border-bottom: 1px solid #c1c1c1;
}

.accordion-button:not(.collapsed) {
    background-color: none !important;

}

.accordion-button:focus,
.form-control:focus {
    box-shadow: none;
}

/** check box options **/
.control {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    padding-top: 5px;
    cursor: pointer;
    font-size: 1rem;
    margin: 20px 10px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 25px;
    width: 25px;
    background: #e6e6e6;
    border: 0px solid #000000;
    border-radius: 0px;
}

.control:hover input~.control_indicator,
.control input:focus~.control_indicator {
    background: #cccccc;
}

.control input:checked~.control_indicator {
    background: #2cc5fd;
}

.hide {
    display: none !important;
}

.qtydisabled  {
    color: #808080;
}

.control:hover input:not([disabled]):checked~.control_indicator,
.control input:checked:focus~.control_indicator {
    background: #0e6647d;
}

.control input:disabled~.control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control_indicator:after {
    display: block;
}


.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 11px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control-checkbox input:disabled~.control_indicator:after {
    border-color: #7b7b7b;
}

.control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #2aa1c0;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}

.control-radio .control_indicator {
    border-radius: 50%;
}

.control-radio .control_indicator:after {
    left: 7px;
    top: 7px;
    height: 10px;
    width: 11px;
    border-radius: 50%;
    background: #ffffff;
    transition: background 250ms;
}

.control-radio input:disabled~.control_indicator:after {
    background: #7b7b7b;
}

.control-radio .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #2aa1c0;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}

@keyframes s-ripple {
    0% {
        transform: scale(0);
    }

    20% {
        transform: scale(1);
    }

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

@keyframes s-ripple-dup {
    0% {
        transform: scale(0);
    }

    30% {
        transform: scale(1);
    }

    60% {
        transform: scale(1);
    }

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

.control-checkbox input+.control_indicator::before {
    animation: s-ripple 250ms ease-out;
}

.control-checkbox input:checked+.control_indicator::before {
    animation-name: s-ripple-dup;
}


.nav-white:hover {
    color: #fff !important;
}

.navbar a:hover i.nav-white {
    color: #fff !important;
}

.cart-nav {
    position: relative;
}


div#cartitems {
    font-size: 14px;
}


div#cartitems p.eventdate {
    background: #5e1deb;
    border-radius: 8px;
    color: #fff;
    padding: 8px 15px;;
    font-size: 1.2em;
}

div#cartitems div.productitem {
    display: grid;
    grid-template-columns: 30% auto 180px;
    gap: 10px;
    align-items: stretch;
    min-height: 250px;
    padding: 20px 0;
    border-bottom: 2px solid #cecece;
}

div#cartitems div.productitem .otherdetails_mobile {
    display: none;
}

div#cartitems div.productitem  div.img {
    height: 250px;
    overflow: hidden;
}

div#cartitems div.productitem  div.img  img {
    object-fit: cover;
    width: 100%;
    height: 250px;
}


div#cartitems div.productitem .details,
div#cartitems div.productitem .otherdetails,
div#cartitems div.productitem .otherdetails_mobile {
    font-size: 1.6em;
    position: relative;
}

div#cartitems div.productitem .otherdetails .actions {
    position: absolute;
    bottom: 0;
    right: 10px;
}

div#cartitems div.productitem .otherdetails .actions i {
    cursor: pointer;
    padding: 5px;
}





div#cartitems div.productitem .details p {
    padding:0; margin:0;
}

div#cartitems div.productitem .details .itemname {
    font-weight: bold;;
}


div#cartitems div.productitem .details .vendorname {
    font-weight: bold;
    color: #28c5fd;
}


div.summary {
    margin-top: 50px;
    font-size: 1.4em;
}


div.summary p > span {
    float: right;
}



div#cartitems div.productitem .details .deliverytime {
    margin-top: 30px;
}
div#cartitems div.productitem .details .deliverytime,
div#cartitems div.productitem .details .deliveryfee
{
    font-size: 0.8em;
}


div#cartitems div.productitem .price {
    text-align: right;
}

div#checkout {
    display: grid;
    grid-template-columns: 45% auto;
    gap: 50px;
    align-items: stretch;
    padding: 25px;
}
.address .fas {
    float: left;
    margin: 0 10px;
}

.addresslist  .address {
    font-size: 1em;
}

.address .areaname {
    font-weight: bold;
    font-size: 1.3em;
}

div#addressform {
    padding-left: 50px;
}

div#addressform div {
    padding: 10px 0;
    font-size: 1.3em;
}

div#paymentdetails {
    font-size: 14px;
}


div#paymentdetails h3 {
    font-size: 1.6em;
}

div#giftsend {
    border: 1px solid #cecece;
    border-radius: 15px;
    padding: 12px;
    font-size: 1.2em;
    position: relative;
}

div#giftsend .control-wrapper-gift {
    position: absolute;
    right: 20px;
    top: 10px;
}

div#giftsend .fas {
    margin: 10px 0;
}


div#giftsend span {
    display: block;
    padding: 5px 0;
}


div#giftsend span.head {
    display: block;
    font-weight: bold;;
}


div#paymentmethod {
    margin: 50px 0;
}
div.paymentmethods {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
    align-items: stretch;
    padding: 15px 0px;

}

div.paymentmethods .details img {
    max-height: 50px;;
}


div.paymentmethods .details {
    font-size: 1.3em;

}

div#paymentsummary {
    margin: 50px 0;
}

div#paymentsummary .summary,
div#paymentsummary .summarytotal
{
    display: grid;
    grid-template-columns: auto 150px;
    gap: 10px;
    align-items: stretch;
    font-size: 1.5em;
}

div.addrtypelist {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
    align-items: stretch;
}


div.addrtypelist button {
    width: 90%;
    margin: 0 auto;
}

div#paymentsummary .summary {
    padding-bottom: 20px;
    padding-top: 20px !important;
    margin-top: 10px;
    border-bottom: 1px solid #cecece;

}


div#paymentsummary .summarytotal {
    padding: 20px 0;
    font-weight: bold;
}

div#paymentsummary div {
    padding: 5px 0;
}

div#paymentsummary .price {
    text-align: right;
}

button#proceedpayment {
    font-size: 1.3em;
    width: 100%;
    padding: 12px 0;
}

div#voucher {
    padding-top: 20px;
}

div#voucher button#applycoupon {
    width: 150px;
}



div#transactionresult {
    min-width: 400px;
    margin-left: 20px;
    max-width: 600px;
    font-size: 1.2em;
}


div#orderbtns {
    text-align: center;
    padding: 0 20px;
}

div#orderbtns .btn {
    width: 19%;
    margin: 0 10px;
    border: 1px solid #000;
    font-weight: bold;
    border-radius: 10px;
}

div#orderbtns .btn-primary {
    color: #fff;
    border: 1px solid #28c5fd;

}


div#orderslist {
    font-size: 12px;
}


div#orderslist p.eventdate {
    background: #5e1deb;
    border-radius: 8px;
    color: #fff;
    padding: 8px 15px;;
    font-size: 1.2em;
}

div#orderslist div.productitem {
    display: grid;
    grid-template-columns: 150px auto 180px;
    gap: 15px;
    align-items: stretch;
    min-height: 180px;
    padding: 20px 0;
    border-bottom: 2px solid #cecece;
}

div#orderslist div.productitem  div.img {
    height: 150px;
    overflow: hidden;
}

div#orderslist div.productitem  div.img  img {
    object-fit: cover;
    width: 100%;
    height: 250px;
}


div#orderslist div.productitem .details,
div#orderslist div.productitem .price {
    font-size: 1.6em;
    position: relative;
}


div#orderslist div.productitem .price { text-align: center; }


div#orderslist div.productitem .details p {
    padding:0; margin:0;
}

div#orderslist div.productitem .details .itemname {
    font-weight: bold;;
}


div#orderslist div.productitem .details .vendorname {
    font-weight: bold;
    color: #28c5fd;
}




div#addrlist div.addressitem {
    font-size: 12px;
    min-height: 180px;
    padding: 20px 0;
    border-bottom: 2px solid #cecece;
}


div#addrlist div.addressitem .details,
div#addrlist div.addressitem .price {
    font-size: 1.6em;
}


div#addrlist div.addressitem .details p {
    padding:0; margin:0;
}

div#addrlist div.addressitem .addrname {
    font-weight: bold;;
}


div#addrlist div.addressitem  .addrlocation {
    font-weight: bold;
    color: #28c5fd;
}


.contactus {
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.contactus a,
.contactus a:hover {
    color: #fff;
}


.contactus .heading {
    font-size: 1.2em;
    font-weight: bold;
}



.contact-form div.options  {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 50px;
    align-items: stretch;
    padding: 25px 50px;
    text-align: center;
}


.contact-form div.options img  {
    width: 40px;
    margin: 10px auto;
}

.contact-form .form {
    background-color: #fff;
    border-radius: 40px;;
    padding: 10px 40px;
    font-size: 1em;
}


.contact-form  .form-control
{
    border: 0px;
    border-bottom: 1px solid #cecece;
    margin: 40px auto;
}


.contact-form  .btn
{
    width: 50%;
    min-width: 200px;
    margin: 30px auto;
    background-color: #5e1deb !important;
    color: #fff !important;
}


div#result {
    text-align: center;
    color: #000;
}

/* drop down  */

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 250px;
    right: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-menu {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
/*
  .signupmenu:before {
    content:"";
    width:0;
    height:0;
    border-left:6px solid #000;
    border-right:6px solid #000;
    border-bottom:6px solid #000;
    position:relative;
    top:-40px;
    right:40px;
 }
*/
.signupmenu {
    padding: 20px;
    text-align: center;
}


.signupmenu .btn {
    padding: 8px;
    margin: 8px auto;
}

.signupmenu a.signupbtn {
    background: none;
    color: blue !important;
    cursor: pointer;
}


.signupmenu a.signupbtn:hover {
    background-color: none !important;
    background: none !important;
    text-decoration: underline !important;
}

/* drop down */


.coverdiv {
    width: 100%;
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 20px;;
}
.coverdiv #search {
    background: none !important;
    min-height: 160px;
}

.coverdiv .vlogo {
    padding:0;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 2em;
    color: #ffffff;
}


.coverdiv .vlogo img {
    max-width: 200px;
    max-height: 200px;
    margin: 10px;
    border-radius: 50%;
}



div.vcatdiv {

    position: relative;
    width: 100%;
    padding: 0 25px;
    margin-bottom: 20px;
}

div.vcatdiv span {
    display: inline-block;
    padding: 5px 15px;
    margin: 4px;
    border-radius: 15px;
    border: 1px solid #000;
    cursor: pointer;
}


div.vcatdiv span.selected {
    background-color: #4A10BD;
    color: #fff;
}

.rate i {
    color: #222;
}


.rate i.selected {
    cursor: pointer;
    color: yellow;
    padding: 2px;
}




.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active
{
    text-align: center;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #5F15F1 !important;
    text-align: center;
    color: #ffffff;
}

.ui-state-active {
    background: #5F15F1 !important;
    color: #ffffff !important;
}



.ui-state-default
{
    background: #ffffff;
}
.ui-datepicker .ui-datepicker-header {
    background: #5F15F1;
}
.ui-datepicker .ui-datepicker-header
{
    color: #ffffff;
}


#whenModal .btn-secondary,
#locationModal .btn-secondary {
    background: #5F15F1;
    color: #ffffff;

}

span.optrequired {
    color: #ff0000;
    padding: 0 5px;
}

.itemimage img {
    min-height: 150px;
    min-width: 150px;
}

.accordion-item .control-group, .accordion-item .control-wrapper {
    position: relative;
}


.accordion-item .control-wrapper .msmqqtydiv {
    position: absolute;
    top: 100px;
}

.option .control_image {
    overflow: hidden;
}

.pdtlist .citem {
    overflow: hidden;
    border: 0px solid #cecece;
    padding: 15px;
}



.pdtlist .citem .pimg {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    max-height: 250px;
    border-radius: 50%;
    padding-bottom: 5%;
}



.pdtlist .citem .pimg img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}


.minhgt {
    min-height: 200px;
}

#footer {
    background-color: #5F15F1;
    display: grid;
    grid-template-columns: 45% 10% 45%;
    gap: 10px;
    align-items: stretch;
    padding: 8px;
    max-height: 80px;
    font-size: 1.2em;
    color: #ffffff;
}

#footer .copyright {
    padding: 10px;
    margin: 0;
}


#footer .footerlogo {
    padding: 0;
    margin: 0;
    text-align: center;
}


#footer .footerlogo img {
    height: 50px;
}


#footer .socialmedia {
    padding: 4px;
    margin: 0;

}



#footer .socialmedia ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 350px;;
    float: right;
}

#footer .socialmedia ul li { display: inline; margin: 0 20px;}


#footer .socialmedia ul li a {
    border-radius: 50%;
    padding: 7px;
    display: inline-block;
}


#footer .socialmedia ul li a:hover {
    border: 2px;
    border-color: #fff;
    text-decoration: none;
}


#footer .socialmedia img {
    height: 20px;
}

#aboutus {
    padding: 0;
}

.aboutsec1 {
    padding: 30px;
    background-color: #5F15F1;
    color: #ffffff;
}



.aboutsec2 {
    padding: 30px;
}


.aboutsec1 h3 {
    padding: 10px 0;
}
.aboutsec1 p {
    font-size: 1.1em;
}


.aboutsec2 h3 {
    padding: 10px 0;
}


.aboutsec2 .features {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 10px 40px;
}


.aboutsec2 .features .feature {
    width: 25%;
    min-height: 200px;
    padding: 20px;
    text-align: center;
}


.aboutsec2 .features .feature img {
    margin: 20px auto;
}

.btn-ok, .btn-cancel, .btn-secondary,
.btn-ok:hover, .btn-cancel:hover, .btn-secondary:hover {
    background-color: #5F15F1;
    border-color:  #5F15F1;
}



.text-blue {
    color: #3b4cf1;
}

.hero-title {
    font-size: 8rem;
    /*font-family: Verdana pro;*/
    font-family: 'Open Sans', Verdana, sans-serif;
    letter-spacing: 0.25rem;
}

.hero-slugan {
    font-family: 'Open Sans', Verdana, sans-serif;
    /*font-family: Verdana pro;*/
}

.arrow-pointer {
    position: absolute;
    right: 80%;
    bottom: -20%;
    aspect-ratio: 347 / 158;
    width: 125%;
    height: auto;
}

.celebrate {
    aspect-ratio: 400 / 400;
    width: 400px;
    height: auto;
    position: relative;
    left: -1rem;
    z-index: 1;
    animation: 2s infinite celebrate-rotate;
}

@keyframes celebrate-rotate {
    0%  {transform: rotate(0); top: 0; right: 0;}
    25%  {transform: rotate(5deg); top: 0.5rem; right: 0;}
    50%  {transform: rotate(10deg); top: 1rem; right: 1rem;}
    75%  {transform: rotate(5deg); top: 0; right: 0.5rem;}
    100% {transform: rotate(0); top: 0; right: 0;}
}

.animation-container {
    top: -1rem;
}

#text {
    min-width: 296px;
    min-height: 36px;
    background-color: #ffffff;
    animation: 1s background-animate;
}

@keyframes background-animate {
    0%  {background-color: transparent;}
    100% {background-color: #ffffff;}
}

.fireworks {
    width: auto;
    height: 200px;
    position: absolute;
    top: -8rem;
}

.fireworks-1 {
    right: 0;
}

.fireworks-2 {
    left: 0;
}

/** Desktop Query **/
@media only screen and (min-width: 992px) {
    .fs-lg-4 {
        font-size: 1.5rem !important;
    }
}

/** Mobile Query **/
@media only screen and (max-width: 600px) {
    #sidebar {
        display: none;
    }



    .productpage {
        margin: 0;
        padding: 0;
        display: block !important;
    }

    .productpage .productimage .image {
        width: auto !important;
        height: auto !important;

        padding-bottom: 20px;
    }

    .page-content {
        width: 100%;
        margin-left: 0;
    }



    .pdtlist {
        display: grid;
        grid-template-columns: auto auto;
        gap: 10px;
        align-items: stretch;
    }

    #footer {
        display: block !important;
        max-height: inherit;
    }

    #footer .footerlogo {
        margin: 10px auto;
    }


    #footer .socialmedia {
        padding: 0px;
    }

    #footer .socialmedia ul
    {
        float: none !important;
        margin: 10px auto;
    }


    div#cartitems div.productitem {
        grid-template-columns: 180px auto;
    }

    div#cartitems div.productitem .otherdetails {
        display: none;
    }


    div#cartitems div.productitem .otherdetails_mobile {
        display: block;
        font-size: 1em;
    }


    div#cartitems div.productitem .otherdetails_mobile .actions {
        right: 10px;
        margin: 10px 0;
        text-align: right;
    }

    div#cartitems div.productitem .otherdetails_mobile .actions i {
        margin: 0 5px;
    }

    div#cartitems {
        font-size: 12px;
    }


    div#cartitems div.productitem .price {
        text-align: left;
        margin: 10px auto;
    }

    div#checkout {
        display: block;
    }

    button.applyfilter, .btncheckoutdiv .btn-primary {
        width: auto;
        padding: 10px;
    }

    .mainwhenwhere {
        grid-template-columns: auto;
    }

    .animation-container {
        top: 0;
    }

    .hero-title {
        font-size: 3rem;
    }

    .celebrate {
        width: 100%;
        left: 0;
    }

    #text {
        min-width: 205px;
        min-height: 28px;
    }
}


.noborder {
    border-bottom: 0 !important;
    border: 0 !important;
}