/*Home page Logo*/
/* .logo img {
    width: 100px !important;
} */

/*Home page Searchbar text*/
.block-search input {
    padding-left: 25px !important;
}

/*Home page Menu Dropdown*/
.page-header.type23 .navigation:not(.side-megamenu)>ul {
    display: flex;
    overflow-x: visible !important;
    overflow-y: visible !important;
    margin-bottom: 20px;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 15px);
    margin-left: -10px;
    margin-right: -10px;
}

/*Customer Order History*/
.order-details-items {
    font-size: 0.9rem !important;
}

.cart-price {
    font-size: 0.8rem;
}

.price-including-tax+.price-excluding-tax:before {
    font-size: 0.8rem;
    visibility: hidden;
}

.price-including-tax+.price-excluding-tax .price {
    font-size: 0.8rem;
    visibility: hidden;
}

.abs-table-striped>thead>tr>th,
.abs-table-striped>tbody>tr>th,
.abs-table-striped>tfoot>tr>th,
.abs-table-striped>thead>tr>td,
.abs-table-striped>tbody>tr>td,
.abs-table-striped>tfoot>tr>td,
.account .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,
.account .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,
.account .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,
.account .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,
.account .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,
.account .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td,
.block-giftregistry-results .data.table>thead>tr>th,
.block-giftregistry-results .data.table>tbody>tr>th,
.block-giftregistry-results .data.table>tfoot>tr>th,
.block-giftregistry-results .data.table>thead>tr>td,
.block-giftregistry-results .data.table>tbody>tr>td,
.block-giftregistry-results .data.table>tfoot>tr>td,
.block-wishlist-search-results .data.table>thead>tr>th,
.block-wishlist-search-results .data.table>tbody>tr>th,
.block-wishlist-search-results .data.table>tfoot>tr>th,
.block-wishlist-search-results .data.table>thead>tr>td,
.block-wishlist-search-results .data.table>tbody>tr>td,
.block-wishlist-search-results .data.table>tfoot>tr>td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td {
    padding: 1px;
}

.product-item-name {
    white-space: inherit;
}

.order-details-items .items-qty .item {
    padding-top: 20px;
}

.order-details-items .table-order-items .product-item-name {
    padding-top: 20px;
}

.abs-incl-excl-tax .price-including-tax,
.abs-incl-excl-tax .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.subtotal .price-including-tax {
    padding-top: 20px;
}

.opc-block-summary .grand.incl+.grand.excl .mark strong,
.opc-block-summary .grand.incl+.grand.excl .amount strong {
    display: none !important;
}

.admin__table-secondary tbody tr:nth-child(odd) th,
.admin__table-secondary tbody tr:nth-child(odd) td {
    display: -webkit-inline-box;
}


.fitasf {
    padding-bottom: 40px !important;
}

h2 {
    text-align: center;
    font-weight: 600px !important;
    font-size: 1.25rem !important;
}

.category-image .image {
    max-width: 20%;
}

/** Date Picker configuration for Event add & Event edit part starts**/
.ui-datepicker {
    background: #ffffff;
    border: 1px solid #007bdb;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ui-datepicker .ui-datepicker-header {
    padding: 0 0 10px;
    position: relative;
    z-index: 1;
}

.ui-datepicker table.ui-datepicker-calendar span,
.ui-datepicker table.ui-datepicker-calendar a {
    box-sizing: border-box;
    /* color: #514943; */
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    width: 45px;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    font-size: 1rem !important;
    width: 40% !important;
    margin-right: 2%;
    color: black;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    font-size: 1rem !important;
    width: 40% !important;
    color: black;


}

.ui-datepicker .ui-datepicker-calendar td a {
    padding: 0px;
}

.ui-datepicker table.ui-datepicker-calendar .ui-state-active {
    background: #514943;
    color: #ffffff;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    color: black;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    color: black;
}

/** Date Picker configuration for Event add & Event edit part ends**/

/** image section of event add & edit part**/

.image .image-placeholder-text {
    padding: 0 !important;
    font-size: 1.0rem !important;
}

* Event Type in Add Custom Queries in Event Add Page* .select2-container--default .select2-selection--multiple {
    border: 2px solid rgba(0, 0, 0, .09) !important;
    height: 75px !important;
}

/** Add Event TicketType Customization **/
.customoption .customoption .wk_row input,
.customoption .customoption .wk_row select {
    height: 50px !important;
}

.customoption .customoption {
    padding: 2% !important;
}

.customoption .customoption:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.customoption .customoption .head .label {
    text-align: center;
}

/** Add options button **/

/* button:not(.primary) {
    border-radius: 5px !important;
} */

.wk-mp-fieldset .button {
    border-radius: 5px !important;
}

.importantWidth {
    height: 50px;
    margin-left: 2%;
    margin-right: 2%;
}

.customoption input[type="text"] {
    margin-right: 2%;
    height: 50px;
    /* margin-top: 30px; */
    margin-top: 10px;
}

/* .customoption .wk_row {
    margin-top: -20px;
} */

.insertnew {
    padding: 10px;
}

/** My Order History Styling **/

.action-multicheck-wrap .action-multicheck-toggle {
    margin-left: -2px !important;
}

.admin__data-grid-actions-wrap .admin__action-dropdown {
    padding-right: 3.3rem;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-bottom: none;
    border-radius: 0;
    box-shadow: none;
    color: #41362f;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: -.025em;
    padding: 0.7rem 3.3rem 0.8rem 1.5rem;
    position: relative;
    vertical-align: baseline;
    z-index: 2;
}

.admin__control-support-text {
    padding: 1rem;
    padding-top: 2px;
}


/** Add event Save button **/

@media screen and (max-width: 1280px) {

    .porto-ibanner>img {
        /* width: 500px !important; */
        height: 300px;
        object-fit: contain;
    }

    .page-header.type23 .navigation:not(.side-megamenu)>ul {
        display: block;
        font-size: 15px;
    }

    .header.page-header .nav-sections-item-title {
        font-size: 20px !important;
    }

    .header.page-header .nav-sections-item-title.active {
        font-size: 20px;
    }

    .logo img {
        width: 100px !important;
    }
}


/** Event Description Page Responsiveness Starts **/

@media screen and (max-width: 991px) {

    /** Event Title **/
    .product-info-main .page-title-wrapper h1 {
        font-size: 1.5rem;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
}

/** Notify me when the price drops in pdp **/
.product-info-main .product.alert {
    display: none !important;
}

/** Sku in pdp **/
.product-info-main .product.sku {
    display: none;
}

/** Upcoming events page **/

.event_end_time {
    display: none;
}

/* .mp_event_list .products-list li.item {
    width: 22rem !important;
    margin: 1%;
}

.products-list > li .product-image img {
    width: 20rem !important;
    object-fit: fill;
    object-position: 50% 50%;
    max-width: 300px !important;
    max-height: 90% !important;
}


 .f-fix {
    display: flow-root;
}  */


/* .products-list .product-shop .product-primary, .products-list .product-shop .desc {
    width: 100% !important;
    margin-top: 10px !important;
} */
/* 
.product-name {
    line-height: 1.7rem;
    font-size: 1.125rem !important;
    width: 100%;
    line-height: 25px !important;
}

.event_end_time {
    display: none;
}

.button btn-cart {
    float: left !important;
}

.product-primary {
    width: 100% !important;
}

.products-list .product-shop {
    width: 75% !important;
}

.columns {
    display: flex !important;
}

.product-shop {
    float: left;
}

@media screen and (max-width: 991px) {
    .mp_event_list .products-list li.item {
        display: flexbox !important;
        margin-left: -8%;
    }

    .products-list > li .product-image img {
        float: left;
        width: 33.33% !important;
        height: 130px;
        object-fit: cover;
    }

    .product-name {
        font-size: 15px !important;
    }
} */

/** Here Starts Event Listing Page **/

@media(min-width:1200px) {

    /* .layout-1220 .page-main, */
    .layout-1220 .header.content,
    .main-panel-top .container,
    .layout-1220 .navigation {
        max-width: 1900px !important;
    }
}
.mp_event_list .products-list li.item {
    display: flex !important;
    flex-direction: column;
    width: 97% !important;
    padding: 0px !important;
}

/* @media(max-width:640px) {
    .catalog-category-view .sidebar.sidebar-main .sidebar-content {
        width: 100%;
    }
} */

@media(max-width:768px) {
    .products-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
        padding: 10px;
    }

    .mp_event_list .products-list li.item {
        width: 100% !important;
    }

    .catalog-category-view .sidebar.sidebar-main .sidebar-content {
        width: 100%;
    }

    .product-event-grid .events-items>li {
        margin-left: 0px !important;
    }
}

.options-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

@media(max-width:450px) {
    .options-list {
        grid-template-columns: repeat(1, 1fr);
    }
}

.options-list .choice {
    width: auto;
    border-radius: 10px;
    padding: 20px;
    /*  padding: 12px 10px 12px 17px; */
    box-shadow: 1px 1px 5px #888888;
    margin-bottom: 0.5em !important;
}

.options-list .choice .radio {
    margin-top: 5px;
}

.options-list .choice .price-wrapper {
    padding-left: 0px;
    font-size: 16px !important;
    font-weight: 600;
    padding-top: 6px;
    padding-right: 6px;
}

.moved-add-to-links {
    /* display: none !important; */
}

.catalog-product-view .product-info-main .price-box .price::first-letter {
    font-size: 20px !important;
    font-weight: 300 !important;
    margin-right: 5px;
}

/* .catalog-product-view .product-info-main .page-title {
    color: #0088cc;
} */

.product-reviews-summary {
    display: none;
}

.products-list>li .product-image img {
    max-width: 100% !important;
    height: 275px !important;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    image-rendering: -webkit-optimize-contrast;
    height: auto !important;
    display: block;
    margin: 0 auto;
    max-height: 100%;
}

.fotorama__stage__frame {
    border-bottom: 9px solid #efefef;
    border-right: 4px solid #efefef;
    border-top: 2px solid #efefef;
    border-left: 2px solid #efefef;
}

.products-list>li .product-image {
    width: 100% !important;
}

.product-info-main .product.overview {
    font-weight: 500;
    font-size: 18px;
    color: black;
}

.admin__field-label {
    font-weight: 700 !important;
}

.products-list .product-shop {
    width: 100% !important;
    padding-right: 20px;

}

.wk-seller-card-row .wk-seller-card-col {
    display: none;
}

.wk-ask-question-link #askque::before,
.wk-report-flag-link #reportflag::before {
    top: 0 !important;
    color: #a6a2a2;
}

.wk-seller-card-row .wk-block-font-bold-up {
    font-size: 18px;
}

.product-social-links {
    margin-bottom: 15px;
}

.wk-ask-question-link #askque,
.wk-report-flag-link #reportflag {
    padding-left: 10px;
}

.wk-seller-card-container {
    width: 100%;
    display: grid !important;
    gap: 15px;
    grid-template-columns: auto auto auto auto;
}

.wk-seller-card-container .wk-seller-card-row:nth-child(1) {
    /* grid-column: 1 / span 4; */
}

@media (max-width:500px) {
    .wk-seller-card-container {
        grid-template-columns: auto;
    }

    .wk-seller-card-container .wk-seller-card-row:nth-child(1) {
        grid-column: 1 / span 1;
    }
}

.product-name {
    text-align: left;
    line-height: 22px;
    letter-spacing: 1px;
    font-family: sans-serif;
}

.products-list .product-shop .product-primary {
    float: none !important;
    width: 100% !important;
}

.products-list .product-shop .product-secondary {
    width: 100% !important;
    text-align: left !important;
}

.event-time {
    margin-top: -60px;
    background-color: #fff;
    padding: 13px 13px;
    border-radius: 10px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    width: 50px;
    color: #333;
}

.event-time p {
    margin: 0;
}

.bottom-two {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 68px;
}

.register {
    margin-top: 0 !important;
    display: none;
}

.otp-login .register{
    display: none;
}

.bottom-one {
    width: 100%;
    margin-bottom: 2%;
    margin-top: 2%;
    font-size: 14px;
    font-weight: 300;
}

.bottom-one a span {
    font-weight: 600;
}

.register button {
    background-color: #3498db;
    color: #fff;
    padding: 12px 20px;
    font-size: 14px !important;
    border: none;
    border-radius: 4px !important;
}

.bottom-two .product-secondary {
    font-size: 24px;
    color: #333;
    font-weight: 600;
}

.rupee {
    font-size: 16px;
    font-weight: 500;
    margin-right: 5px;
}

.onwards {
    font-size: 14px;
    color: #777777;
    font-weight: 500;
}

.bottom-main {
    margin: 10px 10px;
    border-top: 0px dotted #d8cece;
}

.bottom-location {
    margin-top: 5px;
    padding-top: 7px;
    display: flex;
    justify-content: center;
    /* border-top: 2px dotted #d8cece; */
    font-size: 18px;
}
.account.layout-1220 .sidebar-content{
    position: static !important;
}

.ticket {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    height: 45px;
    align-items: flex-start;
}

.ticket b {
    border-radius: 20px;
    padding: 2%;
    background-color: #00E1B633;
    color: #00856C;
    margin: 2px;
    display: flex;
    align-items: center;
    height: 30px;
    font-size: 12px;
    font-weight: 500;
}

/** Add to cart page Price styling */

.dynamic-price {
    float: right;
    padding-right: 30px;
    margin-top: 2.6%;
    font-size: 25px;
    color: #0088cc;
    display: none;
}


.porto-ultimate-content-box.has-content-pos {
    height: 550px;
}

/* .page-main-inner .columns {
    display: flex;
} */
/* .page-main-inner {
    position: relative;
}
.products-list > li{
    margin-bottom: 0 !important;
}

@media(max-width:768px){
    .products-list {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 15px !important;
    }
}
@media(max-width:425px){
    .products-list {
        grid-template-columns: repeat(1, 1fr);
    }
}  */

/** Events Page Styling starts 
Here .events-list-sub-container is parent div*/

/* .product-event-grid .events-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

} */

.product-event-grid .events-items>li {
    width: 200% !important;
    /* margin-left: 50px; */
}

.product-event-grid .event-product-item-detail {
    margin: 2%;
}

.product-event-grid .product-item-name a {
    margin-top: 20px;
    margin-left: 8px;
    text-wrap: wrap;
    /* font-size: 22px; */
    font-weight: 500;
}

.product-event-grid .event-time {
    position: absolute;
    margin-top: -59px;
    background-color: #fff;
    padding: 13px 13px;
    border-radius: 10px;
    /* box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.19), 0 0 2px rgba(0, 0, 0, 0.23); */
    width: auto;
    color: #333;
    z-index: 1;
    margin-bottom: 10px;
    margin-left: 8px;
    display: grid;
}

.event-time .event-day {
    font-size: 1.2rem;
    /* padding-left: 5px; */
}

.product-names {
    width: 200px;
}

.product-event-grid .bottom-main {
    margin: 10px 20px;
    border-top: 2px dotted #d8cece;
}

.product-event-grid .bottom-one {
    width: 100%;
    margin-bottom: 3%;
    margin-top: 2%;
    font-size: 14px;
    font-weight: 300;
    display: none;
}

.product-event-grid .bottom-one a span {
    font-weight: 600;
}

.product-event-grid .bottom-two .product-secondary {
    font-size: 24px;
    color: #333;
    font-weight: 600;
}

.product-event-grid .rupee {
    font-size: 16px;
    font-weight: 500;
    margin-right: 5px;
}

.product-event-grid .onwards {
    font-size: 14px;
    color: #777777;
    font-weight: 500;
}

.product-event-grid .register button {
    background-color: #3498db;
    color: #fff;
    padding: 12px 20px;
    font-size: 14px !important;
    border: none;
    border-radius: 4px !important;
}

.product-event-grid .bottom-location {
    margin-top: 8px;
    padding-top: 7px;
    display: flex;
    justify-content: center;
    border-top: 2px dotted #d8cece;
    font-size: 18px;
    text-align: center;
}

.product-item-info.events-items-info {
    border: 1px solid #cccac7;
    width: 100%;
    border-radius: 15px !important;
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);

}

.product-event-grid .product-image-photo.default_image {
    /* max-width: 100% !important;
    height: 275px !important; */
    object-fit: cover !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    image-rendering: -webkit-optimize-contrast;
    /* height: 275px; */
    max-height: 215px;
}

.product-event-grid .ticket-category-page {
    display: flex;
    align-items: center;
    margin-left: 7px;
}

.product-event-grid .ticket-category-page a {
    border-radius: 20px;
    margin: 5px;
    background-color: rgba(0,225,182,.2);
    color: #00856C;
    padding-left: 5px;
    padding-right: 5px;
}

.product-event-grid .event-category-page {
    margin-left: 17px;
    margin-bottom: -20px;
    margin-top: 15px;
}

.product-event-grid .product-item .action.towishlist:before {
    display: none;
}

.product-event-grid .product-item-photo>a:not(.weltpixel-quickview):before {
    background: rgba(0, 0, 0, 0);
}

.event-months {
    margin-left: 36px;
    margin-top: -24px;
}

.product-event-grid .product-item-info events-items-info type3 {
    margin-left: -52px !important;
}

.event-time {
    display: flex;
}

.date-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.event-time .same-date {
    display: grid;
    font-weight: 600;
}

/* .same-date {
    width: 100px;
} */

.different-dates {
    width: auto;
    display: grid;
}

/* Js Login Styling starts */

#loginotpmob::placeholder,
#forgotmob::placeholder,
#verifyotp::placeholder,
#mobile-forgot-email::placeholder,
#mobile-login-email::placeholder,
#mobile-login-pass::placeholder,
#registermob::placeholder {
    opacity: 0.5;
    color: #555;
}

#loginotpmob,
#forgotmob,
#mobile-forgot-email,
#mobile-login-email,
#mobile-login-pass,
#registermob {
    color: black;
}

/* Js Login Styling ends */
.catalog-category-view .sidebar.sidebar-main .sidebar-content {
    border-radius: 2px;
}

@media (max-width:768px) {
    .catalog-category-view .sidebar.sidebar-main .sidebar-content {
        width: 100%;
    }

    .product-event-grid .events-items {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .product-event-grid .events-items>li {
        width: 100% !important;
    }

    .product-item-info.events-items-info {
        width: 100%;
    }
}

@media screen and (max-device-width:480px) {
    .catalog-category-view .sidebar.sidebar-main .sidebar-content {
        width: 100%;
    }
    .product-event-grid .events-items {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .product-event-grid .events-items>li {
        width: 100% !important;
    }
    .product-item-info.events-items-info {
        /* width: 50%; */
        width: 100%;
        /* margin-left: -28px;
        margin-right: -60px;   */
    }
    .product-event-grid .ticket-category-page {
        margin-top: -46 px;
    }
    .product-event-grid .event-category-page {
        margin-top: 24px !important;
        margin-bottom: -35px;
    }
    .login-option a {
        padding: 8px 7px !important;
        font-size: 10px;
    }
    /* .cms-index-index span.location-text {
        margin-left: 15px;
    } */
    .cms-page-view .bottom-two {
        margin-top: 38px;
    }
}

/* .sw-megamenu.navigation li.level0.fullwidth > .submenu {
    margin-left: 50% !important;
    width: 40% !important;
} */

.login-option a {
    padding: 8px 7px !important;
}

@media screen and (min-width: 375px) {
    .login-option a {
        padding: 8px 7px !important;
        font-size: 10px;
    }

    ul#login-type li {
        padding-left: 17px;
    }
}

.login-option a {
    padding: 8px 7px !important;
    font-size: 12px;
}


.icon-filter {
    float: right;
    margin-top: -79px;
}


/** Home page header design*/

/* .main-panel-top .container {
    max-width: 1800 !important;
} */

/* .page-header.type23 .navigation:not(.side-megamenu) .level0 {
    width: 15%;
} */

.page-header .navigation li.level0 {
    /* margin-right: 25px !important; */
}
.page-header .panel.wrapper .header-right {
    color: #fff;
    font-size: 13px;
}

.page-header .panel.wrapper {
    flex-wrap: nowrap !important;
}

.page-header.type23 .search-area .block.block-search {
    border-radius: 25px !important;
    width: 400px;
    /* margin-left: 27%; */
    float: right;
}

.page-header.type23 .panel.wrapper {
    margin-left: 25px;
}

/* .sw-megamenu.navigation .subchildmenu.mega-columns.columns4>li {
    width: 100% !important;
} */

.owl-item active {
    background-color: #eff1f4;
}

/* .mage-error {
    color: green !important;
} */
.checkout-index-index #checkmo,
.checkout-index-index #checkmo+label {
    display: none;
}

