/*
Theme Name: Funden Child
Theme URI: https://gaviaspreview.com/wp/funden/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: Child theme for the Funden theme.
Template: funden
*/

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


/* font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif; */

/**** Satyam Start ****/
/*.woocommerce-checkout-review-order-table {
    display: none;
}*/
  
@font-face {
    font-family: "blossum";
    src: url("./fonts/blossum.eot");
    src: url("./fonts/blossum.eot?#iefix") format("embedded-opentype"),
        url("./fonts/blossum.woff") format("woff"),
        url("./fonts/blossum.ttf") format("truetype"),
        url("./fonts/blossum.svg#blossum") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "blossum" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "blossum" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-icon-1:before {
    content: "\61";
}

.icon-icon-2:before {
    content: "\62";
}

.icon-icon-3:before {
    content: "\63";
}

.icon-icon-4:before {
    content: "\64";
}

.icon-icon-5:before {
    content: "\65";
}

.icon-icon-6:before {
    content: "\66";
}

.begin-my-account-main {
    display: flex;
}

.dn {
    display: none;
}
#wpneo-form-description_ifr{
    height: 250px !important;
}
.wpneo-dashboard-chart {
    display: none;
}



.begin-left-content {
    width: 33%;
}

.begin-right-content {
    width: 66%;
}

#order_review_heading {
    display: none;
}

.woocommerce-billing-fields h3 {
    display: none;
}

.woocommerce-additional-fields h3 {
    display: none;
}

.woocommerce-SavedPaymentMethods {
    display: none;
}

#step2 #wp-wpneo-form-description-media-buttons {
    display: none;
}

.woocommerce-checkout-review-order-table .product-quantity {
    display: none;
}

#mark_name_anonymous {
    /*display: none;*/
}

.payment_method_stripe #stripe-payment-data p {
    display: none;
}

/* Center align the content */
.woocommerce-order-received h1.title {
    display: none;
}

.woocommerce-order-received .single-content-inner {
    padding-top: 40px !important;
}

.success-blossums .woocommerce-order {
    text-align: center;
    max-width: 400px;
    /* Adjust the width as needed */
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
}

.success-blossums .woocommerce-notice--success {
    text-align: center;
}

/* Style the title */
.success-blossums h1.title {
    text-align: center;
}

.success-blossums .order-data-thanks {
    border: 1px solid #CDCDCD;
    width: 400px;
    padding: 10px;
    margin: 0 auto;
    border-radius: 10px;
}

.thanks-title {
    margin: 0 0 15px;
    font-size: 28px;
    text-align: center;
}

/* Center align the list items */
.success-blossums ul.woocommerce-order-overview {
    list-style: none;
    padding: 0;
    margin: 0;
}

.success-blossums ul.woocommerce-order-overview li {
    text-align: left;
    font-size: 16px;
    margin: 0 auto;
    padding: 5px 0;
}


/* Add some spacing between the title and content */
.success-blossums .woocommerce {
    margin-top: 20px;
}


/**** Satyam End ****/
.elementor-kit-9 {
    --e-global-color-primary: #167014 !important;
}

.header_default_screen {
    position: fixed;
    width: 100%;
    padding: 16px;
}

.header_default_screen .elementor-section>.elementor-container {
    background-color: #fff;
    padding: 15px 20px 15px;
    border-radius: 5px 40px;
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.16);
}

ul.gva-nav-menu>li>a {
    padding: 0;
}

.header-right .elementor-widget-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center !important;
    gap: 43px;
}

.header-right .elementor-widget-wrap .elementor-widget-gva-navigation-menu {
    width: auto;
    margin: 0;
}

.banner-main {
    position: relative;
}

