/*System Alert messages*/
.alert-message{
    color:#4B525C !important;
}
joomla-alert[type=success]{
    max-width: 535px !important;
    background-color: #27AE60 !important;
    background-color: rgba(39, 174, 96, .1) !important;    
    border-radius: 10px !important;
    padding: 22px 34px !important;

}


/*fixes font issue in Safari*/
.montserrat {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: #fff !important;
}

/*fixes font issue in Safari END*/
/*round corners on tiles and videos*/
.uk-tile-default {
    border-radius: 37px;
}

iframe {
    border-radius: 20px;
}
.hikashop_subcontainer{
    padding-top:none !important;
}
/*round corners on tiles END*/
.notifyjs-metro-base .image{
    display:none !important;
}
/*** custom button changes******/
#donation-impact-message {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #4B525C !important;
    font-style: normal !important;
}

.form-check-input[type=radio],
.uk-radio {
    margin-right: 3px;
}

.uk-button-secondary {
    font-weight: 400 !important;
}

/*Switcher buttons on donation forms*/
#uk-switcher-7 {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

#uk-switcher-5 {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

@media (max-width: 480px) {

    #uk-switcher-7 {
        border-radius: 10px !important;
        margin-bottom: 3px !important;
    }

    #uk-switcher-5 {
        border-radius: 10px !important;
    }

}
div.hikashop_subcontainer span{
    text-align: center !important;
}
.btn-sm, .uk-button-small{
    padding: 10px 18px !important;
}
/***** Custom Button Changes END****/

/*********HIKASHOP*********/
#hikashop_category_information_menu_544 div.hikashop_subcontainer, #hikashop_category_information_menu_544 .hikashop_rtop *, #hikashop_category_information_menu_544 .hikashop_rbottom *{
    background:none !important;
}
/*Slide-in notification*/
.text-wrapper, .notifyjs-metro-base .text-wrapper{
    margin:0px !important;
}

.notifyjs-metro-error{
border-radius: 10px !important;
border: 1px solid #9E3D2F !important;
background: #F5ECEA !important;
padding:24px 22px;
}
.notifyjs-container{
    max-width: 535px !important;
}
.notifyjs-metro-base .text-wrapper, .notifyjs-metro-lite-base .text-wrapper{
    font-family: Montserrat !important;
    color:#4B525C !important;
}
.notifyjs-metro-info{
    border-radius: 10px !important;
border: 1px solid var(--Success-State, #27AE60) !important;
background: #e5f7ef !important;
padding:24px 22px;

}
.notifyjs-metro-base .title, .notifyjs-metro-lite-base .title{
    font-size: 14px !important;
    font-weight: bold !important;
}
.hikashop-cartnotify-cta {
    cursor: pointer;
    text-decoration: underline;
}
.notifyjs-metro-base .text, .notifyjs-metro-lite-base .text{
    font-weight: bold !important;
    font-size: 14px !important;
}
.notifyjs-metro-base .image{
    left:45px !important;
}

/*Slide-in notification END*/
/* Styling for the Hikashop cart */

.uk-button-extra-small {
    padding: 0px 0px;
}

.hikashop_cart_product_quantity_refresh {
    display: none !important;
}

.hikashop_cart_product_quantity_refresh {
    display: none;
}

.custom_breadcrumb {
    font-size: 16px;
    font-weight: 500;
    color: #828282;
}

.breadcrumb_chev {
    margin-right: 20px;
    margin-left: 20px;
}

.hikashop_cart_product_image {
    border-radius: 20px !important;
}

.col-1-img {
    padding-left: 15px;
}

.col-2-title {
    padding-left: 15px;
}

.hikashop_product_price {
    float: right;
    font-family: var(--bs-font-sans-serif) !important;
    color: #363F60 !important;
    font-weight: 700 !important;
    font-style: inherit !important;
    font-size: 30px !important;
}

@media (max-width: 992px) {
    .hikashop_product_price {
        float: right;
        font-family: var(--bs-font-sans-serif) !important;
        color: #363F60 !important;
        font-weight: 700 !important;
        font-style: inherit !important;
        font-size: 25px !important;
    }

}

::placeholder {
    color: #828282 !important;
}

.hikashop_cart_product_price_full {
    float: right;
}

@media (max-width:992px) {
    .hikashop_cart_product_price_full {
        float: left;
    }

    .hikashop_product_price {
        float: left;
    }
}

#hikashop_cart_product_listing_custom td {
    padding: 20px 0px 0px 0px !important;
}

#hikashop_cart_product_listing_custom th {
    border-bottom: none !important;
    padding-bottom: 27px !important;
}