.opc-block-summary {
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}

.marketplace-account-login .fieldset>.field input.input-text {
    font-size: 15px;
}

.customer-account-create .fieldset.create.info {
    background: #f4f4f4;
    padding: 25px !important;
    border-radius: 5px;
    box-shadow: 0px 6px 23px 0px rgba(0, 0, 0, 0.16);
    border-radius: 1.3rem !important;

}

.customer-account-create .fieldset.create.account {
    background: #f4f4f4;
    padding: 25px !important;
    border-radius: 5px;
    margin-left: 50px;
    box-shadow: 0px 6px 23px 0px rgba(0, 0, 0, 0.16);
    border-radius: 1.3rem !important;

}

.form.create.account>.fieldset {
    width: 47% !important;
}

.customer-account-create .fieldset>.field .label {
    color: black;
}

.customer-account-create .fieldset.create>.legend {
    text-transform: uppercase;
    padding-bottom: 20px;
}

.customer-account-create .fieldset>.field input.input-text {
    color: black;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
    color: black;
}

@media screen and (max-width: 768px) {
    .customer-account-create .form.create.account>.fieldset {
        width: 100% !important;
        margin-left: 5px;
    }

    .customer-account-create .page-title-wrapper h1.page-title {
        font-size: 18px;
        word-spacing: 5px;
    }

    .customer-account-create .page-title-wrapper {
        padding: 3px !important;
    }

    .customer-account-forgotpassword .page-title-wrapper {
        padding: 1.0rem !important;
    }

    .customer-account-forgotpassword .form.password.forget {
        margin-left: 9px;
    }

    .customer-account-forgotpassword .page-title-wrapper h1.page-title {
        font-size: 25px;
    }

    .catalog-product-view .product-info-price {
        margin-bottom: 2rem;
    }

    .catalog-product-view .dynamic-price {
        margin-right: 95px;
    }

    .cart.table-wrapper .product-item-name+.item-options {
        display: block !important;
    }

    .cart.table-wrapper .item-options dt,
    .cart.table-wrapper .item-options dd {
        /* margin-left: 58px; */
        float: none !important;
        display: inline;
    }

    .login-option a {
        padding: 8px 7px !important;
        font-size: 10px;
    }

    ul#login-type li {
        padding-left: 17px;
    }

    .checkout-index-index .step-title {
        margin-left: 18px;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .checkout-index-index .fieldset>.field input.input-text {
        width: 70%;
    }

    .page-header.type23 .panel.wrapper {
        display: none;
    }

    .sorter #sorter option {
        background-color: white;
        color: black;
    }

    .porto-ultimate-content-box vc_custom_1599764578086 {
        color: green;
    }

    /* .checkout-index-index #contact-form {
        margin-left: -1px;
        margin-right: -12px;
    } */
    .checkout-index-index #contact-form:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    }

    .porto-ultimate-content-box.has-content-pos {
        height: 0 !important;
    }

    /* .modal-content {
        width: 45%;
    } */
    /* .fieldset > .field{
        width:80%;
    } */

    .checkout-index-index .actions-toolbar #paywithpaytm {
        /* margin-top: 50px; */
        width: 100%;
        /* margin-left: -342px; */
    }

    .checkout-index-index .control .select {
        width: 75%;
    }

    /*  */
    /* .checkout-cart-index .cart.table-wrapper .product-item-name + .item-options {
        margin-bottom: 22px;
        margin-left: 32px;
    } */
    /* .checkout-cart-index .wk-seller-block.wk-block { 
        float: left;
    } */
    /* .cart.table-wrapper .product-item-name > a {
        margin-bottom: 11px;
    } */
}

@media only screen and (max-width: 473px) and (min-width: 360px) {
    #forgotpass {
        font-size: 15px !important;
        margin-left: -17px !important;
        margin-top: -11px !important;
    }
}

@media (max-width: 599px) {
    .page-layout-seller-login .wk-mp-page-wrapper {
        max-width: 100% !important;
    }
}

.customer-account-create .page-title-wrapper {
    padding: 1.5rem;
    text-transform: uppercase;
    word-spacing: 5px;
}

/* Customer-account-forgotpassword Styling */

.customer-account-forgotpassword .page-title-wrapper {
    padding: 1.5rem !important;
    margin-bottom: 25px;
}

.customer-account-forgotpassword .form.password.forget {
    background: #f4f4f4;
    padding: 25px;
    border-radius: 5px;
}

.customer-account-forgotpassword .control.captcha-image {
    margin-top: 1em;
    text-align: center;
}

.customer-account-forgotpassword .fieldset>.field {
    color: black;
}

/** Contact page Styling */
.checkout-index-index #contact-form {
    display: grid;
    /* grid-template-columns: 1fr 1fr;  */
    grid-gap: 0px;
    max-width: 800px;
    /* background: #d8dce5; */
    font-size: 17px;
    padding: 20px;
    /* padding-top: 40px; */
    /* border-radius: 10px; */
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px; */
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: black;
}

.checkout-index-index #contact-form .field {
    margin: 0px !important;
}

.checkout-index-index #contact-form:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.cms-index-index .owl-item-active,
.porto-sicon-box {
    /* background: #d8dce5; */
    /* padding: 25px; */
    margin-left: 2px !important;
    border-radius: 5px;
}

.catalog-product-view .porto-block {
    display: none;
}

.catalog-product-view .block-reorder {
    display: none;
}

.step-content .field-error {
    color: #dc3545;
}

.marketplaceeventmanager-event-add,
.field {
    padding: 5px 0;
}

.marketplaceeventmanager-event-add,
.field.qty {
    padding: 0;
}

@media (min-width: 992px) {
    .page-header.type23 .logo {
        min-width: 70px !important;
    }

    .page-header.type23 .navigation:not(.side-megamenu) .level0 {
        width: auto !important;
        flex: auto !important;
    }

    .page-header.type23 .navigation .fullwidth.parent {
        position: relative;
    }

    .header.content,
    .navigation {
        max-width: 1106px !important;
    }

    .page-header.type23 .nav-sections {
        width: 90%;
    }

    .page-header.type23 .search-area {
        flex: initial;
        margin-right: 0 !important;
        padding-left: 0 !important;
         margin-left: 0 !important;
    }

}

@media (min-width:992px) and (max-width:1186px) {
    .page-header.type23 .container {
        max-width: 1106px !important;
    }
}

@media (min-width:992px) and (max-width:1102px) {
    .header.panel>.header.links>li>a {
        padding: 0 7px !important;
    }
}

.sw-megamenu.navigation li.level0.staticwidth:hover>.submenu {
    width: 650px !important;
}

@media (min-width: 992px) and (max-width: 1260px) {
    .sw-megamenu.navigation li.level0.staticwidth:hover>.submenu {
        max-width: 650px !important;
    }
}

/* .marketplaceeventmanager-event-add, label {
    padding-bottom: 5px;
} */

@media (min-width: 992px) {
    .catalog-product-view.page-layout-2columns-left .column.main {
        width: 100% !important;
        float: none !important;
    }
}

.page-header.type23 .navigation:not(.side-megamenu) .level0 .level-top {
    font-size: 16px !important;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

.header.panel>.header.links>li>a {
    font-size: 1em !important;
    display: none !important;
}

/* .page-header .header-col>*,
.page-header.type23 .header-contact>* {
    margin-left: 0rem !important;
} */

.nav-sections {
    margin-left: 0rem !important;
}

@media (max-width: 768px) {

    .checkout-index-index .fieldset>.field input.input-text {
        width: 100% !important;
    }

    .checkout-index-index .control .select {
        width: 100% !important;
    }

    .checkout-index-index #co-payment-form .fieldset>.field input.input-text {
        width: 100% !important;
    }

    .checkout-index-index #co-payment-form .control .select {
        width: 100% !important;
    }

    .checkout-index-index #co-payment-form .field-tooltip,
    .checkout-index-index .form-login .field-tooltip-action.action-help {
        display: none;
    }

    /* .checkout-index-index .cart-container{
        display: flex;
flex-direction: column-reverse;
    } */
    .owl-carousel .owl-stage-outer .porto-ibanner {
        min-height: auto !important;
    }

    .owl-carousel .owl-stage-outer {
        /* height: 300px; */
    }

    .checkout-cart-index .cart-container {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (min-width: 768px) {

    .checkout-index-index #co-payment-form .field-tooltip,
    .checkout-index-index .form-login .field-tooltip-action.action-help {
        display: none;
    }

    .checkout-index-index .payment-method-billing-address .checkout-billing-address .actions-toolbar .primary {
        float: left !important;
    }
}

@media (max-width: 468px) {
    ul#login-type li {
        width: auto !important;
        padding: 0px;
    }

    ul#login-type li a {
        padding: 4px 7px !important;
    }
}

.field .control._with-tooltip input {
    width: 100% !important;
}

/* Checout page styling */

.opc-progress-bar-item._active>span:before {
    background: #08C !important;
}

.opc-progress-bar-item._active:before {
    background: #08C !important;
}

.page-header.type23 .minicart-wrapper .action.showcart .counter.qty {
    background-color: #08C !important;
}

/* Success page styling */

.success-page .order-note {
    color: #08c !important;
}

.success-page .red-bold {
    color: #08c !important;
}

.success-page .col-2.countinue .continue-button .action.primary.continue {
    background: #08c !important;
    border-color: white !important;
}

.success-page .order-note>a strong {
    color: #08c !important;
}

.checkout-index-index .fieldset>.field input.input-text,
.checkout-index-index .fieldset>.field select {
    font-size: 16px;
    line-height: 22px;
    border-color: rgb(0 0 0 / 27%);
}

.checkout-index-index .select {
    font-size: 16px;
}

/* .checkout-index-index #contact-form .field._required{
display: none;
} */
.checkout-index-index #contact-form div[name^='contact.Customer'] {
    cursor: pointer;
    color: #58b2e0;
    border-bottom: 1px solid #e8e8e8;
    padding-left: 10px;
}

.checkout-index-index #contact-form div[name^='contact.Customer']:hover {
    background-color: #f6f4f4;
}

.login-container .block-customer-login {
    margin-left: 315px;
    background: #f4f4f4;
    padding: 40px;
    border-radius: 5px;
}

/* .login-container .block-customer-login .block-title {
    padding-left: 29%;
} */
.login-container a {
    width: 464px !important;
    margin-left: 10px;
}

.login-container a span {
    padding-left: 32%;
}

.secondary a.forgotlinking {
    margin-left: 2px;
}

/* File-Upload Styling */

#upload-form {
    display: flex;
    align-items: center;
    /* display: grid;
    background: #e2e2e2;
    padding: 35px; */
    width: 100%;
    /* box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1); */
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /* border-radius: 5px; */
}

#upload-form .custom-attributes-file {
    margin-bottom: 20px;
    display: block;
    cursor: pointer;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #424242;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid #ced4da; */
    /* border-radius: 00.375rem; */
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#upload-form .custom-attributes-file::-webkit-file-upload-button {
    padding: 0.65rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: white;
    background-color: #08c;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 2px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#upload-form label {
    padding-bottom: 10px;
    font-size: 18px;
    color: black;
}

#upload-form input[type="submit"] {
    text-transform: uppercase;
    width: 120px;
    padding: 10px;
    background: black;
    color: white;
    font-size: 18px;
}

#upload-form input[type="submit"]:hover {
    background: #08c;
    border: 0;
}

.product-event-grid.list .events-items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.product-event-grid.list .event-time {
    left: 18%;
    top: 50%;
    translate: 0% 50%;
}

.product-event-grid.list .product-item-photo {
    margin: 0 30px 0 0 !important;
}

.product-event-grid.list .product-image-photo.default_image {
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 15px;
    max-height: 100%;
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

/* .catalog-product-view .sidebar.sidebar-main,
.catalog-category-view .sidebar.sidebar-main {
    top: 0 !important;
    overflow-y: scroll;
    overflow-x: hidden;
} */

.page-layout-2columns-right.catalog-category-view .mobile-sidebar,
.page-layout-2columns-right.catalog-product-view .mobile-sidebar,
.page-layout-2columns-right.catalogsearch-result-index .mobile-sidebar {
    left: auto;
    right: 0;
    transform: translateX(100%);
}

.mobile-sidebar .ln_overlay {
    display: none !important;
}

.page-wrapper {
    transition: left .3s;
    position: relative;
    left: 0;
}

.page-layout-2columns-right .page-wrapper {
    transition: right .3s;
    position: relative;
    left: auto;
    right: 0;
}

html.sidebar-opened .mobile-sidebar {
    z-index: 9000;
    transition: transform 0.3s;
    transform: translateX(0) !important;
}

html.sidebar-opened .page-wrapper {
    left: 260px;
    overflow: visible;
    padding-left: 0;
}

html.sidebar-opened .page-layout-2columns-right .page-wrapper {
    right: 260px;
    left: auto;
    overflow: visible;
}

html.sidebar-opened body>* {
    z-index: 0;
}

.toolbar {
    font-size: 11px;
    letter-spacing: -.025em;
    font-weight: 600;
    color: #222529;
    margin-bottom: 20px;
    background: #f4f4f4;
    padding: 10px 2px 0 12px;
    margin-right: 0;
  }
  .toolbar select {
    text-transform: uppercase;
    height: 36px;
    max-width: 140px;
    letter-spacing: inherit;
    font-weight: inherit;
    color: #222529;
  }
  .toolbar .sorter-label,
  .toolbar .limiter .label {
    font-weight: inherit;
  }
  .products.wrapper ~ .toolbar {
    background: none;
    margin: 0;
    padding: 0;
    padding-top: 25px;
    font-size: 13px;
    font-weight: 400;
    color: inherit;
    letter-spacing: normal;
    position: static !important;
  }
  .products.wrapper ~ .toolbar select {
    height: 34px;
    max-width: auto;
    color: inherit;
  }

  .page-layout-1column .toolbar a.porto-product-filters-toggle {
    display: block !important;
  }
  .toolbar.sticky {
    position: fixed !important;
    z-index: 8;
    left: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 10px;
    border-bottom: 1px solid #e7e7e7;
    transition: left 0.3s;
  }

  /* #layer-product-list a.porto-product-filters-toggle.sidebar-toggle.d-inline-flex.d-lg-none{
    display: flex !important;
    margin-right: auto;
  } */
  .product-event-grid .filterproducts{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
 }
  /* .page-layout-2columns-left .column.main{
    width: 100% !important;
  } */

  .product-event-grid .events-items>li {
    width: 100% !important;
    /* margin-left: 50px; */
}

.product-event-grid.list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
}
.product-event-grid.list .product-item-inner,
.product-event-grid.list .product-item-description {
    display:none;
}

.product-event-grid.list .product-item-info {
    /* display: grid; */
    /* grid-template-columns: 1fr 3fr;
    grid-template-rows: 3fr 5fr; */
    align-items: center;
    position: relative;
}

.product-event-grid.list .product-item-photo {
    grid-row: 1 / span 2;
}
.product-event-grid.list .product-item-link,
.product-event-grid.list .event-product-item-detail,
.product-event-grid.list h2.product-name {
    margin: 0;
    padding: 0;
}

.product-item-details {
    position: unset;
}
/* #checkout-payment-method-load .payment-group .payment-method:first-child  {
    border: none !important;
    background: red !important;
} */
/* .product-event-grid.list .product-event-shop {
    background: #fff;
    position: absolute;
    display: flex;
    width: 93%;
    z-index: 1;
    left: 11px;
    bottom: 0;
    border-bottom-left-radius: 15px;

}

.product-event-grid.list .bottom-main {
    display: flex;
    flex-direction: row-reverse;
} */

/* products wrapper grid columns3 products-grid    product-event-grid
filterproducts products list items product-items events-items

products wrapper list  products-list    product-event-grid
filterproducts products list items product-items events-items */

@media (max-width: 992px) {
    .product-event-grid .filterproducts{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
     }
}
@media (max-width: 767px) {
    .product-event-grid .filterproducts{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
     }
     .customer-account-login .message-sold-out {
        margin-top: 31% !important;
     }
     .customer-account-login .timer-and-message .message-sold-out h2 {
         font-size: 15px !important;

     }
}
@media (max-width: 425px) {

    /* #form-validate #shopping-cart-table  .col.price,#form-validate #shopping-cart-table  .col.qty, #form-validate #shopping-cart-table  .col.subtotal {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1.5rem;
    }
    #form-validate #shopping-cart-table  .col.price::before,#form-validate #shopping-cart-table  .col.qty::before, #form-validate #shopping-cart-table  .col.subtotal::before {
 padding: 0;
 font-weight: 900;
    } */
    .catalog-product-view .price-gst .gst-percentage {
        padding-top: 3px !important;
    }
    #form-validate #shopping-cart-table .product-item-photo {
        max-width: 220px !important;
    }

    #form-validate #shopping-cart-table .col.price .price-excluding-tax,
    #form-validate #shopping-cart-table .col.subtotal .price-excluding-tax {
        display: none;
    }

    .porto-ibanner-desc .porto-ibanner-container .porto-ibanner-layer h4 {
        width: 60%;
        margin-bottom: 10px !important;
    }

    .porto-ibanner-desc .porto-ibanner-container .porto-ibanner-layer h2 {
        margin-bottom: 10px !important;
    }

    .porto-ibanner-desc .porto-ibanner-container .porto-ibanner-layer .wpb_single_image {
        display: none;
    }

    .porto-ibanner-desc .porto-ibanner-container .porto-ibanner-layer h6.vc_custom_heading {
        position: absolute;
        left: 0px;
        bottom: -45px;
    }

    .porto-ibanner-desc .porto-ibanner-container .porto-ibanner-layer h5.vc_custom_heading {
        position: absolute;
        left: 68px;
        bottom: -40px;
    }

    #banner-slider-demo-35 .porto-ibanner-desc .porto-ibanner-container .porto-ibanner-layer {
        top: 55% !important;
        left: 20px !important;
    }

    #banner-slider-demo-35 .porto-ibanner>img {
        /* height: 300px; */
        object-fit: contain;
    }

    #banner-slider-demo-35 .owl-stage-outer .owl-stage .owl-item:nth-child(3) .porto-ibanner>img {
        object-position: -260px 28px;
    }

    #banner-slider-demo-35 .owl-stage-outer .owl-stage .owl-item:nth-child(4) .porto-ibanner>img {
        object-position: 22px 20px;
    }

    .checkout-cart-index .page-main {
        position: relative;
    }

    .cart-summary .checkout-methods-items {
        position: sticky;
        position: -webkit-sticky;
        bottom: 0;
    }

    .cart-totals tbody .grand.totals strong,
    .cart-totals tfoot .grand.totals strong {
        font-size: 16px;
        /* white-space: nowrap; */
    }

    .checkout-index-index .step-title {
        font-size: 16px;
    }

    .checkout-index-index .fieldset>.field .label {
        font-size: .8em;
    }

    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="url"],
    input[type="color"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    textarea,
    select {
        /* padding: 4px 10px !important; */
    }

    a#file_upload_link {
        font-size: 14px;
    }

    .field-error {
        font-size: .7em;
    }

    .checkout-index-index .fieldset>.field input.input-text,
    .checkout-index-index .fieldset>.field select {
        font-size: 14px;
    }

    .porto-icon-map-location,
    .porto-icon-calendar {
        font-size: 18px !important;
    }
}

@media (max-width: 375px) {
    #banner-slider-demo-35 .owl-stage-outer .owl-stage .owl-item:nth-child(3) .porto-ibanner>img {
        object-position: -240px 28px;
    }

    #banner-slider-demo-35 .owl-stage-outer .owl-stage .owl-item:nth-child(4) .porto-ibanner>img {
        object-position: 22px 20px;
    }

    .checkout-payment-method .payment-method-title .payment-icon {
        height: 25px !important;
    }
}

@media (max-width: 320px) {
    #banner-slider-demo-35 .owl-stage-outer .owl-stage .owl-item:nth-child(3) .porto-ibanner>img {
        object-position: -290px 28px;
    }

    #banner-slider-demo-35 .owl-stage-outer .owl-stage .owl-item:nth-child(4) .porto-ibanner>img {
        object-position: -20px 20px;
    }
}