.banner-main::before {
    content: "";
    background-image: url(./images/banner-img.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.banner-main::after {
    content: "";
    background: url(./images/banner-border.svg) no-repeat top center / 100% auto;
    height: 145px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.banner-main .e-con-inner {
    max-width: 660px;
    margin: auto;
}

.banner-main .e-con-inner h2 b {
    color: #000;
    font-weight: 900;
}

.banner-main .e-con-inner strong {
    font-weight: 900;
}

.campaign-block .campaign-bottom {
    background: transparent;
    padding: 0;
    margin-top: 5px;
}

.campaign-block {
    border-radius: 10px;
    border: 1px solid #CDCDCD;
    background: #FFF;
    overflow: hidden;
    width: 100%;
}

.campaign-block .campaign-bottom .content-inner {
    align-items: end;
}

.campaign-block .campaign-content {
    padding: 14px 14px 21px;
    border: 0;
}

.campaign-image>a:first-child {
    padding: 35.86%;
    display: flex;
}

.campaign-image>a:first-child img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.campaign-block .campaign-content .campaign-title h4 {
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    margin: 0 0 7px;
    min-height: 50px;
}

.campaign-block .campaign-content .campaign-title h4 a:hover {
    color: #167014;
}

.campaign-short-text p {
    color: #545454;
    font-size: 14px;
    line-height: 18px;
}

.campaign-categories .posted_in a {
    color: #933A59;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.campaign-block .campaign-bottom .content-inner .camapign-time_remaining {
    display: flex;
    flex-direction: column;
    line-height: normal;
    color: #933A59;
    font-family: 'Roboto', sans-serif;
}

.campaign-block .campaign-bottom .content-inner .camapign-time_remaining span {
    color: #545454;
}

.campaign-categories {
    line-height: normal;
}

.footer-logo .elementor-widget-wrap {
    align-items: end !important;
    gap: 8px;
}

.footer-logo .elementor-widget-wrap .elementor-widget-container {
    line-height: normal;
}

.footer-main ul.gva-nav-menu {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1px !important;
}

.footer-main ul.gva-nav-menu>li {
    padding: 0 13px;
}

.bottom-design-main>.e-con-inner::after {
    content: "";
    border-radius: 40px 40px 0px 0px;
    background: #FFEAF1;
    height: 260px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 1287px;
    margin: auto;
    right: 0;
}

.bottom-design-main>.e-con-inner .elementor-element {
    position: relative;
    z-index: 1;
}

.bottom-design-main>.e-con-inner .e-con-inner {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.bottom-design-main>.e-con-inner .e-con-inner::after {
    content: "";
    width: 255px;
    height: 342px;
    position: absolute;
    right: 0;
    top: -50px;
    background: url(./images/icon-logo.png) no-repeat center center;
}

.bottom-design-main>.e-con-inner .e-con-inner::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 57px;
    left: 0;
    border: 2px solid #933A59;
    border-radius: 20px;
}

.footer-follow .elementor-widget-container p {
    margin-bottom: 0;
    padding-right: 21px;
}

.footer-follow .elementor-grid-item .elementor-icon {
    width: 30px;
    height: 30px;
    border-radius: 3px !important;
}

.footer-follow .elementor-grid-item .elementor-icon.elementor-social-icon-facebook {
    background: #3361E5;
}

.footer-follow .elementor-grid-item .elementor-icon.elementor-social-icon-twitter {
    background: #4EBEFF;
}

.footer-follow .elementor-grid-item .elementor-icon.elementor-social-icon-pinterest {
    background: #ED2424;
}

.footer-follow .elementor-grid-item .elementor-icon.elementor-social-icon-instagram {
    background: #F136A4;
}

.footer-follow>.elementor-widget-wrap {
    justify-content: flex-end;
}

.footer-follow .elementor-social-icons-wrapper {
    gap: 6px !important;
    display: flex;
}

.category-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin-bottom: 8px;
    list-style: none;
}

.category-tab li {
    margin: 0 12px 12px;
}

.banner-main .e-con-inner {
    position: relative;
    z-index: 9;
}

.category-tab li a {
    border-radius: 15px;
    background: rgba(22, 112, 20, 0.21);
    min-width: 173px;
    padding: 5px 15px;
    color: #933A59;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.latest-pro {
    overflow: hidden;
    position: relative;
}

.latest-pro::before {
    content: "";
    width: 271px;
    height: 215px;
    background: url(./images/latest.png) no-repeat right top / 100% auto;
    position: absolute;
    right: 0;
    top: -90px;
    left: unset;
}

.arrow-design::after {
    content: "";
    width: 330px;
    height: 100px;
    background: url(./images/arrow-design.svg) no-repeat center center / 100% auto;
    position: absolute;
    top: -20px;
    right: 140px;
}

.dost-icon::before,
.dost-icon::after {
    content: "";
    width: 45px;
    height: 10px;
    background: url(./images/dots-icon.svg) no-repeat center center / 100% auto;
    position: absolute;
    top: 50%;
    left: -22px;
}

.dost-icon::after {
    right: -22px;
    left: unset;
}

body .custom-breadcrumb {
    background-image: linear-gradient(180deg, #9CF9FF 0%, #ECFEFF 100%) !important;
    padding: 69px 0 !important;
    margin-bottom: 0;
    position: relative;
}

body .custom-breadcrumb::after {
    content: "";
    width: 334px;
    height: 206px;
    background: url(./images/header-right.svg) no-repeat right top;
    position: absolute;
    top: 0;
    right: 0;
}

body .custom-breadcrumb::before {
    content: "";
    width: 300px;
    height: 223px;
    background: url(./images/header-left.svg) no-repeat right top;
    position: absolute;
    top: 0;
    left: 0;
}

body .custom-breadcrumb .breadcrumb-main {
    display: none;
}

body.woocommerce-page .woo-archive-content {
    padding: 0;
}

.container-shop .page-description>h4 {
    font-size: 56px;
    font-weight: 800;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 43px;
}

.container-shop .page-description>h4 strong {
    color: #933A59;
}

body.woocommerce-page .container-shop {
    padding: 75px 0;
}

.shop-loop-container .woocommerce-filter::after {
    display: none;
}

.shop-loop-container .woocommerce-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.shop-loop-container .woocommerce-filter .woocommerce-result-count {
    margin-right: auto;
    margin-top: 0;
    line-height: normal;
    color: #167014;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.shop-loop-container .woocommerce-filter .woocommerce-notices-wrapper {
    width: 100%;
}

body .shop-loop-container .woocommerce-filter select {
    border-radius: 5px;
    border: 1px solid #CDCDCD !important;
    background-color: #FFF !important;
    width: 281px;
    height: 45px;
    margin-left: 30px;
    color: #333;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

body .shop-loop-container .woocommerce-filter select.orderby {
    border: 1px solid #CDCDCD !important;
}

footer .footer-main {
    background: transparent;
}

.footer-grant>.e-con-inner {
    padding-top: 0;
    padding-bottom: 0;
}

.home .footer-grant {
    display: none;
}

.container-shop [class*="block-grid-"] {
    margin: 0 -10px;
}

.container-shop [class*="block-grid-"]>div {
    padding: 0 10px;
}

#wp-content {
    position: relative;
    overflow: hidden;
}

#wp-content::before {
    content: "";
    width: 82px;
    height: 724px;
    background: url(./images/fowershower-left.png) no-repeat center center;
    position: absolute;
    top: 146px;
    left: 28px;
}

.cf-item-button-donate .wpneo-single-sidebar .cart_form {
    width: 100%;
}

#wp-content::after {
    content: "";
    width: 91px;
    height: 1188px;
    background: url(./images/fowershower-right.png) no-repeat center center;
    position: absolute;
    top: 135px;
    right: 30px;
}

.woocommerce .pager .pages span.current {
    background: #167014;
    color: #fff;
}

.woocommerce .pager .pages>* {
    border-radius: 5px;
    border: 1px solid #CDCDCD;
}

.signup-page-main .single-content-inner .title {
    text-align: center;
    font-size: 56px;
    color: #000;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 27px;
}

.signup-page-main .wpneo-user-registration-wrap {
    border-radius: 10px;
    border: 1px solid #CDCDCD;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 0;
    max-width: 550px;
    margin: auto;
    position: relative;
}

.signup-page-main .container.single-content-inner {
    max-width: 100%;
    padding: 78px 0 150px;
    overflow: hidden;
}

.signup-page-main .wpneo-user-registration-wrap::after {
    content: "";
    width: 271px;
    height: 215px;
    background: url(./images/latest.png) no-repeat right top / 100% auto;
    position: absolute;
    right: 0;
    bottom: -130px;
    left: unset;
}

.signup-page-main .wpneo-user-registration-wrap form#wpneo-registration {
    padding: 32px 45px;
    position: relative;
    background: #fff;
    z-index: 9;
    border-radius: 10px;
}