.hikashop_cart_product_name,
#hikashop_cart_product_listing_custom a {
    color: #1D386D !important;
    font-family: Montserrat !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    font-size: 16px;
}

/*.btn:hover {
    color: #fff !important;
}*/
.uk-icon-button-no-shadow {
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    border-radius: 500px;
    background: #f7f8fc;
    color: #1d386d;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #EBEEF5;
}

.uk-link-reset {
    color: #1D386D !important;
    font-family: Montserrat !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 22px !important;
}

.hikashop_cart_gifttype_text {
    margin-top: 5px;
    color: #1D386D;
}

.hika_j2 .btn-success,
.hikabtn-success {
    padding: 40px !important;
    color: #1D386D !important;
}

.hikashop_cart_product_name,
#hikashop_cart_product_listing_custom a .keep_shopping_link {
    font-weight: 400 !important;
}

.keep_shopping_link {
    font-size: 16px !important;
}

.hikashop_filter_button_outside {
    display: none !important;
}

.hikashop_filter_fieldset {
    border: none !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
}

.edit_product_title {
    color: #363F60 !important;
    font-weight: 400 !important;
}

.hkform-horizontal .hkcontrol-label {
    padding-top: 0px !important;
}

/* Styling for the Hikashop cart END */
/* Styling for the Hikashop Checkout */

.top-margin-sm{
    margin-top:15px !important;
}
/* Force full-width line for custom fields with hikashop_full_line */
.hikashop_full_line {
    clear: both;          /* Clear any floated columns before */
    width: 100%;          /* Ensure the div takes full row width */
    margin-bottom: 1em;   /* Optional spacing between rows */
}

/* Optional: ensure full-width inputs inside the full line */
.hikashop_full_line .hkc-sm-12 input,
.hikashop_full_line .hkc-sm-12 select,
.hikashop_full_line .hkc-sm-12 textarea {
    width: 100%;          /* Make input element fill the container */
    box-sizing: border-box; /* Avoid overflow due to padding */
}

.invalid{
    border-radius: 10px;
border: 1px solid var(--Error-State, #9E3D2F) !important;
background: rgba(158, 61, 47, 0.07);
}
.payment_box {
    margin-top: 28px;
}

.hikashop_ethical_fundraising {
    clear: both;
    max-width: 450px;
    text-align: justify;
    margin-top: 45px;
}

#hikabtn_checkout_next,
.hikashop_checkout_buttons {
    display: grid;

}

dl.hika_options>dt label {
    float: left !important;
}

.hikashop_checkout_payment_radio {
    display: none;
}

.hkform-horizontal .hkform-group {
    /*display: block !important;
    margin-bottom: 4px !important;
    font-weight: bold !important;*/
}

select {
    appearance: none !important;
}

.form-check-input[type=radio],
.uk-radio {
    margin-top: -1px;
}

.hkradio {
    margin-top: 3px;
}

.hkcontrol-label {
    margin-bottom: 5px;
}

#hikashop_checkout_address_1_0_address_company {
    float: none !important;
}

/*make checkout form single column layout on mobile devices*/
@media (min-width:992px) {
    .hkform-group {
        margin-bottom: 15px;
        float: left !important;
        margin-right: 15px !important;
        width: 45% !important;
    }

    *+.control-group {
        margin-top: 0px !important;
    }
}

/*hide spacers on mobile*/
@media (max-width:992px) {

    #hikashop_checkout_address_1_0_customtext_231_15_01_28,
    #hikashop_checkout_address_1_0_customtext_231_15_05_26 {
        display: none;
    }
}

/* Styling for the Hikashop Checkout END*/
/* Styling for the Gift Summary*/
.swg-card__title {
    color: #363F60;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.2px;
    /* 140% */
}

.sticky-module {
    position: sticky;
    offset: 120px;
    top: 120px;
    /*display: flex;*/
}

.hikashop_cart_value span.hikashop_product_price {
    font-size: 16px !important;
    float: left !important;
    margin-top: -20px;
}

.hikashop_cart_module_product_total_value span.hikashop_product_price {
    font-size: 16px !important;
    float: left !important;
}

/* Styling for the Gift Summary END*/

