.event-stepper .controls .back_btn,
.event-stepper .controls .next_btn {
    height: 62px;
    min-width: 127px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px
}

.event-promotionList_items,
.eventBundle_links,
.progress-bar {
    text-align: center
}

.show_product_div {
    gap: 10px 0
}

.show_product_div>div:before {
    height: 90%;
    left: 3px
}

.floating_btns,
.progress-bar:last-child:before {
    display: none
}

.show_product_div>div:nth-child(2n):before,
.show_product_div>div:nth-child(3n):before,
.show_product_div>div:nth-child(4n):before,
.show_product_div>div:nth-child(5n):before {
    display: block !important
}

.productHr {
    width: 100%;
    height: 1px;
    background: #e2e2e2;
    flex: 1 1 100%;
    max-width: 97%;
    display: block
}

.shopProductRow .productBox_v05 .productBox_meta {
    padding: 0
}

.eventCategory_inner_banner .categoryBanner_bx {
    height: 225px
}

.eventCategory_inner_banner .categoryBanner_bx .heading-title {
    margin-top: -50px
}

.event-stepper {
    margin: 34px auto 0
}

.event-stepper .controls {
    display: flex;
    gap: 15px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 968px;
    margin: 0 auto
}

.event-stepper button {
    border: none;
    cursor: pointer
}

.event-stepper button:focus,
.eventDelivery_row_label input[type=date]:focus,
.eventForm_filter_box .events-group input:focus,
.eventForm_filter_box .events-group select:focus {
    outline: 0
}

.event-stepper button:disabled {
    background-color: #ddd;
    cursor: not-allowed;
    visibility: hidden
}

.event-stepper .controls .back_btn {
    color: #1d3976;
    border-radius: 40px;
    background-color: inherit !important;
    cursor: pointer;
    border: 1px solid #1d3976
}

.event-stepper .controls .next_btn {
    background: #e7257f;
    border: 1px solid #e7257f;
    color: #fff;
    border-radius: 40px
}

.event-stepper .controls .next_btn:hover {
    background-color: #fff;
    color: #e7257f
}

.event-step {
    padding: 60px 0 30px
}

.progress-bar-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 965px;
    z-index: 9;
    position: relative;
    align-items: baseline;
    gap: 10px;
    margin: auto
}

.progress-bar {
    flex: 1;
    transition: background-color .3s;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    position: relative
}

.progress-bar .progress-number {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #cecece;
    margin: auto;
    color: #fff;
    font-size: 20px;
    line-height: 23px;
    font-weight: 400;
    border: 2px solid #cecece
}

.progress-bar:last-child {
    margin-right: 0
}

.progress-bar.active .progress-number {
    background-color: #277ebd;
    border-color: #277ebd
}

.progress-bar:before {
    content: "";
    position: absolute;
    right: 50%;
    height: 1px;
    width: 100%;
    background-color: #cecece;
    top: 20px;
    z-index: -1;
    display: none
}

.progress-bar span {
    background: #eff2F7E5;
    width: 100%;
    height: 11px;
    border-radius: 30px
}

.progress-bar.active span {
    background: #dadbe4
}

.event-stepper-notification {
    margin: 0;
    padding: 0;
    color: #a1a5c2;
    font-weight: 400;
    font-size: 20px;
    line-height: 44px
}

.event-step .container {
    max-width: 965px
}

.event-step .heading-title .primary-title {
    font-size: 39px;
    line-height: 42px;
    color: #1d3976
}

.event-promotionBx {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 27px;
    margin: 28px 0
}

.event-promotionList {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 204px;
    flex: 1 1 calc(25% - 20.3px);
    max-width: calc(25% - 20.3px);
    border: 1px solid #a1a5c2;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0
}

.event-promotionList.active {
    border: 4px solid #eff2F7E5;
    background: #eff2F7E5;
    position: relative
}

.event-promotionList.active:before,
.giftCard_bx .giftCard_bx_list.active:before {
    content: "";
    position: absolute;
    left: unset;
    right: 7px;
    top: 7px;
    width: 38px;
    height: 38px;
    background-color: #fff;
    border-radius: 100px;
    background-image: url(../images/check--check-formtick.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center
}

.event-promotionList .event-promotion_bgImg img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.event-promotion_bgImg {
    width: 46px;
    height: 46px;
    margin: 0 auto 10px
}

.event-promotion_dec {
    position: static;
    padding: 0 15px;
    width: 100%
}

.event-promotion_dec:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #00000075;
    display: none
}

.event-promotion_dec h3 {
    color: #1d3976;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    position: relative;
    z-index: 9;
    margin: 0
}