.signup-page-main .wpneo-first-half,
.signup-page-main .wpneo-second-half {
    width: 100%;
}

.signup-page-main .wpneo-single {
    padding-bottom: 26px;
}

.signup-page-main .wpneo-fields {
    margin-bottom: 0;
}

body .wpneo-name {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 1px;
}

body .wpneo-fields input[type="number"],
body .wpneo-fields input[type="text"],
body .wpneo-fields input[type="email"],
body .wpneo-fields input[type="password"] {
    border-radius: 5px;
    border: 1px solid #CDCDCD;
    background: #FFF;
    height: 45px !important;
}


.signup-page-main .wpneo-single.wpneo-register {
    text-align: center;
    display: flex;
    justify-content: center;
}

.signup-page-main .wpneo-single.wpneo-register input[type="submit"] {
    background: #167014;
    padding: 0;
    width: 120px;
    height: 45px;
    text-align: center;
    font-size: 16px;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
}

.modal-ajax-user-form .ajax-user-form .title {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #000;
    font-weight: 700;
}

.details-category .cf-item-category .campaign-categories .posted_in {
    border-radius: 5px;
    background: rgba(22, 112, 20, 0.21);
    box-shadow: unset;
    padding: 4px 26px;
}

.details-category .cf-item-category .campaign-categories .posted_in a {
    color: #933A59;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.wpneo-tabs .wpneo-tabs-menu {
    display: none;
}