.qty-changer a.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.checkout-index-index .checkout-contact .step-title {
    padding-top: 45px;
}
.checkout-payment-method .payment-method-title {
    border: 0 !important;
    padding-top: 2px;
    padding-bottom: 19px;
}
.checkout-index-index .payment-methods .step-title{
    font-size: 20px;
}

.checkout-index-index .opc-block-summary {
    margin-top: 13px;
}

.catalog-product-view .qty-changer .hide-element {
    display: none !important;
}

.checkout-cart-index .qty-changer .hide-element {
    display: none !important;
}

.marketplace-seller-collection .page-main {
    display: contents;
}

.marketplace-seller-profile .page-main-inner {
    width: 107%;
}

.marketplace-seller-profile .wk-mp-aboutus-title {
    font-size: 42px;
}
.marketplace-seller-profile .wk-mp-rating-individual-txt {
    width: 142%;
}
.marketplace-seller-profile .wk-mp-rating-avg-count {
    padding-left: 45px;
}

.marketplace-seller-profile .wk-mp-rating-individual .wk-mp-rating-icon {
    padding-left: 35px;
}
.checkout-index-index .action.primary.disabled {
    visibility: hidden;
}
.checkout-index-index .action.primary #update-address {
    color: #fff;
    background-color: #65829d;
    border-color: #65829d #65829d #51697f;
}

/* close button */

/* design X */

.mfp-close,
html .fancybox-close,
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
    text-indent: 0 !important;
    transform: rotateZ(1deg) !important;
    margin-right: 18px !important;
    margin-top: 11px !important;

    @media (max-width: 400px) {
        margin-right: 8px !important; /* Adjusted margin for smaller screens */
        margin-top: 8px !important;
    }
}

/* slanted line remove */
.mfp-close:after, 
html .fancybox-close::after, 
.modal-custom .action-close::after, 
.modal-popup .action-close::after, 
.modal-slide .action-close::after {

    display:none;
}

/* font size of X */
.modal-custom .action-close > span, 
.modal-popup .action-close > span, 
.modal-slide .action-close > span, 
.closebutton > span {

    font-size: 18px;
}

button.action-close.wk-close{

    background-color: black !important;
    border-radius: 5.5rem;
    color: white !important;
    margin-top: 8px !important;
    margin-left: 8px !important;
}
/* "X" white & Bold */
.modal-custom .action-close > span, 
.modal-popup .action-close > span, 
.modal-slide .action-close > span, 
.closebutton > span {

    font-size: 15px;
    color: white !important;
    font-weight: bold;
    position: static;
}
@media only screen and (max-width: 767px) {

    .modal-custom .action-close > span, 
    .modal-popup .action-close > span, 
    .modal-slide .action-close > span, 
    .closebutton > span {

        font-size: 13px;
        color: white !important;
        font-weight: bold;
        position: static;
    }
}
.marketplace-account-dashboard .wk-mp-dashboard-right-sidebar{
    display: none;
}
.wk-mp-dashboard-main-container .wk-mp-dashboard-chart-container,.wk-mp-dashboard-main-container .wk-mp-dashboard-activity-container{
    height: auto !important;
}
.marketplace-account-dashboard #wk-location-chart{
    display: none;
}
.wk-mp-dashboard-main-container .wk-mp-dashboard-chart-main {
    height: 180px !important;
}

.field.choice.admin__field.admin__field-option {

    background-color: white;
    cursor: pointer;
}

.sales-order-view .box-order-billing-method {
    width: 30%;
}

/* contact seller input fields padding*/
input.queryemail.wk-contact_input_fields.required-entry {

    margin-bottom: 14px;
}

input.wk-contact_input_fields.required-entry {
    margin-bottom: 12px;
}

/* Homepage event section styling */
.compare-link {
    display: none;
}

/* homepage infobox carousel layout (cms)*/
/* .infobox-carousel .owl-stage .owl-item.active:nth-child(1){
    width: 381.333px !important;
    margin-left: 14px;
    margin-right: 30px;
}

.infobox-carousel .owl-stage .owl-item.active:nth-child(2){
    width: 392.333px !important;
    margin-right: 30px;
}

.infobox-carousel .owl-stage .owl-item.active:nth-child(3){
    width: 382.333px !important;
} */

/* Registrations close text in single line on events page */
@media only screen and (max-width: 767px) {

    .product-event-grid .bottom-one {
        width: 100%;
        font-size: 12px;
    }
}

.filterproducts 
.owl-stage-outer 
.owl-stage .owl-item 
.owl-item.active:nth-child(1){

    width: 400px;
}

.checkout-cart-index .field {
    
    padding: 0px !important;
}

.cms-index-index .owl-item .active {
    width: 400px !important;
}
.cms-index-index .product-item-photo {                      
    /* top: -6px; */
    z-index: -9999; 
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;

}
.cms-index-index .product-item-name a {
    font-weight: 500;
    white-space: nowrap !important;
    height: 40px;
}

button.action-close.wk-product-flag-close {
    background: black;
    border-radius: 29px;
    color: white !important;
    margin-top: 8px !important;
    margin-left: 8px !important;
}

.cms-index-index .bottom-two {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 38px;
    border-bottom: 2px dotted #d8cece;
    border-top: 2px dotted #d8cece;
}

/* .cms-index-index .product-item-details {
    padding:0px 8px;
    margin-top: -95px;
} */
.cms-index-index .owl-stage-outer .product-item {
    /* border: 1px solid #cccac7; */
    /* box-shadow: 0 0 11px rgba(33, 33, 33, .2);  */
    /* border-radius: 15px !important; */
    /* margin-left: 5px; */
    /* height: 510px; */
}
.cms-index-index .owl-item{
    padding:0px 3px;
}
.cms-index-index .event-time{
    margin: 0px !important;
    width: fit-content !important;
}
.cms-index-index .products .product-item{
    padding: 0px;
    /* height: 453px; */
}
.item.product.product-item .registrations {
    font-size: 0.90rem;
    padding-bottom: 5px;
    padding-top: 3%;
    border-top: 2px dotted #d8cece;
    display: none;
}

.sales-order-history .columns .column.main{
    /* padding-left: 292px; */
    width: 76% !important;
}

.sales-order-history .columns{
    /* display: flex !important;
    align-content: center;
    flex-direction: column-reverse; */
    display: block; 
}

/* .sales-order-history .sidebar.sidebar-main.mobile-sidebar {
    margin-top: -646px;
} */

.sales-order-history .block.block-reorder {
    margin-top: -42px;
}

.cms-index-index .product-item-info.type3 .product-item-actions .towishlist {
    display: none;
}
.cms-index-index .product-item-details .ticket-category-page {
    display: flex;
    padding-bottom: 1%;
    flex-flow: wrap;
    height: 76px;
}
.product-item-info.events-items-info.type3 {
    height: 443px !important;
}

.customer-login-popup .custom-modal-header .modal-title {
    margin-left: 18% !important;
}

@media only screen and (max-width: 767px) {
    .customer-login-popup .custom-modal-header .modal-title {
        margin-left: 4% !important;
    }
}

@media only screen and (max-width: 767px) {
    .product-item-info.events-items-info.type3 {
        height: 430px !important;
    }
}

/* homepage events carousel mobile view */
@media only screen and (max-width: 767px) {
    .cms-index-index .product-item-details{
        width: 168px;
        /* margin-left: -10px; */
        padding-left: 8px;
    }
    .item.product.product-item .registrations {
        font-size: 13px;
        padding-bottom: 11px;
    }
    .cms-index-index .product-item-details .ticket-category-page{
        margin-top: -9px;
        transform: scale(0.8);
        position: relative;
        width: 187px;
        height: 41px;
        flex-flow: wrap;
    }
    .event-time {
        transform: scale(0.7);
        transform-origin: top left;
        margin-left: 6px;
    }
    .same-date > span.event-day {
        font-size: 1.3rem;
    }
    .same-date > span.event-month {
        font-size: 1.2rem;
    }
    strong.product.name.product-item-name {
        width: 163px;
    }

    .ticket-category-page .event-category-page {
        margin-bottom: -10px;
    }

    .bottom-two .product-secondary{
        margin-left: 4px;
        margin-bottom: -9px;
        margin-right: 8px;
    }

    .event-category-page > span.closing-info {
        font-size: 13px;
    }

    .product-secondary > span.onwards {
        font-size: 12px;
    }

    .item.product.product-item .register {
        margin-left: -28px;
        transform: scale(0.8);
        transform-origin: top right;
        margin-top: 10px !important;
    }

    button.button.btn-cart {
        margin-left: -3px;
        margin-top: 14px !important;
        scale: 1.1 !important;
    }

    .cms-index-index .bottom-two {
        margin-top: -5px;
        border-bottom: 2px dotted #d8cece;
        height: 46px;
        width: 89%;
    }
    .cms-index-index .bottom-location i.porto-icon-location {
        font-size: 17px !important;
    }
    .cms-index-index .bottom-location {
        margin-top: 4px;
        line-height: 1.1;
        padding-top: 0px;
        margin-top: 4px;
        line-height: 1.1;
        text-align: center;
    }
}

/* infobox carousel */
@media only screen and (max-width: 767px) {
    .infobox-carousel .owl-stage {
        display: flex;
        overflow: hidden;
    }

    .infobox-carousel .owl-stage .owl-item.active {
        flex: 1;
        box-sizing: border-box;
        margin: 0 3px;
        overflow: hidden
    }

    h3.porto-sicon-title:nth-child(1){
        font-size: 12px;
    }

    .porto-sicon-header > p:last-child {
        font-size: 11px !important;
    }

    .infobox-carousel .owl-stage {
        margin-left: 1px;
    }

    .cms-index-index .owl-item-active,
.porto-sicon-box {
    margin-right: 2px;
    }
}

/* space between icon and category (running) */
.event-category-page > span.category-info {
    margin-left: 4px;
}
.product.details.product-item-details .event-category-page {
    /* margin-bottom: -20px; */
    margin-bottom: -10px;

}.product.details.product-item-details .event-category-page {
    margin-bottom: none;
    margin-bottom: -10px;

}
.product.details.product-item-details .event-category-page > span closing-info {
    font-size: 13px !important;
}

.cms-index-index .form-filter .btn-submit {
    background: black !important;
}

img.product-image-photo.default_image.porto-lazyload {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    /* height: 220px;
    max-height: 200px; */
}
.product-item-info:hover .product-item-photo>a:not(.weltpixel-quickview):before{
    opacity: 0 !important;
}
.product-item-info:hover .product-item-photo {
    box-shadow: none !important;
}
.cms-index-index .product-item-info.type3:hover .product-item-actions .actions-primary .tocart{
    opacity: 0 !important;
}
.cms-index-index .category-icon {
    color: #3498db;
    padding-bottom: 3%;
}

@media only screen and (max-width: 767px) {
    img.product-image-photo.default_image.porto-lazyload {
        top: 16px;
        height: 95px;
    }
    .bottom-location {
        font-size: 11px;
        text-align-last: center;
        display: flex;
        width: 149px;
        height: 24px;
        align-items: center;
    }
    .cms-index-index .owl-stage-outer .product-item {
        height: 470px;
    }
}

i.fa-solid.fa-person-running {
    margin-right: 5px;
}
.page-products .product-item-info.events-items-info.type3 {
    height: 531px !important;
}
@media only screen and (max-width: 767px) {
    .page-products .product-item-info.events-items-info.type3 {
    height: 450px !important;
    width: 324px;
    }
    .page-products button.button.btn-cart {
        margin-top: 23px !important;
        scale: 1.4 !important;
    }
}

.page-products h2.product-name {
    margin: 0 0 -12px 0;
}
.page-products .product.details.product-item-details.event-product-item-detail {
    font-weight: 600;
}

.cms-index-index .porto-wrap-container .vc_column_container .wpb_wrapper .heading {
    background: #f4f4f4;
    padding: 20px;
    text-align: left !important;
    font-weight: bolder;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cms-index-index .porto-wrap-container .vc_column_container .wpb_wrapper .vc_custom_heading {
    margin: 0 0 0 0 !important;
}
.cms-index-index .porto-wrap-container .vc_column_container .wpb_wrapper .heading > a {
    font-weight: 400;
    font-size: 16px;
    color: gray;
}

@media only screen and (max-width: 767px) {
    .cms-index-index .porto-products {
        margin-top: 4%;
    }
    .cms-index-index .porto-wrap-container .vc_column_container .wpb_wrapper .heading {
        padding: 11px;
    }
    .cms-index-index .porto-wrap-container .vc_column_container .wpb_wrapper .vc_custom_heading {
        font-size: 11px !important;
        text-align: left !important;
        width: 13.0625rem;
    }
    .cms-index-index .porto-wrap-container .vc_column_container .wpb_wrapper .heading > a {
        font-size: 13px;
    }
}
.cms-index-index .viewall-button {
    display: flex;
    justify-content: center;
    padding-bottom: 28px;
}
/* .products.wrapper.grid.products-grid {
    margin-bottom: -65px !important;
} */

.cms-index-index .viewall-button a button {
    background-color: #3498db;
    color: white;
    border-radius: 87.5rem;
    width: 131%;
    transform: scale(1.2);
}

.page-products .product-item-info .product-event-shop .category-icon {
    color: #3498db;
    font-size: 16px;
}

.page-products .product-item-info .product-item-name a {
    height: 50px;
    margin-bottom: none;
    width: 361px;
}

.page-products .product-item-info .event-category-page {
    margin-top: 10px;
}

.page-products .product-event-grid .ticket-category-page {
    padding-top: 10px;
    width: 376px;
    height: 40px;
    /* flex-flow: wrap; */
}

@media only screen and (max-width: 767px) {
    .page-products .product-item-info.events-items-info.type3 {
        max-width: 100% !important;
        height: auto !important;
    }
}
.header.panel > .header.links > li:first-child > a, .header.panel > .header.links > li:first-child .not-logged-in {
    display: none !important;
}

@media only screen and (max-width: 767px) {
.page-products .product-event-grid .event-time {
    margin-top: -49px;
}
}
.cms-index-index .porto_dropdown_product_attributes {
    border-radius: 1rem !important;
    width: calc(25% - 1.25rem) !important;
}

@media only screen and (max-width: 767px) {
    .cms-index-index .porto_dropdown_product_attributes {
        width: calc(26% - -3.75rem) !important;
        border-radius: 1rem !important;
    }
    .cms-index-index .form-filter .btn-submit {
        width: calc(26% - -3.75rem) !important;
    }
    .cms-index-index form.porto_products_filter_form.widget.form-filter.my-0 {
        justify-content: center;
    }
    .cms-index-index .wpb_wrapper.vc_column-inner .porto-sicon-box {
        /* margin-left: 9% !important; */
        transform: scale(0.9) !important;
        margin-bottom: -0.375rem !important;
        display: flex !important;
        justify-content: center;
    }
} 

@media only screen and (max-width: 767px) {
    .page-products .product-event-grid .product-image-photo.default_image {
        height: 185px;
        border-top-right-radius: 0px;
    }
    .product.photo.product-item-photo.events-item-photo {
        width: 174px;
    }
    .page-products .product-item-info.events-items-info.type3 {
        display: flex;
        height: 216px !important;
        transition: box-shadow 0.1s ease-in-out;
    }
    .page-products .product-item-info.events-items-info.type3:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
    }
    .page-products .product-event-grid .event-time {
        margin-top: 59px;
        margin-left: -36px;
    }
    .page-products .product-event-shop {
        margin-left: -194px;
        margin-top: 76px;
    }
    .page-products .product-item-info .product-event-shop .category-icon {
        font-size: 12px;
        margin-left: 40px;
    }
    .page-products .product-event-grid .ticket-category-page {
        margin-left: 20px;
        padding-top: none;
    }
    .page-products .product-event-grid .bottom-one {
        font-size: 11px;
        line-height: 17px;
        text-wrap: balance;
        margin-top: 5%;
        text-align: -webkit-center;
    }
     .page-products i.porto-icon-location {
        font-size: 12px !important;
    }
    .page-products .product-item-info .product-item-name a {
        margin-top: -1px;
        margin-left: 4px;
        text-wrap: balance;
        font-weight: 500;
        height: 28px;
        font-size: 11px !important;
        width: 186px;
        height: 41px;
    }
    .page-products .product-event-grid .bottom-two .product-secondary {
        font-size: 23px;
        margin-top: 45px;
        line-height: 8px;
    }
    .page-products .product-event-grid .ticket-category-page {
        font-size: 10px;
        margin-left: 35px;
        margin-bottom: 16px;
        transform: scale(0.8);
        width: 187px;
        height: 34px;
        flex-flow: wrap;
        margin-top: -30px
    }
    .page-products .product-secondary > span.onwards {
        font-size: 11px;
    }
    .page-products .bottom-two {
        display: block;
        width: 100%;
        margin-top: 32px;
    }
    .page-products .product-event-grid .event-time {
        margin-left: -28px;
        margin-top: 52px;
    }
    .page-products .product-event-grid .bottom-location {
        margin-left: -139px;
        margin-right: 173px;
        margin-top: -61px;
        border-top: none;
        font-size: 10px;
        line-height: 1.2;
        height: 32px;
    }
    .item.product.product-item .register {
        display: none !important;
    }
    .product-event-grid .bottom-main {
        border-top: 1px dotted #d8cece;
    }
    .page-products .product-event-grid .events-items>li {
        width: 343px !important;
    }
    .page-products strong.product.name.product-item-name {
        width: 169px;
    }
}

.catalog-product-view .wk-seller-block .wk-seller-card-container .wk-seller-card-row {
    width: 85%;
}
.catalog-product-view .wk-seller-block .wk-seller-card-container {
    gap: 0px;
    width: 61%;
    /* grid-template-columns: 199px 75px 0px 255px; */
    grid-template-columns: 140px 210px 49px 237px;
}
.catalog-product-view .product-social-links {
    display:none;
}
.catalog-product-view .wk-seller-block {
    width: 88% !important;
}
.page-products .product-item-info {
    width: 315;
    height: 212;
}   
.page-products strong.product.name.product-item-name {
    margin-top: -6px;
    /* width: 163px; */
    z-index: 999;
}
/* .page-footer .container .custom-block img.bottom-payment-icons {
    display: none;
} */