.loadmoreEvent {
    color: #1d3976;
    cursor: pointer;
    font-size: 23px;
    line-height: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 4px
}

.event-formBx {
    width: 100%;
    margin: auto
}

.event-formBx .form-control {
    border-radius: 10px;
    border: 1px solid #dadbe4;
    height: 106px;
    color: #a1a5c2;
    font-size: 30px;
    line-height: 44px;
    font-weight: 400
}

.event-formBx label {
    display: block;
    margin-bottom: 20px
}

.eventForm_filter {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: #eff2F7E5;
    padding: 10px;
    border-radius: 50px
}

.eventDelivery_row {
    margin: 50px 0 0
}

.eventDelivery_row_bx,
.eventDelivery_row_label {
    display: flex;
    gap: 24px
}

.eventDelivery_row_bx .form-control {
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 222px
}

.eventDelivery_row_bx .form-control-btn {
    cursor: pointer
}

.eventDelivery_row_bx .form-control-btn.active {
    border-color: #e7257f;
    color: #e7257f
}

.eventDelivery_row_label label {
    display: flex;
    align-items: center;
    gap: 24px;
    color: #a1a5c2;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400
}

.eventDelivery_row_label label .form-control {
    width: 100px
}

.eventDelivery_row_label input[type=date] {
    border: none;
    color: #a1a5c2;
    font-size: 30px;
    line-height: 44px;
    font-weight: 400;
    height: 86px;
    text-align: right;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background: 0 0
}

.cartPage_section_bundle tbody td:last-child,
.cartPage_section_bundle thead th:last-child,
.innerBundleTable tr td:last-child,
[dir=ltr] .event-formBx label,
[dir=ltr] .eventDelivery_row_label input[type=date] {
    text-align: left
}

.eventDelivery_row_label input[type=date]::-webkit-calendar-picker-indicator {
    display: none
}

.eventForm_filter_box {
    display: flex;
    gap: 19px
}

.eventForm_filter_box .filter_col,
.eventsBxs-content {
    flex: 1
}

.eventForm_filter_box .input-group {
    background-color: #fff;
    padding: 0 18px;
    height: 60px;
    border-radius: 60px;
    border: 1px solid #dadbe4;
    gap: 8px;
    overflow: hidden
}

.eventForm_filter_box .input-group-text {
    background-color: inherit;
    border: none;
    border-radius: 0;
    padding: 0
}

.eventForm_filter_box .events-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    width: 100%
}

.eventForm_filter_box .events-group span {
    color: #1d3976;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400
}

.eventForm_filter_box .events-group input,
.eventForm_filter_box .events-group select {
    padding: 0;
    border-radius: 0;
    border: none;
    background-color: inherit;
    height: auto;
    color: #1d3976;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    width: 100%;
    background-image: none !important
}

.eventForm_filter_box .filter_col img {
    width: 21px;
    height: auto
}

.show_price_filter_wrap {
    display: flex;
    gap: 4px
}

.stepControls {
    box-shadow: 0 -10px 7.2px 0 #a1a5C21C;
    background-color: #fff;
    padding: 54px 0;
    margin-top: 80px
}

.eventProduct_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    align-items: baseline
}

.event-formBx .form-control::placeholder {
    color: #ccc !important
}

.formAllorwQuestion {
    width: 20px;
    height: auto;
    position: relative;
    top: 5px;
    cursor: pointer
}

.formAllorwQuestion_hints .tooltiptext_box {
    min-width: 173px;
    bottom: 26px;
    transform: translateX(50%);
    margin: auto
}

.formAllorwQuestion_hints .tooltiptext_box::after {
    margin-left: -15px
}

.row.shopProductRow.NewProdcutListing {
    display: flex;
    padding-top: 4px;
    padding-bottom: 20px
}

.row.shopProductRow.NewProdcutListing::-webkit-scrollbar {
    width: 4px
}

.row.shopProductRow.NewProdcutListing::-webkit-scrollbar-track {
    background: #f1f1f1
}

.row.shopProductRow.NewProdcutListing::-webkit-scrollbar-thumb {
    background: #888
}

.row.shopProductRow.NewProdcutListing::-webkit-scrollbar-thumb:hover {
    background: #555
}

.innerBundleTable td,
.innerBundleTable th {
    padding: 13px 0 !important;
    border: none;
    font-weight: 600
}

.innerBundleTable .spanCartPrice {
    font-size: 14px;
    color: #aab2bd;
    margin: 0 10px
}

.cartPage_section_bundle tfoot tr td {
    vertical-align: top !important
}