.details-slider .swiper-slide {
    position: relative;
    padding: 27.2% 25%;
    border-radius: 10px;
    overflow: hidden;
}

.details-slider .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.details-slider .swiper-pagination {
    margin: 0 !important;
}

.details-slider .swiper-nav-next,
.details-slider .swiper-nav-prev,
.details-slider .campaign_loved_html,
.details-slider .campaign-media {
    display: none !important;
}

.wpneo-tabs .wpneo-tab-content {
    padding: 22px 0 0;
}

.related-author-name {
    text-align: center;
    color: #000;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 39px;
}

.wpneo-tab-content .tab-description>h2 {
    display: none;
}

.wpneo-tab-content .tab-description>p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #545454;
    margin-bottom: 25px;
    line-height: 25px;
}

.full-profile .post-author-box {
    border-radius: 10px;
    border: 1px solid #CDCDCD;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 29px 43px;
    margin-bottom: 20px;
}

.full-profile .post-author-box .content-inner .author-image {
    max-width: 150px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
}

.full-profile .post-author-box img {
    border-radius: 50%;
}

.full-profile .post-author-box .content-inner .author-content .author-bio {
    font-size: 16px;
    color: #545454;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin-top: 0;
}

.full-profile .post-author-box .content-inner .author-content .author-name:after {
    display: none;
}

.full-profile .post-author-box .content-inner .author-content .author-name {
    color: #545454;
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 700;
}

.order-notes textarea {
    height: 91px;
    border-radius: 15px;
    border: 2px solid #E0E0E0;
    display: flex;
}

.sidebar-profile .e-con-inner {
    padding: 0;
}

.sidebar-profile .author-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sidebar-profile .elementor-shortcode {
    width: calc(100% - 20px);
    margin: -10px auto 0;
    border-radius: 10px;
    border: 1px solid #CDCDCD;
    background: #FFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 25px 27px 15px;
}

.sidebar-profile .author-image {
    width: 80px;
}

.sidebar-profile .author-content {
    width: calc(100% - 80px);
    padding-left: 25px;
}

.sidebar-profile .author-content .author-name {
    color: #933A59;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.sidebar-profile .author-content .author-product-count {
    font-size: 20px;
    color: #545454;
    font-family: 'Roboto', sans-serif;
}

.sidebar-profile .author-image img {
    border-radius: 50%;
}

.gallery-slider .swiper-slide {
    position: relative;
    padding: 8.55% 0;
    border-radius: 10px;
    overflow: hidden;
}

.gallery-slider .campaign_loved_html {
    display: none !important;
}

.gallery-slider .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.cf-item-button-donate .wpneo-single-sidebar .wpcf_predefined_pledge_amount {
    border-radius: 15px;
    background: rgba(255, 197, 213, 0.17);
    margin-bottom: 20px !important;
    display: flex;
    flex-wrap: wrap;
    padding: 18px 18px 18px 100px;
    gap: 5px;
    position: relative;
}