@media only screen and (max-width: 767px) {
    .cms-index-index .vc_row.wpb_row.top-row.home-bar.no-padding {
        padding-left: 26px !important;
        padding-right: 26px !important;
    }
    .cms-index-index .block.category.event, .navigation, .page-main, .page-wrapper>.breadcrumbs ul, .page-wrapper>.page-bottom, .page-wrapper>.widget, .top-container, .page-wrapper > .breadcrumbs .items, .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .cms-index-index .vc_column_container.col-md-12 {
            padding-right: 0px !important;
            padding-left: 0px !important;
    }
    .cms-index-index .vc_row.wpb_row.top-row.home-trending.vc_row-has-fill.porto-inner-container {
        margin-left: -26px;
        margin-right: -26px;
    }
    .cms-index-index .wpb_wrapper h4.vc_custom_heading.mb-1.align-left.appear-animation.appear-animation-visible {
        padding-left: 33px;
        padding-right: 36px;
    }
    .cms-index-index .wpb_wrapper.vc_column-inner .vc_custom_heading .porto-u-heading {
        padding-left: 33px;
        padding-right: 36px;
    }
    .cms-index-index .porto-u-main-heading h2 {
        padding-left: 33px;
        padding-right: 36px;
    }
    .cms-index-index .wpb_wrapper.vc_column-inner .porto-products.wpb_content_element.products-inline.m-b-n-sm.appear-animation.appear-animation-visible {
        padding-left: 33px;
        padding-right: 33px;
    }
    .cms-index-index .vc_column_container.col-md-4.col-lg-2 {
        padding-right: 24px;
        padding-left: 24px
    }
    .cms-index-index .owl-item.active {
        width: 169px;
    }
    .page-footer .footer .footer-middle .container {
        padding-left: 20px !important;
        font-size: 12px;
    }
    .footer-bottom address {
        font-size: 12px;
        margin-left: 20px;
    }
    .catalog-product-view .page-main {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .catalog-product-view .breadcrumbs {
        padding-left: 12px;
    }
    .checkout-cart-index .page-title-wrapper {
        padding-left: 14px;
    }
    .products.wrapper.grid.columns3.products-grid.product-event-grid {
        display: flex;
        justify-content: center;
    }
    .page-wrapper > .breadcrumbs {
        padding-left: 14px;
    }
    .catalog-product-view .wk-seller-block .wk-seller-card-container {
        grid-template-columns: auto;
        gap: 5px;
        width: 100%;
    }
    .wk-seller-card-container.wk-card-type1 {
        margin: auto;
    }
}
/* success page */
/* .success-page .discount-coupon-section, .success-page .order-items, .success-page .top-section {
    width: 520px;
}

.checkout-onepage-success .col-2.col-lg-6.order-data.top_block .top-section h3 {
    width: 117%;
}
.checkout-onepage-success .success-page .col-2.facebook_page {
    float: right;
    margin-right: -11px;
    margin-top: 6px;
    width: 51%;
}
.checkout-onepage-success .col-main.sections .col-2.col-lg-6.order-data.countinue .actions-toolbar.continue-button {
    margin-top: 382px;
} */

@media only screen and (max-width: 767px) {
    .checkout-onepage-success .col-2.col-lg-6.order-data.top_block .top-section h3 {
        line-height: 15px;
        font-size: 15px;
        margin-top: 13px;
        margin-bottom: 7px;
    }
    .checkout-onepage-success .col-2.col-lg-6.order-data.coupon .discount-coupon-section .discount-message {
        width: 100%;
    }
    .checkout-onepage-success.page-layout-1column .discount-image {
        width: 336px;
    }
    .checkout-onepage-success .col-2.col-lg-6.order-data.top_block .top-section {
        border-bottom: 0px;
        width: 100%;
        margin-bottom: 3%;
    }
    .checkout-onepage-success .success-page .col-2.facebook_page {
        float: right;
        margin-right: 0%;
        margin-top: -4px;
        width: 100%;
    }
    .checkout-onepage-success .block.widget.block-products-list > span {
        font-size: 18px;
    }
    .checkout-onepage-success .col-2.col-lg-6.order-data.countinue {
        display: flex;
        justify-content: center;
        margin-top: 19px !important;
        margin-bottom: 17px !important;
    }
    .checkout-onepage-success .col-main.sections .discount-coupon-section .discount-message > h3 span {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 11px 0;
        margin-top: 10px;
    } 
    .checkout-onepage-success .col-main.sections .col-2.col-lg-6.order-data.countinue .actions-toolbar.continue-button {
        margin-top: -8px;
    }
    .success-page .discount-coupon-section, .success-page .order-items, .success-page .top-section {
        width: 100%;
    }
    .checkout-onepage-success .success-page .col-2 {
        width: 100% !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
    }
    .checkout-onepage-success .actions-toolbar > .primary:last-child, .actions-toolbar > .secondary:last-child {
        margin-left: 0px !important;
        margin-bottom: 0px !important;
    }
    .checkout-onepage-success .block.widget.block-products-list.grid.recently.\35 {
        padding: 0px 10px;
    }
}

li.ui-menu-item.level0:nth-child(1) {
    display: none;
}
li.ui-menu-item.level0:nth-child(10) {
    display: none;
}
li.ui-menu-item.level0:nth-child(11) {
    display: none;
}

/* homepage banner size modifications */
.cms-index-index .page-main .mb-4.pb-2 .owl-stage-outer .owl-stage .owl-item {
    /* height: 539px; */
    /* width: 2440px; */
}

img.porto-ibanner-img {
    min-height: unset;
}

.cms-index-index .page-main .mb-4.pb-2 .owl-stage-outer .owl-stage .owl-item .porto-ibanner.mb-0 .porto-ibanner-desc.no-padding.d-flex {
    display: none !important;
}
/* pointer on events card hover */
.cms-index-index .products .product-item {
    cursor: pointer;
}
.page-products .product-item-info.events-items-info.type3 {
    cursor: pointer;
}


@media only screen and (max-width: 767px) {
    
    #banner-slider-demo-35 .owl-stage-outer .owl-stage .owl-item:nth-child(3) .porto-ibanner>img {
        object-position: 0px 0px !important;
    }
    #banner-slider-demo-35 .owl-stage-outer .owl-stage .owl-item:nth-child(4) .porto-ibanner>img {
        object-position: 0px 0px !important;
    }
    #banner-slider-demo-35 .porto-ibanner>img {
        height: 300px;
        object-fit: cover;
    }
    .cms-index-index .page-main .mb-4.pb-2 .owl-stage-outer .owl-stage .owl-item {
        height: 300px;
    }
    /* from here to comment */
    #banner-slider-demo-35 .porto-ibanner>img {
        height: 115px;
        /* object-fit: contain; */
    }
     .cms-index-index .page-main .mb-4.pb-2 .owl-stage-outer .owl-stage .owl-item {
        height: 117px;
    }
    .cms-index-index .page-wrapper .page-main .mb-4.pb-2 {
        margin-bottom: -2.5rem !important;
    }
    .cms-index-index .page-wrapper .page-main .mb-4.pb-2 {
        margin-top: -31px;
    }
    .cms-index-index .owl-item {
        padding: 0px 3px;
    } 
    .cms-index-index .owl-carousel .owl-stage-outer {
        margin-top: 32px;
    }
}

.catalog-product-view .product-options-bottom .actions .action.primary.tocart {
    display: flex;
}
.catalog-product-view .external-url-button a {
    color: white !important;
}

.cms-index-index .page-main .mb-4.pb-2 .owl-stage-outer .owl-stage .owl-item .porto-ibanner.mb-0 {
    min-height: 0px !important;
}

.marketplaceeventmanager-event-reminder .event-product-image .image {
    width: auto;
}

.page-products .sorter {
    display: none;
}

.checkout-onepage-success .col-main.sections {
    display:block;
}
.col-2.col-lg-6.order-data.top_block {
    float: left;
    width: 49%;
    margin-left: -1225px;
    margin-top: 368px;
}
 .checkout-onepage-success .success-page .checkout-subscribe {
    margin-top: 22px;
    margin-bottom: 24px;
}
/*
.success-page .discount-coupon-section, .success-page .order-items, .success-page .top-section video {
    width: 100%;
}
.checkout-onepage-success .actions-toolbar > .primary:last-child, .actions-toolbar > .secondary:last-child {
    margin-left: -446px;
    margin-bottom: -47px;
    margin-top: 9px;
} */

.header.panel>.header.links>li a#idRbjFBdQl  {
    background: white;
    color: black;
}
/* Homepage logo */
.page-header.type23 .logo {
    min-width: 212px !important;
}
/* decrease height of top black header */
.page-header.type23 .panel.wrapper {
    padding: 0px !important;
    margin-bottom: 0rem !important;
}
/* search bar in header */
.page-header.type23 .search-area .block.block-search {
    width: 435px;
    transform: scale(0.8);
    border: 1px solid #f5f5f6 !important;
    border-radius: 0 4px 4px 0 !important;
    border-left: 0 !important;
    background: #e1e1e1 !important;
}
.page-header.type23 .navigation .fullwidth.parent .level0.submenu {
    width: 1000px !important;
    margin-left: -136px !important;
}
/* location pin removed on events */
i.porto-icon-location {
    display: none;
}
/* whitespace on homepage banner */
.cms-index-index .mb-4.pb-2 {
    margin-bottom: -1.5rem !important;
}
.products.wrapper.grid.products-grid {
    margin: initial !important;
    
}
.vc_row.wpb_row.top-row.py-5.porto-inner-container {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.vc_row.wpb_row.vc_inner.row.align-items-center.no-padding.mx-0.mb-5.vc_row-has-fill {
    margin-bottom: 1rem !important;
    padding-top: 101px !important;
}
/* .header.links li.link.authorization-link a:contains("Sign Out") {
    display: none;
} */

.level-2 .wk-mp-main .notification-link a::before {
    display: none !important;
}
.level-2 .wk-mp-main #wk-mp-nav .level-0 > a {
    padding: 1.25rem 1.5rem !important;
    text-transform: capitalize;
}
/* vendor dashboard data boxes alignment */
.wk-mp-dashboard-report-block .wk-dashboard-total-left-bottom {
    width: 67% !important;
}
.wk-mp-dashboard-report-block .wk-dashboard-sales-font {
    width: 33% !important;
}
/* Success page */
.checkout-onepage-success .block.widget.block-products-list.grid.recently.\35 {
    margin-top: 77.875rem;
}

/* footer css */
.page-footer .container {
    display: flex;
    flex-direction: row;
}
.page-footer .row {
    width: 1020px;
}
.page-footer .row .col-lg-3 {
    width: 619px;
}
.cms-ultra-trail-running.layout-1220.wide .product-item-info.events-items-info.type3 {
    height: 533px !important;
}

.page-header.type23 .header-main .container .row .subchildmenu.col-md-12 .ui-menu-item.level1 a {
    width: max-content;
}
.checkout-onepage-success.page-layout-1column .discount-image {
    /* width: 594px; */
    display: none;
}
.cms-page-view .product-item-info.events-items-info.type3 {
    height: 525px !important;
}
.cms-page-view .sidebar-content.sticky-active {
    display: none;
}
.cms-page-view .product-event-grid .event-product-item-detail {
    margin-top: 7px;
}
.cms-page-view h2.product-name {
    margin-bottom: 11px;
}

/* cms page list view on mobile view */
@media only screen and (max-width: 767px) {
    .cms-page-view .product-event-grid .product-image-photo.default_image {
        height: 185px;
        border-top-right-radius: 0px;
    }
    .cms-page-view .product.photo.product-item-photo.events-item-photo {
        width: 174px;
    }
    .cms-page-view .product-item-info.events-items-info.type3 {
        display: flex;
        height: 216px !important;
        transition: box-shadow 0.1s ease-in-out;
        width: 320px;
    }
    .cms-page-view .product-item-info.events-items-info.type3:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
    }
    .cms-page-view .product-event-grid .event-time {
        margin-top: 59px;
        margin-left: -36px;
    }
    .cms-page-view .product-event-shop {
        margin-left: -194px;
        margin-top: 76px;
    }
    .cms-page-view .product-item-info .product-event-shop .category-icon {
        font-size: 12px;
        margin-left: 39px;
    }
    .cms-page-view .product-event-grid .ticket-category-page {
        margin-left: 20px;
        padding-top: none;
    }
    .cms-page-view .product-event-grid .bottom-one {
        font-size: 11px;
        line-height: 17px;
        text-wrap: balance;
        margin-top: 3%;
        text-align: -webkit-center;
        display: none;
    }
     .cms-page-view i.porto-icon-location {
        font-size: 12px !important;
    }
    .cms-page-view .product-item-info .product-item-name a {
        margin-top: 5px !important;
        margin-left: 8px;
        text-wrap: wrap;
        font-weight: 500;
        font-size: 12px;
        width: 173px;
        height: 35px !important;
    }
    .cms-page-view .product-event-grid .bottom-two .product-secondary {
        font-size: 23px;
        margin-top: 1px;
        line-height: 8px;
    }
    .cms-page-view .product-event-grid .ticket-category-page {
        font-size: 10px;
        margin-left: 34px;
        margin-bottom: -3px;
        transform: scale(0.8);
        flex-wrap: wrap;
        height: 46px;
        margin-top: -32px;
    }
    
    .cms-page-view .product-secondary > span.onwards {
        font-size: 11px;
    }
    .cms-page-view .bottom-two {
        display: block;
        width: 100%;
        margin-top: 41px;
    }
    .cms-page-view .product-event-grid .event-time {
        margin-left: -28px;
        margin-top: 66px;
    }
    .cms-page-view .product-event-grid .bottom-location {
        margin-left: -149px;
        margin-right: 173px;
        margin-top: -65px;
        border-top: none;
        font-size: 10px;
        line-height: 1.2;
        height: 32px;
    }
    .cms-page-view .item.product.product-item .register {
        display: none !important;
    }
    .cms-page-view .product-event-grid .bottom-main {
        border-top: 1px dotted #d8cece;
    }
    .cms-page-view .product-event-grid .events-items>li {
        /* width: 343px !important; */
        display: flex;
        justify-content: center;
    }
    .cms-page-view strong.product.name.product-item-name {
        width: 169px;
    }
    .cms-page-view .sidebar.sidebar-additional {
        display: none;
    }
    .cms-page-view .bottom-location a {
        margin-left: 21px;
    }
}

div#hintsId_Q8cH0vJS2tfzMEVtEsW4iuw4C6mm5Uhk {
    display: none;
}

.cms-index-index .category-content.dir-column.text-center-md.vc_column_container.col-md-12.col-lg-9.appear-animation.fadeIn.appear-animation-visible {
    display: none;
}

.cms-index-index a.vc_btn3.vc_btn3-shape-default.btn.btn-modern.btn-lg.btn-light {
    display: none;
}

@media only screen and (max-width: 767px) {
    .cms-index-index .vc_row.wpb_row.vc_inner.row.align-items-center.no-padding.mx-0.mb-5.vc_row-has-fill {
        padding-top: 11px !important;
    }

    .cms-index-index .category-content.dir-column.text-center-md.vc_column_container.col-md-12.col-lg-9.appear-animation.appear-animation-visible {
        display: none;
    }

}
/* fixed height of the image container in listing page */
.page-products .product.photo.product-item-photo.events-item-photo {
    height: 215px;
}
.cms-index-index .product.photo.product-item-photo.events-item-photo {
    height: 215px;
}
.cms-page-view .product.photo.product-item-photo.events-item-photo {
    height: 215px;
}
.cms-page-view .product-event-grid .product-item-name a {
    margin-top: 12px;
    height: 46px
}
.marketplace-account-dashboard  .wk-mp-dashboard-totalpayout-container {
    line-height: 1.2;
}
.marketplace-account-dashboard ul.wk-mp__action-dropdown-menu.wk-mp-dashboard-notifications-menu {
    margin-left: -22px !important;
}

.vc_row.wpb_row.top-row.home-trending.vc_row-has-fill.porto-inner-container {
    display: none;
}
/* second banner image height fixed in mobile */
@media only screen and (max-width: 767px) {
    #banner-slider-demo-36 .porto-ibanner>img {
        height: 100%;
    }
}
/* remove my downloaded products from sidebar in my orders page */
.sales-order-history .sidebar.sidebar-main.mobile-sidebar li.nav.item:nth-child(3) {
    display:none;
}
.customer-account-index .sidebar.sidebar-main.mobile-sidebar li.nav.item:nth-child(3) {
    display:none;
}
.mobile-sticky.marketplaceeventmanager-customer-eventlist .wk-mp-design .wk-row-view .wk-first_td .wk-pro-divide1 .image {
    height: 100%;
    width: 115px;
}
.mobile-sticky.marketplaceeventmanager-customer-eventlist td.wk-list-th-display1 {
    width: 351px;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-edit {
    display:none;
}

.block-minicart input#cart-item-195-qty {
    cursor: not-allowed;
    pointer-events: none;
}

.block-minicart .product-item-details .product.actions .primary {
    display: none;
}
.additional-attributes-wrapper .data.table.additional-attributes tr:nth-child(1) {
    display:none;
}
.catalog-product-view .control .field.choice.admin__field .label.admin__field-label span.ticket-description {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Assistant';
    color: #595959;
}

.sales-order-history .account.page-layout-2columns-left .column.main {
    width: 961px !important;
}
.customer-account-index .sidebar.sidebar-main.mobile-sidebar {
    flex: 0px;
}
.content.block-collapsible-nav-content ul.nav.items {
    width: 248px;
    border: 1px solid silver;
}
.customer-account-index .page-wrapper .page-main .page-main-inner {
    margin: 10px;
}

.customer-account-index .account.page-layout-2columns-left .column.main {
    width: 77% !important;
}
.page-products .product-event-grid .bottom-one {
    display: none;
}
.product-options-wrapper .field .label.admin__field-label span.ticket-title {
    color: #08c;
    font-size: 18px;
    font-family: 'Assistant';
}
.product-options-wrapper .field .label.admin__field-label span.mrp-price {
    text-decoration: line-through;
    font-size: 12px !important;
    font-weight: 700 !important;
}
.product-options-wrapper .field .label.admin__field-label .pricing-class {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 3px;
    align-items: baseline;
}
.details-qty.qty .item-qty.cart-item-qty {
    cursor: not-allowed;
    pointer-events: none;
}
.block-minicart .product-item-details {
    margin-top: 0px;
}
/* removed coupon code from hide in checkout page in mobile view */
@media only screen and (max-width: 767px) {
   
    .checkout-cart-index .cart-discount .block > .title {
        display: block;
    }
    .checkout-cart-index .cart-discount .block .content {
        display: block;
    }
    .checkout-cart-index .cart-container .form-cart {
        order: 1;
    }
    .checkout-cart-index .cart-container .cart-summary {
        order: 1;
    }

}
/* Qty displayed none */
.minicart-items .product-item-details .details-qty {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .page-header.type23 .navigation .fullwidth.parent .level0.submenu {
        width: 276px !important;
        margin-left: 8px !important;
    }
}
/* homepage 1st banner width reduced  */
.cms-index-index .mb-4.pb-2 {
    display: flex;
    justify-content: center;
}
div#banner-slider-demo-35 img.porto-ibanner-img:nth-child(1) {
    width: 100%;
}
div#banner-slider-demo-35 {
    width: 1234px;
}

@media only screen and (max-width: 767px) {
.cms-index-index .mb-4.pb-2 {
    display: flex;
}
div#banner-slider-demo-35 img.porto-ibanner-img:nth-child(1) {
    width: 100%;
}
div#banner-slider-demo-35 {
    width: 305px;
}
}

.cms-page-view .product-item-info.events-items-info.type3 {
    cursor: pointer;
}

/* decrease width of sticky header */
.page-header.type23.sticky-header nav.navigation.sw-megamenu {
    width: 84%;
}
/* make color white to parent class of sticky header */
.section-item-content.nav-sections-item-content {
    background-color: white;
}
/* last dropdown menu's width reduced */
li.ui-menu-item.level0.fullwidth.parent:nth-child(9) .level0.submenu {
    width: 234px !important;
    margin-left: -101px !important;
}

.modal-custom.authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .fieldset {
    color: black;
    font-size: 17px;
}

.modal-custom.authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .fieldset .field.field-email.required {
    line-height: 2.2;
}
.modal-custom.authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .fieldset .field.field-password.required {
    line-height: 2.2;
}

.modal-custom.authentication-dropdown.custom-slide._show .modal-inner-wrap .modal-content .actions-toolbar .primary button.action.action-login.secondary {
    height: 34px;
    background-color: black;
    color: white;
}

.modal-custom.authentication-dropdown.custom-slide._show .modal-inner-wrap .block.block-customer-login strong#block-customer-login-heading {
    color: black;
    font-weight: 700;
}

/* remove seller profiles block in sell page */
.marketplace-index-index .wk-mp-landing-sellers-container {
    display: none;
}
.marketplace-index-index .wk-mp-label3-container {
    display:none;
}
.footer .footer-bottom .custom-block.f-right {
    padding-left: 20px;
}
/* hide default sign in button in checkout page */
.checkout-index-index .page-main .checkout-container .authentication-wrapper {
    display: none;
}
/* in checkout page product name alignment fixed */
.checkout-index-index .page-main .block.items-in-cart .content.minicart-items .product-item .product .product-item-details .product-item-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}   

.checkout-index-index .page-main .block.items-in-cart .content.minicart-items .product-item .product .product-item-details .product-item-name-block strong.product-item-name {
    white-space: normal;
    height: 41px;
    width: 315px;
}
/* hide wishlist in checkout page */
a.use-ajax.action.towishlist.action-towishlist {
    display: none;
}

.file-container {
    display: flex;
    flex-direction: column-reverse;
}
.uploaded-file {
    font-size: 11px;
    color: darkgoldenrod;
}
div[name="contact.custom_attributes.file"] {
    display: flex;
}
/* div[name="contact.custom_attributes.file"] .label:after {
    content: "*";
    color: #e02b27;
    margin-left: 1px;
    font-weight: 500;
} */

/* Marketplace dashboard styling */