.cartPage_section_bundle .btn_cart_bndl {
    min-width: 300px;
    font-size: 18px
}

.cartPage_section_bundle .btn_cart_bndl.btn-black {
    background-color: #000;
    color: #fff
}

.bundle_cardProduct_head .cardProduct_close,
.cartPage_section_bundle .btn_cart_bndl.btn-black:hover {
    background-color: #002842
}

.cartPage_section_bundle th {
    border-top: none
}

[dir=ltr] .cartPage_section_bundle tbody td:last-child,
[dir=ltr] .cartPage_section_bundle thead th:last-child,
[dir=ltr] .innerBundleTable tr td:last-child {
    text-align: right
}

.cartPage_section_bundle tbody td {
    border: none;
    padding: 5px 0 !important
}

.cartPage_section_bundle tbody tr:first-child td {
    padding-top: 27px !important
}

.cartPage_section_bundle tbody tr:last-child td {
    padding-bottom: 27px !important
}

.bundle_cardProduct_head {
    display: flex;
    gap: 15px;
    padding: 40px 0 10px;
    border-top: 2px solid #dde2e3;
    font-size: 19px;
    color: #277ebd;
    font-weight: 600;
    align-items: center
}

.bundle_cardProduct_head .cardProduct_close img {
    filter: brightness(0) invert(1)
}

.cartPage_section_bundle table.table.innerBundleTable td,
.cartPage_section_bundle table.table.innerBundleTable th {
    padding: 14px 0 !important
}

[dir=ltr] .progress-bar:before {
    right: unset;
    left: 50%
}

[dir=ltr] .progress-bar-container {
    flex-direction: inherit
}

[dir=ltr] .progress-bar {
    font-size: 14px
}

[dir=ltr] .formAllorwQuestion_hints .tooltiptext_box {
    left: unset
}

.eventBundle_section {
    position: relative;
    height: 566px;
    overflow: hidden
}

.eventBundle_section .eventsBxs_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block
}

.eventBundle_section .eventsBxs_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

[dir=ltr] .eventBundle_section .eventsBxs_img img {
    transform: scaleX(-1)
}

.eventBundle_section .container {
    height: 100%;
    position: relative
}

.eventsBxs_caption {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    height: 100%
}

.eventsBxs-vector {
    flex: none;
    width: 698px
}

.eventsBxs-vector img {
    width: 100%;
    height: auto
}

.eventsBxs-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.eventsBxs-content h1,
.eventsBxs-content h2 {
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-size: 58px;
    line-height: 76px;
    font-weight: 800;
    color: #1d3976
}

.eventsBxs-content .content-span {
    flex: none;
    max-width: fit-content;
    background-color: #fff;
    padding: 4px 23px 0
}

.eventsBxs-content p {
    margin: 30px 0;
    color: #1d3976;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    max-width: 433px
}

.eventsBxs-content .btn {
    height: 62px;
    min-width: 167px;
    background-color: #1d3976;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    border-color: #1d3976;
    width: auto;
    max-width: fit-content
}

.eventsBxs-content .btn:hover {
    background-color: #fff;
    color: #1d3976;
    border-color: #fff
}

.eventBundle_articlesBx {
    width: calc(100% - 15px);
    max-width: 1000px;
    margin: auto
}

.eventBundle_articlesUL {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    list-style-type: none;
    margin: 46px 0;
    padding: 0;
    gap: 30px
}

.eventBundle_articlesUL li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 23px;
    color: #1d3976;
    font-weight: 400;
    font-size: 36px;
    line-height: 37px;
    text-align: center;
    flex: 1
}

.eventBundle_articlesUL .eventBundle_hdng {
    max-width: 83%;
    margin: auto
}

.eventBundle_articleList ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.eventBundle_articleList ul li {
    color: #1d3976;
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    padding-right: 30px;
    position: relative
}

[dir=ltr] .eventBundle_articleList ul li {
    padding-left: 30px;
    padding-right: 0
}

.eventBundle_articleList ul li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 9px;
    background-image: url(../images/badge-check.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px
}

[dir=ltr] .eventBundle_articleList ul li:before {
    right: unset;
    left: 0
}

.eventBundle_articleList {
    max-width: 608px;
    margin: auto
}

.eventBundle_links {
    margin: 40px auto 0
}

.eventBundle_links a {
    height: 62px
}

.eventsCart_const .primary-title {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 13px
}

.eventsCart_const_hdng h4 {
    color: #1d3976;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    margin: 0
}

.eventsCart_const_hdng p {
    color: #a1a5c2;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin: 0
}