.cf-item-button-donate .wpneo-single-sidebar .wpcf_predefined_pledge_amount::before {
    content: "";
    width: 80px;
    height: 50px;
    background: url(./images/ficon.svg) no-repeat center center;
    position: absolute;
    top: 20px;
    left: 13px;
}

.wpneo-single-sidebar .wpneo_donate_button {
    width: 100%;
    margin: 15px 0 30px;
    padding: 15px 30px 15px 30px;
}

.wpneo-single-sidebar .wpneo_donate_button::after {
    display: none !important;
}

.cf-item-button-donate .wpneo-single-sidebar .wpcf_predefined_pledge_amount li {
    margin: 0;
}

.cf-item-button-donate .wpneo-single-sidebar .wpcf_predefined_pledge_amount li a,
.cf-item-button-donate .wpneo-single-sidebar .cart input.input-text,
.cf-item-button-donate .wpneo-single-sidebar .cart_form input.input-text {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    border-radius: 50px;
    border: 2px solid #E0E0E0;
    background-color: transparent;
    padding: 0;
    height: 45px;
    width: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.cf-item-button-donate .wpneo-single-sidebar .cart_form input.input-text {
    border-radius: 15px;
    width: 49px;
}

.cf-item-button-donate .wpneo-single-sidebar .wpcf_predefined_pledge_amount li a:focus {
    background: #FF87A8;
    border: 2px solid #FF87A8;
    color: #fff;
}

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

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

[class*="block-grid-"] {
    margin: 0 -10px;
}

[class*="block-grid-"]>div {
    padding: 0 10px;
}

#customer_details,
#order_review {
    border-radius: 10px;
    border: 1px solid #CDCDCD;
    background: #FFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 25px 27px 15px;
}

ul.payment_methods li label {
    margin: 0 0 27px;
}

.woocommerce-checkout-payment {
    padding-top: 0;
}

.wc-credit-card-form .form-row label {
    margin: 0 !important;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: var(--funden-body-color);
}

.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
    background-color: #FFF;
    padding: 0 12px;
    max-width: 100%;
    line-height: 40px;
    color: var(--funden-body-color);
    font-size: 15px;
    border: 2px solid #E9E9EE;
    border-radius: 4px;
    height: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.wc-stripe-elements-field div,
.wc-stripe-iban-element-field div {
    width: 100%;
}

.begin-my-account-main {
    flex-wrap: wrap;
    justify-content: space-between;
}

.begin-my-account-main .begin-left-content {
    width: 300px;
    border-radius: 10px;
    border: 1px solid #CDCDCD;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 140px 20px;
    position: relative;
    overflow: hidden;
}

.begin-my-account-main .begin-left-content::before {
    content: "";
    width: 100%;
    height: 125px;
    background: url(./images/sidebar-img.png) no-repeat top right;
    position: absolute;
    top: 0;
    right: 0;
}

.begin-my-account-main .begin-right-content {
    width: calc(100% - 400px);
}

.begin-my-account-main .begin-right-content .profilepage {
    border-radius: 10px;
    border: 1px solid #CDCDCD;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 50px;
    position: relative;
    overflow: hidden;
}

.begin-left-content .wpneo-links-lists {
    padding: 0;
    margin-bottom: 15px;
}

p.username {
    border-radius: 5px;
    border: 1px solid #FFF;
    background: #EBEBEB;
    width: 100%;
    height: 49px;
    color: #333;
    font-size: 16px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.profilepage .wpneo-fields {
    margin-bottom: 20px;
}

#wpneo-dashboard-form textarea {
    display: flex;
    border-radius: 5px;
    border: 1px solid #CDCDCD;
}

.profileImg {
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 50%;
}

.profileImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.begin-left-content .wpneo-links-lists a {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    display: flex;
    padding-left: 40px;
    position: relative;
    line-height: 35px;
}

.profile-img button {
    margin: 20px auto 0;
    width: 150px;
    display: block;
    border-radius: 50px;
}

.begin-left-content .wpneo-links-lists a i {
    position: absolute;
    left: 0;
    line-height: 1;
    font-size: 23px;
    top: 4px;
}

.profilepage .wpneo-name p {
    color: #333;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: normal;
}

.begin-left-content .wpneo-links-lists.active a {
    color: #943D5B;
    font-weight: 700;
}