.marketplace-account-dashboard .wk-mp-dashboard-main-container .wk-mp-dashboard-border {
    border-radius: 15px;
    background-color: #F5F5F5;
    height: 265px;
}
.marketplace-account-dashboard .wk-mp-dashboard-report-block .wk-mp-dashboard-total-left {
    background-color: #514943;
}
.marketplace-account-dashboard .wk-mp-dashboard-report-block .wk-dashboard-total-left-bottom {
    width: 50% !important;
    background-color: #514943;
    text-align: left;
    padding-left: 20px !important; 
    font-weight: 600;
    font-size: 1.5rem;
}
.marketplace-account-dashboard .wk-mp-dashboard-report-block .wk-dashboard-sales-font {
    width: 50% !important;
    text-align: right;
    padding-right: 5%;
    height: 60px;
}
.marketplace-account-dashboard .wk-mp-dashboard-report-block .wk-dashboard-sales-font .price {
    border-radius: 50px;
    color: white;
    background-color: #FF4500;
    font-size: 1.5rem;
    padding-left: 25px;
    padding-right: 25px;
}
.marketplace-account-dashboard .wk-mp-products-bottom.wk-mp-reports-products-list {
    background-color: #ffffff;
}
.marketplace-account-dashboard  #askque {
    margin-bottom: 20px;
    display: none;
}
.marketplace-account-dashboard .wk-mp-dashboard-report-block .products-selling {
    color: black;
    font-size: 20px;
    padding-left: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.marketplace-account-dashboard .wk-mp-dashboard-report-block .wk-mp-dashboard-total-right {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
.marketplace-account-dashboard .wk-mp-dashboard-report-block .wk-mp-dashboard-total-progress-bar {
    font-size: 18px;
    margin-bottom: 3px;
}

.marketplace-account-dashboard .wk-mp-dashboard-total-progress-bar small {
    padding-bottom: 5px;
}
.marketplace-account-dashboard .wk-mp-dashboard-total-progress-bar small:after {
    height: 10px;
    border-radius: 10px;
    width: 100%;
}
.marketplace-account-dashboard .wk-mp-dashboard-total-progress-bar small .wk-mp-progress-color-bar {
    height: 10px;
    border-radius: 10px;
}
.marketplace-account-dashboard .wk-dashboard-sales-value {
    color: #514943;
    font-size: 18px;
}
.marketplace-account-dashboard .wk-mp-dashboard-report-block .wk-mp-dashboard-customers-top {
    font-size: 18px;
    display: grid;
    padding-top: 10px;
}
.marketplace-account-dashboard .wk-mp-dashboard-report-block .wk-mp-dashboard-customers-top .month-number {
    color: #FF4500;
}
.marketplace-account-dashboard .wk-mp-dashboard-report-block .wk-mp-dashboard-customers-bottom {
    font-size: 18px;
    display: grid;
}
.marketplace-account-dashboard .wk-mp-dashboard-report-block .wk-mp-dashboard-customers-bottom .month-number {
    color: #FF4500;
}
.marketplace-account-dashboard .wk-mp-dashboard-lifetimesale-container {
    display: flex;
    justify-content: space-between;
    font-size: 1.5rem;
    background-color: #514943;
    padding: 4px;
    border-right: 1px solid white;
}
.marketplace-account-dashboard .wk-mp-dashboard-lifetimesale-value {
    font-size: 1.3rem;
    padding-right: 15px;
    border-radius: 50px;
    color: white;
    background-color: #FF4500;
    padding-left: 15px;
    margin-top: 7px;
    margin-bottom: 18px;
    padding-top: 9px;
    padding-bottom: 5px;
    margin-right: 18px;
}
.marketplace-account-dashboard .wk-mp-dashboard-chart-top-row {
    display: flow-root;
    background-color: #514943;
    color: white;
    height: 4rem;
}
.marketplace-account-dashboard .wk-mp-dashboard-totalpayout-container {
    line-height: 1.5rem;
    display: flex;
    justify-content: space-between;
    background-color: #514943;
    margin-left: 10px;
    font-size: 1.5rem;
    padding-top: 19px;
}
.marketplace-account-dashboard .wk-mp-dashboard-totalpayout-value {
    color: white;
    background-color: #FF4500;
    font-size: 1.3rem;
    margin-right: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 50px;
    padding-top: 8px;
    padding-bottom:8px;
    margin-top: -8px;

}
.marketplace-account-dashboard .wk-mp-dashboard-chart-dropdown select {
    width: 70%;
    border-radius: 50px;
    font-weight: 700;
    height: 40px;
}

.marketplace-account-dashboard  .wk-mp-dashboard-chart-dropdown {
    margin-right: -25px;
    margin-top: -9px;
}

.marketplace-account-dashboard .wk-mp-dashboard-main-container .wk-mp-dashboard-activity-wrapper {
    height: 4rem;
    background-color: #514943;
    color: white;
    margin-bottom: 25px;
}
.marketplace-account-dashboard .wk-mp-dashboard-activity-title {
    background-color: #514943;
    font-size: 1.5rem;
    height: auto;
}
/* .marketplace-account-dashboard .wk-mp-dashboard-lifetimesale-title {
    padding: 5px;
} */
.marketplace-account-dashboard .wk-mp-order-grid-title-row .wk-mp-order-grid-title-row-sp2 {
    background-color: #514943; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 10px; /* Adjust the value to change the border radius */
}

.marketplace-account-dashboard .wk-mp-order-grid-title-row .wk-mp-order-grid-title-row-sp2:hover {
    background-color: grey /* Darker green on hover */
    /* border-radius: 20px;  */
}
.marketplace-account-dashboard .wk-mp-order-grid-title-row .wk-mp-order-grid-title-row-sp2 a {
    color: white;
    font-size: 20px;
}
.marketplace-account-dashboard .wk-mp-design .wk-mp-dashboard-main-container {
    width: 115% !important;
}
.marketplace-account-dashboard  .wk-mp-dashboard-lifetimesale-title {
    padding-left: 18px;
    padding-top: 17px;
}
.marketplace-account-dashboard
ul.wk-mp__action-dropdown-menu.wk-mp-dashboard-notifications-menu li {
    color: white;
}

.marketplace-account-dashboard .wk-mp__action-dropdown-menu > li {
    border-bottom: none;
    padding: 5px;
}

.marketplace-account-dashboard .wk-mp-dashboard-main-container .wk-mp-dashboard-chart-container {
    width: 75%;
    margin-left: 12%;
}
.marketplace-account-dashboard .wk-mp-dashboard-activity-container {
    display: none;
}
.catalog-product-view .terms-message {
    color: red;
}
/* .catalog-product-view .accept-terms {
    pointer-events: none;
    opacity: 0.5;
} */
.catalog-product-view .terms-mandatory {
    color: red;
}
.catalog-product-view .action-tc-accept {
    background-color: black !important;
    color: white;
    opacity: 1;
    text-shadow: none;
}
.catalog-product-view .action-tc-accept:hover {
    background-color: black !important;
    color: white;
    opacity: 1;
    text-shadow: none;
}
#wk-mpem-tetm-condition {
    padding-left: 50px;
}
.checkout-index-index .field .choice.field .label {
    display: none;
}
.checkout-index-index #contact-form .field._required[name^="contact.custom_attributesi_understand_that_the_final_cutoff_time_for_the_jbg_shhm2024,_half_marathon_is_4_hours_from_the_gun_start._the_course_shall_be_closed_at_10:30_sharp._only_finishers,_reaching_the_finishing_line_at_or_before_10:30_am_shall_receive_finishers_medals,_irrespective_of_their_starting_time_or_lineup_section._i_am_aware_that_a_runner_in_line_up_section_b_or_c_will_reach_the_starting_mat_late_by_few_minutes_and_will_have_to_make_up_for_the_additional_time_to_reach_the_cut_off_time.1"] {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: flex-end;
    gap: 8px;
    align-items: center;
}
.checkout-index-index #contact-form .field._required[name^="contact.custom_attributesi_commit_to_train_well_to_make_sure_that_i_am_fit_to_participate_and_finish_well.1"] {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: flex-end;
    gap: 8px;
    align-items: center;
}
.checkout-index-index #contact-form .field._required[name^="contact.custom_attributesi_understand_that_registration,_once_done_for_shhm_2024,_cannot_be_cancelled_or_refunded_even_if_i_am_unable_to_attend_due_to_any_of_my_personal_reasons,_including_illness._if_the_event_is_cancelled_by_the_organisers_due_to_unavoidable_or_unforseen_circumstances_(like_covid_pandamic_etc),_my_registration_will_be_transferred_to_the_next_edition_(once_only)1"] {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: flex-end;
    gap: 8px;
    align-items: center;
}
.checkout-index-index #contact-form .field._required[name^="contact.custom_attributesi_would_like_to_receive_email_and_sms_information_about_various_training_and_long_runds_and_workshops_for_motivation_and_guidance_towards_participation_in_shhm_20241"] {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: flex-end;
    gap: 8px;
    align-items: center;
} 
.checkout-index-index .file_uplode_pronko {
    display: none !important;
}

/* .catalog-product-view span.gst-container {
    display: flex;
}
.catalog-product-view span.gst-class {
    font-size: 12px;
    padding: 0px 3px;
}
label.label.admin__field-label {
    display: block;
    position: relative;
    padding-bottom: 50px;
    padding: 0 0 50px 23px;
    margin-top: -26px;
    height: 100%;
}
span.gst-container {
    position: absolute;
    bottom: 0;
    left: 0;
} */

.checkout-index-index #contact-form .field {
    padding: 18px 0px;
}
.checkout-index-index #contact-form .field[name^="contact.Customer1"] {
    border: none !important;
    display: none;
}
.checkout-index-index #contact-form .field:nth-child(1) {
    border: none !important;
}
/* .product-options-bottom .fieldset {
    display: flex;
} */
.product-options-bottom .fieldset .field.qty {
    order: 1;
}
/* .catalog-product-view .value {
    color: black;
} */

#contact-form div[name="contact.custom_attributesproof_type1"] + div[name="contact.custom_attributes.file"] {
    display: none;
} 
#contact-form div[name="contact.custom_attributesproof_type1"] + div[name="contact.custom_attributes.file"] + div[name="contact.custom_attributeslink1"] {
    display: none;
} 

input[name^="custom_attributescompletion_time1"] {
    display: none;
}
.custom-timer {
    width: 100%;
    display: flex;
    gap: 10px;
}
.modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 80%;
}
button.action-tc-accept:disabled {
    opacity: 0.5;
}
.checkout-index-index #contact-form .field {
    display: flex;
    flex-direction: column;
    padding: 15px 0px;
    border-bottom: 1px solid #ebebeb;
}
/* label.label.admin__field-label {
    display: block;
    position: relative;
    padding-bottom: 50px;
    padding: 0 0 50px 23px;
    margin-top: -26px;
    height: 100%;
} */
.catalog-product-view .price-gst {
    display: flex;
}
.catalog-product-view .price-gst .gst-percentage {
    font-size: 16px;
    padding-top: 2px;
}
.checkout-index-index .custom-timer .label {
    padding-top: 8px;
}
.accept-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 9px;
}
label.scroll-message {
    color: black;
}
.checkout-index-index .field[name^="contact.custom_attributes_label_"] {
    border-bottom: none !important;
    padding-bottom: 0px !important;
    padding-top: 28px !important;
    color: #800000;
}
.checkout-index-index .field[name^="contact.custom_attributes_label_"] .label span {
    font-size: 1.05em;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .catalog-product-view label.scroll-message {
        font-size: 10px;
    }
}
.catalog-product-view .modal-popup .modal-footer {
    padding: 10px 20px;
}
.checkout-contact .fieldset.address a[id^="file_upload_link_"] {
    cursor: pointer;
}
.checkout-index-index #contact-form .field._required[name^="contact.custom_attributesi_understand_that_this_discounted_rate_is_reserved_for_permanent_residents_of_satara_district._if_i_do_not_submit_a_valid_proof_of_my_address_(aadhaar_card),_my_registration_will_be_cancelled_and_my_registration_fee_will_be_refunded_after_deducting_rs._500_as_fine_plus_processing_fee.1"] {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: flex-end;
    gap: 8px;
    align-items: center;
}
.checkout-index-index #contact-form .field._required[name^="contact.custom_attributesi_commit_to_train_well_to_make_sure_that_i_am_fit_to_participate_and_finish_well._i_have_read_and_accepted_the_terms_&_conditions_in_relation_to_my_health_and_safety_during_the_event,_provided_in_detail_at_the_beginning_of_this_registration_form._i_agree_to_participate_in_this_event_on_my_own_risk_&_responsibility.1"] {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: flex-end;
    gap: 8px;
    align-items: center;
}
.checkout-index-index #contact-form .field._required[name^="contact.custom_attributesi_understand_that_registration,_once_done_for_jbg_shhm_2024,_cannot_be_cancelled_or_refunded_even_if_i_am_unable_to_attend_due_to_any_of_my_personal_reasons,_including_illness._if_the_event_is_cancelled_by_the_organisers_due_to_unavoidable_or_unforeseen_circumstances,_like_covid_pandemic_etc.,_my_registration_will_be_transferred_to_the_next_edition_-_once_only1"] {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: flex-end;
    gap: 8px;
    align-items: center;
}
.checkout-index-index #contact-form .field._required[name="contact.custom_attributesi_would_like_to_receive_email_and_sms_information_about_various_training_and_long_runs_and_workshops_for_motivation_and_guidance_towards_participation_in_shhm_20241"] {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: flex-end;
    gap: 8px;
    align-items: center;
}
.checkout-index-index #contact-form .field._required[name^="contact.custom_attributesi_understand_that_the_final_cutoff_time_for_the_jbg_shhm2024,_half_marathon_is_4_hours_"] {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: flex-end;
    gap: 8px;
    align-items: center;
}.search-area {
    margin-left: 0;
    margin-right: 0;
    width: auto !important;
    text-align: right;
}.block.block-search {
    border-width: 0px !important;
}



@media only screen and (max-width: 767px) {
    .checkout-index-index div#ui-datepicker-div {
        width: 90%;
    }
    .ui-datepicker table.ui-datepicker-calendar span {
        width: initial;
    }
    .checkout-index-index .ui-datepicker {
        padding: 9px 7px;
    }
}
#contact-form div[name="contact.custom_attributesare_you_suffering_from_any_ailments1"] + div[name="contact.custom_attributesplease_mention_the_ailments_that_you_are_suffering_from1"] {
    display: none;
}
#contact-form div[name="contact.custom_attributesspecify_your_nationality1"] + div[name="contact.custom_attributesif__other_-_please_specify_your_nationality1"] {
    display: none;
}
#contact-form div[name^="contact.custom_attributesyour_running_club_-_if_your_club_name_is_not_in_this_list"] + div[name^="contact.custom_attributesenter_running_club_name_-_if_not_selected_above1"] {
    display: none;
}

@media only screen and (max-width: 767px) {
    .page-header.type23 .search-area .block.block-search {
        z-index: 1;
        width: 467px !important;
        /* right: -64px !important; */
    }
    .page-products .cms-fileupload .page-wrapper .columns .sidebar.sidebar-main.mobile-sidebar {
        display:none;
    }
}

.cms-fileupload .page-wrapper .columns .sidebar.sidebar-main.mobile-sidebar {
    display:none;
}

.cms-fileupload .page-wrapper .columns {
    display: flex;
}

.checkout-index-index button#closeModal {
    color: white !important;
    border: 1px solid black !important;
    background-color: black !important;
}
.opc-estimated-wrapper {
    padding: 18px 37px;
}
.cart.table-wrapper .item-options dt, .cart.table-wrapper .item-options dd {
    text-wrap: wrap;
}
.sales-order-view .sidebar.sidebar-main.mobile-sidebar {
    display: none;
}
@media only screen and (max-width: 767px) {
    .sales-order-view .box.box-order-billing-method {
        width: 100% !important;
    }
    .sales-order-view .order-details-items .items-qty {
        vertical-align: initial !important;
    }
    .page-products h1.page-title {
        padding: 0 20px;
    }
}

/* div[name="contact.custom_attributes.file"] .label:after {
    content: "*";
    color: #e02b27;
    margin-left: 1px;
    font-weight: 500;
} */

.checkout-onepage-success .checkout-success .sections  h1 span {
    font-size: 24px;
}
.checkout-cart-index .cart-container .cart.main.actions {
    display: none;
}
.payment-option._collapsible.opc-payment-additional.discount-code._active {
    display: none;
}
.payment-option-title.field.choice {
    display: none;
}

#contact-form div[name="contact.custom_attributesproof_type1"] + div[name="contact.custom_attributes.file"] .label:after {
    content: "" !important; 
}


/* login page design */

button#JsCheckoutPayment {
    background: #65829d;
}
button#JsCheckoutPayment:hover {
    background: #65829d;
}
button#openPay {
    background: #65829d;
}

.marketplaceeventmanager-page-successpage .sidebar.sidebar-main.mobile-sidebar {
    display: none;
}

.marketplaceeventmanager-page-successpage .column.main {
    width: 100% !important;
}
.marketplaceeventmanager-page-successpage .Success-page-container {
    display: flex;
}
.marketplaceeventmanager-page-successpage .success-page-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 22px;
}
.marketplaceeventmanager-page-successpage .Success-page-container .side-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.marketplaceeventmanager-page-successpage .Success-page-container .side-2 h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.marketplaceeventmanager-page-successpage .additional-info {
    padding-top: 40px;
}
.marketplaceeventmanager-page-successpage .bottom-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.marketplaceeventmanager-page-successpage .side-3 {
    width: 50%;
}
.marketplaceeventmanager-page-successpage .side-3 div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.marketplaceeventmanager-page-successpage .success-page-title p a {
    text-decoration: underline;
}

.success-page-title h3 {
    margin: initial !important;
}

.success-page-title p {
    margin-bottom: 8px;
}

.side-2 strong {
    font-size: 14px;
}