/* Tag view START*/
.hikashop_product_list li{
    list-style-type: none !important;
    list-style: none !important;
    margin-left:15px;
    margin-bottom: 15px;
}
.remove_padding_bottom{
    margin-bottom:-100px !important;
}
.hikashop_product_tags_list{
    margin-left:0px !important;
    margin-right:10px;
    padding: 5px 20px !important;
    flex-shrink: 0;
    border-radius: 22px;
    background: var(--Call-out-Blue, #EBEEF5);
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #4b525c !important;
    float:left !important;
    font-size: 1em !important;
  
}
.hikashop_product_tags_list:hover{
    margin-left:0px !important;
    margin-right:10px;
    padding: 5px 20px !important;
    flex-shrink: 0;
    border-radius: 22px;
    background: var(--Call-out-Blue, #EBEEF5);
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #93358D !important;
    float:left !important;
    font-size: 1em;
  
}
.hikashop_product_list_item a:hover{
color: #93358D !important;
font-size: 1em;
}
/* Force cards full width on small screens */
@media (max-width: 768px) {
  .hikashop_product_list {
    display: flex;
    flex-direction: column;
    align-items: center; /* center cards horizontally */
    padding-left: 0px;
    padding-right: 25px;
  }

  .hikashop_product_list_item {
    width: 100% !important;   /* take full width of container */
    max-width: 480px;         /* optional: limit max width */
    float: none !important;
    margin: 0 auto 20px;      /* center with equal gutters */
  }
  .remove_padding_bottom{
    margin-bottom:-60px !important;
}
}
/* Tag view END*/

@media (min-width: 768px) {
    .sticky-cart{
    display: none;
}
}
@media (max-width: 768px) {
.sticky-cart {
 position: fixed !important;
  top: 90px !important;
  bottom: 0 !important; /* anchor bottom */
  z-index: 999 !important;
  overflow: visible !important;
}
}
/* Styling for the Hikashop product listing */

.hikashop_category_information .hikashop_subcontainer,
.hikashop_categories_listing_main .hikashop_subcontainer {
    margin-top: -10px;
}

.hikashop_aligned_btn {
    margin-top: 10px;
}

.hikashop_products .hikashop_subcontainer form.hikashop_aligned_btn {
    padding-bottom: 0px !important;
}

div.hikashop_subcontainer,
.hikashop_rtop *,
.hikashop_rbottom * {
    border-radius: 20px !important;
}

.hikashop_container .thumbnail:hover {
    box-shadow: none !important;
}

.hikashop_category_information .hikashop_subcontainer, .hikashop_categories_listing_main .hikashop_subcontainer{
    padding:none !important;
}
#product_396_amount,
#product_397_amount,
#product_398_amount,
#product_400_amount,
#product_401_amount,
#product_402_amount,
#product_403_amount,
#product_404_amount,
#product_405_amount,
#product_406_amount,
#product_407_amount,#product_408_amount,#product_409_amount,#product_410_amount,#product_411_amount,#product_412_amount,#product_413_amount,#product_414_amount,
#product_415_amount,#product_416_amount,#product_417_amount,#product_418_amount,#product_419_amount,#product_420_amount,#product_421_amount,#product_422_amount,
#product_423_amount,#product_424_amount,#product_425_amount,#product_426_amount,#product_427_amount,#product_428_amount,#product_429_amount,#product_430_amount,
#product_431_amount,#product_432_amount,#product_433_amount,#product_434_amount,#product_435_amount,#product_436_amount,#product_437_amount,#product_438_amount,
#product_439_amount,#product_440_amount,#product_431_amount,#product_432_amount,#product_433_amount,#product_441_amount,#product_442_amount,#product_443_amount
 {
    border-radius: 10px !important;
    border: 1px solid #BDBDBD !important;
    height: 50px !important;
    text-indent: 10px;
    width: 100%;
    font-family: montserrat !important;
    font-size: 16px !important;
}

/* 4th product */
#product_399_amount {
    border-radius: 10px !important;
    border: 1px solid #BDBDBD !important;
    height: 50px !important;
    text-indent: 10px;
    width: 83%;
    font-family: montserrat !important;
    font-size: 16px !important;
}
.hikabuynow:hover{
    box-shadow: none !important;
    transform: none !important;
    border: 1px solid #1d386d !important;
}
.hkc-xs-1,
.hkc-sm-1,
.hkc-md-1,
.hkc-lg-1,
.hkc-xl-1,
.hkc-xs-2,
.hkc-sm-2,
.hkc-md-2,
.hkc-lg-2,
.hkc-xl-2,
.hkc-xs-3,
.hkc-sm-3,
.hkc-md-3,
.hkc-lg-3,
.hkc-xl-3,
.hkc-xs-4,
.hkc-sm-4,
.hkc-md-4,
.hkc-lg-4,
.hkc-xl-4,
.hkc-xs-5,
.hkc-sm-5,
.hkc-md-5,
.hkc-lg-5,
.hkc-xl-5,
.hkc-xs-6,
.hkc-sm-6,
.hkc-md-6,
.hkc-lg-6,
.hkc-xl-6,
.hkc-xs-7,
.hkc-sm-7,
.hkc-md-7,
.hkc-lg-7,
.hkc-xl-7,
.hkc-xs-8,
.hkc-sm-8,
.hkc-md-8,
.hkc-lg-8,
.hkc-xl-8,
.hkc-xs-9,
.hkc-sm-9,
.hkc-md-9,
.hkc-lg-9,
.hkc-xl-9,
.hkc-xs-10,
.hkc-sm-10,
.hkc-md-10,
.hkc-lg-10,
.hkc-xl-10,
.hkc-xs-11,
.hkc-sm-11,
.hkc-md-11,
.hkc-lg-11,
.hkc-xl-11,
.hkc-sm-12,
.hkc-md-12,
.hkc-lg-12 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.hikashop_field_required {
    visibility: hidden !important;
    float: left !important;
    margin-left: 0px !important;
}

.uk-card-body-small {
    padding: 15px 30px !important;
}

dt {
    font-weight: 400;
}

:focus-visible {
    outline: 1px solid #1D386D;
}

::placeholder {
    padding-left: 10px;
}

#hikashop_main_image {
    border-top-right-radius: 10px !important; 
    border-top-left-radius: 10px !important;
    float: left;
    /*position: relative;*/
    right: 8px;
}