.profilepage .wpneo-buttons-group button {
    border-radius: 50px;
    margin: 0 20px 0 0;
    background-color: #167014;
}

.change-pass .wpneo-buttons-group button {
    border-radius: 50px;
    margin: 0 20px 0 0;
    background-color: #167014;
}

.begin-my-account-main .begin-right-content .change-pass {
    border-radius: 10px;
    border: 1px solid #CDCDCD;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 50px;
    position: relative;
    overflow: hidden;
}

.blossums-received>h3,
.occasionpage>h3,
.create-occasion>h3,
.payout-account>h3 {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
}

.blossums-received .wpneo-shadow {
    border-radius: 10px;
    border: 1px solid #CDCDCD;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 40px;
    font-family: 'Roboto', sans-serif;
}

.blossums-received table {
    border: 0;
}

.payout-account .wpneo-single input[type="text"] {
    width: 100%;
}

body .payout-account input[type*="submit"]:not(.fa):not(.btn-theme):not(.las),
body .withdrawn-box-contemt input[type*="submit"]:not(.fa):not(.btn-theme):not(.las),
#withdrawal-modal .modal-content button {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    letter-spacing: 0px;
    background-color: #167014;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #167014;
    border-radius: 50px 50px 50px 50px;
    padding: 5px 40px 5px 40px;
    height: 48px;
    color: #fff;
}

body .withdrawn-box-contemt input[type*="submit"]:not(.fa):not(.btn-theme):not(.las) {
    margin-top: 15px;
}



.blossums-received table>thead>tr>th,
.blossums-received table>tbody>tr>td {
    border: 0;
    border-bottom: 1px solid #CDCDCD;
    padding: 15px 0;
}

.blossums-received table>thead>tr>th {
    color: #333;
    font-size: 20px;
    font-weight: 700;
}

.blossums-received table>tbody>tr>td {
    font-size: 18px;
}

.campaign-listing-page .wpneo-shadow {
    border-radius: 10px;
    border: 1px solid #CDCDCD;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
    overflow: hidden;
}

.wpneo-listings-dashboard .wpneo-listing-img {
    width: 150px;
}

.wpneo-listings-dashboard .wpneo-listing-img a {
    border-radius: 10px;
}

.wpneo-listings-dashboard .overlay {
    border-radius: 10px;
}

.wpneo-listings-dashboard .wpneo-listing-img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}

.wpneo-listings-dashboard .wpneo-listing-content {
    width: calc(100% - 150px);
}

.wpneo-listings-dashboard .wpneo-listing-content h4 {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.wpneo-listings-dashboard .wpneo-listing-content .campaign-categories .posted_in a {
    font-size: 14px;
    color: #933A59;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.wpneo-listings-dashboard .wpneo-listing-content .occasion-short-text p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
    margin: 5px 0;
    width: 70%;
}

.wpneo-listings-dashboard .wpneo-listing-content .wpneo-percent-rund-wrap .crowdfound-fund-raised {
    border-radius: 10px 0 0 0;
    background: #D7FDFF;
    margin: -35px -15px 0 0;
    position: relative;
    bottom: -15px;
    padding: 5px 19px;
}

.wpneo-listings-dashboard .wpneo-listing-content .wpneo-percent-rund-wrap .crowdfound-fund-raised .wpneo-meta-name {
    color: #933A59;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.wpneo-listings-dashboard .wpneo-listing-content .crowdfound-time-remaining {
    display: none;
}

.wpneo-listings-dashboard .wpneo-listing-content .wpneo-percent-rund-wrap .crowdfound-fund-raised .wpneo-meta-desc {
    color: #000;
    font-size: 28px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    position: relative;
    padding: 10px 0 10px 90px;
}

.wpneo-listings-dashboard .wpneo-listing-content .wpneo-percent-rund-wrap .crowdfound-fund-raised .wpneo-meta-desc::before {
    content: "";
    width: 80px;
    height: 50px;
    background: url(./images/ficon.svg) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
}

body .wp-crowd-btn-primary {
    text-transform: capitalize;
    border-radius: 50px;
    background-color: #167014;
    letter-spacing: 0;
}

.step-navigation {
    align-items: center;
}

.create-occasion .step-navigation>div {
    display: flex;
    flex: unset;
    flex-direction: column;
    padding: 0;
    background: transparent;
    line-height: 1;
    font-size: 20px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    align-items: center;
    position: relative;
}

.create-occasion .step-navigation>div span.step-num {
    width: 40px;
    height: 40px;
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #933A59;
    margin-bottom: 10px;
}

.create-occasion .step-navigation>div.active {
    background-color: transparent;
    color: #000;
}

.create-occasion .step-navigation>div.active span.step-num {
    background-color: #933A59;
    color: #fff;
}

.create-occasion #wpneofrontenddata {
    box-shadow: unset;
    border: 0;
    padding: 0;
}