@media(max-width:768px) {
    .Success-page-container .side-1 h3 span {
        font-size: 14px;
    }   
    .Success-page-container .bottom-container .side-3 div h3 span {
        font-size: 13px;
    }
    .Success-page-container .side-2 {
        margin-top: 5px;
    }
    .Success-page-container .bottom-container .side-3 div h3 {
        width: 200%;
        display: flex;
        justify-content: center;
        font-size: 12px;
    }
    .Success-page-container .bottom-container .side-3 h3 span {
        font-size: 18px;
    }

}
.sales-order-history .sidebar.sidebar-additional {
    display: none;
}
.sales-order-history .table-wrapper.orders-history td.col.name {
    font-weight: 700;
}
.sales-order-history .table-wrapper.orders-history td.col.id {
    color: black;
    font-weight: 700;
}
/* sold out */
label#localCountLabel-1 {
    font-size: 40px
}
.local-left-count {
    height: 100px;
}
label#openCountLabel-1 {
    font-size: 40px
}
.open-left-count {
    height: 100px;
}
label#outstationCountLabel-1 {
    font-size: 40px
}
.outstation-left-count {
    height: 100px;
}
.customer-account-login  .timer-and-message .message-sold-out h2 {
    background-color: transparent;
    backdrop-filter: blur(1px);
    color: white;
    border-radius: 50px;
    width: 80%;
    font-size: 20px;
}
.customer-account-login .message-sold-out {
    display: flex;
    justify-content: center;
    margin-left: 0%;
    margin-top: 17%;
}
/* coupon code text hide in checkout page */
.payment-option-title.field.choice {
    display: none;
}
.cart-discount {
    padding-top: 42px;
}
.checkout-onepage-success .success-page h1 span {
    text-transform: none;
}
.marketplaceeventmanager-customer-ticketdetails .sidebar.sidebar-main.mobile-sidebar {
    display: none;
}
.marketplaceeventmanager-customer-ticketdetails .page-title-wrapper {
    padding: 0 20px;
}
/* -----------------shipping start------------ */
.wide{
    width: 100% !important;
}
.shipping_methods{
    /* color: #ff740a !important; */
    display: flex;
    justify-content: space-around;
    flex-direction: row;    
    border-radius: 1rem;
}
div .withs{
    width: 48% !important;
}
.participant_details{
    /* color: #18ff4a !important; */  
    /* background-color: #efefef !important;   */
    border-radius: 1rem;
}
.for-file{
    display: grid;
    grid-template-columns: auto auto;
    align-content: space-between;
    justify-content: space-around;
    align-items: start;
    grid-gap: 2rem;
}
.label_details{
    font-weight: normal !important;
    color: #31373d !important;
    font-size: 0.9rem;
    text-wrap: balance;
}
.value_details{
    font-weight: normal !important;
    color: #31373d !important;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}
.img_download{
    display: flex;
    flex-direction: column; 
    grid-gap: 1rem;
    /* background-color:  #222529 !important; */
}
.img_download img{
    border: 2px solid #31373d80 !important;
    border-radius: 0.3rem;
    width: 300px !important;
    height: 150px;
    object-fit: cover;
}
.img_download a{
    color: #ffffff;
    background-color: #222529 !important;
    align-self: center;
    padding: 0.7rem 2rem;
    font-weight: bold;
    border-radius: 0.2rem;
}
.box-content.content-information p {
    margin: 0 !important;
}
.img_download a:hover{
   color: #ffffff;
   background-color: #31373d !important;
}
.order-details-items{
    padding: 5px !important;
}    
.title_header{
    line-height: 1.2;
    font-size: 1rem;
    width: 100%;
    border: none !important;
    font-weight: 700 !important;
}
/* .title_header{
    border: none !important;
} */
.title_detail {
    border: none !important;
    color: #31373d !important;
    font-weight: bold !important; 
    /* font-size: 3rem !important; */
    border-top: 1px solid #41362f2b !important;
}
.title_detail h4{
    font-size: 0.9rem;
    font-weight: 600;
    color: #777777 !important;
}
/* ----------------------Participant---------------------- */
.bord {
    border: none !important;
}
.Participant_info_att{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0rem 5rem;
    padding-bottom: 2rem;
    padding-top: 1rem;
}
.Participant_info_att div:nth-child(1){
    background-color: #f1f1f1;
}.Participant_info_att div:nth-child(2){
    background-color: #f1f1f1;
}.Participant_info_att div:nth-child(5){
    background-color: #f1f1f1;
}.Participant_info_att div:nth-child(6){
    background-color: #f1f1f1;
}.Participant_info_att div:nth-child(9){
    background-color: #f1f1f1;
}.Participant_info_att div:nth-child(10){
    background-color: #f1f1f1;
}.Participant_info_att div:nth-child(13){
    background-color: #f1f1f1;
}.Participant_info_att div:nth-child(14){
    background-color: #f1f1f1;
}.Participant_info_att div:nth-child(17){
    background-color: #f1f1f1;
}.Participant_info_att div:nth-child(18){
    background-color: #f1f1f1;
}.Participant_info_att div:nth-child(21){
    background-color: #f1f1f1;
}.Participant_info_att div:nth-child(22){
    background-color: #f1f1f1;
}.Participant_info_att div:nth-child(25){
    background-color: #f1f1f1;
}.Participant_info_att div:nth-child(26){
    background-color: #f1f1f1;
}.Participant_info_att div:nth-child(29){
    background-color: #f1f1f1;
}.Participant_info_att div:nth-child(30){
    background-color: #f1f1f1;
}
.Participant_info_att p{
    padding: 1rem;
    margin: 1rem 0rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.sales-order-view .columns {
    display: flex !important;
}
.images_aline_att{
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-content: space-around;
    align-items: end;
    grid-gap: 2rem;
}
.fnt_size{
    font-size: 1.6rem;
    font-weight: 100;
    padding-bottom: 4px;
    padding-right: 10px;
    color: #31373d4f !important;
}
/* -----------customer ends---------------- */
/* --------------vendor start--------------- */
.marketplace-order-view .full_with{
    display: block !important;
}
.marketplace-order-view .box{
    width: 100% !important;
}
/* .marketplace-order-view .block-content{
    display: flex !important;
    gap: 1rem;
} */
.marketplace-order-view  .box-content {
    border: none !important;
}
.marketplace-order-view .box-order-billing-address {
    border: 1px solid #cbc0c09e !important;
    border-radius: 0.2rem !important;
}
.marketplace-order-view .box-order-billing-method {
    border: 1px solid #cbc0c09e !important;
    border-radius: 0.2rem !important;
}.marketplace-order-view .hidn_hoz{
    overflow: hidden !important;
}.marketplace-order-view .shipping_infoo{
    display: flex !important;
    gap: 1rem;
}.cust_name{
    background-color: #f1f1f1;
    padding: 1rem;
    border-radius: 0.3rem;
}
/*---------------vendor end -----------------*/

/* On screens that are 992px wide or less, go from four columns to two columns */
@media (max-width: 1024px) {
    .images_aline_att {
        display: grid !important;
        grid-template-columns: auto auto auto !important;
        align-content: space-between;
        justify-content: space-around;
        align-items: start;
        grid-gap: 2rem;
    }.images_aline_att {
        display: grid !important;
        grid-template-columns: auto auto auto !important;
        justify-content: space-around;
        align-items: end;
        grid-gap: 2rem;
    }.img_download a {
        padding: 0.7rem 1rem !important;
        font-size: 0.7rem !important;
    }.img_download a {
        padding: 0.7rem 1.6rem !important;
        font-size: 0.6rem !important;
    }

  }
  
  /* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
  @media (max-width: 768px) {
    .images_aline_att {
        display: grid !important;
        grid-template-columns: auto auto !important;
        align-content: space-between;
        justify-content: space-around;
        align-items: end;
        grid-gap: 2rem;
    }
    .for-file{
        display: grid !important;
        grid-template-columns: auto !important;
        align-content: space-between;
        justify-content: space-around;
        align-items: start;
    }
    .Participant_info_att{
        display: grid !important; 
        grid-template-columns: auto !important;
        gap: 0rem 5rem;
        padding-bottom: 2rem;
    }
    .Participant_info_att div:nth-child(odd){
        background-color: #f1f1f1 !important;
    }
    .Participant_info_att div:nth-child(2) {
        background-color: #ffffff;
    }.Participant_info_att div:nth-child(4) {
        background-color: #ffffff;
    }.Participant_info_att div:nth-child(6) {
        background-color: #ffffff;
    }.Participant_info_att div:nth-child(8) {
        background-color: #ffffff;
    }.Participant_info_att div:nth-child(10) {
        background-color: #ffffff;
    }.Participant_info_att div:nth-child(12) {
        background-color: #ffffff;
    }.Participant_info_att div:nth-child(14) {
        background-color: #ffffff;
    }.Participant_info_att div:nth-child(16) {
        background-color: #ffffff;
    }.Participant_info_att div:nth-child(18) {
        background-color: #ffffff;
    }.Participant_info_att div:nth-child(20) {
        background-color: #ffffff;
    }.Participant_info_att div:nth-child(22) {
        background-color: #ffffff;
    }.Participant_info_att div:nth-child(24) {
        background-color: #ffffff;
    }.Participant_info_att div:nth-child(26) {
        background-color: #ffffff;
    }.Participant_info_att div:nth-child(28) {
        background-color: #ffffff;
    }.Participant_info_att div:nth-child(30) {
        background-color: #ffffff;
    }
    .shipping_methods{
        display: flex !important;
        flex-direction: column !important;
    }
    div .withs {
        width: 100% !important;
    }
    .images_aline_att {
        display: grid !important;
        grid-template-columns: auto auto auto !important;
        justify-content: space-around;
        align-items: end;
        grid-gap: 2rem;
    }.img_download a {
        padding: 0.7rem 1rem !important;
        font-size: 0.6rem !important;
    }.title_detail{
        padding: 20px 0px;
    }.title_header{
        padding-top: 2rem !important;
    }
    strong.product.name.product-item-name {
        width: 100% !important;
    }

  }
/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media (max-width: 425px) {
    .images_aline_att {
        display: grid !important; 
        grid-template-columns: auto !important;
        align-content: space-between;
        justify-content: space-around;
        align-items: start;
        /* grid-gap: 2rem; */
    }.title_header{
        padding-top: 2rem !important;
    }
  }


div[name="contact.custom_attributes.file"] .control button {
    padding: 8px;
    border-radius: initial;
    border: 1px solid gray;
    background: #e6e6e6;
    color: #645959;
}
/* ------------------------History my order start  ------------------------ */
/* ----------------- sales-order-history - main class ----------------- */
.history{
    margin: 0px !important;
}.sales-order-history th.col.id {
    padding: 1rem;
    border-start-start-radius: 0.7rem !important;
}.sales-order-history th.col.name {
    padding: 1rem;
}.sales-order-history th.col.date {
    padding: 1rem;
}.sales-order-history th.col.total {
    padding: 1rem;
}.sales-order-history th.col.status {
    padding: 1rem;
}.sales-order-history th.col.actions {
    padding: 1rem;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    border-start-end-radius: 0.7rem !important;
}
.sales-order-history thead{
    /* color: #08c; */
    background-color: #08c;
    color: #fff;
}.sales-order-history td.col.name {
    border: none;
    font-weight: normal !important;
    /* height: auto; */
    width: 300px;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    /* color: white; */
    /* padding: 10px; */
}.sales-order-history td.col.id {
    border: none;
    font-weight: normal !important;
}.sales-order-history td.col.date {
    border: none;
}.sales-order-history td.col.total {
    border: none;
}.sales-order-history td.col.status {
    border: none;
}.sales-order-history td.col.actions {
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}.sales-order-history td.col.payment{
    border: none;
}.sales-order-history span.base {
    font-weight: 600;
}.sales-order-history .pages {
    display: flex !important;
    flex-direction: row;
}#hidden_leaf{   
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
    display: block;
    width: 191px;
}.sales-order-history a.action.view {
    padding: 0.3rem 0.5rem;
    background-color: #dbf2fe !important;
    border-radius: 0.2rem;
}.sales-order-history span.success {
    padding: 0.4rem 0.5rem;
    border-radius: 0.5rem;
    color: #689B08;
    font-weight: 600;
    background: #25F12130;
}.sales-order-history span.unsuccess {
    padding: 0.4rem 0.5rem;
    border-radius: 0.5rem;
    color: #F17121;
    font-weight: 600;
    background: #F1712130;
}.sales-order-history i.view_action {
    padding: 0rem 0.3rem;
}
/* -----------pager_pagenation-------- */
.custom_page {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: nowrap;
    padding: 0rem 0.7rem;
}strong.custom_show {
    padding-right: 1rem;
    font-weight: 500;
    font-size: 0.9rem;
}select#limiter {
    border-radius: 0.4rem;
    background-color: #ececec;
}strong.page {
    border-color: #08c !important;
    background-color: #08c !important;
    color: #ffffff !important;
    border-radius: 0.3rem !important;
}a.action.previous {
    border-radius: 0.3rem !important;
    background-color: #d4d4d4 !important;
    color: #000000 !important;
    /* font-size: 0.9rem; */
}a.action.next {
    border-radius: 0.3rem !important;
    background-color: #d4d4d4 !important;
    color: #000000 !important;
    /* font-size: 0.9rem; */
}a.page {
    border-radius: 0.3rem !important;
    background-color: #d4d4d4 !important;
    color: #000000 !important;
    /* font-size: 0.9rem; */
}
/* ----------------------My Account Start---------------------- */
.customer-account-index span.base {
    font-weight: 600;
}.customer-account-index li.product-item {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}.customer-account-index .block.block-reorder {
    box-shadow: 0px 6px 23px 0px rgba(0,0,0,0.16);
    border-radius: 0.4rem;
}.customer-account-index button.action.tocart.primary {
    background-color: #0088cc;
    border-color: #0088cc;
}.customer-account-index .primary {
    float: none !important;
}.customer-account-index button.action.tocart.primary {
    height: 42px !important;
    border-radius: 0.2rem;
}.customer-account-index a.action.view {
    background-color: #fff !important;
}.customer-account-index .block-reorder .actions-toolbar {
    margin: 0px !important;
}.customer-account-index th.col.id {
    background-color: #0088cc;
    color: #fff;
    border-start-start-radius: 0.8rem;
}.customer-account-index th.col.date{
    background-color: #0088cc;
    color: #fff;
}.customer-account-index th.col.shipping{
    background-color: #0088cc;
    color: #fff;
}.customer-account-index th.col.total{
    background-color: #0088cc;
    color: #fff;
}.customer-account-index th.col.status{
    background-color: #0088cc;
    color: #fff;
}.customer-account-index th.col.actions{
    background-color: #0088cc;
    color: #fff;    
    border-start-end-radius: 0.8rem;
}
.customer-account-index td.col.id {
    border-top: 1px solid #EBEBEB;
}.customer-account-index td.col.date {
    border-top: 1px solid #EBEBEB;
}.customer-account-index td.col.shipping {
    border-top: 1px solid #EBEBEB;
}.customer-account-index td.col.total {
    border-top: 1px solid #EBEBEB;
}.customer-account-index td.col.status {
    border-top: 1px solid #EBEBEB;
}.customer-account-index td.col.actions {
    border-top: 1px solid #EBEBEB;
}.customer-account-index .block-title.order {
    padding: 1rem 0rem;
}
.customer-account-index table#my-orders-table {
    border: 1px solid #e2e2e2;
    border-radius: 0.9rem;
}
.customer-account-index table {
    border-collapse: initial;
}
.customer-account-index span.unsuccess {
    padding: 0.4rem 0.5rem;
    border-radius: 0.5rem;
    color: #F17121;
    font-weight: 600;
    background: #F1712130;
}
.customer-account-index span.success {
    padding: 0.4rem 0.5rem;
    border-radius: 0.5rem;
    color: #689B08;
    font-weight: 600;
    background: #25F12130;
}.customer-account-index .box-content,
.customer-account-index table#my-orders-table,
.customer-address-index address {
    color: black;
}
/* ------------- Threecards in my order pg----------- */
.customer-account-index .block.block-dashboard-addresses {
    display: grid; 
    width: 66%; 
    padding-left: 1rem;
}.customer-account-index .page-title-wrapper {
    display: none !important;
}
/* .customer-account-index strong.hidden_title {
    display: none;
} */
.customer-account-index strong.hidden_titles {
    display: none;
}
.customer-account-index .box.box-information {
    width: auto !important;
}.customer-account-index .column.main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}.customer-account-index .block.block-dashboard-orders {
    width: 91% !important;
}.customer-account-index .box.box-billing-address {
    width: 50% !important;
}.customer-account-index .block.block-dashboard-info {
    padding-right: 2rem;
}.customer-account-index .box.box-information {
    box-shadow: 0px 6px 23px 0px rgba(0, 0, 0, 0.16);
    border-radius: 0.4rem;
}.customer-account-index .box.box-billing-address {
    box-shadow: 0px 6px 23px 0px rgba(0, 0, 0, 0.16);
    border-radius: 0.4rem;
    width: 48% !important;
}.customer-account-index .box.box-shipping-address {
    box-shadow: 0px 6px 23px 0px rgba(0, 0, 0, 0.16);
    border-radius: 0.4rem;
    width: 47% !important;
}.customer-account-index strong.box-title {
    border: none !important;
}.customer-account-index .box-actions {
    border: none !important;
    border-radius: 0.4rem !important;
}.customer-account-index .box-content {
    border: none !important;
    height: 162px;
}.customer-account-index .box.box-billing-address {
    width: 47% !important;
}.customer-account-index .block.block-dashboard-info {
    margin-block-end: auto;
}.customer-account-index .pass_code {
    /* padding: 2rem 0.5rem 0.8rem 0.5rem !important; */
    /* padding-bottom: 4.7rem !important; */
    border-radius: 0.4rem !important;
    height: 162px;
    width: 280px;
}.customer-account-index strong.box-title {
    color: #ffffff !important;
    background-color: #0088CC !important;
    border-start-end-radius: 0.4rem;
    border-start-start-radius: 0.4rem;
}.customer-account-index hr.hr_para {
    height: 1px;
    margin: 0px;
    border: none;
    border-top: 1px solid #e7e7e7;
    margin-bottom: 0em;
    margin-top: 0em;
    background: rgba(0, 0, 0, 0.06);
}.customer-account-index p.para_p {
    margin: 0rem !important;
    line-height: 24px;
    letter-spacing: .14px;
}.customer-account-index strong.box-title {
    width: 14vw !important;
}.customer-account-index .block .box-actions .action:after {
    height: 12px;
    margin: 0em !important;
    border-left: none !important;
}.customer-account-index .box-actions {
    text-align: center;
    margin: 0.6rem !important;
    background-color: #0088CC !important;
}.customer-account-index a.action.change-password{
    color: #ffffff;
}.customer-account-index i.fa-solid.fa-unlock-keyhole {
    color: #ffffff;
    font-size: 1rem;
}.customer-account-index span.edit_code {
    color: #ffffff;
}.customer-account-index i.fa-solid.fa-pen-to-square {
    font-size: 1rem;
    color: #ffffff;
    margin-right: 0.4rem;
}.customer-account-index .block .block-title {
    margin: 5px 0 10px;
    line-height: 1.2;
    font-size: 1.3rem;
}.customer-account-index .new_add{
    line-height: 1.70;
    color: #0088CC;
    font-size: 1rem;
}.customer-account-index i.fa-solid.fa-circle-user {
    font-size: 1.3rem;
    color: #0088CC;
}.customer-account-index i.fa-solid.fa-envelope {
    font-size: 1.3rem;
    color: #0088CC;
    padding-top: 1rem;
}.customer-account-index i.fa-solid.fa-location-dot {
    font-size: 1.3rem;
    color: #0088CC;
}
.customer-account-index i.fa-solid.fa-phone {
    font-size: 1.3rem;
    color: #0088CC;
    padding-top: 1rem;
}
/* -------------------------Last card------------------------ */
.customer-account-index .acti_view{
    font-size: 1rem;
}.customer-account-index a.action.view.back_color {
    background-color: #dbf2fe !important;
    border-radius: 0.2rem;
    padding: 0.5rem;
}
/* ---------------------side bar------------------------------- */
ul.nav.items {
    box-shadow: 0px 6px 23px 0px rgba(0, 0, 0, 0.16);
    border: none !important;
}.block-collapsible-nav .item:first-child {
    border-top: none ;
}.content.block-collapsible-nav-content ul.nav.items {
    width: 265px;
    border: 1px solid silver;
    background-color: #e2e2e27a;
}li.nav.item.current{
    background: white;
    border-left: 2px solid #0088cc;
}
.block-collapsible-nav-content .nav.item a {
    color: black;
    font-weight: 600;
}
.block-collapsible-nav .item.current > strong {
    font-weight: 700;
}
.block-collapsible-nav .item > strong:before {
    display: none;
}
.block-collapsible-nav .item a:before {
    display: none;
}
ul > li, ol > li {
    margin: initial;
}

/* -------------------------gagner-marathon----------------- */
.product-gagner-marathon .closing-date{
    color: #777777 !important;
}i.porto-icon-calendar {
    color: #0088cc !important;
}i.porto-icon-map-location {
    color: #0088cc !important;
}.product-gagner-marathon span.ticket-description {
    color: #000 !important;
}.product-gagner-marathon span.ticket-title {
    color: #000 !important;
}.product-gagner-marathon span#price-including-tax-256 {
    color: #000 !important;
}.product-gagner-marathon span.price-notice {
    color: #000 !important;
}.product-gagner-marathon span.ticket-description {
    color: #000 !important;
}
/* --------------- My Orders @media --------------- */
@media(min-width:1024px){
    .customer-account-index .block.block-dashboard-orders {
        width: 100% !important;
    }.customer-account-index .page-layout-2columns-left .column.main {
            width: 71% !important;
    }.customer-account-index strong.box-title {
        width: 100% !important;
    }.content.block-collapsible-nav-content ul.nav.items {
        width: 248px !important;
    }.login-container a {
        width: 616px !important;
        margin-left: 10px;
    }.login-container a span {
        padding-left: 39%;
    }
}
@media (min-device-width: 769px) and (max-device-width: 1024px){
    .customer-account-index .block.block-dashboard-orders {
        width: 100% !important;
    }.account.page-layout-2columns-left .column.main {
        width: 72% !important;
    }.customer-account-index strong.box-title {
        width: none !important;
    }.customer-account-index strong.box-title {
        width: 100% !important;
    }.content.block-collapsible-nav-content ul.nav.items {
        width: 248px !important;
    }.page-header.type23 .navigation:not(.side-megamenu) .level0 .level-top {
        text-transform: capitalize;
        height: 100%;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
    }.content.block-collapsible-nav-content ul.nav.items {
        width: 100% !important;
    }.sales-order-history .columns {
        display: flex;
    }.form.create.account>.fieldset {
        width: 45% !important;
    }.customer-account-index .block.block-dashboard-addresses {
        display: grid;
        width: 100% !important;
        padding-left: 1rem;
    }.customer-account-index .block.block-dashboard-info {
        padding-right: 0rem;
        padding-bottom: 3rem;
    }.customer-account-index .pass_code {
        border-radius: 0.4rem !important;
        height: 162px;
        width: 591px !important;
    }.customer-account-index .box.box-billing-address {
        width: 47% !important;
    }.customer-account-index .box.box-shipping-address {
        box-shadow: 0px 6px 23px 0px rgba(0, 0, 0, 0.16);
        border-radius: 0.4rem;
        width: 47% !important;
    }

}