.eventsCart_const_price {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 10px 0 0;
    justify-content: end
}

.eventsCart_const_wdg {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 16px 16px;
    margin-bottom: 9px
}

.eventsCart_const_prCol {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex: 1
}

.eventsCart_const_bdg {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    background: #eff2F7E5;
    padding: 14px 9px;
    border-radius: 5px;
    color: #1d3976;
    font-size: 13px;
    line-height: 16px;
    text-align: left
}

.eventsCart_const_action .quantity {
    width: 125px;
    height: 30px;
    border: none;
    padding: 0;
    border-radius: 0
}

.eventsCart_const_action .quantity button {
    background: #eff2F7E5;
    color: #1d3976
}

.eventsCart_btns {
    display: flex;
    flex-direction: column;
    gap: 9px;
    justify-content: center;
    align-items: center
}

.eventsCart_const_action {
    flex: none;
    width: 180px;
    max-width: 180px;
    justify-content: end
}

.eventsCart_const_mini {
    flex: none;
    width: 75px
}

.eventsCart_const_total {
    margin: 100px 0 20px;
    display: flex;
    justify-content: space-between
}

.eventsCart_const_total_info {
    color: #1d3976
}

.eventsCart_const_total_info label {
    color: #1d3976;
    font-size: 24px;
    font-weight: 600;
    line-height: 37px;
    margin: 0
}

.eventsCart_const_total_info label span {
    font-weight: 400;
    margin: 0 10px
}

.eventsCart_const_total_info p {
    color: #1d3976;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 0
}

.event-shop-sectio_hd {
    color: #1d3976;
    font-size: 20px;
    line-height: 37px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding: 0 0 30px
}

.event-shop-sectio_hd span {
    color: #fb7791
}

.style_package_card {
    flex: 1;
    box-shadow: 0 0 15px 1px #a1a5C261;
    border-radius: 10px
}

.style_package_cardHdr {
    background: #eff2F7E5;
    padding: 17px 24px;
    display: flex;
    justify-content: space-between;
    gap: 30px
}

.package_cardHdr_hdng h3 {
    font-size: 30px;
    font-weight: 600;
    color: #1d3976;
    margin: 0;
    line-height: 37px
}

.package_cardHdr_hdng p {
    margin: 0;
    color: #1d3976;
    font-size: 18px;
    line-height: 37px;
    font-weight: 400
}

.addEventsProduct_hdr p span,
.package_cardHdr_hdng p span,
.tabProduct .tabProductlinks:hover {
    color: #e7257f
}

.package_cardHdr_ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
        gap: 10px 28px;
    flex-wrap: wrap;
    justify-content: end;
}

.package_cardHdr_ul ul li {
    position: relative
}

.package_cardHdr_ul ul li:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    height: 27px;
    width: 1px;
    background: #1d3976
}

.package_cardHdr_ul ul li:last-child:before,
.tabProductcontent,
.tooltip_box_action .tooltiptext_box::after {
    display: none
}

[dir=ltr] .package_cardHdr_ul ul li:before {
    right: -15px;
    left: unset
}

#sectionBx03{
    padding-bottom: 50px;
}

.style_package_cardBody {
    padding: 24px
}

.style_package_cardSroll {
    max-height: 708px;
    min-height: 708px;
    overflow: hidden;
    overflow-y: scroll;
    padding-left: 24px;
    padding-right: 24px
}

.style_package_cardSroll::-webkit-scrollbar {
    width: 10px;
    border-radius: 50px
}

.style_package_cardSroll::-webkit-scrollbar-track {
    background: #eff2F7E5;
    border-radius: 50px
}

.style_package_cardSroll::-webkit-scrollbar-thumb {
    background: #dadbe4
}

.style_package_cardSroll::-webkit-scrollbar-thumb:hover {
    background: #eff2F7E5;
    border-radius: 50px
}

.style_package_cardFtr {
    border-top: 1px solid #a1a5c2;
    padding: 24px 16px;
    display: flex;
    justify-content: end;
    gap: 28px
}
.style_package_cardSroll .eventCategoryBtn.eventCategoryBtnPck{
    height: auto!important;
    display: flex!important;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
    gap: 3px;
}

.packageFtr_action_ul {
    display: flex;
    gap: 28px
}

.packageFtr_action_ul .packageFtr_action_li {
    position: relative;
    padding-right: 17px;
    border-right: 1px solid #a1a5c2
}

[dir=ltr] .packageFtr_action_ul .packageFtr_action_li {
    padding-right: 0;
    padding-left: 17px;
    border-width: 0 0 0 1px
}