.hikashop_product_left_part {
    width: auto !important;
    text-align: left !important;
}

/*@media (max-width:992px) {
    .hkc-md-6 {
        width: 64% !important;
    }
}*/

.hikashop_product_custom_item_value {
    float: left;
    width: 171px !important;
    margin-right: 18px;
}
.hikashop_product_tags_group{
   display:inline-block;
   max-width: 300px;
}
.hikashop_product_tags {
    padding: 5px 20px !important;
    flex-shrink: 0;
    border-radius: 22px;
    background: var(--Call-out-Blue, #EBEEF5);
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-left: 17px;
    color: #000 !important;
    float:left !important;
}

.hikashop_product_tags_4th {
    padding: 5px 20px !important;
    flex-shrink: 0;
    border-radius: 22px;
    background: var(--Call-out-Blue, #EBEEF5);
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 17px;
    color: #000 !important;
    float:left !important;
}

.hikashop_product_tags_group_4th{
   display:inline-block;
}

.progress_bar {
    border-radius: 10px;
    background: var(--SWG-Brand-Blue, #1D386D);
    width: 270.065px;
    height: 6px;
    flex-shrink: 0;
    margin-top: 15px;
}

.progress_bar_line {
    border-radius: 10px;
    background: var(--Call-out-blue, #EBEEF5);
    width: 300px;
    height: 6px;
    flex-shrink: 0;
    margin-left: 31px;
}

.filter_values_container {
    margin-right: 12px !important;
}

.hikashop_results_counter,
.hikashop_products_pagination .list-footer .limit,
.hikashop_subcategories_pagination .list-footer .limit {
    display: none !important;
}

.hikashop_category_information h2 {
    border: none !important;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52.8px;
    /* 110% */
    color: #363F60;
}

#hikashop_reset_button_hikashop_category_information_menu_544 {
    margin-top: 32px;
    font-weight: 400 !important;
    text-decoration: underline;
}

.hikashop_filter_collapsable_title_always,
.hikashop_filter_collapsable_title_mobile {
    margin-top: 30px;
}

/* Styling for the Hikashop product listing END */
/*HIKASHOP CART*/
#hikashop_cart_product_listing_custom th {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #363F60 !important;
    padding: 0px !important;
}

#hikashop_cart_product_listing_custom {
    width: 100% !important;
}

.vex.vex-theme-default .vex-close:before {
    font-size: 30px !important;
    color: #000 !important;
}

.vex.vex-theme-default .vex-close:hover:before,
.vex.vex-theme-default .vex-close:active:before {
    background: transparent !important;
    color: #363F60 !important;
}

/*HIKASHOP CART END*/
/* Styling for the Hikashop quantity selector */
.hikashop_cart.hika_j4 .hikashop_product_quantity_change_div_leftright a.hikashop_product_quantity_field_change {
    width: none !important;
    height: 30px;
    padding: none !important;
    left: 0 !important;
}

.hika_j4 .hikashop_product_quantity_change_div_leftright span.add-on a {
    border: none !important;
}

/* Styling for the Hikashop quantity selector END */
/* Styling for the product listing module and product pages */
.hikashop_product_name_main,
.hikashop_category_information h2 {
    color: #1d386d !important;
    font-size: 2rem !important;
}

/* Styling for the Hikashop quantity selector END */
/* Styling for the Falang Language selector */
div.advanced-dropdown a.langChoose img {
    border-radius: 10px;
    margin-bottom: 2px;
    height: 18px;
    border: none !important;
}

a,
{
color: #000 !important;
font-size: 16px !important;
}


div.advanced-dropdown span.caret {
    border-top: 4px solid #000 !important;
}

div.mod-languages.advanced-dropdown ul {
    padding: 10px 20px 10px 10px;
    border-radius: 10px;
    background: #f7f8fc;
    box-shadow: -15px -15px 20px rgba(255, 255, 255, .8), 15px 15px 20px rgba(57, 65, 124, .08);
    margin-left: 10px !important;
}

div.advanced-dropdown a.langChoose img {
    border-radius: 10px;
    margin-bottom: 2px;
    height: 18px;
    border: none !important;
}

.caret {
    display: none;
}

#module-163\#0 div.mod-languages.advanced-dropdown ul {
    text-align: left;
}