@media(max-width:768px){
    .customer-account-index .column.main {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }.customer-account-index strong.box-title {
        width:  100% !important;
    }
    .customer-account-index .column.main {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }.customer-account-index .block.block-dashboard-addresses {
        display: block;
        width: 100% !important;
    }.res_card {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 2rem;
    }.customer-account-index .box.box-shipping-address {
        width: 100% !important;
    }.customer-account-index .box.box-billing-address  {
        width: 100% !important;
    }    .account .column.main .block:not(.widget) .block-content .box {
        margin-bottom: 0em !important;
    }.customer-account-index .block.block-dashboard-orders {
        width: 100% !important;
    }.content.block-collapsible-nav-content ul.nav.items {
        width: 100%;
    }.customer-account-index .sidebar.sidebar-main.mobile-sidebar {
        flex: 0px;
    }.mar_card {
        padding-bottom: 3rem;
    }.customer-account-index .account.page-layout-2columns-left .column.main {
        width: 71% !important;
    }.customer-account-index td.col.id {
        border-top: none;
    }.customer-account-index td.col.date {
        border-top: none;
    }.customer-account-index td.col.shipping {
        border-top: none;
    }.customer-account-index td.col.total {
        border-top: none;
    }.customer-account-index td.col.status {
        border-top: none;
    }.customer-account-index td.col.actions {
        border-top:none;
    }.customer-account-index .title.block-collapsible-nav-title {
        padding: 1rem 2rem;
        background-color: #0088CC;
        color: #fff !important;
        border-radius: 0.3rem;
        margin: 0rem 2rem;
    }.sales-order-history td.col.actions {
        border-bottom: none !important;
    }.sales-order-history .columns .column.main {
        width: 100% !important;
    }.sales-order-history tr {
        border-top: 1px solid #ddd;
    }.sales-order-history tr:first-child {
        border-top: none;
    }.sales-order-history .table-wrapper.orders-history {
        border-top: 0px !important;
    }.sales-order-history tr {
        padding: 1rem;
        line-height: 1.5rem;
        font-size: 0.7rem;
    }.sales-order-history th.col.total {
        width: 21%;
    }.sales-order-history th.col.date {
        padding: 1rem 0rem;
    }.sales-order-history .order-products-toolbar.toolbar.bottom {
        display: contents;
    }.sales-order-history .block.block-collapsible-nav {
        padding: 0rem 1rem;
        left: 0;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 5;
        background-color: #ffffff;
    }.sales-order-history .toolbar-amount {
        display: block;
    }.login-container a {
        width: 316px !important;
        margin-left: 10px;
    }.login-container a span {
        padding-left: 22%;
    }.customer-account-index .block.block-dashboard-info {
        padding-right: 0rem;
        padding-left: 0rem;
    }.customer-account-index .block .title strong {
        color: #fff;
    }.customer-account-index .block.block-dashboard-addresses {
        display: grid;
        width: 67%;
        padding-left: 0rem;
    }
}

@media(max-width:325px){
    .customer-account-index .column.main {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }.customer-account-index strong.box-title {
        width:  100% !important;
    }.customer-account-index .column.main {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }.customer-account-index .block.block-dashboard-info {
        padding-right: none;
    }.customer-account-index .block.block-dashboard-addresses {
        display: block;
        width: 100% !important;
    }.customer-account-index .block.block-dashboard-info {
        padding-right: 0rem !important;
    }.customer-account-index .block.block-dashboard-orders {
        width: 100% !important;
    }.content.block-collapsible-nav-content ul.nav.items {
        width: 100%;
    }.customer-account-index .sidebar.sidebar-main.mobile-sidebar {
        flex: 0px;
        padding: 2rem 2rem 0rem 2rem !important;
    }.mar_card {
        padding-bottom: 3rem;
    }
}

@media (max-width: 575px) {
    .sales-order-history .toolbar-amount {
        display: none;
    }.sales-order-history .toolbar > * {
        margin: 0px;
    }.sales-order-history .custom_page {
        display: block;
        /* flex-direction: row;
        justify-content: flex-end;
        flex-wrap: nowrap;
        padding: 0rem 0.7rem; */
    }.sales-order-history .limiter {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: flex-end;
        flex-direction: row;
        padding: 1rem 0rem;
    }
}


/* @media (min-device-width: 1025px) and (max-device-width: 1440px){
    .login-container a {
        width: 460px !important;
        margin-left: 10px;
    }    .login-container a span {
        padding-left: 34%;
    }
} */
@media (min-device-width: 1025px){
    .login-container a {
        width: 617px !important;
        margin-left: 10px;
    }    .login-container a span {
        padding-left: 36%;
    }.form.create.account>.fieldset {
        width: 45% !important;
    }
}

@media (min-device-width: 992px) and (max-device-width: 1260px){
    .account.page-layout-2columns-left .column.main {
        width: 70% !important;
    }.block.block-dashboard-info {
        width: 33% !important;
    }.customer-account-index .block.block-dashboard-addresses {
        display: grid;
        width: 67% !important;
        padding-left: 1.9rem;
    }.customer-account-index .pass_code {
        border-radius: 0.4rem !important;
        height: 162px;
        width: 21vw !important;
    }

}
@media (min-device-width: 992px) and (max-device-width: 1189px){
    .customer-account-index .pass_code {
        border-radius: 0.4rem !important;
        height: 166px;
        width: 18vw !important;
    }.customer-account-index .box-content {
        border: none !important;
        height: 186px !important;
    }.customer-account-index .block.block-dashboard-info {
        padding-right: 0rem;
    }.customer-account-index .box-actions {
        text-align: center;
        margin: 0.6rem !important;
        background-color: #0088CC !important;
        padding: 1rem;
    }.customer-account-index .box .box-title {
        color: #313131;
        font-weight: 600;
        text-transform: uppercase;
        padding: 1rem;
    }
}

.toggle-menu-wrap.side-nav-wrap {
    /* justify-content: space-around; */
    width: 1000% !important;
    /* padding: 30px; */
}
.open-children-toggle {
    display: none;
}
li.ui-menu-item.level1 {
    padding: 5px 0;
}

.navigation.sw-megamenu.side-megamenu ul {
    display: flex;
}
.ui-menu-item .level0.submenu {
    width: 100% !important;
    left: 0% !important;
    top: initial !important;
    padding: initial !important;
}
/* .section-item-content li.ui-menu-item.level0 a span {
    color: black;
    font-weight: 700;
} */
.page-products .product-item-info {
    display: flex;
    flex-direction: column;
}
.page-products strong.product.name.product-item-name {
    margin-top: 10px !important;
}
.page-products .ticket-category-page {
    display: flex;
    gap: 3px;
    width: 100%;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.page-products .product-item-photo {
    z-index: -999;
}
.page-products .heading-bg .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-with-filter .slider-wrapper {
    padding-bottom: 57px;
}

#contact-form div[name="contact.custom_attributesare_you_a_jbg_shhm_2024_participant?1"] + div[name="contact.custom_attributesjbg_shhm_2024_order_id1"] {
    display: none;
}
#contact-form div[name="contact.custom_attributesare_you_referred_by_a_coach_/_mentor1"] + div[name="contact.custom_attributesname_of_the_coach_/_mentor1"] {
    display: none;
}

.product-test-trail-event span.event-date-time {
    display: none;
}

.product-test-trail-event .porto-icon-calendar:before {
    display: none;
}
@media only screen and (max-width: 768px) {
    .page-products .ticket-category-page {
        height: 26px !important;
    }
    /* login page */
    button#customerloginsubmit {
        background: #0088cc !important;
        border-radius: 0.4rem !important;
        color: #fff !important;
        border: 0px;
    }
    a.action.create.primary.btn-v-dark.py-3.text-md.w-100 {
        height: initial !important;
        font-size: 12px !important;
        display: flex;
        justify-content: center;
    }
    .customer-account-login .login-container a span {
        padding-left: initial !important;
    }
    /* vishal edit for reward points*/
    /* .customer-rewards-index .row-mp  {
        width: 160%;
    } */
    .customer-rewards-index .item-balance {
        width: 100% !important;
        margin-top: 0px;
    }
    .customer-rewards-index .block-reward-dashboard-transaction {
        margin-top: 10px;
    }
    .customer-rewards-index .mp-clear {
        margin-top: 10px;
    }
}

.wk-brand-category-page {
    display: flex;
    align-items: center;
}
.mp-brand-name {
    display: flex;
}
.customer-rewards-index .block-reward-dashboard .available {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background-color: #f6fffd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #009ccf;
    font-size: 1rem;
    justify-content: center;
    gap: 1rem;
}

.customer-rewards-index .block-reward-dashboard .earned {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background-color: #f6fffd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #71ec79;
    font-size: 1rem;
    justify-content: center;
    gap: 1rem;
}

.customer-rewards-index .block-reward-dashboard .paid {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background-color: #b300000f;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #b30000;
    font-size: 1rem;
    justify-content: center;
    gap: 1rem;
}
.customer-rewards-index .item-balance .label {
    padding: initial;
    font-weight: 500;
    font-size: 18px;
    color: black;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customer-rewards-index .item-balance {
    width: 32%;
    margin-left: 10px;
}

.customer-rewards-index .available .points {
    font-size: 18px;
    color: #009ccf;
    font-weight: 500;
}
.customer-rewards-index .available i.fa-solid.fa-piggy-bank {
    color: #009ccf !important;
}
.customer-rewards-index .earned .points  {
    font-size: 18px;
    color: #24cf24;
    font-weight: 500;
}
.customer-rewards-index .earned i.fa-solid.fa-sack-dollar {
    color: #24cf24 !important;
}
.customer-rewards-index .paid .points {
    font-size: 18px;
    color: #b30000;
    font-weight: 500;
}
.customer-rewards-index .paid i.fa-solid.fa-wallet {
    color: #b30000 !important;
}
.customer-rewards-index .page-title-wrapper {
    margin-top: -33px;
}
.customer-rewards-index .box-content {
    display: flex;
}
.customer-rewards-index .box .earning-rate {
    width: 48%;
    background: white;
    margin-right: 15px;
    padding: 10px;
    border-radius: 5px;
}
.customer-rewards-index .box .spending-rate {
    width: 48%;
    background: white;
    padding: 10px;
    border-radius: 5px;
}
.customer-rewards-index .box-exchange .box-content {
    background: #f1f1f1;
    padding-top: 35px;
}
.customer-rewards-index .box-content.expired {
    background: #f1f1f1;
}
.customer-rewards-index .box-content.expired span{
    background: white;
    padding: 15px;
    border-radius: 5px;
}
.customer-rewards-index .box-content.expired span .icon {
    text-align: center;
    color: red;
    font-size: 30px;
    margin-top: -25px;
    margin-bottom: 18px;
}
.customer-rewards-index .box .earning-rate .icon {
    text-align: center;
    color: red;
    font-size: 30px;
    margin-top: -25px;
    margin-bottom: 10px;
}
.customer-rewards-index .box .spending-rate .icon {
    text-align: center;
    color: red;
    font-size: 30px;
    margin-top: -25px;
    margin-bottom: 10px;
}
.customer-rewards-index .spend-points-btn {
    padding: 1rem 0;
}
.customer-rewards-index span.success {
    padding: 0.4rem 0.5rem;
    border-radius: 0.5rem;
    color: #689B08;
    font-weight: 600;
    background: #25F12130;
    font-size: 12px;
}
.customer-rewards-index span.unsuccess {
    padding: 0.4rem 0.5rem;
    border-radius: 0.5rem;
    color: #F17121;
    font-weight: 600;
    background: #F1712130;
}
.customer-rewards-transaction span.success {
    padding: 0.4rem 0.5rem;
    border-radius: 0.5rem;
    color: #689B08;
    font-weight: 600;
    background: #25F12130;
}
.customer-rewards-transaction span.unsuccess {
    padding: 0.4rem 0.5rem;
    border-radius: 0.5rem;
    color: #F17121;
    font-weight: 600;
    background: #F1712130;
}
.cms-porto_home_35 .pagebuilder-slide-wrapper   {
	margin-right: 10px;
}
.cms-porto_home_35 .image2 {
	margin-top: 10px;
}
/* pdp page */
.catalog-product-view .price-box {
    display: grid;
}

.catalog-product-view .old-price {
    display: flex;
}

/** Default Home page **/
.cms-porto_home_35 .default-home-page-events img.product-image-photo.default_image.porto-lazyload {
    border-radius: 100px 0px 0px 0px;
    height: 280px;
}
.cms-porto_home_35 .default-home-page-events cms-index-index .product-item-photo {
    margin-bottom: 0;
}
.cms-porto_home_35 .default-home-page-events .bottom-two {
    border-bottom: none;
    border-top: none;
    justify-content: center;
}
.cms-porto_home_35 .default-home-page-events .product-item-name a  {
    height: 24px;
    text-align: center;
}

.cms-porto_home_35 .default-home-page-events .product-item-details .ticket-category-page {
     justify-content: center; 
     height: 50px;
}
.cms-porto_home_35 .default-home-page-events .bottom-location a {
    color: #FFFFFF !important;
    background: #F76D6D;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    border-radius: 2rem !important;
    border: 1px solid #F76D6D;
}
.cms-porto_home_35 .default-home-page-events .bottom-location {
    padding:10px;
}
.cms-porto_home_35 .default-home-page-events .category-icon {
   text-align: center;
   padding-left: 0px  !important;
   font-size: 1rem;
   color: #222529;
}
.cms-porto_home_35 .default-home-page-events  i.fa-solid.fa-person-running {
	font-size: 1.2rem;
}
.catalog-product-view .product-addto-links .action.tocompare {
	display: none;
}
.catalog-product-view .product-addto-links .action.mailto.friend {
	display: none;
}	
body#html-body {
    font-family: 'Poppins';
}
.columns .login-container {
    flex-direction: column;
}
.page-header.type23 .header-main .header-left {
    flex: initial !important;
    margin: initial !important;
}
.page-header.type23 .header-main {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .05);
}
/* .page-header.type23 .search-area {
    margin-right: 10rem !important;
} */
/* .header-main .header-row .header-right {
    margin: initial !important;
} */


/** customer acount vishal **/
.customer-menu ul.header {
    width: 250px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .08) !important;
    background-color: #fff;
    color: #3e4152;
}
.customer-welcome .action.switch > span {
    position: relative !important;
}
.customer-menu ul.header {
    width: 250px;
    height: auto;
    padding: 10px !important;
    text-align: left;
}
.customer-menu ul.header li a {
    font-size: 16px !important;
}

/* .sw-megamenu.navigation li.level0.fullwidth > .submenu a {
    color: green !important;
} */
/* .page-header .sw-megamenu.navigation li.level0.fullwidth > .submenu .level1 > a {
    color: red !important;
} */
/* @media (min-width: 992px) {
    .page-header .sw-megamenu.navigation li.level0.staticwidth > .submenu .level1 > a, .page-header .sw-megamenu.navigation li.level0.fullwidth > .submenu .level1 > a {
        color: red !important;
    }
}     */


#contact-form div[name="contact.custom_attributesrunning_group1"] + div[name="contact.custom_attributesrunning_club_name_if_any_(other_than_adr)1"] {
    display: none;
}
.checkout-cart-index .grand.totals span.price {
    font-size: 1.2rem;
}
.checkout-cart-index .totals.sub span.price.mp-rw-highlight {
    font-size: 1.1em;
    font-weight: bold;
    color: #03a685;
}
/* .checkout-cart-index .reward-rule-select {
    font-size: 14px;
    background: #e7e6ff !important;
    color: #00a2cc !important;
} */