.create-occasion .wpneo-fields small {
    font-size: 14px;
    color: #333;
    line-height: 25px;
    /* 138.889% */
    font-family: 'Roboto', sans-serif;
}

.create-occasion #wpneofrontenddata .wpneo-fields select {
    border-radius: 5px;
    border: 1px solid #CDCDCD;
    background: #FFF;
    height: 45px !important;
}

.create-occasion .wpneo-form-action input,
.create-occasion #wpneofrontenddata .wpneo-form-action input[type="submit"].wpneo-submit-campaign {
    font-family: "Roboto", Sans-serif;
    font-size: 16px !important;
    letter-spacing: 0px;
    background-color: #167014;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #167014;
    border-radius: 50px 50px 50px 50px;
    padding: 0;
    height: 45px;
    min-width: 200px;
    color: #fff;
}

.create-occasion input[type="button"].wpneo-image-upload,
.create-occasion input#cc-image-upload-file-button,
.create-occasion input.profile_image_url,
.create-occasion .wpneo-upload-image-gallery {
    text-transform: capitalize;
    border-radius: 22px;
    border: 1px dashed #333;
    background: rgba(255, 197, 213, 0.31);
    font-size: 14px;
    color: #000 !important;
    height: 45px;
    padding: 0 30px;
    letter-spacing: 0;
}

.create-occasion .wpneo-upload-image-gallery {
    min-width: 160px;
    margin: 20px auto;
    display: block;
}

.create-occasion .wpneo-single {
    padding-bottom: 0;
}

.create-occasion #wpneofrontenddata .wpneo-form-action {
    margin-top: 0;
}

.icon-step {
    display: flex;
    width: 45px;
    height: 10px;
    background: url(./images/dots-icon.svg) no-repeat center center / 100% auto !important;
}

.withdrawn-box-main {
    border-radius: 10px;
    border: 1px solid #CDCDCD;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
    min-height: 100%;
}

.modal {
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 15px;
}

#withdrawal-modal .modal-content {
    max-width: 380px;
    padding: 30px;
}

#withdrawal-modal .modal-content p {
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: 700;
}

#withdrawal-modal .modal-content .close {
    position: absolute;
    top: 5px;
    right: 15px;
    line-height: 1;
    font-size: 30px;
    cursor: pointer;
}

a.wpneo-cancel-campaign {
    border-radius: 50px;
}

.withdrawn-box-icon {
    width: 100px;
    padding-right: 20px;
}

.withdrawn-box-icon svg {
    width: 100%;
}

.withdrawn-box-contemt {
    width: calc(100% - 100px);
}

.withdrawn-box-contemt p {
    color: #333;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.withdrawn-box-contemt {
    font-size: 32px;
    color: #333;
    font-weight: 700;
}

.success-msg {
    background-color: #fff;
    border: 1px solid #167014;
    text-align: center;
    padding: 15px;
    color: #167014;
    margin-bottom: 30px;
    border-radius: 10px;
}

.logged-in .type-page>h1.title {
    display: none;
}

@media only screen and (min-width: 1024px) {

    .menu-item-1439,
    .menu-item-1440 {
        display: none !important;
    }
}

@media only screen and (max-width: 1440px) {
    .banner-main::before {
        background-size: 100% auto;
    }
}