.lang-block {
    background-color: #f7f8fc !important;
    border-radius: 3px;
    box-shadow: 2px 5px 3px rgba(3, 3, 3, .1) !important;
}

div.advanced-dropdown span.caret {
    border-top: 4px solid #000 !important;
}

div.mod-languages.advanced-dropdown ul {
    padding: 10px 20px 10px 10px;
    border-radius: 10px;
    background: #f7f8fc;
    box-shadow: -15px -15px 20px rgba(255, 255, 255, .8), 15px 15px 20px rgba(57, 65, 124, .08);
}

.language_link a {
    color: #1D386D !important;
}

.language_link a:hover {
    color: #555371 !important;
}

.lang_checked {
    display: none;
}

/* Styling for the Falang Language selector END */
/* Styling for Crowdfunding Campaign pages */
.formError {
    z-index: 1 !important;
}

.raised {
    float: left;
    background-color: #EBEEF5;
    width: 50%;
    text-align: center;
    margin-bottom: 15px;
}

.raised-val {
    font-weight: 600;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.value {
    font-size: 12px;
    font-weight: 500;
    color: #363F60;
    text-transform: uppercase;
}

.goal {
    float: left;
    width: 50%;
    text-align: center;
    border-right: 1px solid #EBEEF5;
    border-top: 1px solid #EBEEF5;
    border-bottom: 1px solid #EBEEF5;
    padding-bottom: 9px;
}

.goal-val {
    font-size: 18px;
}

.value_text {
    font-size: 12px;
    font-weight: 500;
    color: #363F60;
    text-transform: uppercase;
    position: relative;
    top: -6px;
}

.mod-jd-campaign-donate-now {
    text-align: center !important;
}

.process-bar {
    background: linear-gradient(270deg, #93358D 0%, #1D386D 100%);
    height: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.process-line {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
    border-radius: 4px;
}

.number_donors,
.funded {
    float: left;
    padding: 2px 8px;
    border: #ddd 1px solid;
    border-radius: 15px;
}

.funded {
    margin-right: 10px;
}

.donors {
    float: left;
    margin-bottom: 8px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Styling for Crowdfunding Campaign pages END */
/* Styling for Crowdfunding donation pages */

.percentDonatedAmount_value1,
.percentDonatedAmount_label {
    margin-right: 0px !important;
}

.input-mini,
.input-small,
.input-medium,
.input-large,
.input-xlarge,
.input-xxlarge {
    min-width: 230px !important;
    max-width: 230px !important;
}

.donationfields {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #4B525C;

}

#os_form .switch-amounts label,
#os_form .switch-payment-fee label,
#os_form .switch-payment-gateway label {
    font-family: 'Montserrat', sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0;
    color: #4B525C !important;
    background-color: #EBEEF5 !important;
    border: 1px solid #EBEEF5 !important;
    border-radius: 12px !important;
    padding: 12px 20px;
    height: 52px;
    min-width: 85px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

#os_form #amount_container .input-group #amount {
    font-family: 'Montserrat', sans-serif;
    max-width: 170px !important;
}

.goal_section {
    margin-top: -15px;
}

.campaigndetailsdonationpage h1.campaign_title,
.campaigndetailsdonationpage .campaignstatistic,
.percentDonatedAmount {
    color: #1D386D !important;
    text-align: center !important;
    text-transform: none !important;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    font-family: 'Montserrat', sans-serif;

}

.campaigndetailsdonationpage .campaignstatistic {
    border-bottom: none !important;
    font-family: 'Montserrat', sans-serif;
    float: none !important;
    padding-right: 0px !important;

}

.campaigndetailsdonationpage {
    padding: 80px;
}

.campaigndescription {
    margin-top: 20px;
    border: none !important;
    max-width: 100%;
    font-family: 'Montserrat', sans-serif;

}

.campaigndescription h3 {
    text-transform: none !important;
    font-family: 'Montserrat', sans-serif;

}

.campaigndescription {
    /* max-width: 635px !important; */
    font-family: 'Montserrat', sans-serif;
    padding: 55px !important;

}

.donated-amount-label,
.donated-amount-value,
#os_form .creditcarddiv .row>[class*="col-"],
#os_form .form-control,
#os_form .form-select,
#os_form textarea.input-large,
#os_form input[type="text"],
#os_form input[type="email"],
#os_form input[type="password"],
#os_form input[type="number"],
#os_form select,
#os_form .form-control-label.col-md-3 {
    font-family: 'Montserrat', sans-serif;
}

.checkbox {
    font-family: 'Montserrat', sans-serif !important;
    text-align: center;
}

.donation_form {
    padding-left: 55px;
    padding-right: 55px;
}

.campaigndetailsdonationpage .campaign_photo {
    text-align: center;
    margin-right: auto;
    margin-left: auto !important;
    border-radius: 15px !important;
    max-height: 600px;
}

.jd_display_table .jd_float_left .subheading {
    text-transform: none !important;
}

.jd-description-photo img {
    border-radius: 15px !important;
    width: 320px;
    height: 337px;
    object-fit: cover;
}

.percentDonatedAmount_value1 {
    font-size: 2.0rem !important;
}

.campaigndetailsdonationpage .percentDonatedAmount .percentDonatedAmount_value2 {
    font-size: 22px;
}

.campaign_image {
    text-align: center;
}

.input-group {

    display: flex;
    flex-wrap: initial !important;
}

.input-group {
    flex-wrap: initial !important;
    display: flex;

}

.creditcarddiv,
.jd_predefined_box,
#os_form .creditcarddiv,
.creditcarddiv,
.jd_predefined_box {
    background-color: none !important;
    border: none !important;
    padding: none !important;
}

#os_form #creditcarddivmain {
    margin-top: 0px !important;
}

#os_form .required {
    color: #4B525C !important;
}