.checkout-cart-index .reward-box {
    --tw-text-opacity: 1;
    /* background-color: rgb(114 203 255 / 10%) !important; */
    border-radius: 1rem !important;
    color: #00995e;
    font-weight: 500;
    padding: 15px 33px;
    font-family: 'Poppins';
    background: ghostwhite;
}
.checkout-cart-index .reward-rule-select .content span,
.checkout-cart-index .reward-points-payment-content .reward-box .points span {
    font-weight: 400;
}
.checkout-cart-index .reward-spending-slider .field.choice input[type="checkbox"] {
    margin: initial !important;
    margin-right: 4px !important;
}
.checkout-cart-index .reward-spending-slider .extra-controls input.mp-spent {
    border: 1px solid lightseagreen;
    border-radius: 21px;
    padding: 4px 0;
    width: 46px;
}
.checkout-cart-index .cart.items.data.table th.col.subtotal {
    width: 100px;
}
.checkout-cart-index .product-item-name a {
    text-wrap: wrap !important;
    font-size: 14px !important;
    width: 75%;
}
/* ribbon css */
.moving-ribbon-wrapper {
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    background: #72A0C1;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    z-index: 1000;
    padding: 10px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.moving-ribbon {
    /* display: flex; */
    align-items: center;
    white-space: nowrap;
}

.ribbon-content {
    display: flex;
    flex-wrap: nowrap;
    animation: moveRibbon 20s linear infinite;
}

.ribbon-message {
    flex: 0 0 auto;
    padding: 0 20px; /* Optional: space between messages */
}

@keyframes moveRibbon {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.moving-ribbon p {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}
.category-brands main#maincontent {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 2rem;
}

@media only screen and (max-width: 375px) {
    .category-brands .products.wrapper .item.product.product-item {
        width: 166px !important; 
    }
}
.catalog-product-view  .product-info-main .product-info-stock-sku {
    text-transform: capitalize;
}
/* meetanshi success page */
.checkout-success.success-page.meetanshi-success .order-table {
    width: initial !important;
    margin: initial !important;
}
.checkout-success.success-page.meetanshi-success td.col.sku {
    width: 6rem;
}
.checkout-success .col-2.col-lg-6.order-data .discount-message h3 {
    text-align: left !important;
}

/* custom success page */
.fitasf_successpage-page-successpage h1.fw-normal.success-title {
    font-weight: 300;
    margin-bottom: 20px;
    color: #4b4a4a;
    text-align:center;
}
.fitasf_successpage-page-successpage p.fw-normal.order-msg {
    font-size: 18px;
}
.fitasf_successpage-page-successpage .sidebar.sidebar-main.mobile-sidebar {
    display: none;
}
/* .fitasf_successpage-page-successpage a.btn.btn-primary.mt-3 {
    padding: 11px !important;
    width: 16rem;
} */


/* CSS */
.fitasf_successpage-page-successpage a.btn.btn-primary.mt-3 {
  background-color: #0a6bff;
  border-radius: 4px;
  border: 0;
  box-shadow: rgba(1,60,136,.5) 0 -1px 3px 0 inset,rgba(0,44,97,.1) 0 3px 6px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inherit;
  font-family: "Space Grotesk",-apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  width: 18%;
  position: relative;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  transition: all .2s cubic-bezier(.22, .61, .36, 1);
  margin: initial !important;
  text-transform: capitalize;
}

.fitasf_successpage-page-successpage a.btn.btn-primary.mt-3:hover {
  background-color: #065dd8;
  transform: translateY(-2px);
}

/* @media (min-width: 768px) {
  .button-66 {
    padding: 16px 44px;
    min-width: 150px;
  }
} */

.fitasf_successpage-page-successpage .column.main {
    width: 100% !important;
}

.order-messages {
    margin:initial !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fitasf_successpage-page-successpage .order-id {
    color: #08c;
    font-weight: 700;
}

.fitasf_successpage-page-successpage h1.fw-normal.ad-image {
    font-size: 26px;
    margin: initial;
    text-align: center;
    color: #0088cc;
}
.fitasf_successpage-page-successpage .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fitasf_successpage-page-successpage .brand-image {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fitasf_successpage-page-successpage .brand-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.fitasf_successpage-page-successpage h4.ad-image-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #0088cc;
    font-weight: 500;
    text-align: center;
}
.fitasf_successpage-page-successpage .ad-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.fitasf_successpage-page-successpage .brand-image .img-fluid {
    max-height: 100%;
    object-fit: cover;
    height: 284px;
}
.fitasf_successpage-page-successpage .brand-image.brand .img-fluid {
    max-height: 100%;
    object-fit: cover;
    height: 401px;
}
/* .fitasf_successpage-page-successpage .img-fluid:hover {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
} */
.fitasf_successpage-page-successpage .brand-image {
    margin-bottom: 20px;
}

/* Additional styling for the "Need Help" section */
.fitasf_successpage-page-successpage .additional-info {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.fitasf_successpage-page-successpage .help-heading {
    font-size: 20px !important;
    color: #0088cc;
    font-weight: 500;
    margin-bottom: 15px;
}

.fitasf_successpage-page-successpage .help-text {
    font-size: 16px;
    color: #4b4a4a;
}

.fitasf_successpage-page-successpage .help-text a {
    font-weight: 600;
    text-decoration: none;
}

.fitasf_successpage-page-successpage .help-text a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.fitasf_successpage-page-successpage .row.mt-5 {
    margin-top: 2rem !important;
}

@media only screen and (max-width: 768px) {
    .fitasf_successpage-page-successpage a.btn.btn-primary.mt-3 {
        width: 16rem !important;
        display: flex;
        justify-content: center;
    }
    .fitasf_successpage-page-successpage .row.mt-5 {
        padding: 0 1rem;
    }
    .fitasf_successpage-page-successpage .brand-image .img-fluid {
        object-fit: cover;
        height: 272px;
    }
    .fitasf_successpage-page-successpage .additional-info {
        padding: 22px;
        margin: 0 1rem;
        margin-top: initial !important;
    }
    .fitasf_successpage-page-successpage .help-text {
        font-size:14px;
    }
    .order-messages {
        padding: 0 2rem;
    }
    .fitasf_successpage-page-successpage p.fw-normal.order-msg {
        font-size: 16px;
    }
    .fitasf_successpage-page-successpage .help-heading {
        font-size: 18px !important;
    }
    .fitasf_successpage-page-successpage .order-no {
        font-weight: 600;
    }
    .fitasf_successpage-page-successpage .brand-image.brand .img-fluid {
        max-height: 100%;
        object-fit: cover;
        height: auto;
    }
}

.categorypath-sbi-green-marathon .category-view {
    display: none;
}
.categorypath-sbi-green-marathon .breadcrumbs {
    display: none;
}
.categorypath-sbi-green-marathon .toolbar.toolbar-products {
    display: none !important;
}
.categorypath-sbi-green-marathon .pagebuilder-overlay.pagebuilder-poster-overlay {
    min-height: 374px !important;
}
@media only screen and (max-width: 768px) {
    .categorypath-sbi-green-marathon .toolbar.toolbar-products {
        display: flex !important;
    }
    .categorypath-sbi-green-marathon .pagebuilder-overlay.pagebuilder-poster-overlay {
        min-height: 128px !important;
    }
    /* .categorypath-sbi-green-marathon .toolbar.toolbar-products.sticky {
        display: flex !important;
    }
    .categorypath-sbi-green-marathon .toolbar.toolbar-products {
        display: none !important;
    } */

    .toolbar.toolbar-products.sticky:before,
    .toolbar.toolbar-products.sticky:after {
        display: none;
    }
    .toolbar.toolbar-products:before,
    .toolbar.toolbar-products:after {
        display: none;
    }
    .categorypath-sbi-green-marathon .sidebar.sidebar-additional {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        height: 100px;
        min-height: 87%;
    }
    div#wk-mpem-tetm-condition {
        max-height: 100% !important;
    }
    .page-header.type23 .sections.nav-sections {
        width: 85% !important;
        padding-right: initial !important;
    }
    .logo img {
        width: 100% !important;
    }
}
.page-header.type23 .sections.nav-sections {
    width: 74%;
    padding-right: intial !important;
}
.header-contact a.wishlist {
    width: 91px;
}
.header-right button.action.switch {
    width: 86px;
}
.breadcrumbs {
    display: none;
}
.event-table-container {
    width: 50%;
    border-radius: 5px;
}
.event-table-container table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 1.0em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.event-table-container thead tr {
    background-color:#514943;
    color: #ffffff;
    text-align: left;
}

.event-table-container th, .event-table-container tr  {
    padding: 12px 15px;
}
.event-table-container tbody tr {
    border-bottom: 1px solid #dddddd;
}
.event-table-container tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.event-table-container tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}
.event-table-container tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}
.wk-mp-dashboard-main-container .wk-mp-dashboard-total-container {
    padding-bottom: 20px !important;
}
.categorypath-brands.category-brands .category-description.no-margin h1 {
    margin:initial !important;
}
.categorypath-brands.category-brands .category-description.no-margin [data-content-type='row'][data-appearance='contained'] {
    margin: initial !important;
    padding: 2rem 9rem 0;
}
.mp-brand-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid gainsboro;
    padding: 22px !important;
}
.mp-brand-logo {
    padding: initial !important;
    border-bottom: initial !important;
}
.mp-brand-logo img {
    height: 160px !important;
    padding: 1rem;
}
.mp-brands-container .row .brands.col-6.col-lg-2.mb-4 {
    max-width: initial !important;
}
.mp-brands-container .row {
    display: flex;
    justify-content: center;
}
.mp-brand_wrapper {
    border-radius: 11px;
}
button.button.mp-brand-button {
    background: black !important;
    border-radius: 8px !important;
}
@media only screen and (max-width: 768px) {
    .categorypath-brands.category-brands .category-description.no-margin [data-content-type='row'][data-appearance='contained'] {
        margin: initial !important;
        padding: 2rem 0 0;
        text-align: center;
    }
}
#contact-form div[name="contact.custom_attributeshave_you_registered_for_the_comrades_ultra_marathon_2025_?_if_yes,_upload_proof_of_your_comrades_registration1"] + div[name="contact.custom_attributes.file"] {
    display: none;
}

/* events table dashboard */
.orders-breakdown-header {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #2c3e50;
}

.orders-breakdown-table {
    width: auto;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

.orders-breakdown-table th,
.orders-breakdown-table td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.orders-breakdown-table th {
    background-color: #514943;
    color: white;
    font-weight: bold;
}

.row-0 {
    background-color: #ffffff;
}

.row-1 {
    background-color: #f9f9f9;
}
.cms-index-index .heading-bg .heading h2 {
    font-size: 25px !important;
    padding-left: 68px;
    margin: initial !important;
    padding-bottom: 11px;
}
@media only screen and (max-width: 768px) {
    .cms-index-index .heading-bg .heading h2 {
        margin: initial !important;
        padding-left: 57px;
    }
}

.marketplace-account-dashboard .orders-breakdown-table form {
    text-align: center;
}

.export-button {
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}

.export-button i {
    font-size: 16px;
}

.export-button:focus {
    outline: none;
    box-shadow: 0 0 3px #4CAF50;
}
/* spinner for export */
.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* export button hide */
/* .admin__action-dropdown-wrap.admin__data-grid-action-export {
    display: none !important;
} */
* {
    font-family: 'Arial', sans-serif !important;
}
.fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: 'Font Awesome 5 Free', 'Font Awesome', sans-serif !important;
}
#contact-form div[name^="contact.custom_attributesdistance_you_want_to_run"] + div[name^="contact.custom_attributesenter_your_choice_of_distance"] {
    display: none;
}
input#min_date,
input#max_date {
    width: 145px;
}

input[type="date"] {
    width: 127px;
}
#contact-form div[name="contact.max_date"],
#contact-form div[name="contact.min_date"] {
    display: none !important;
}
div[name="contact.custom_attributes.file"] span.download-text {
    font-style: italic;
    font-size: 14px;
    color: chocolate;
}
/* File upload widget */
#upload-form {
    max-width: 600px;
    margin: 40px auto;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#upload-form h2 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
    font-size: 24px;
}
/* File Upload Container */
#file-upload-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.custom-attributes-file {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 2px solid #007bff;
    border-radius: 4px;
    background-color: #f8f9fa;
}
/* File Input Label */
.custom-attributes-file-label {
    display: inline-block;
    padding: 12px 20px;
    background-color: #007bff;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    width: 100%;
    transition: background-color 0.3s;
    margin-bottom: 10px;
}
.custom-attributes-file-label:hover {
    background-color: #0056b3;
}
/* Submit Button */
#upload-form input[type="submit"] {
    width: 30%;
    background-color: #000000;
    color: #ffffff;
    border: none;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
}
#upload-form input[type="submit"]:hover {
    background-color: #767676;
}
#upload-form input[type="submit"]:disabled {
    background-color: #b0c4de;
    cursor: not-allowed;
}
@media (max-width: 768px) {
    #upload-form {
        padding: 15px;
    }
    #upload-form h2 {
        font-size: 20px;
    }
    #file-upload-container {
        gap: 10px;
    }
    #upload-form input[type="submit"] {
        font-size: 16px;
        padding: 12px;
    }
}
.dob-age-validation {
    display: flex;
    gap: 1rem;
    padding-top: 11px;
}
.dob-age-validation label,
.dob-age-validation select {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

input[type="date"] {
    width: 127px;
}
#contact-form div[name="contact.below_value"],
#contact-form div[name="contact.above_value"] {
    display: none !important;
}
.marketplace-account-dashboard span.label.wk-action .fa-solid.fa-pen-to-square {
    font-size: 22px;
    cursor: pointer;
}
/* Event Details page */
.marketplace-event-details .sidebar.sidebar-main.mobile-sidebar {
    display: none;
}
.marketplace-event-details main#maincontent {
    max-width: 100%;
    padding: 0 8rem;
    padding-top: 2rem;
}
.marketplace-event-details .column.main {
    width: 100% !important;
}
.marketplace-event-details span.base {
    display: none;
}
.marketplace-event-details .product.container {
    display: flex;
    justify-content: center;
    max-width: 100%;
    gap: 30px;
}
.marketplace-event-details .product-image img {
    max-width: 100% !important;
    border-radius: 10px;
}
.marketplace-event-details .product-image {
    text-align: left !important;
    width: 36%;
}
.marketplace-event-details .buttons {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 18px 0;
}
.marketplace-event-details .action-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    border: 1px solid #2dbdff;
    border-radius: 5px;
}
.marketplace-event-details .export-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    border: 1px solid #00a900;
    border-radius: 5px;
}
.marketplace-event-details .export-button i {
    font-size: 18px;
}
.marketplace-event-details button.export-button {
    border: initial !important;
    color: #00a900;
    padding: initial !important;
    gap: 6px;
}
.marketplace-event-details .action-buttons a {
    display: flex;
    align-items: center;
    gap: 8px;
}
.marketplace-event-details button.export-button:hover {
    background: initial !important;
}
.marketplace-event-details .product-info {
    width: 50%;
}
.marketplace-event-details thead {
    color: black;
}
.marketplace-event-details .status-toggle-button {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 8px 10px;
}
.marketplace-event-details table.event-details-table {
    font-size: 16px !important;
    width: 100%;
}
.marketplace-event-details table.event-details-table {
    border-collapse: separate !important;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    color: #565555 !important;
}
.marketplace-event-details .event-details-table {
    width: 100%;
    border-collapse: collapse;
}
.marketplace-event-details .event-details-table th,
.marketplace-event-details .event-details-table td {
    text-align: center;
    padding: 8px;
    border: 1px solid #ddd;
}
.marketplace-event-details .event-date-location {
    margin-bottom: 24px;
}
.marketplace-event-details tr.summary {
    font-weight: 600;
    color: #5c5c5c;
}
.marketplace-event-details td.participants-column,
.marketplace-event-details td.total-participants {
    text-align: center !important;
}
.marketplace-event-details td.total-amount-column,
.marketplace-event-details .total-participants,
.marketplace-event-details .total-amt {
    text-align: right !important;
}
tr.summary {
    display: none !important;
    color: black !important;
}
.marketplace-event-details thead tr {
    background: #514943;
    color: white;
}
.event-details-table tbody tr:nth-child(odd) {
    background-color: #f3f3f3;
}
.action-container {
    display: flex;
    align-items: center;
    gap: 12px;
}
.marketplace-event-details .export-btn {
    height: 45px;
}
.marketplace-event-details td.remaining-qty-column,
.marketplace-event-details td.total-remaining {
    text-align: center !important;
}
@media (max-width: 768px) {
    .marketplace-event-details .product.container {
        flex-direction: column;
        padding: 0 1rem !important;
    }
    .marketplace-event-details .product-image {
        width: 100%;
    }
    .marketplace-event-details .product-info h3 {
        font-size: 22px;
    }
    .marketplace-event-details .event-details-table thead {
        display: none;
    }
    .marketplace-event-details .event-details-table tr {
        display: block;
        margin-bottom: 20px;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 10px;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    }
    .marketplace-event-details .event-details-table td {
        padding: 10px;
        border: none;
        border-bottom: 1px solid #ddd;
        justify-content: space-between;
        display: block;
        text-align: left;
        padding: 10px 3px;
        font-size: 14px;
        display: flex;
        align-items: center;
    }
    .marketplace-event-details .event-details-table tr:last-child td {
        border-bottom: none;
        display: flex;
        justify-content: center;
    }
    .marketplace-event-details .event-details-table .summary td {
        border-bottom: 1px solid #ddd !important;
    }
    .marketplace-event-details .event-details-table .summary td:last-child {
        border: none !important;
    }
    .marketplace-event-details .event-details-table td::before {
        content: attr(data-label);
        font-weight: bold;
        margin-right: 10px;
        color: #333;
    }
    .marketplace-event-details span.ticket-type-value {
        white-space: pre-wrap;
    }
    .marketplace-event-details .total-amount-group {
        text-align: center;
    }
    span.total-participants-label,
    span.total-amount-label {
        font-weight: bold;
        color: black;
    }
    .marketplace-event-details table.event-details-table {
        border: none !important;
    }
    .marketplace-event-details .event-details-table td:last-child {
        border: none;
    }
    .marketplace-event-details .product-info {
        width: initial !important;
    }
    .marketplace-event-details .buttons {
        padding: initial !important;
    }
    .event-details-table tbody {
        display: block;
    }
    .event-details-table td[data-label]::before {
        content: attr(data-label);
        font-weight: bold;
        display: inline-block;
        width: 50%;
        text-align: left;
    }
    .event-details-table td span {
        display: inline-block;
        width: 45%;
    }
    .event-details-table tbody tr {
        background-color: initial !important;
    }
    span.participants-registered {
        text-align: right;
    }
    span.remaining-qty {
        text-align: right;
    }
    .action-container {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .marketplace-event-details .buttons {
        flex-direction: column;
        gap: initial;
    }
    .marketplace-event-details .export-btn {
        height: 40px;
    }
    .marketplace-event-details .status-toggle-button {
        margin: 4px 0;
    }
    span.ticket-type-value {
        text-align: right;
    }
}
@media only screen and (max-width: 768px) {
    .event-details-table {
        display: block;
        width: 100%;
    }
    .event-details-table thead {
        display: none;
    }
    .event-details-table tbody {
        display: block;
    }
    .event-details-table tr {
        display: block;
        margin-bottom: 15px;
        position: relative;
    }
    .event-details-table td {
        display: block;
        text-align: left;
        border: none;
        padding: 8px 0;
        position: relative;
    }
    .event-details-table td[data-label]::before {
        content: attr(data-label);
        font-weight: bold;
        display: inline-block;
        width: 50%;
    }
    .event-details-table td span {
        display: inline-block;
        width: 45%;
    }
    .event-details-table tr::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 1px;
        height: 100%;
        background-color: #ccc;
        transform: translateX(-50%);
    }
    .event-details-table tr::before:last-child {
        content: initial !important;
    }
    tr.summary-desktop {
        display: none !important;
    }
    tr.summary {
        display: block !important;
    }
}
/* Desktop Layout */
.event-details-table .summary {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-top: 2px solid #000;
}

.event-details-table .summary td {
    padding: 10px;
}

.summary-left {
    font-weight: bold;
}

.summary-right {
    text-align: right;
}

/* Mobile Layout (For screen widths of 768px or smaller) */
@media only screen and (max-width: 768px) {
    .event-details-table .summary {
        display: block;
        padding: 10px 0;
    }

    .event-details-table .summary td {
        display: block;
        padding: 8px 0;
        border: none;
    }

    .summary-left {
        display: inline-block;
        width: 50%;
        font-weight: bold;
    }

    .summary-right {
        display: inline-block;
        width: 50%;
        text-align: right;
    }
    .summary-left::after {
        content: ':';
    }
}
/* Hide summary labels on desktop */
@media only screen and (min-width: 768px) {
    .summary-left {
        display: none;
    }
}
form#upload-form {
    display: flex;
    flex-direction: column;
}

span.limit-text {
    padding: 12px 0;
    font-size: 16px;
    color: black;
    font-weight: 500;
}
#contact-form div[name="contact.custom_attributesas_a_environment_concious_runner,_i_would_want_to_opt_out_of_t_shirt_and_medal_and_rather_donate_that_money_for_mangrove_conservation1"] + div[name="contact.custom_attributest-shirt_size1"] {
    display: none;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #2196F3;
    cursor: pointer;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
span.edit-btn {
    font-size: 16px;
    color: black;
}
span.export-btn-label {
    font-size: 16px;
    color: black;
    font-weight: initial;
}
span.toggle-label {
    font-size: 16px;
    color: black;
}
span.stock-status-label.published {
    padding: 4px 16px;
    border-radius: 34px;
    color: #689B08;
    font-weight: 600;
    background: #25F12130;
    font-size: 15px;
}
span.stock-status-label.unpublished {
    padding: 4px 16px;
    border-radius: 34px;
    color: #F17121;
    font-weight: 600;
    background: #F1712130;
    font-size: 15px;
}
.categorypath-brands .category-description.no-margin span {
    font-size: 50px !important;
}
.sections .navigation.sw-megamenu ul {
    gap: 18px;
}
.export-btn,
.marketplace-event-details .action-buttons {
    cursor: pointer;
}
.marketplace-event-details .product-info a:hover h3 {
    color: #32c0ed;
}
.marketplace-account-dashboard button.export-button {
    border: 1px solid #00a900;
    color: #00a900;
}
.marketplace-account-dashboard button.export-button:hover {
    background: #e5f5e5;
}
/* copy link css */
.title-container {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}
div#copy {
    display: flex;
    align-items: center;
    gap: 10px;
}
.title-container h3 {
    margin-bottom: 10px !important;
}
.copyLink {
    cursor: pointer;
    font-size: 20px;
    color: #0088cc;
    transition: transform 0.3s ease;
}
.copyLink:hover {
    transform: scale(1.2);
}
.copyLink:after {
    content: attr(tooltip);
    width: 123px;
    bottom: -31px;
    left: 50%;
    border-radius: 4px;
    font-size: 0.8rem;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    background: tomato;
    color: white;
    transform: translateY(-10px) translateX(-50%);
    transition: all 300ms ease;
    text-align: center;
}
.copyLink:hover:after {
    opacity: 1;
    transform: translateY(0) translateX(-50%);
}
.copy-link-container input#text {
    width: 33%;
    background: #f0f0f0;
    padding: 5px !important;
    text-align: center;
    border: 2px dotted #d8d8d8;
}
.title-container h5 {
    color: gray;
    font-size: 16px;
    margin: initial;
    padding-top: 14px;
}
/* hide special price for events */
.catalog-product-view .pricing-class span.mrp-price {
    display: none;
}
.product-maritime-10-k-run .prev-next-products {
    display: none;
}
/* More Information Tab in PDP */
div#tab-label-additional {
    white-space: nowrap;
    width: 11%;
}
@media only screen and (max-width: 768px) {
    a#tab-label-additional-title {
        display: flex;
        white-space: nowrap;
    }
    .product.data.items .item.title a:after {
        right: -7.5em;
    }
}
.field.checked {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: flex-end;
    gap: 8px;
    align-items: center;
}
.opc-block-summary .paymentfee{
    box-shadow: none !important;
    border: none !important;
}
.checkout-cart-index .totals.opc-block-summary.paymentfee {
    box-shadow: initial !important;
    border: initial !important;
}