.packageFtr_action_li label {
    color: #1d3976;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400
}

.packageFtr_action_ul .packageFtr_action_li .form-control {
    background: #eff2F7E5;
    height: 36px;
    width: 174px;
    border: none;
    color: #1d3976;
    font-size: 18px
}

.packageFtr_action_ul .packageFtr_action_label {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.packageFtr_action_label .primary-title {
    color: #1d3976;
    font-size: 20px;
    font-weight: 600
}

.packageFtr_action_label_li {
    display: flex;
    gap: 26px
}

.tooltip_box_action .tooltiptext_box {
    width: 194px;
    background-color: #fff;
    box-shadow: 0 0 15px 1px #a1a5C261;
    padding: 10px;
    color: #1d3976;
    border-radius: 6px;
    bottom: 120px;
    font-size: 12px;
    left: 0;
    transform: translateX(45%)
}

[dir=ltr] .tooltip_box_action .tooltiptext_box {
    transform: translateX(-45%)
}

.tooltip_box_action .tooltiptext_box p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    margin: 0
}

.tooltip_box_action .tooltiptext_box .prctags {
    color: #4ac831;
    font-weight: 500
}

.tooltip_box_action .tooltiptext_box .btn {
    border-color: #1d3976;
    color: #1d3976;
    margin-top: 10px;
    font-weight: 400;
    height: 44px;
    padding: 0 11px
}

.giftCard_bx .giftCard_bx_list.active,
.giftCard_bx .giftCard_bx_list:hover {
    border-color: #eff2F7E5;
    background: #eff2F7E5
}

.tooltip_box_action .tooltiptext_box::before {
    background-image: url(../images/vector_tip_bg.png);
    background-size: 120%;
    background-color: #fff0;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-position: bottom;
    bottom: -62px;
    z-index: -1
}

.backTopackages a {
    color: #1d3976;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-decoration: underline;
    margin: 0 10px
}

[dir=ltr] .backTopackages svg {
    rotate: 180deg
}

#giftCardModal .modal-window {
    width: calc(100% - 15px);
    max-width: 1517px;
    border-radius: 10px;
    box-shadow: 0 0 15px 1px #a1a5C261;
    padding: 83px
}

.giftCard_bx {
    display: flex;
    gap: 23px;
    flex-wrap: wrap;
    justify-content: center
}

.giftCard_bx .giftCard_bx_list {
    flex: 1 1 calc(20% - 20px);
    max-width: calc(20% - 20px);
    border: .5px solid #1d3976;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer
}

.giftCard_bx .giftCard_bx_list.active {
    position: relative
}

.giftCard_bx_list h3 {
    color: #1d3976;
    font-size: 22px;
    line-height: 24px;
    margin: 0
}

.giftCard_bx_list p {
    margin: 0;
    color: #e7257f;
    font-size: 18px;
    font-weight: 400
}

.giftCard_bx_links {
    margin-top: 65px
}

#addEventsProduct .closeModalBx,
#giftCardModal .closeModalBx {
    top: 4px;
    right: 5px
}

.addEventsProduct_bx {
    border: 1px solid #dadbe4;
    width: 100%;
    height: 192px;
    background: #eff2F7E5;
    max-width: 224px
}

.addEventsProduct_bx a.pointer_popup {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px
}

#addEventsProduct .modal-window {
    width: calc(100% - 15px);
    max-width: 1472px;
    border-radius: 10px;
    box-shadow: 0 0 15px 1px #a1a5C261;
    padding: 83px 73px
}

.addEventsProduct_hdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.addEventsProduct_hdr p {
    margin: 0;
    color: #1d3976;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400
}

.addEventsProduct_body {
    display: flex;
    gap: 55px;
    margin: 27px 0
}

.tabProduct {
    display: flex;
    gap: 5px 15px;
    flex-wrap: wrap;
    margin: 0 0 50px
}

.tabProduct .tabProductlinks {
    color: #a1a5c2;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    padding: 0 15px;
    cursor: pointer
}

.tabProduct .tabProductlinks.active {
    color: #e7257f;
    font-weight: 600
}

[dir=ltr] .event-formBx .primary-title {
    font-size: 23px;
    line-height: initial;
    color: #1d3976
}

[dir=ltr] .event-formBx .form-control,
[dir=ltr] .eventDelivery_row_label label {
    font-size: 25px;
    line-height: initial
}

.event-stepper .container-full {
    max-width: 1880px
}

.style_package_cardBody .row.shopProductRow.NewProdcutListing {
    padding-bottom: 115px
}