#os_form .creditcarddiv .row>[class*="col-"] {
    margin-bottom: none !important;
}

#sq-cvv,
#sq-expiration-date,
#sq-card-number,
#field_zip_input {
    max-width: 25% !important;
}

#os_form .form-control-label.col-md-3 {
    text-align: left !important;
}

#sq-cvv,
#sq-expiration-date,
#sq-card-number,
#field_zip_input {
    padding: none !important;
}

/* Responsive Design for Small Screens (Mobile) */
@media (max-width: 480px) {

    .input-mini,
    .input-small,
    .input-medium,
    .input-large,
    .input-xlarge,
    .input-xxlarge {
        min-width: 270px !important;
        max-width: 270px !important;
    }

    #donation-form h3,
    h3.jd-page-title,
    h4.jd-heading,
    h4.eb-heading {
        text-align: center !important;
    }

    .campaigndescription {
        padding: 10px !important;
    }

    #donation-form .switch-amounts label {
        width: 48% !important;
    }

    #os_form .switch-amounts,
    #os_form .switch-payment-fee,
    #os_form .switch-payment-gateway {
        gap: 5px;
    }

    .donation_form {
        padding-left: 25px;
        padding-right: 25px;
    }

    #os_form .switch-amounts label,
    #os_form .switch-payment-fee label,
    #os_form .switch-payment-gateway label {
        min-width: none;
        margin-left: 2px;
    }

    #sq-cvv,
    #sq-expiration-date,
    #sq-card-number,
    #field_zip_input {
        max-width: 100% !important;
        padding: none !important;
    }


    .campaigndetailsdonationpage {
        padding: 30px 0px 30px 0px !important;
        margin-bottom: 30px;
        font-family: Montserrat;
    }

    .campaign_image {
        text-align: center;
    }

    .campaigndetailsdonationpage h1.campaign_title {
        text-align: center !important;
        text-transform: none !important;
        max-width: 600px;
    }

    .campaigndescription {
        margin-left: 12px;
    }
}