@media only screen and (max-width: 991px) {
    .begin-my-account-main .begin-left-content {
        width: 250px;
    }

    .wpneo-listings-dashboard .wpneo-listing-content .wpneo-percent-rund-wrap .crowdfound-fund-raised {
        margin: -15px -15px 0 0;
    }

    .wpneo-listings-dashboard .wpneo-listing-content .occasion-short-text p {
        width: 100%;
    }

    .begin-my-account-main .begin-right-content {
        width: calc(100% - 280px);
    }

    .wpneo-listings-dashboard .wpneo-listing-img {
        width: 100%;
    }

    .wpneo-listings-dashboard .wpneo-listing-content {
        width: 100%;
    }

    .wpneo-admin-location {
        position: unset;
    }

    .signup-page-main .single-content-inner .title {
        font-size: 30px;
    }

    .signup-page-main .container.single-content-inner {
        padding: 50px 15px 150px;
    }

    body .custom-breadcrumb {
        display: none;
    }

    .container-shop .page-description>h4 {
        font-size: 30px;
    }

    body .shop-loop-container .woocommerce-filter select {
        width: 160px;
        font-size: 14px;
    }

    body.woocommerce-page .container-shop {
        padding: 15px 0;
    }

    .banner-main::after {
        display: none;
    }

    .header-content-inner {
        display: flex;
    }

    .bottom-design-main>.e-con-inner .e-con-inner::before {
        display: none;
    }

    .bottom-design-main>.e-con-inner .e-con-inner::after {
        display: none;
    }

    .how-it-work {
        background-size: 180px !important;
    }

    .arrow-design::after {
        top: -20px;
        right: 60px;
        width: 210px;
    }

    #wp-content::before,
    #wp-content::after {
        display: none;
    }

    .profileImg {
        width: 100px;
        height: 100px;
    }

    .profilepage .wpneo-row .wpneo-col6:first-child {
        order: 2;
    }

    .profilepage .wpneo-row .wpneo-col6:last-child {
        order: 1;
    }

    .blossums-received .wpneo-shadow {
        padding: 15px;
    }

    .blossums-received table>thead>tr>th {
        font-size: 16px;
        line-height: normal;
    }

    .blossums-received table>tbody>tr>td {
        font-size: 14px;
        line-height: normal;
    }
}

@media only screen and (max-width: 767px) {
    .withdrawn-box-contemt p {
        font-size: 20px;
    }

    .withdrawn-box-contemt {
        font-size: 28px;
    }

    .begin-my-account-main .begin-right-content .profilepage {
        padding: 15px;
    }

    .create-occasion .step-navigation>div {
        font-size: 16px;
    }

    .begin-my-account-main .begin-left-content {
        width: 100%;
        padding: 20px;
    }

    .begin-my-account-main .begin-left-content::before {
        display: none;
    }

    .begin-my-account-main .begin-right-content {
        width: 100%;
    }

    #customer_details {
        margin-bottom: 30px;
    }

    .success-blossums .order-data-thanks {
        width: auto;
    }

    .full-profile .post-author-box .content-inner .author-content .author-name {
        font-size: 25px;
    }

    .signup-page-main .container.single-content-inner {
        padding: 30px 15px 150px;
    }

    .signup-page-main .wpneo-user-registration-wrap form#wpneo-registration {
        padding: 20px 25px;
    }

    body .wpneo-name {
        line-height: normal;
        font-size: 14px;
    }

    .category-tab li a {
        min-width: 150px;
    }

    .signup-page-main .wpneo-single {
        padding-bottom: 13px;
    }

    .shop-loop-container .woocommerce-filter .woocommerce-result-count {
        width: 100%;
        margin-bottom: 10px;
    }

    .gallery-slider .swiper-slide {
        padding: 45% 0;
    }

    .related-author-name {
        font-size: 26px;
        margin-bottom: 20px;
    }

    body .shop-loop-container .woocommerce-filter select {
        margin-left: 0;
    }

    .shop-loop-container .woocommerce-filter {
        justify-content: space-between;
    }

    .arrow-design::after {
        display: none;
    }

    .full-profile .post-author-box {
        text-align: center;
        padding: 15px;
    }

    .full-profile .post-author-box .content-inner .author-image {
        margin: auto;
    }

    .latest-pro::before {
        display: none;
    }

    .dost-icon::before,
    .dost-icon::after {
        display: none;
    }

    .footer-follow>.elementor-widget-wrap {
        justify-content: center;
    }

    .header-mobile .header-mobile-content .header-content-inner .header-left .logo-mobile {
        padding-top: 0;
    }
}