.btn-dark.eventCategoryBtn {
    flex: none !important;
    margin: 0 auto 5px !important;
    background-color: #A1A5C2 !important;
    border-color: #A1A5C2 !important
}

.btn-dark.eventCategoryBtn img {
    width: 20px !important;
    height: auto !important;
    margin: 0 9px
}
a.btn.btn-dark.eventCategoryBtn.eventCategoryBtnPck * {
    pointer-events: none;
}
.eventDelivery_row .eventDelivery_row_bx{
    flex-wrap: wrap;
    gap: 10px!important;
}
.eventDelivery_row .eventDelivery_row_bx .form-control-btn.delivery_time_type_label {
    flex: 1 1 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
    position: relative;
    margin: 0px;
}
.eventDelivery_row .eventDelivery_row_bx .form-control-btn.delivery_time_type_label input{
    position: absolute;
    visibility: hidden;
}
.event_categopry_custom_date_div.display_none{
    display: none;
}
span.show_custom_date.display_none {
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
    color: #1d3976;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
        justify-content: center;
}
a.add_to_bundle_product {
    background-color: #A1A5C2 !important;
    border-color: #A1A5C2 !important;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 27px;
    border-radius: 30px;
    width: fit-content;
    color: #fff !important;
    text-decoration: none !important;
    margin: auto;
    font-size: 18px !important;
}

@media only screen and (max-width: 1400px){
     [dir=ltr] .eventProduct_grid, .eventProduct_grid {
        padding-left: 0;
        padding-right: 0;
    }
    .eventsCart_Box {
        margin-right: 0;
        margin-left: 0;
    }
    .sectionBx02.event-shop-section .eventsCart_Box {
        max-width: fit-content;
        min-width: 400px;
    }
    .style_package_cardBody .row.shopProductRow.NewProdcutListing .col-md-3.col-6 {
        flex: 1 1 50%;
        max-width: 50%;
    }
    .eventsCart_const_total{
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media only screen and (min-width:1197px) and (max-width:1300px) {
    .eventForm_filter {
        border-radius: 10px
    }
    .eventForm_filter_box {
        flex-wrap: wrap;
        gap: 7px
    }
    .eventForm_filter_box div.filter_col {
        flex: 1 1 calc(50% - 4px) !important;
        max-width: calc(50% - 4px) !important
    }
    .eventForm_filter_box .input-group {
        height: 48px
    }
    #giftCardModal .modal-window {
        padding: 30px
    }
    #addEventsProduct .modal-window {
        padding: 50px 30px
    }

    .show_bundle_product_list_div .row.shopProductRow.productCol_border4.NewProdcutListing .col-md-3.col-6 {
        flex: 1 1 33%;
        max-width: 33%;
    }
}

@media only screen and (max-width:1196px) {
    .event-step {
        padding: 30px 0 20px
    }
    .progress-bar-container {
        padding: 18px 4px
    }
    .progress-bar {
        gap: 10px
    }
    .event-promotionBx {
        margin: 10px 0 30px;
        gap: 20px 15px
    }
    .event-promotionList {
        flex: 1 1 calc(25% - 11.3px);
        max-width: calc(25% - 11.3px)
    }
    .event-promotion_dec h3 {
        font-size: 18px;
        line-height: 21px
    }
    .eventForm_filter_box {
        gap: 8px
    }
    .eventForm_filter_box .input-group {
        padding: 0 10px;
        height: 42px;
        gap: 8px
    }
    #giftCardModal .modal-window {
        padding: 20px
    }
    .giftCard_bx .giftCard_bx_list {
        flex: 1 1 241px;
        max-width: 241px;
        padding: 20px
    }
    #addEventsProduct .modal-window {
        padding: 40px 20px
    }
    .eventsBxs-content h2 {
        font-size: 40px;
        line-height: initial
    }
    .eventsBxs-vector {
        width: 400px;
        display: flex;
        align-items: end;
        justify-content: end
    }
    .eventBundle_articlesUL .eventBundle_hdng {
        max-width: 100%
    }
    .eventBundle_articlesUL li {
        font-size: 28px;
        line-height: initial
    }
    .eventBundle_articlesUL .eventBundle_icons img {
        width: 100px;
        height: 100px
    }
    .eventBundle_articleList ul li {
        font-size: 26px
    }
    .show_bundle_product_list_div .row.shopProductRow.productCol_border4.NewProdcutListing .col-md-3.col-6 {
        flex: 1 1 50%;
        max-width: 50%;
    }
    .eventForm_filter {
        border-radius: 10px
    }
     .eventForm_filter_box {
        flex-wrap: wrap;
        gap: 7px
    }
    .eventForm_filter_box div.filter_col {
        flex: 1 1 calc(50% - 4px) !important;
        max-width: calc(50% - 4px) !important
    }
    .eventsCart_const .primary-title {
        font-size: 22px;
    }
    .style_package_cardBody .row.shopProductRow.NewProdcutListing .col-md-3.col-6 {
       flex: 1 1 33%;
       max-width: 33%;
    }
    .event-shop-section .productBox_ftr{
        padding: 0px;
    }
    .style_package_cardHdr{
        flex-direction: column;
    }
    .style_package_cardBody {
        padding: 10px;
    }
    .style_package_cardSroll{
         padding-left: 4px;
         padding-right: 4px;
    }
    .productBox.productBox_v05 .productBox_price{
           font-size: 16px;
    }

}