/* Styling for Crowdfunding donation pages END */
/***Accordion Element***/
.uk-accordion-title::before {
    background-image: url("https://raw.githubusercontent.com/uikit/uikit/develop/src/images/icons/chevron-down.svg");
}

.uk-open>.uk-accordion-title::before {
    background-image: url("https://raw.githubusercontent.com/uikit/uikit/develop/src/images/icons/chevron-up.svg") !important;
}

.uk-accordion-title::before {
    float: left;
    margin-right: 10px;
    margin-left: 0px;
}

.uk-accordion-title::after {
    float: left;
    margin-right: 10px;
    margin-left: 0px;
}

/*** Accordion element END****/
/*** RS FORM styling****/
.formRed,
.formError {
    color: #9e3d2f !important;
    font-weight: 600 !important;
}

.formplate .fp-checkbox.checked, .formplate .fp-radio.checked{
    background-color: #1D386D !important;
    border: 1px solid #1D386D !important;
}

[data-rsfp-hashcash] {
    background-color: transparent !important;
    padding: 0px 0px 10px 0px !important;

}

.hashcash {
    border: solid 1px #1D386D !important
}

.hashcash__circle {
    stroke: #27AE60 !important;
    animation: none !important;
}

.hashcash {
    width: 23px !important;
    height: 23px !important;
    border-radius: 20% !important;
    animation: hashcash_fill .4s ease-in-out .4s forwards, hashcash_scale .3s ease-in-out .9s both;
}

[data-rsfp-hashcash] {
    border: none !important;
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #9E3D2F !important;
}

#modal-content-695 {
    padding: 20px !important;
}

.selectize-input {
    padding: .475rem .8rem !important;
}

/*** RS FORM styling END****/
/*****JFilters styling******/

.jfilters-filter-header__toggle {
    display: none;
}

.jfilters-filter-container {
    border-bottom: none;
}

.jfilters-filter-container,
.jfilters-filter-container__inner {
    padding: 0px !important;
    margin: 0px !important;
}

.jfilters-filter-search__input {
    padding: 1.5em !important;
}

.jfilters-filter-dropdown--withClear .jfilters-filter-dropdown-toggle__label {
    padding: .75em;
}

.jfilters-filter-dropdown-toggle .jfilters-filter-search__input,
.jfilters-filter-dropdown--withClear .jfilters-filter-dropdown-toggle__label {
    padding-inline-start: 10px !important;
    border: 1px solid #BDBDBD;
    border-radius: 10px !important;
    width: 100% !important;
}

.jfilters-filter-dropdown-toggle {
    border-radius: 10px !important;
    width: 100% !important;
    background: #fff !important;
}

input::placeholder {
    color: #4F4F4F;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -9px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.jfilters-filter-dropdown-toggle__label {
    min-height: 3.2rem;
    border: 1px solid #BDBDBD;
    border-radius: 10px;
}

.jfilters-filter-dropdown-toggle__text {
    padding-inline-start: 10px !important;
    color: #4F4F4F;
    position: relative;
    top: 13px;

}

/*****JFilters styling END******/
/**** RSFORM******/


#rsform-table1 .rsform-table-row .rsform-right-col {
    color: #4b4747 !important;
}

/***********END*********/



/* Chrsimas catalogue */
/* Enhanced Responsive CSS for HikaShop Cart Buttons */

.hikashop_cart_buttons_container {
    margin: 10px 0;
    display: flex;
    gap: 10px;
    width: 100%;
    align-items: stretch;
}

/* Base button styling */
.hikashop_cart_buttons_container .hikabtn {
    margin: 0;
    flex: 1;
    min-width: 120px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 700 !important;
    text-align: center;
    border-radius: 6px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    box-sizing: border-box;
}

/* Add to Cart button styling */
.hikacart {
    background-color: #28a745;
    border: 2px solid #28a745;
    color: #ffffff;
}

.hikacart:hover {
    background-color: #218838;
    border-color: #218838;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(40, 167, 69, 0.3);
}

/* Buy Now button styling */
.hikashop_cart_buttons_container .hikabtn {
    margin: 0;
    flex: 1;
    min-width: 100px;
}

.hikabuynow {
    background-color: #1D386D;
    border-color: #1D386D;
    color: #f8f9fa;
    padding: 0 16px;
    font-size: 'normal'
}

.bold {
    font-weight: 700 !important;
}

.hikabuynow:hover {
    /* background-color: #1d386dd3;
	border-color: #1d386dd3; */
    background-color: transparent;
    color: #1d386d;
    border: 1px solid #1d386d;
}

.hikashop_field_required {
    color: #ff0000;
    font-weight: bold;
}

.hikabuynow:hover {
    background-color: transparent;
    color: #1D386D;
    border: 2px solid #1D386D;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(29, 56, 109, 0.3);
}

/* Wishlist button (if shown separately) */
.hikawishlist {
    background-color: #6c757d;
    border: 2px solid #6c757d;
    color: #ffffff;
    margin-top: 10px;
    width: 100%;
}

.hikawishlist:hover {
    background-color: #545b62;
    border-color: #545b62;
    transform: translateY(-1px);
}

/* Required field indicator */
.hikashop_field_required {
    color: #dc3545;
    font-weight: bold;
    margin-left: 3px;
}

/* Error styling for invalid fields */
input.error,
select.error,
textarea.error {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.product_edit_cart_image {
    display: block;
}

/* Tablet styles (768px and below) */
@media (max-width: 768px) {
    .hikashop_cart_buttons_container {
        gap: 8px;
    }

    .hikashop_cart_buttons_container .hikabtn {
        min-width: 100px;
        padding: 10px 12px;
        font-size: 13px;
    }

    /* Stack buttons vertically on smaller tablets if preferred */
    .hikashop_cart_buttons_container.vertical-mobile {
        flex-direction: column;
    }

    .hikashop_cart_buttons_container.vertical-mobile .hikabtn {
        width: 100%;
        margin-bottom: 8px;
    }
}

/* Mobile styles (600px and below) */
@media (max-width: 600px) {
    .hikashop_cart_buttons_container {
        flex-direction: column !important;
        gap: 8px;
        margin: 15px 0;
    }

    .product_edit_cart_image {
        display: none;
    }

    .hikashop_cart_buttons_container .hikabtn {
        width: 100%;
        min-width: auto;
        padding: 14px 16px;
        font-size: 16px;
        /* Slightly larger for mobile tap targets */
        margin-bottom: 0;
    }

    /* Ensure buttons have adequate touch targets (44px minimum) */
    .hikashop_cart_buttons_container .hikabtn {
        min-height: 44px;
    }
}

/* Small mobile (480px and below) */
@media (max-width: 480px) {
    .hikashop_cart_buttons_container .hikabtn {
        padding: 16px 20px;
        font-size: 15px;
        font-weight: 600;
    }
}

/* Very small mobile (360px and below) */
@media (max-width: 360px) {
    .hikashop_cart_buttons_container {
        margin: 10px -5px;
        /* Extend to edges on very small screens */
    }

    .hikashop_cart_buttons_container .hikabtn {
        border-radius: 4px;
        font-size: 14px;
    }
}

/* Alternative: Side-by-side layout for mobile (uncomment if preferred) */
/*
@media (max-width: 600px) {
	.hikashop_cart_buttons_container.mobile-horizontal {
		flex-direction: row;
		gap: 6px;
	}
	
	.hikashop_cart_buttons_container.mobile-horizontal .hikabtn {
		flex: 1;
		font-size: 12px;
		padding: 12px 8px;
		min-width: 0;
	}
}
*/

/* Loading state styling */
.hikashop_cart_buttons_container .hikabtn.add_in_progress {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

.hikashop_cart_buttons_container .hikabtn.add_in_progress::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s linear infinite;
    margin-left: 8px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .hikashop_cart_buttons_container .hikabtn {
        border-width: 3px;
        font-weight: 700;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .hikashop_cart_buttons_container .hikabtn {
        transition: none;
    }

    .hikashop_cart_buttons_container .hikabtn:hover {
        transform: none;
    }

    .add_in_progress::after {
        animation: none;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .hikashop_cart_buttons_container .hikabtn {
        border-width: 3px;
        font-weight: 700;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .hikashop_cart_buttons_container .hikabtn {
        transition: none;
    }

    .hikashop_cart_buttons_container .hikabtn:hover {
        transform: none;
    }

    .add_in_progress::after {
        animation: none;
    }
}

/*
 * CSS TO FIX LABELS WHEN FIELDS ARE INVALID
 * CHECKOUT PAGE
 */

 .hkform-horizontal .hkradio, .hkform-horizontal .hkcheckbox{
    width: 400px;
 }
label.hkcontrol-label.invalid {   
    border: none !important;   
    background: none !important;   
    color: #D32F2F !important;   
    padding: 0 !important;
}


label.hkcontrol-label.invalid .form-control-feedback {
    color: #D32F2F !important;
    display: inline-block;
    margin-left: 8px;
}
/*END*/
/*Ignite Registrations Viewer*/
.ignite-events-viewer .event-header{
    background:#BDBDBD !important;
}