@media only screen and (min-width:861px) and (max-width:1024px) {
    .show_bundle_product_list_div .row.shopProductRow.productCol_border4.NewProdcutListing .col-md-3.col-6 {
        flex: 1 1 33%;
        max-width: 33%;
    }
}

@media only screen and (max-width:980px) {
.eventsBxs-content h1, 
.eventsBxs-content h2 {
    font-size: 50px;
    line-height: 53px;
   }
   .style_package_cardBody .row.shopProductRow.NewProdcutListing .col-md-3.col-6 {
    flex: 1 1 33%;
    max-width: 33%;
}


}

@media only screen and (max-width:860px) {
    .cartPage_section_bundle .table tfoot tr td {
        display: block;
        width: 100%;
        text-align: center
    }
    .cartPage_section_bundle table.table.innerBundleTable tbody {
        display: block
    }
    .cartPage_section_bundle table.table.innerBundleTable tbody tr {
        flex-direction: inherit;
        padding: 0 !important;
        border: none !important
    }
    .cartPage_section_bundle table.table.innerBundleTable tbody tr>td,
    .cartPage_section_bundle table.table.innerBundleTable tbody tr>th {
        flex: 1 1 50%;
        max-width: 50%;
        width: 50%;
        border: none !important
    }
    .cartPage_section_bundle table.table.innerBundleTable tbody tr>th,
    [dir=ltr] .cartPage_section_bundle table.table.innerBundleTable tbody tr>td {
        text-align: right
    }
    .cartPage_section_bundle table.table.innerBundleTable tbody tr>td,
    [dir=ltr] .cartPage_section_bundle table.table.innerBundleTable tbody tr>th {
        text-align: left
    }
    .cartPage_section_bundle .totalCartPrice {
        text-align: inherit !important
    }
    .eventsBxs-content {
        flex: 1 1 100%
    }
    .eventBundle_section {
        min-height: 566px;
        height: auto;
        padding: 40px 0 0
    }
    .eventsBxs-content p {
        max-width: 100%
    }

    .eventDelivery_row_bx{
        flex-wrap: wrap;
    }
    .eventDelivery_row_bx > div {
        flex: 1 1 48%;
        max-width: 48%;
    }
    .eventDelivery_row_bx > div.eventDelivery_row_label {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .show_bundle_product_list_div .row.shopProductRow.productCol_border4.NewProdcutListing .col-md-3.col-6 {
        flex: 1 1 50%;
        max-width: 50%;
    }
    .style_package_card{
        max-width: 100%;
    }
    .style_package_cardFtr{
        flex-wrap: wrap;
            align-items: center;
        text-align: center;
        width: 100%;
            flex-direction: column;
    }
    .style_packageFtr_action {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
    }
    .packageFtr_action_ul{
        width: 100%;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .packageFtr_action_ul .packageFtr_action_li{
        padding: 0px!important;
    }

    .packageFtr_action_ul .packageFtr_action_li{
        border: none!important;
    }
}

@media only screen and (max-width:768px) {
    .event-promotionList {
        flex: 1 1 calc(33.333% - 11.3px);
        max-width: calc(33.333% - 11.3px)
    }
    .bundle_multi_product_pop_up .table-responsive {
        overflow: auto;
        width: 100%
    }
    .bundle_multi_product_pop_up .table-responsive .table thead th:nth-child {
        min-width: 300px
    }
    .bundle_multi_product_pop_up .table-responsive .table thead th:last-child {
        min-width: 150px
    }
    .eventBundle_articlesUL {
        flex-direction: column;
        align-items: center
    }
    .style_package_cardBody .row.shopProductRow.NewProdcutListing .col-md-3.col-6 {
        flex: 1 1 50%;
        max-width: 50%;
    }
    .addEventsProduct_body{
        flex-direction: column;
    }
    .addEventsProduct_hdr{
        flex-wrap: wrap;
    }
    .addEventsProduct_products .productBox_ftr {
            padding: 0;
        }
}

@media only screen and (max-width:767px) {
.eventDelivery_row .eventDelivery_row_bx .form-control-btn.delivery_time_type_label {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
}
}

@media only screen and (max-width:520px) {
    .eventDelivery_row .eventDelivery_row_bx .form-control-btn.delivery_time_type_label {
        flex: 1 1 calc(100% - 0px);
        max-width: calc(100% - 0px);
    }
    .show_product_div>div:before,
    .show_product_div>div:nth-child(3n):before,
    .show_product_div>div:nth-child(4n):before,
    .show_product_div>div:nth-child(5n):before {
        display: none !important
    }
    .show_product_div>div:nth-child(odd):before {
        display: block !important
    }
    .eventCategory_inner_banner .categoryBanner_bx {
        height: 160px
    }
    .progress-bar-container {
        margin-top: -29px;
        align-items: baseline
    }
    .event-promotionList {
        flex: 1 1 calc(50% - 8.3px);
        max-width: calc(50% - 8.3px)
    }
    .progress-bar .progress-number {
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 18px
    }
    .progress-bar {
        font-size: 14px;
        line-height: 14px;
        padding: 0 5px
    }
    .progress-bar:before {
        top: 16px
    }
    .event-formBx {
        padding: 20px 15px
    }
    .eventForm_filter_box {
        flex-wrap: wrap
    }
    .eventForm_filter_box .filter_col {
        flex: 1 1 calc(50% - 4px);
        max-width: calc(50% - 4px)
    }
    .eventForm_filter {
        border-radius: 20px
    }
    .eventForm_filter_box .input-group-text img {
        width: 15px;
        height: auto
    }
     .eventDelivery_row_bx > div {
        flex: 1 1 100%;
        max-width: 100%;
        }
        .eventDelivery_row_bx > div.eventDelivery_row_label {
            flex: 1 1 100%;
            max-width: 100%;
            display: flex;
                flex-wrap: wrap;
                gap: 0px;
        }
        .eventDelivery_row_bx > div.eventDelivery_row_label label:first-child {
            flex: 1 1 100%;
            max-width: 100%;
        }
        .event-formBx .form-control{
            height: 92px;
        }
        .event-shop-section .productBox_ftr .productBox_ftrCol.Linking{
            flex-direction: column;
                gap: 0px;

        }
        .sectionBx02.event-shop-section .eventsCart_Box {
            width: 100%;
            max-width: 100%;
            min-width: 300px;
        }

        .btn.btn-dark.eventCategoryBtn{
                flex-wrap: wrap;
                display: flex!important;
                height: auto!important;
                gap: 0;
                padding: 3px 11px;
        }
        .packageFtr_action_ul{
                    flex-direction: column-reverse;
        }
        .packageFtr_action_ul .packageFtr_action_li{
            flex-direction: column-reverse;
        }
        .packageFtr_action_icon.tooltip_box.tooltip_box_action{
                width: 20px;
                margin: auto;
        }
            .show_bundle_product_list_div .row.shopProductRow.productCol_border4.NewProdcutListing .col-md-3.col-6 {
                flex: 1 1 50%;
                max-width: 50%;
            }

            .packageFtr_action_ul .tooltip_box_action .tooltiptext_box{
                bottom: 81px;
            }
}

@media only screen and (max-width:390px) {
    .cartPage_section_bundle table.table.innerBundleTable tbody tr>td,
    .cartPage_section_bundle table.table.innerBundleTable tbody tr>th {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
        border: none !important;
        text-align: center !important;
        padding: 2px 0 !important
    }
    .cartPage_section_bundle table.table.innerBundleTable tbody tr>td {
        padding-bottom: 15px !important
    }
    .style_package_cardBody .row.shopProductRow.NewProdcutListing .col-md-3.col-6 {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .show_bundle_product_list_div .row.shopProductRow.productCol_border4.NewProdcutListing .col-md-3.col-6 {
                flex: 1 1 100%;
                max-width: 100%;
            }
}

.loadingIcons {
    max-width: 369px;
    margin: auto;
    text-align: center;
    color: #333e49;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400
}

.loadingIcons .loadingSpan {
    margin: 0 0 50px;
    border: 2px solid #ccc;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-top-color: #1ecd97;
    border-left-color: #1ecd97;
    animation: 1s ease-in infinite spin
}

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