/** {
    transition: all ease 0.4s;
}*/

h1 {
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: 10px;
    position: relative;
}

h1::after {
    content: '';
    background: #0eb1e6;
    height: 3px;
    width: 125px;
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: 0px;
}
.conditions-privacy h2{    
    font-size: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: 10px;
    position: relative;
    margin-top: 0px;
}
.conditions-privacy h2::after {
    content: '';
    background: #0eb1e6;
    height: 3px;
    width: 125px;
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: 0px;
}

h3.header-blk {
    text-transform: capitalize;
    font-size: 35px;
    margin: 0;
}

h4.header-blk {
    font-size: 24px !important;
    padding: 0px 0px 10px 0px !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    margin-bottom: 0px;
    background: transparent !important;
    position: relative;
}

h4.header-blk::after {
    content: '';
    height: 2px;
    font-weight: 600;
    color: #333333;
    background: #0eb1e6;
    position: absolute;
    bottom: 4px;
    width: 80px;
    left: 0px;
}

h5 {
    font-size: 20px;
    font-weight: bold;
}

.logo img {
    height: auto;
}

.md-font {
    font-size: 18px;
}

.btn-lg {
    font-size: 21px !important;
}

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

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

.borderrm-btn {
    background: none;
    border: none;
    color: #0eb1e6;
    box-shadow: none;
}

input, select {
    height: 40px !important;
}

input, textarea, select {
    background: #F5F5F5 !important;
    border: 1px solid #CCCCCC !important;
    border-radius: 6px !important;
    max-width: 600px;
}

select.perpage-bg {
    background: #f0f0f0 url('../images/drop-down-arrow.svg') no-repeat 85% 50% !important;
    background-size: 12px !important;
}

select {
    background: #f0f0f0 url('../images/drop-down-arrow.svg') no-repeat 97% 50% !important;
    background-size: auto auto;
    background-size: 12px !important;
}
.page-header{
    margin-bottom: 0;
}
.custom-checkbox .control-label input, .custom-minicheckbox .control-label input {
    position: absolute;
    left: 0px;
    height: 25px !important;
    width: 25px;
}

.custom-checkbox .control-label, .custom-minicheckbox .control-label {
    position: relative;
    width: 25%;
    float: left;
    min-width: 145px;
    padding-left: 26px;
    padding-right: 15px;
}

.field.custom-minicheckbox .control-label {
    width: 24%;
}

.control.more-options-value .control-label {
    width: 40%;
    padding-right: 20px;
}

.custom-minicheckbox .control-label input {
    position: absolute;
    left: 0px;
    height: 22px !important;
    width: 22px;
    margin: 0px;
    padding: 0px;
}

.custom-upload input {
    width: 100%;
}

form .actions-toolbar, .otpverify-container .actions-toolbar {
    max-width: 600px;
    margin: 0px auto;
}

.resend_pot_verify {
    line-height: 34px;
}

.theme-btn {
    width: 100% !important;
    font-size: 24px !important;
    line-height: 40px;
}

.list-btn {
    width: 100% !important;
    font-size: 16px !important;
    line-height: 40px;
    background: #ea555c !important;
    border: none !important;
    color: #fff;
    border-radius: 3px !important;
}

.brd-btn {
    background: transparent !important;
    border: 3px solid #ea555c !important;
    height: 70px !important;
    color: #ea555c;
    font-size: 21px !important;
    text-transform: uppercase;
    font-weight: 500;
}

.action-update, .modal-footer button {
    background: #0eb1e6;
    border: none;
    color: #fff;
}

.action-update:hover {
    background: #0eb1e6;
    border: none;
    color: #fff;
}

.action-cancel {
    color: #0eb1e6 !important;
}

form .label {
    font-size: 20px;
}



form .wizard .content {
    min-height: auto;
    background: #fff !important;
    text-align: center;
    overflow: visible;
}

form .tooltip-icon {
    border-radius: 12px;
    width: 24px;
    height: 24px;
    padding: 0px;
    position: relative;
    bottom: 2px;
    left: 2px;
    background: whitesmoke;
    border-color: #fbfbfb;
}

form .custom-help {
    background: #fff;
    padding: 5px 8px;
    margin-left: 15px;
    border: 1px solid #444;
    position: relative;
}

.create.account {
    margin: 0px auto;
    margin-bottom: 0px;
    margin-bottom: 30px;
}

.custom-help::before {
    border: 8px solid transparent;
    border-right-color: #444;
    height: 0;
    width: 0;
    left: -17px;
    top: 7px;
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
}

/*span.tooltip_pot {
    position: absolute;
    background: #fff !important;
    width: 190px;
    z-index: 99;
    border: 1px solid grey;
    padding: 8px 15px;
    left: 0px;
    top: 30px;
}*/

#pot_validation_customer {
    max-width: 600px;
    margin: 0px auto;
    text-align: left;
}

.more-optionwrapper .more-options-value {
    display: inline-block;
    padding: 24px 30px 24px 30px;
    border: 1px solid #cdcdcd;
    margin-top: 17px;
    border-radius: 4px;
}

.more-options-link {
    padding: 7px 7px;
    padding-top: 7px;
    padding-top: 7px;
    line-height: 10px;
    padding-top: 10px;
    min-width: 35px;
    position: absolute;
    top: 30px;
    right: 47%;
    margin-top: 8px;
    border-radius: 20px;
    height: 35px;
}

.more-options-link .plus, .more-options-link .minus {
    font-size: 26px;
}

.more-options-link .plus {
    display: inline-block;
}

.more-options-link .minus {
    display: none;
}

.more-options-link.active-button .plus {
    display: none;
}

.more-options-link.active-button .minus {
    display: inline-block;
}

.more-optionwrapper .control-label {
    width: 40%;
    padding: 6px 24px 6px 24px;
}

.more-optionwrapper .moreopt-label {
    width: auto;
    text-align: center;
    display: inline-block;
    margin: 0px auto;
    position: relative;
}

.more-optionwrapper .moreopt-wrapper {
    width: auto;
    text-align: center;
    display: inline-block;
    margin: 0px auto;
}

.more-optionwrapper .control-label {
    text-align: left;
}

form .moreopt-label .custom-help {
    background: #fff;
    padding: 5px 8px;
    margin-left: 15px;
    border: 1px solid #444;
    position: absolute;
    top: 35px;
    left: auto;
    width: auto;
    display: inline-block;
    z-index: 99;
    min-width: 168px;
}

form .moreopt-label .custom-help::before {
    display: none;
}

.field.note {
    padding-bottom: 15px !important;
}

.actions-toolbar a {
    color: #0eb1e6;
    padding-right: 15px;
}

modal-inner-wrap {
    border: 4px solid #0eb1e6;
}

.sendMessage input {
    padding: 0px 20px;
    margin-top: 15px;
    background: #0eb1e6 !important;
    color: #fff;
    height: 35px !important;
    text-transform: capitalize;
}

.sendMessage input.field, .sendMessage textarea {
    background: white !important;
    border: 1px solid #CCCCCC !important;
    border-radius: 6px !important;
    max-width: 600px;
    margin-top: 5px;
    color: black;
}

.data.item.title::after {
    background: #0eb1e6;
    content: '';
    width: 80px;
    height: 1px;
    display: inline-block;
    position: absolute;
}

.opc-progress-bar-item._active>span::before {
    background: #0eb1e6 !important;
    border-color: #0eb1e6 !important;
}

.opc-progress-bar-item._active>span::after {
    border-color: #0eb1e6 !important;
    content: '\e610';
    font-family: 'luma-icons';
}

.opc-progress-bar-item._active::before {
    background: #0eb1e6 !important;
    border-color: #0eb1e6 !important;
}

.actions ul li:nth-child(1) a {
}

.actions ul li:nth-child(2) a {

}

.actions ul li:nth-child(3) a {

}

/* header block */

.logo {
    position: relative;
    top: 2px;
}

.create-campaign a {
    border: 3px solid #ea555c;
    border-radius: 24px;
    padding: 7px 35px;
    color: #ea555c !important;
    font-weight: 600;
    text-decoration: none;
}

.create-campaign a:hover {
    background: #ea555c;
    color: #fff !important;
}

/* header search */

.display_search_header {
    background: none;
    border: none !important;
    box-shadow: none !important;
    padding: 0px 10px;
    float: right;
}

/*.block.block-search {
    position: absolute;
    right: 0;
    bottom: auto;
    padding: 25px 25px 25px 25px;
    background: #fff;
    top: 0;
    left: 0;
    width: auto;
    z-index: 9;
}

.display_search_header::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 32px;
    color: #575757;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}*/

.header-menu {
    display: none;
}

/*.block.block-search::before {
    display: inline-block;
    background: transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    content: " ";
    height: 0;
    width: 0;
    border-bottom: 12px solid #0EB1E6;
    bottom: 100%;
    top: -16px;
    right: 10px;
    border-top: transparent;
}*/

.block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px !important;
    top: 6px !important;
    z-index: 1;
}

/* breadcrumb menu */

.breadcrumbs-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    background: url('../images/inner-header-bg.jpg') center center no-repeat;
    background-size: auto auto;
    background-size: auto auto;
    background-size: auto auto;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 40px;
}

.breadcrumbs-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: .85;
}

.breadcrumbs-wrap .breadcrumbs-row {
    position: relative;
    text-align: center;
}

.breadcrumbs-wrap .breadcrumbs-row .breadcrumbs {
    margin-top: 10px;
    margin-bottom: 0px;
}

.breadcrumbs-wrap .breadcrumbs-row .breadcrumbs .items a {
    text-align: center;
    font-size: 15px !important;
    color: #0eb1e6;
}

.breadcrumbs-wrap .breadcrumbs-row .breadcrumbs .items>li {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
}

.breadcrumbs-wrap .breadcrumbs-row .breadcrumbs .item:not(:last-child)::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    content: '\e608';
    font-family: 'luma-icons';
    margin: 0 5px;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

/* home page */

.cms-home .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    max-width: 100%;
    padding: 0px !important;
}

.cms-home .columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
    background: #fff;
}

.cms-home.page-layout-1column .column.main p {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
}

#home_categ_form .field input, #home_categ_form .field select {
    width: 100%;
    max-width: 600px;
    height: 50px !important;
    background: #fff !important;
}

#home_categ_form .fieldset {
    display: inline-block;
    float: none;
    margin-bottom: 0px;
}

#home_categ_form .fieldset .field {
    text-align: left;
    float: left;
    margin-bottom: 0px;
}

.field.select_category.required {
    margin-left: 15px !important;
}

#home_categ_form .actions-toolbar .primary .submit {
    margin-left: 15px;
    margin-right: 0px;
    border-radius: 10px;
    padding: 0 5px;
}

#home_categ_form {
    width: auto;
    display: inline-block;
    text-align: center;
    margin: 0px auto;
    padding: 0px 24px;
}

#home_categ_form .field input, #home_categ_form .actions-toolbar .primary .submit {
    box-shadow: 1px 1px 20px -1px #000;
}

/*.cms-home.page-layout-1column .column.main {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    min-height: auto;
}*/

/*.cms-home input:focus {
    border: 2px solid #1bb1e0 !important;
}*/

div#pot_name-error, #select_category-error {
    position: absolute;
    left: 0;
    bottom: -24px;
}
#home_categ_form .actions-toolbar {
    max-width: 600px;
    margin: 0px auto;
    display: inline-block;
}

#home_categ_form .actions-toolbar .primary button {
    line-height: 50px;
}

#home_categ_form .field.select_category .control {
    display: inline-flex;
    position: relative;
}

#home_categ_form .fieldset .field .label {
    display: none;
}

#home_categ_form .field #pot_name {
    width: 350px;
}

#home_categ_form .field #select_category {
    font-size: 14px;
    padding-left: 10px;
    width: 250px;
    box-sizing: border-box;
}

/* hover effect */

#home_categ_form .field .control {
    position: relative;
}

input.effect-8:focus {
    border: 0 none !important
}

.effect-8~.focus-border:before, .effect-8~.focus-border:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #1bb1e0;
    transition: 0.6s;
}

.effect-8~.focus-border:after {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}

.effect-8~.focus-border i:before, .effect-8~.focus-border i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background-color: #1bb1e0;
    transition: 0.6s;
}

.effect-8~.focus-border i:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

.effect-8:focus~.focus-border:before, .effect-8:focus~.focus-border:after {
    width: 100%;
    transition: 0.6s;
}

.effect-8:focus~.focus-border i:before, .effect-8:focus~.focus-border i:after {
    height: 100%;
    transition: 0.6s;
}

/* mega category dropdown */

.category_subcategory_pot {
    width: auto;
    border: 3px solid #1bb1e0;
    background: #fff;
    position: absolute;
    bottom: 140px;
    padding: 15px 0px 15px 0px;
    z-index: 9;
    left: 0px;
    right: 0px;
    max-width: 900px;
    opacity: 0;
    visibility: hidden;
}

.category_subcategory_pot_inner {
    max-height: 270px;
    overflow-y: scroll;
}

.category_subcategory_outer {
    display: inline-block;
    margin-right: 0px;
    width: 33.3333%;
    float: left;
}

.category_subcategory_outer_inner {
    padding: 0px 15px;
}

#category_subcategory_pot ul {
    width: 100%;
    float: left;
    display: inline-block;
    padding-left: 0px;
    margin-bottom: 0px;
}

.category_subcategory_outer h3 {
    margin: 0px 0px;
    line-height: 25px;
    background: #7f8d9f;
    color: #fff;
    padding: 5px 10px 0px 10px;
    font-size: 14px;
}

.homepage_div_text_form_wrap .category_subcategory_pot_inner h3 {
    font-size: 16px;
    text-shadow: none;
    margin: 0;
    font-weight: 700;
    font-family: inherit;
    padding: 0 20px;
    line-height: 40px;
}

.category_subcategory_outer_inner.item-1 h3 {
    background: #acafa8;
}

.category_subcategory_outer_inner.item-2 h3 {
    background: #8b9ea5;
}

.category_subcategory_outer ul li {
    margin-bottom: 0px;
    list-style: none;
    display: flex;
    padding: 10px 0px 0px 0px;
    width: 100%;
    position: relative;
    flex-direction: row;
    align-items: center;
}

.category_subcategory_outer ul li a {
    color: #6c6c6c;
    line-height: 42px;
    border-bottom: 1px solid #e5e5e5;
    margin-left: 50px;
    width: 100%;
}

.category_subcategory_outer ul li a span {
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    width: 217px;
    word-wrap: normal;
    display: block;
}

.category_image_home {
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% + 10px);
    left: 0;
    transform: translateY(-50%);
}

.category_image_home img {
    width: 100%;
    height: auto;
    padding: 3px;
    box-sizing: border-box;
}

.category_subcategory_pot::before {
    background: transparent;
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: 195px;
    bottom: -40px;
    border: 20px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: #1bb1e0 transparent transparent transparent;
}

.category_subcategory_pot::after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: 200px;
    bottom: -30px;
    border: 15px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: #fff transparent transparent transparent;
}

.select_category .control::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
}

/* pot creation page */

.pot-create-index h1, .pot-edit-index h1 {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    border-bottom: none;
    margin-bottom: 15px;
}

.pot-create-index h1::before, .pot-edit-index h1::before {
    position: relative;
    bottom: 6px;
    background: none;
    border-bottom: 2px solid #0eb1e6;
    border-top: 2px solid #0eb1e6;
    content: '';
    width: 240px;
    height: 1px;
    height: 3px;
    width: 5%;
    display: inline-block;
}

.pot-create-index h1::after, .pot-edit-index h1::after {
    position: relative;
    bottom: 7px;
    background: none;
    border-bottom: 2px solid #0eb1e6;
    border-top: 2px solid #0eb1e6;
    height: 3px;
    width: 5%;
    display: inline-block;
}
.pot-edit-index .wizard>.content>.body,
.pot-create-index .wizard>.content>.body { 
    float: left;
    width: 95%;
    height: 95%;
    padding: 15px;
}

.pot-create-index form .label, .pot-edit-index form .label {
    font-size: 18px;
}

.pot-create-index .page-main .block, .pot-edit-index .page-main .block {
    margin-bottom: 15px;
}

.pot-create-index #wizard-p-4 {
    padding: 15px;
}

.tooltip_pot {
    position: absolute;
    background: #fff;
    border: 2px solid grey;
    min-width: 270px;
    padding: 5px 15px;
    z-index: 999;
    left: 0px;
}

form .ui-datepicker-year {
    padding: 0px 25px 0px 5px;
}

#ui-datepicker-div {
    min-width: 275px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 24px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-calendar th {
    background: #fff;
    border: #e6e6e6 1px solid;
    padding: 4px;
    text-transform: uppercase;
    color: #0eb1e6;
    text-align: center;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f2fbfe;
}

.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px !important;
    border-color: transparent transparent transparent #0eb1e6 !important;
    right: 8px !important;
    left: auto !important;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 16px;
    margin-left: -8px;
    top: 6px;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-width: 7px 8px 5px 0;
    border-color: transparent #0eb1e6 transparent transparent;
}

.ui-datepicker {
    background: #ffffff;
    padding: 15px;
    border: #0eb1e6 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #baeafb;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today:hover {
    background: #d1edf8;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
    margin-top: 1px;
    margin-right: 0px;
    margin-top: 1px;
    margin-right: 0px;
    border-color: #0eb1e6 !important;
    background-color: #fff !important;
    color: #030303 !important;
    margin-top: 8px;
    border-width: 1px !important;
    background: #fcfafa url('../images/drop-down-arrow.svg') no-repeat 92% 50% !important;
    background-size: auto auto;
    background-size: 9px !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #0eb1e6;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active a {
    color: #fff;
}

.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #aee4f6;
}

form .error-message-custom {
    color: #8a1f11;
}

/* pot details */

.product-info-main .pot-detailhead h3 {
    text-transform: none;
    font-size: 28px;
    margin: 0;
}

.action.primary, .action.primary:hover, .btn-red:hover {
    background-color: #ea555c !important;
    border-color: #ea555c;
    color: #fff !important;
}

/*.fotorama__img {
    top: 0px !important;
    transform: none !important;
    left: 0px !important;
}

.fotorama__stage__frame .fotorama__img {
    width: 100% !important;
    position: relative !important;
}*/

.pot-detailhead {
    margin-bottom: 15px;
}

.pot-quickdetail {
    background: #f2f5f8;
    padding: 15px 15px;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 60px;
}

.product-pot-amount span {
    font-size: 18px;
    color: #3cbfe9;
}

.left-limit {
    color: #0eb1e6;
    font-weight: 600;
}

.product-pot-amount span.right-limit {
    float: right;
    color: #9f9f9f;
    font-weight: 600;
}

.product-add-form .box-tocart .action.tocart {
    width: 100%;
    padding: 21px 6px;
}

.product-add-form button span {
    font-size: 21px;
}

.action.primary.tocart.btn-red {
    background: transparent !important;
    border-width: 3px !important;
    color: #ea555c !important;
    width: 100%;
    font-size: 20px;
    padding: 17px 6px;
}

.product-info-main .product-pot-amount {
    margin-bottom: 20px;
}

.product-info-main .um-sharing-productpage {
    position: relative !important;
    top: 0px !important;
    width: auto !important;
    z-index: 100020;
    background: none;
    float: left;
    padding-top: 0px !important;
}

.product-info-main .um-socialshare a span {
    width: 70px !important;
    height: 60px !important;
}

.product-info-main .um-socialshare a span svg {
    width: 100% !important;
    height: 60px !important;
}

.product-info-main .whatsapp.w3-whatsapp-btn {
    margin-left: 5px;
    height: 28px;
    width: 36px;
}

.block-content #review-form .fieldset {
    margin-bottom: 20px;
}

/* request a cashout */

#request_form {
    text-align: center;
}

.request-cash {
    margin-bottom: 30px;
}

.product-info-main .w3-whatsapp-btn {
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block !important;
    position: relative;
    font-family: Arial, sans-serif;
    letter-spacing: .4px;
    cursor: pointer;
    font-weight: 400;
    text-transform: none;
    color: #fff;
    border-radius: 2px;
    background-repeat: no-repeat;
    line-height: 1.2;
    text-decoration: none;
    text-align: left;
    background-position: 8px 2px !important;
    background-size: 55px !important;
}

/* pot description */

.product.info.detailed .product.data.items .item.content {
    background: #ffffff;
    margin-top: 75px;
    padding: 15px 0px 15px 0px;
    border: none;
}

.product.info.detailed .product.data.items a {
    padding: 0px !important;
}

/* quick action menu */



/* pot list gridview  */

.products.wrapper.grid.products-grid {
    margin-top: 0px;
}

.column.main .product-items {
    margin-left: 0px;
}

.products-grid .product-item {
    margin-bottom: 30px;
}

.page-products.page-layout-1column .products-grid .product-item {
    width: 50% !important;
    padding: 0px 15px;
}

.page-products .product-item-info {
    width: 100% !important;
    position: relative;
    min-height: 510px;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
    z-index: 1;
    display: inline-block;
    padding-bottom: 25px;
}

.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
    background: #fff;
    border: none !important;
    margin: 0px !important;
    padding: 0px 0px 25px 0px !important;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}

.products.list.items.product-items {
    margin: 0 -15px;
}

.product-item-info .product-item-photo {
    overflow: hidden;
    margin: 0px;
    display: block;
    width: 100%;
}

.product-item .product-item-info .product-image-container {

}

.product-image-container .product-image-wrapper img {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    max-width: none;
    left: 50%;
}

.products-grid .product-item-info .product-image-wrapper {
    display: block;
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
    margin-bottom: 0px;
    overflow: hidden;
}

.products-grid .product-item-inner {
    background: #fff;
    box-shadow: none;
    border: none !important;
    border-top: none;
    left: 0;
    margin: 10px 0px 20px 0px !important;
    padding: 0px !important;
    position: relative !important;
    right: -1px;
    max-height: 74px !important;
    width: 100% !important;
    overflow: hidden;
    height: auto !important;
    min-height: 71px;
    line-height: 22px;
}

.product.description.product-item-description p {
    margin-top: 3px !important;
    margin-bottom: 0px;
}

.products-grid .product-item-info .product-item-details h5 {
    font-size: 18px;
    margin: 0px 0px 0px 0px;
}

.products-grid .product-item-info .product-item-name, .products-grid .product-item-info .product.name a {
    font-weight: 600;
    width: 94%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    margin: 0px 0;
    line-height: 24px;
}

.circlechart {
    position: absolute;
    top: -85px;
    z-index: 9;
    right: 10px;
    background: #fff;
    border-radius: 34px;
    height: 67px;
    opacity: 0.8;
    width: 67px;
    border: 2px solid #fff;
}

.products-grid .product-item-info .product-item-details .product-item-description {
    margin: 5px 0;
}

.products-grid .product-item-info .product-item-details {
    padding: 0px 20px;
    position: relative;
}

.products-grid .product-item-info .actions {
    text-align: center;
}

.product-item-info .actions .tocart {
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 2px;
    text-transform: uppercase;
}

.product-item-info .product-pot-amount div {
    display: block;
    padding-right: 0px;
    width: 100%;
    vertical-align: top;
    text-align: left;
}

.product-item-info .product-pot-amount span {
    font-size: 14px;
    color: #3cbfe9;
    padding-left: 6px;
    display: inline-block;
    white-space: nowrap;
}

.product-item-info .product-pot-amount {
    font-weight: bold;
    font-size: 16px;
    display: table;
    width: 100%;
}

.product-pot-amount-outer {
    min-height: 23px;
    margin-top: 8px;
}

select.limiter-options {
    background: #f0f0f0 url('../images/drop-down-arrow.svg') no-repeat 85% 50% !important;
    background-size: auto auto;
    background-size: 12px !important;
}

/* pot donation page */

.pot_donation_container {
    display: inline-block;
    width: 28%;
    float: right;
}

.pot_donation_container .pot_donation_form {
    width: 100%;
    float: left;
    max-width: 400px;
    padding: 0px 25px;
}

.pot_donation_container .pot_donation_details {
    width: 100%;
    float: left;
    max-width: 400px;
    padding: 0px 25px;
    margin-top: 40px;
}

.pot-input-group {

}

.pot-currency-mode {

}

.pot_donation_details .pot-currency-mode.left {
    
}

.pot-currency-mode.right {
    
}

.pot_donation_form .beneficiary-wrap {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.beneficiary-wrap span {
    width: 100%;
    display: inline-block;
    color: #0eb1e6;
    font-size: 28px;
    text-transform: capitalize;
}

.pot_donation_container input.pot-input {
    height: 80px !important;
}

#pot_donate_amount {
    padding: 0px 100px;
    font-size: 24px;
}

.pot_donation_details .pot_image img {
    max-width: 100%;
    width: 100%;
}

.pot_donation_details .pot_image {
    background-color: #f2f5f8;
    text-align: center;
    overflow: hidden;
    position: relative; 
    border: 1px solid #e6e6e6; 
    margin-bottom: 15px;   
}

.pot_donation_details .pot_image img {
    display:block;
    
}

.pot_donation_form .primary {
    width: 100%;
}

.pot_donation_details .product-pot-amount {
    margin-bottom: 20px;
}

.pot-detail-wrap {
    display: inline-block;
    width: 100%;
    background: #f2f5f8;
}

.pot-detail-container {
    padding: 0px 25px 20px;
}

.pot-detail-container .pot_organizer, .pot_for {
    font-size: 16px;
    line-height: 28px;
}

.pot-detail-wrap .pot-detail-container .barfiller {
    width: 100%;
    height: 20px;
    position: relative;
    margin-bottom: 5px;
    background-color: #efefef;
    margin-top: 50px;
}

/* checkout page */

.checkout-payment-method .form .field {
    position: relative;
}

.field .control._with-tooltip input {
    margin-right: 10px;
    width: 100%;
}

.checkout-container .opc-help-cms {
    float: left;
    max-width: 350px;
    width: 100%;
}

.payment-method-content {
    padding: 0px 0px !important;
}

/* my account page */

.nav.items {
    border: 1px solid #ccc;
}

.block-collapsible-nav .content {
    background: #fff;
    padding: 15px 0;
}

.product-image-wrapper {
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-bottom: 54%;
    border: none;
}

.mypot-innerwrap .products.list .request-cash {
    margin-bottom: 0px;
}

/*.product-image-wrapper
{
    display: block;
    height: 140px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}*/

/*.nav.item strong::after, .nav.item a::after {

    background: #ccc;
    width: 100%;
    content: '';
    display: inline-block;
    height: 1px;
>>>>>>> 9369c3edf72b0554ed6dd52bcf9660bf7a076283

}*/

.mypot-innerwrap .product-items li {
    float: left;
    width: 30%;
    list-style: none;
    padding: 0px 15px 0px 15px;
    margin-bottom: 30px;
}

.mypot-innerwrap h1 {
    margin: 0px 0px 0px 10px;
    margin-right: 0px;
}

.mypot-innerwrap h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    line-height: 30px;
}

.mypot-innerwrap .product-item-info a {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mypot-innerwrap .product-item-info img {
    width: 100%;
    position: absolute;
}

.mypot-innerwrap .product-items {
    padding-left: 10px !important;
}

.mypot-innerwrap .product-item-info .product-pot-amount {
    font-weight: normal;
    margin-top: 15px;
    font-size: 14px;
    margin-bottom: 15px;
}

.mypot-innerwrap .product-item-info .product-pot-amount span {
    font-weight: bold;
    padding-left: 0px;
    width: 100%;
}

.mypot-innerwrap .product-item-details {
    padding: 0px 15px 20px 15px;
    position: relative;
}

.mypot-innerwrap .product-item {
    padding-left: 0px !important;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    min-height: 460px;
}

.mypot-innerwrap .products {
    margin: 10px 0;
    margin-left: 0px;
}

.mypot-innerwrap .delete a {
    width: 30px !important;
    right: 8px;
    position: absolute;
    top: 8px;
    z-index: 9;
}

.mypot-innerwrap .product-item-info .product-pot-amount div {
    display: table-cell !important;
    height: 45px;
}

.orders-history table th {
    text-align: left;
    background: #1bb1e0;
    color: #fff;
    border: 1px solid #ccc;
}

.orders-history .table>tbody>tr>th, .table>tbody>tr>td {
    border: 1px solid #cccccc;
    border-collapse: collapse;
}

.orders-history .data.table tr:nth-child(2n) {
    background: #f6f6f6;
}

.nav.items .nav.item {
    line-height: 30px;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 0px;
}

.request-disabled {
    pointer-events: none;
    background: #d7c3c0 !important;
}

.nav.item .delimiter {
    display: none;
}

.block-collapsible-nav .item a:hover {
    background: #ccc;
}

.nav.item.current {
    background: #ccc;
}

.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current>strong {
    border-color: #0eb1e6;
    color: #000;
    font-weight: 600;
}

/* pot creation page */

.form .wizard>.steps {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.form .wizard .steps ul {
    display: inline-block;
}

.form .wizard .steps ul>li {
    width: 40px !important;
    height: 40px;
    margin: 0px 10px;
}

.form .wizard .steps ul>li a {
    width: 100%;
    height: 100%;
    padding: 0px !important;
    margin: 0px;
    border-radius: 40px;
}

.form .wizard .steps ul>li.current a {
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
    background: #0eb1e6;
}

.form .wizard .steps ul>li.done a {
    background: #95dbf2;
}

.wizard>.actions .disabled a {
    background: #eee !important;
    color: #aaa !important;
    border: none;
}

.form .wizard .steps ul li a .number {
    width: 100%;
    text-align: center;
    display: table;
    line-height: 40px;
    font-size: 16px;
}

.form .wizard .field {
    padding-bottom: 18px;
    display: inline-block;
    width: 100%;
    max-width: 600px;
    text-align: left;
    position: relative;
    margin-bottom: 0px;
}

.control label.error {
    position: absolute;
    bottom: 4px;
    margin: 0px !important;
    left: 0;
}

#create_pot_form .field.required .label::after {
    content: '*';
    color: #e02b27;
    font-size: 16px;
    margin: 0 0 0 4.5px;
}

.customer-dob ._has-datepicker {
    width: 100% !important;
}

.form .field .control .fr-wrapper {
    min-height: 130px;
}

.customer-dob {
    position: relative;
}

.customer-dob .ui-datepicker-trigger {
    position: absolute;
    top: 35%;
    right: 15px;
}

.more-optionwrapper {
    text-align: center !important;
}

.field .actions-toolbar {
    margin-top: 20px;
}

.field .actions-toolbar .primary button {
    background: #ea555c !important;
    border: none;
}

.product-addto-links, .mailto.friend {
    display: none !important;
}

/* invite friends page */

.sendMessage {
    margin: 0px auto;
    max-width: 600px;
    text-align: center;
}

.header-dbl {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
}

.header-dbl::before {
    content: '';
    border-bottom: 2px solid #0eb1e6;
    width: 50px;
    height: 1px;
    display: inline-block;
    border-top: 2px solid #0eb1e6;
    position: relative;
    bottom: 7px;
    right: 0px;
    margin-right: 5px;
}

.header-dbl::after {
    content: '';
    border-bottom: 2px solid #0eb1e6;
    width: 50px;
    height: 1px;
    display: inline-block;
    border-top: 2px solid #0eb1e6;
    position: relative;
    bottom: 7px;
    left: 0px;
    margin-left: 5px;
}

aside.modal-popup.modal-slide._inner-scroll._show {
    z-index: 999999 !important;
}

.modal-header {
    padding: 0px !important;
}

.modal-popup h1, .modal-popup h2, .modal-popup h3, .modal-popup h4 {
    text-align: center;
    margin: 24px 0px 20px 0px;
}

.modal-header h1::before, .modal-content h3::before {
    content: '';
    border-bottom: 2px solid #0eb1e6;
    width: 5%;
    height: 1px;
    display: inline-block;
    border-top: 2px solid #0eb1e6;
    position: relative;
    bottom: 5px;
    right: 8px;
}

.modal-header h1::after, .modal-content h3::after {
    content: '';
    border-bottom: 2px solid #0eb1e6;
    width: 5%;
    height: 1px;
    display: inline-block;
    border-top: 2px solid #0eb1e6;
    position: relative;
    bottom: 5px;
    left: 8px;
    background: transparent;
}

.modal-popup .modal-content .mail-message {
    margin-bottom: 25px;
}

/*.modal-header h1::after, .modal-content h3::after {
    content: '';
    border-bottom: 2px solid #0eb1e6;
    width: 5%;
    height: 1px;
    display: inline-block;
    border-top: 2px solid #0eb1e6;
    position: relative; bottom: 3px; right: -8px;
    background: transparent;
}*/

.modal-header h1 {
    content: '';
    border-bottom: none;
    width: 100%;
    height: 1px;
    display: inline-block;
    border-top: none;
    position: relative;
    bottom: 7px;
    left: 8px;
    border: none !important;
    text-align: center;
}

/*.modal-popup .modal-content {
    margin: 0px auto;
    max-width: 600px !important;
    width: 100%;
}*/

.modaldelete-pot {
    text-align: center;
    font-size: 18px;
}

.sendMessage label {
    float: left;
    margin-top: 25px;
}

.modal-footer {
    border: none !important;
    padding-top: 0px !important;
    text-align: center !important;
}

.modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 90%;
    padding: 20px 0px;
    border: 3px solid #0eb1e6;
}

.modal-popup .modal-title {
    border-bottom: 1px solid #c1c1c1;
    font-weight: 500;
    padding-bottom: 10px;
    font-size: 24px;
    margin-bottom: 20px;
    min-height: 1em;
    word-wrap: break-word;
}

.modal-popup .modal-footer .close-button {
    display: none;
}

.modal-popup .action-close {
    background: #fff !important;
    padding: 0px !important;
    width: 34px;
    height: 34px;
    border-radius: 22px;
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;
}

.modal-popup .action-close::before {
    line-height: 28px !important;
    color: #fff !important;
    background: #000 !important;
    padding: 0px !important;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    position: absolute !important;
    top: 2px !important;
    right: 2px !important;
}

/* guest list */

.guestlist-wrapper {
    display: inline-block;
}

.guestlist-outer {
    margin-top: 30px;
    display: table;
}

.guestlist-outer li {
    float: left;
    width: 240px;
    margin-bottom: 20px;
    padding-right: 10px;
    display: table-cell;
}

.guest-icon img {
    max-width: 50px;
}

.guest-icon {
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: table-cell;
    float: left;
}

.guest-detail {
    display: table-cell;
}

.guest-mail, .guest-msg {
    float: left;
    width: 100%;
    line-height: 50px;
    padding-left: 15px;
    display: table-cell;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 130px;
}

/* participation list */

.participant_list_popup ul li {
    float: left;
    width: 33.3333%;
}

/* contact form */

.modal-popup.modal-slide._inner-scroll._show .sendMessage {
    max-width: 600px;
}

/* social share */

#sharing_form {

}

.participant_amount_pop {
    color: #0eb1e6;
    font-weight: 600;
}

.participant_name_pop {
    font-weight: 600;
}

.um-sharing-homepage, .um-sharing-cmspage, .um-sharing-categorypage, .um-sharing-productpage {

}

.addthis_button_facebook, .addthis_button_twitter, .addthis_button_email {

}

.w3-whatsapp-btn-medium {

}

.whatsapp.w3-whatsapp-btn {
    margin-left: 5px;
}

/* newsletter poopup */

.popup-newsletter .modal-inner-wrap {
    max-width: 900px !important;
}

.block.newsletter .field .control::before {
    position: absolute;
    top: 4px;
    left: 8px;
    color: #0eb1e6;
    font-size: 20px;
}

.block.newsletter input {
    padding-left: 50px;
}

.block.newsletter .field .control {
    display: inline-block;
    text-decoration: none;
    display: block;
    position: relative;
    text-align: center;
    max-width: 600px;
    margin: 0px auto;
}

.newsletter-content .actions .action.subscribe.primary {
    border-radius: 3px;
    width: 100%;
    display: block;
    max-width: 200px;
    margin: 0px auto;
    margin-top: 0px;
    margin-top: 20px;
}

/* register page */

.customer-account-create .page-title-wrapper {
    max-width: 400px;
    margin: 0px auto;
    margin-top: 0px;
    margin-top: 20px;
}

.customer-account-create .page-title {
    border-bottom: none;
    font-size: 26px !important;
    max-width: 400px !important;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
}

.customer-account-create .sign-in-account {
    max-width: 400px;
    width: 100%;
    margin: 0px auto;
    margin-bottom: 0px;
    font-size: 16px;
    margin-bottom: 20px;
}

.sign-in-account a {
    padding-left: 5px;
    color: #1bb1e0;
    text-decoration: underline;
}

form.create.account legend {
    margin: 0px;
    display: none;
}

.customer-account-create .fieldset.create.info {
    margin-bottom: 20px;
}

.customer-account-create .page-title::after {
    background: none;
    width: 0px;
    height: 0px;
}

.create.account legend {
    border-bottom: none;
}

.field.choice.newsletter {
    display: inline-flex;
}

.create.account .field .label span {
    font-weight: normal;
    font-size: 16px;
}

.create.account input, .create.account select {
    height: 60px !important;
}

.create.account .field.choice.newsletter .checkbox {
    height: 20px !important;
    width: 18px;
    position: relative;
    top: 4px;
}

.create.account .field.choice.newsletter .label span {
    font-weight: normal;
    font-size: 15px;
}

.create.account .actions-toolbar .primary {
    width: 100%;
    height: 60px;
}

.create.account .field.field-name-firstname, .create.account .field.field-name-lastname {
    width: 48.5%;
    float: left;
}

.create.account .field.field-name-lastname {
    margin-left: 3%;
}

.create.account.form.password.reset, .create.account.form.send.confirmation, .create.account.form.password.forget, .create.account.form.create.account {
    min-width: auto;
    width: 50%;
    max-width: 400px;
}

.create.info .form .action.submit.primary {
    width: 100%;
    height: 50px;
    font-size: 21px;
}

._has-datepicker~.ui-datepicker-trigger::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    line-height: 23px;
    color: #1bb1e0 !important;
    content: '\e612';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.field.choice.newsletter .checkbox {
    height: 20px !important;
    width: 20px;
}

.field.choice.newsletter .checkbox {
    height: 26px !important;
    width: 26px;
    position: relative;
    top: 4px;
}

#password-strength-meter-container {
    width: 100%;
    max-width: 600px;
    margin-top: 12px;
}

.register-field::after {
    content: '*';
    color: #e02b27;
    font-size: 16px;
    margin: 0 0 0 4.5px;
}

.register-container h3 {
    text-align: center;
}

a.back_to_login {
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #0fb1e6;
}

span.formater {
    color: red;
    margin-top: 4px !important;
    display: inline-block;
}

section#wizard-p-5 {
    padding-top: 10px;
}

section#wizard-p-5 #sharing_form {
    margin-top: 10px;
}

#create_pot_form li.disabled {
    pointer-events: none;
}

/* invite page */

.invite-form-div {
    text-align: center;
}

.invite-form-div form {
    margin-bottom: 20px;
}

.invite-form-div input {
    max-width: 600px;
    width: 100%;
}

.invite-form-div form .label {
    text-align: left;
    width: 100%;
    max-width: 600px;
}

.invite-form-div form button.action.submit.primary {
    width: auto;
}

.invite-form-div form .actions-toolbar .primary {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 0px auto !important;
    float: none;
}

.invite-form-div .fieldset {
    border: 0;
    margin: 0 0 24px;
    padding: 0;
    letter-spacing: -.31em;
}

.invite-form-div .field.invite_email .guide-note {
    max-width: 600px;
    text-align: left;
    display: inline-block;
    width: 100%;
    margin-top: 6px;
}

.invite-form-div .guide-note {
    max-width: 600px;
    margin: 0px auto;
    text-align: left;
    margin-top: 6px;
}

#static_invitation_message {
    text-align: left;
    max-width: 600px;
    margin: 0px auto;
}

.invite-form-div .actions-toolbar {
    display: inline-block;
}

.invite-form-div .back-btn {
    color: #ea555c;
    border: 2px solid red;
    padding: 0px 46px 0px 46px;
    height: 28px;
    display: inline-block;
    line-height: 25px;
    font-weight: 600;
    border-radius: 4px;
}

#mailing_list_div {
    text-align: left;
    max-width: 600px;
    margin: 0px auto;
}

.mail-individual::before {
    content: '';
    background: #51cdf5;
    background-image: none;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-image: url('../images/invite-icon.svg');
    height: 40px;
    width: 44px;
    display: table;
    float: left;
    background-position: 2px 2px;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.mail-individual a {
    width: 100%;
    display: table-cell;
}

.mail-individual {
    float: left;
    padding: 8px 15px 8px 10px;
}

/* footer */

.footer .field.newsletter .control {
    position: relative;
}

.footer .field.newsletter .control::before {
    top: 10px;
    left: 10px;
    color: initial;
}

.footer .block.newsletter input {
    padding-left: 50px;
    height: 50px !important;
}

.footer .action.subscribe.primary {
    padding: 15px 20px;
    border-radius: 4px !important;
    margin-left: 6px;
    background-color: #1bb1e0 !important;
    border-color: #1bb1e0;
    color: #fff !important;
}

.page-footer {
    margin-top: 25px;
    background: #f4f4f4;
}

.page-footer .footer-col::before {
    content: '';
    width: 1px;
    background: #7d7d7d;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
}

.page-footer .footer-col:first-child::before {
    display: none;
}

.inner_wrap p a {
    color: #31312d;
}

/* validation error message */

.wizard>.content>.body input.error {
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #020101;
}

/* footer */

.row.is-flex.footer-links {
    max-width: 100%;
    display: inline-block;
    padding: 0px 15px;
}

.page-footer .container {
    max-width: 100%;
    padding: 0px 0px;
    border-top: 10px solid #21b1e4;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.page-footer .inner_wrap {
    width: auto;
    margin: 0px auto;
    text-align: left;
    padding: 0px 25px;
    height: 100%;
    display: inline-block;
}

.page-footer .block.newsletter {
    width: 100% !important;
}

.page-footer .block.newsletter input {
    padding-left: 15px;
    border-radius: 0px !important;
    background: #fff !important;
}

.page-footer .actions .primary {
    padding: 11px 15px !important;
}

.block.newsletter .content .logo {
    display: inline-block;
    max-width: 100%;
    margin-top: 10px;
}

.page-footer .inner_wrap strong {
    font-size: 22px !important;
    font-weight: bold;
    text-transform: uppercase;
}

.page-footer .block.newsletter .field .control::before {
    position: absolute;
    top: 4px;
    left: 8px;
    color: #0eb1e6;
    font-size: 20px;
    display: none;
}

.page-footer .block.newsletter .action.subscribe {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px;
    min-width: 90px;
    background-color: #ea555c !important;
}

.page-footer .content {
    margin-top: 15px;
}

.page-footer p img {
    width: 25.33%;
    padding-right: 15px;
    max-width: 80px;
    padding-bottom: 10px;
}

/* homepage mega banner */
.homepage_div_first_wrap {
    position: relative;
    text-align: center;
    min-height: 494px;
    display:  block;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
    /*background: url("../images/blur-community-crowd-5156_2_.jpg") no-repeat center center / cover;*/
}

.homepage_div_text_form_wrap {
    position: absolute;
    bottom: 45px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    width: auto;
    text-align: center;
    display: inline-block;
    max-width: 900px;
    padding: 0px 0px;
    z-index: 8999;
}

#select_category_responsive {
    display: none;
}

.homepage_div_text_form_wrap h3 {
    font-size: 37px;
    font-family: Helvetica Neue;
    color: #fff;
    line-height: 48px;
    text-shadow: 2px 3px 7px #000;
    margin: 0 0 40px 0;
}

#home_categ_form .field input {
    border-radius: 3px !important;
    border: 3px solid #fff !important;
}

#home_categ_form .actions-toolbar .primary .submit:hover {
    transform: scale(1.08);
}

/* pot carousel */

.homepage_carousel_wrapper {
    padding: 0px 15px;
    position: relative;
    z-index: 0;
}

/*.homepage_carousel_wrapper .products-grid.grid .owl-stage {
    width: 100% !important;
}*/

/*.owl-item {
    width: 33.33% !important;
}*/

.product-item.product-slider .product-item-info {
    width: 100% !important;
    margin-right: 0px !important;
    padding-right: 0px;
    padding-bottom: 25px;
}

.owl-item li.product-slider {
    width: 100% !important;
    padding-left: 15px !important;
}

.homepage_carousel_wrapper .block-content {
    margin-top: 30px;

}

.homepage_carousel_wrapper h2 {
    text-align: left;
    border-bottom: 1px solid #cccbcb;
    padding-bottom: 30px;
    font-size: 28px;
}
/*.prevtrending::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #0eb1e6;
    content: '\e617';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: relative;
    top: -2px;
    right: 3px;
}

.nexttrending::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 28px;
    color: #0eb1e6;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: relative;
    top: -4px;
    right: 1px;
}

.nexttrending:hover:before, .prevtrending:hover:before {
    font-weight: bold;
}

.nexttrending, .prevtrending {
    position: relative;
    padding: 10px;
    z-index: 9;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 25px;
    border: 2px solid #0fb1e6;
}

.nexttrending:hover, .prevtrending:hover {
    background: #f1f1f1;
    border: 2px solid #f1f1f1
}

.nexttrending.active, .prevtrending.active {
    background: #f1f1f1;
    border: 2px solid #f1f1f1;
}

.prevtrending {
    right: 25px;
}

.customNavigation {
    position: absolute;
    right: 30px;
    top: 5px;
}*/

.homepage_carousel_wrapper .products-grid .product-item-info .product-image-wrapper {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin-bottom: 0px;
    overflow: hidden;
    border: none;
}
.homepage_carousel_wrapper .products-grid .product-item-info .product-image-wrapper {
    width: auto;
}

.homepage_carousel_wrapper .owl-item li.product-slider {
    width: 95% !important;
}

.column.main {
    max-width: 1280px;
    margin: 0px auto;
}

.homepage_carousel_wrapper .product-item-info {
    border: 1px solid #dddddd;
}

.product-item-info .product-item-details .main_category_name_carousel {
    font-size: 20px;
}

.homepage_carousel_wrapper .product-item-info .product-item-details .main_category_name_carousel {
    font-size: 14px;
    border-bottom: 1px solid #dddddd;
    line-height: 28px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
}

.homepage_carousel_wrapper .mp-product-item-name a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    max-height: 55px !important;
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    overflow: hidden;
}

.homepage_carousel_wrapper strong.mp-product-item-name {
    display: inline-block;
}

.homepage_carousel_wrapper .categ_desc_carousel {
    height: 70px;
    overflow: hidden;
    display: inline-block;
    font-size: 16px;
    color: #989696;
    width: 100%;
}

.homepage_carousel_wrapper .sub_categ_name_carousel {
    color: #6d6e71;
    font-size: 11px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-transform: uppercase;
    margin-top: 15px;
    height: auto;
}

.homepage_carousel_wrapper .raised_amount_carousel {
    font-size: 15px;
    color: #6d6e71;
    margin-bottom: 5px;
}

.homepage_carousel_wrapper .raised_amount_carousel span {
    color: #040404;
    font-size: 16px;
    font-weight: bold;
}

.sub_categ_name_carousel {
    color: #6d6e71;
    font-size: 17px;
    height: 25px;
    overflow: hidden;
}

.homepage_carousel_wrapper .barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    background: #ea555c;
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
}

.homepage_carousel_wrapper .barfiller .tip {
    margin-top: 0px;
    padding: 2px 0px 2px 0px;
    font-size: 11px;
    color: #fff;
    position: absolute;
    z-index: 2;
    background: transparent;
    line-height: 16px;
    width: 30px;
    text-align: center;
    margin-left: 0px;
    right: 0px !important;
    left: auto !important;
}

.homepage_carousel_wrapper .pot_deadline_carousel {
    font-size: 12px;
    color: #404041;
}

.homepage_carousel_wrapper .barfiller .tip:after {
    border: solid;
    border-color: #0eb1e6 transparent;
    border-width: 9px 17px 0px 18px;
    content: "";
    display: none;
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: 9;
}

.homepage_carousel_wrapper .products-grid .product-item-info .product-item-details {
    padding: 0px 20px 5px 20px;
    position: relative;
    min-height: 265px;
}

.main_category_name_carousel.carousel_category_green {
    color: #0f8f6f;
}

.main_category_name_carousel.carousel_category_blue {
    color: #1db2e5;
}

.main_category_name_carousel.carousel_category_orange {
    color: #fd862f;
}

.homepage_carousel_wrapper .mp-product-item-name {
    height: auto !important;
}

.copyright {
    background-color: #fff;
    color: #454545;
    display: block;
    padding: 10px 30px 10px 30px;
    text-align: left;
    font-size: 18px;
}

small.copyright span:first-child {
    padding-top: 12px !important;
    display: inline-block;
}

.copyright .footer_social_share a:first-child {
    padding-right: 0px;
}

.copyright .footer_social_share a {
    width: 50px;
    display: inline-block;
    float: right;
    height: auto;
    font-size: 0px;
    padding-right: 30px;
}

@media only screen and (min-width: 320px) {
    .col-xs-12 {
        padding: 0px 0px;
    }
}

@media only screen and (min-width: 480px) {
    .col-sm-4 {
        width: 33.33333%;
        float: left;
        padding: 0px 0px 0px 0px;
        text-align: center;
    }
    .col-sm-12 {
        width: 100%;
        float: left;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }
    .row.is-flex.footer-links {
        max-width: 100%;
        display: table;
        padding: 25px 0px 0px 0px;
        width: 100%;
    }
}

@media only screen and (min-width: 1025px) {
    .col-md-3 {
        float: none;
        display: table-cell;
        width: 25%;
        vertical-align: top;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .pot-ajax_product-view.page-layout-1column .product.media .md-sharethis-box {
        position: static;
        float: none;
        text-align: center;
    }
}

@media only screen and (max-width:1400px) {
    form .wizard .content {
        min-height: auto;
        background: #fff !important;
        text-align: center;
        margin: 0px;
    }
}

@media only screen and (max-width:1200px) {
    .mypot-innerwrap .product-items li {
        float: left;
        width: 42%;
        list-style: none;
        padding: 0px 15px 0px 15px;
    }
    .category_subcategory_pot {
        padding: 15px 7px 15px 7px;
    }
    .columns .column.main{
        padding: 0 20px;
    }
    .parallax-window{
        height: auto !important;
    }
}
@media only screen and (max-width:1024px) and (min-width: 768px) {
    .header .logo{
        width: 225px;
        margin-top: -3px;
    }
    .header-menu .newsletter{
        display: none;
    }
}
@media screen and (max-width:1024px) {
    .page-footer .inner_wrap {
        width: auto;
        margin: 0px auto;
        display: inline-block;
        text-align: left;
        padding: 0px 15px;
        padding-left: 15px;
    }
    .page-footer .block.newsletter input {
        padding-left: 15px;
        border-radius: 0px !important;
        width: 100%;
        max-width: 600px;
    }
    .page-footer .block.newsletter .field .control {
        display: inline-block;
        text-decoration: none;
        display: block;
        position: relative;
        text-align: center;
        max-width: 100%;
        margin: 0px 0px;
    }
    .page-footer .footer-col:nth-child(2)::before {
        display: none;
    }
    .page-footer .footer-col:last-child::before {
        display: inline-block;
    }
    .block.newsletter .content .logo {
        display: inline-block;
        max-width: 100%;
        margin-top: 10px;
        margin: 0px auto;
        float: none;
        display: none;
    }
    .page-footer .block.newsletter {
        max-width: 100% !important;
        margin-bottom: 25px;
        padding: 0px 0px;
        display: inline-block;
    }
    .newsletter_title {
        text-align: center;
    }
    .page-footer .field.newsletter {
        width: 100%;
        margin-bottom: 15px;
    }
    .page-footer .block.newsletter .action.subscribe {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        margin-left: -1px;
        min-width: 90px;
        width: 100%;
    }
    .block.newsletter .actions {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        text-align: center;
    }
    .footer_Newsletter .inner_wrap {
        display: inline-block;
        max-width: 600px;
        padding: 0px 0px;
        width: 100%;
    }
    .page-footer .content {
        margin-top: 15px;
        max-width: 100%;
        padding: 0px 15px;
    }
    .category_subcategory_outer ul li a span{
        width: auto;
    }
    .homepage_div_text_form_wrap h3 {
        font-size: 30px;
    }
    #home_categ_form .field #pot_name {
        width: 320px;
    }
    #home_categ_form .field #select_category{
        width: 220px
    }
}

@media screen and (max-width: 768px) {
    .product.info.detailed .product.data.items .item.content {
        background: #ffffff;
        margin-top: 0px;
        padding: 15px 0px 15px 0px;
        border: none;
        /*margin-left: 0px;*/
    }
    .product-info-main .pot-detailhead h3 {
        text-transform: none;
        font-size: 28px;
        margin: 25px 0px 0px 0px;
    }
    .product-info-main .um-socialshare a span {
        width: 50px !important;
        height: 50px !important;
    }
    .product-info-main .um-socialshare a span svg {
        width: 100% !important;
        height: 50px !important;
    }
    .product-info-main .whatsapp.w3-whatsapp-btn {
        margin-left: 5px;
        height: 18px;
        width: 18px;
    }
    .product-info-main .w3-whatsapp-btn {
        border: 1px solid rgba(0, 0, 0, 0.1);
        display: inline-block !important;
        position: relative;
        font-family: Arial, sans-serif;
        letter-spacing: .4px;
        cursor: pointer;
        font-weight: 400;
        text-transform: none;
        color: #fff;
        border-radius: 2px;
        background-repeat: no-repeat;
        line-height: 1.2;
        text-decoration: none;
        text-align: left;
        background-position: 3px 0px !important;
        background-size: 46px !important;
    }
}

@media screen and (max-width: 767px) {
    .nav-sections {
        -webkit-overflow-scrolling: touch;
        -webkit-transition: left 0.3s;
        -moz-transition: left 0.3s;
        -ms-transition: left 0.3s;
        transition: 0.3s;
        height: 100%;
        left: -80%;
        left: calc(-1 * (100% - 0px));
        overflow: auto;
        position: fixed;
        top: 0;
        width: 80%;
        width: calc(100% - 0px);
        z-index: 9;
    }
    .logo {
        float: none;
        margin: 0 auto;
        max-width: 50%;
        position: relative;
        z-index: 9992;
        top: auto;
        display: inline-block;
    }
    .nav-open .page-wrapper {
        left: 80%;
        left: 0px;
    }
    .nav-toggle {
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
        display: block;
        font-size: 0;
        left: auto;
        position: absolute;
        top: 11px;
        z-index: 999;
        right: 10px;
    }
   
    .nav-before-open.nav-open .nav-toggle::before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 28px;
        line-height: inherit;
        color: #757575;
        content: '\e616' !important;
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .nav-open .nav-toggle::after {
        background: rgba(0, 0, 0, 0.7);
        content: '';
        display: none;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    .nav-sections {
        background: #fff;
    }
    .navigation .level0 {
        border-top: 1px solid #a2a2a2;
        font-size: 1.6rem;
        background: white;
        line-height: 44px;
    }
    .navigation .level0.active>a:not(.ui-state-active) span:not(.ui-menu-icon), .navigation .level0.has-active>a:not(.ui-state-active) span:not(.ui-menu-icon) {
        margin-left: 0px;
        color: #575776;
    }
    .navigation li.level0:last-child {
        border-bottom: 1px solid #a2a2a2;
    }
    .navigation .submenu:not(:first-child)>li>a, .ui-menu-item.all-category a {
        padding-left: 90px !important;
        border-bottom: 1px solid #a2a2a2 !important;
    }
    .navigation ul .level0.submenu .ui-menu-item img {
        width: 35px;
        float: left;
        height: 35px;
        left: 40px;
        top: 12px;
        position: absolute;
    }
    .navigation .submenu>li {
        word-wrap: break-word;
        position: relative;
    }
    .navigation .level0.active>a:not(.ui-state-active), .navigation .level0.has-active>a:not(.ui-state-active) {
        border-color: #1bb1e0;
        border-style: solid;
        border-width: 0 0 0 0px;
        color: #333;
    }
    .nav-sections .header.links a, .nav-sections .header.links a:hover {
        color: #575757;
        text-decoration: none;
        display: block;
        font-weight: 700;
        padding: .8rem 20px;
        line-height: 35px;
    }
    .header-rightcontent {
        display: none;
    }
    .header.content {
        padding-top: 10px;
        position: relative;
        padding-bottom: 5px;
        text-align: center;
    }
    .nav-sections-item-content {
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        margin-top: 71px;
        width: 100%;
        padding: 0px 0px 20px 0px;
    }
    .nav-sections-item-title {
        background: #e3e3e3;
        border: solid #d7d7d7;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
        border-bottom-style: solid;
        border-bottom-color: rgb(215, 215, 215);
        border-width: 0 0 1px 1px;
        border-bottom-width: 1px;
        box-sizing: border-box;
        float: left;
        height: 71px;
        padding-top: 24px;
        text-align: center;
        width: 33.33%;
        display: block;
    }
    .navigation .submenu:not(:first-child) {
        font-weight: 400;
        line-height: 1.3;
        left: auto !important;
        overflow-x: hidden;
        padding: 0;
        position: fixed;
        top: 70px !important;
        transition: left 3s ease-out;
        width: 100%;
        z-index: 99;
        transform: translate(100%, 0%);
        transition: 0.5s;
        overflow-y: scroll;
        height: calc(100% - 54px);
    }
    .navigation .submenu:not(:first-child) .active>a {
        border-color: #ff5501;
        border-bottom-color: rgb(255, 85, 1);
        border-style: solid;
        border-bottom-style: solid;
        border-width: 0 0 0 0px;
        border-bottom-width: 0px;
        color: #333333;
        padding-left: 7px;
    }
    .level0.submenu.ui-menu.ui-widget.ui-widget-content.ui-corner-all.responsive-child-active {
        transform: translate(0%, 0%);

    }
    .navigation .parent .level-top::after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 30px;
        line-height: inherit;
        color: inherit;
        content: '\e608';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .navigation .level0.active .all-category .ui-state-focus {
        border-color: #ff5501;
        border-bottom-color: rgb(255, 85, 1);
        border-style: solid;
        border-bottom-style: solid;
        border-width: 0 0 0 0px;
        border-bottom-width: 0px;
        color: #333;
        padding-left: 7px;
        display: inline-block;
    }
    .back_responsive::before {
        -moz-osx-font-smoothing: grayscale;
        font-size: 30px;
        line-height: 30px;
        color: inherit;
        content: '\e617';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: 300;
        overflow: hidden;
        text-align: center;
        display: inline-block;
        width: 25px;
        margin-right: 10px;
        position: absolute;
        left: 5px;
        top: 15px;
    }
    .level0.submenu a {
        position: relative;
        width: 100%;
        padding-left: 35px;
        line-height: 40px;
        font-size: 20px;
    }
    .level0.submenu a.back_responsive {
        position: relative;
        width: 100%;
        padding-left: 40px;
        line-height: 41px;
        font-size: 20px;
        background: #1bb1e0;
        color: #fff;
    }
    .conditions-privacy h2{
        font-size: 2.6rem;
    }
}

@media screen and (max-width:767px) {
    #home_categ_form .fieldset .field {
        margin: 0px 0px 20px 0px !important;
        text-align: left;
        float: none;
        position: relative;
    }
    #home_categ_form .fieldset {
        display: inline-block;
        float: left;
        margin-bottom: 0px;
        width: 100%;
    }
    #home_categ_form .field #pot_name {
        width: 100%;
    }
    #home_categ_form .field.select_category .control {
        width: 100%;
    }
    .category_subcategory_pot_inner {
        max-height: 230px;
        overflow-y: scroll;
    }
    .category_subcategory_pot {
        width: auto;
        border: 4px solid #1bb1e0;
        background: #fff;
        position: absolute;
        top: 78px;
        right: 0px;
        padding: 15px 7px 15px 7px;
        z-index: 9;
        bottom: auto;
    }
    .category_subcategory_pot::before {
        background: transparent;
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        right: 10px;
        bottom: auto;
        border: 20px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
        border-color: transparent transparent #1bb1e0 transparent;
        top: -41px;
    }
    .category_subcategory_pot::after {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        right: 15px;
        bottom: auto;
        border: 15px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
        border-color: transparent transparent #fff transparent;
        top: -30px;
    }
    .category_subcategory_outer {
        display: inline-block;
        margin-right: 0px;
        width: 100%;
        float: left;
    }
    #home_categ_form .field input, #home_categ_form .field select {
        width: 100% !important;
        max-width: 600px;
        height: 50px !important;
        background: #fff !important;
        line-height: 50px;
    }
    .category_subcategory_outer ul li a span {
        width: 200px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .copyright{
        text-align: center;
    }
    .copyright .footer_social_share a {
        display: inline-block;
        float: unset;
        padding: 0;
    }
    span.footer_social_share {
        display: inline-block;
        margin: 10px auto;
    }
    span.footer_social_share {
        display: none;
    }
    small.copyright span:first-child{
        padding-top: 20px !important;
        display: inline-block;
        padding-bottom: 20px;
    }

    .product-item .product-item-info .product-image-container {
        width: 100% !important;
    }

}

@media screen and (max-width:480px) {
    .page-products.page-layout-1column .products-grid .product-item {
        width: 100% !important;
        padding: 0px 15px;
        margin-bottom: 30px;
    }
    .form .wizard>.steps {
        position: relative;
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .form .wizard .steps ul>li {
        width: 34px !important;
        height: 34px;
        margin: 0px 4px;
    }
    .form .wizard .steps ul li a .number {
        width: 100%;
        text-align: center;
        display: table;
        line-height: 35px;
        font-size: 15px;
    }
    .product-pot-amount span.right-limit {
        float: left;
        color: #9f9f9f;
        font-weight: 600;
    }
    .pot-currency-mode {
        background: #e6e6e6;
        color: #666;
        padding-left: 10px;
        padding-right: 14px;
        text-align: center;
        height: auto;
        position: absolute;
        font-size: 18px;
        line-height: 60px;
        border-radius: 4px;
        border: 1px solid #CCCCCC;
        height: 97%;
    }
    #pot_donate_amount {
        padding: 0px 70px 0px 76px;
        font-size: 20px;
        height: 60px !important;
    }
    .mypot-innerwrap .product-items {
        padding-left: 0px !important;
    }
    .mypot-innerwrap .product-items li {
        float: left;
        width: 100%;
        list-style: none;
        padding: 0px 0px 0px 0px;
    }
    .page-footer .inner_wrap {
        margin: 0px auto;
        display: inline-block;
        padding: 0px 0px;
        padding-bottom: 10px;
        width: 100%;
        text-align: left;
    }
    .page-footer .newsletter_title {
        margin-top: 10px;
    }
    .page-footer .inner_wrap p {
        padding: 0 30px 0 50px;
    }
    .row.is-flex.footer-links {
        max-width: 100%;
        display: inline-block;
        padding: 0 15px 20px;
        width: 100%;
        box-sizing: border-box;
    }
    .page-footer .content{
        padding: 0;
    }
    .page-footer .footer-col::before {
        content: '';
        width: 1px;
        background: #7d7d7d;
        min-height: 245px;
        display: none !important;
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .page-footer .block.newsletter {
        max-width: 100% !important;
        margin-bottom: 0px;
        padding: 0px 0px;
        display: inline-block;
    }
    .footer_Newsletter .inner_wrap {
        padding-bottom: 10px !important;
    }
}

.homepage_why_crowdfunding_wrapper {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 100%;
}

.parallax-mirror {
    overflow: visible !important;
}

.homepage_why_crowdfunding_wrapper h3 {
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin: 0 0 45px 0;
}

.parallax-window {
    padding: 40px 0 60px 0;
    height: 473px;
    box-sizing: border-box;
}

.parrlex-container {
    max-width: 1280px;
    display: table;
    margin: 0 auto;
}

.width-30-per {
    float: left;
    width: 33.33%;
    padding: 0 60px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.cms-home .page-footer {
    margin-top: 0;
}

h4.parlec-head-title {
    font-size: 28px;
}

.homepage_why_crowdfunding_wrapper p {
    font-size: 18px;
    line-height: 35px;
}

.footer_payment_img {
    transform: translateY(80px);
}
i.fas.fa-clock {
    margin-right: 5px;
}
.pot-create-index .page-title-wrapper {
    margin-top: 40px;
}
.category_subcategory_pot.show{
    opacity: 1;
    visibility: visible;
    bottom: 75px;
}
@media screen and (max-width:767px) {

    .cms-home .nav-toggle:before {
        color: #fff;
      }
      .cms-home .sticky .nav-toggle:before {
        color: #757575;
      }
    .width-30-per {
        width: 100%;
        margin-bottom: 20px;
    }
    .width-30-per:last-child{
        margin-bottom: 0;
    }
    .footer_payment_img {
        transform: translateY(0px);
        margin-top: 20px;
    }
    #home_categ_form .actions-toolbar .primary .submit{
        margin: 0;
    }
    #home_categ_form .field #select_category{
        display: none;
    }
    #select_category_responsive{
        display: block;
        font-size: 14px;
        padding-left: 10px;
        box-sizing: border-box;
    }
    .category_image_home{
        top: 50%;
        left: 0;
        transform: translate(-50% , -50%);
    }
    .navigation ul .level0.submenu .ui-menu-item .category_image_home img{
        top: 0;
        padding: 0;
    }
    #homepage_category_responsive .submenu:not(:first-child){
        top: 54px !important;
    }
    .pot_donation_container .pot_donation_details, .pot_donation_container .pot_donation_form{
        max-width: unset;
        padding: 0;
    }
}
@media screen and (max-width:480px) {
    .homepage_carousel_wrapper .block-content{
        padding-bottom: 40px;
    }
    .homepage_carousel_wrapper h2 {
        text-align: center;
        padding: 0;
        border-bottom: 0;
    }
    .customNavigation {
        position: absolute;
        right: unset;
        top: unset;
        text-align: center;
        bottom: 13px;
        transform: translateX(-50%);
        left: 50%;
    }
    .homepage_div_first_wrap{
        min-height: 620px;
        display: flex;
        align-items: center;
    }
    .homepage_div_text_form_wrap{
        bottom: unset;
    }
    #home_categ_form{
        width: 100%;
        box-sizing: border-box;
    }
    #home_categ_form .actions-toolbar{
        max-width: 100%;
        width: 100%;
    }
    #home_categ_form .actions-toolbar .primary .submit {
        border-radius: 50px;
    }
    .toggle-footer-1 {
        background-image: url(../images/about-icon.jpg), url(../images/down-arrrow.jpg);
        background-repeat: no-repeat;
        background-position: left center, right center;
        background-size: 40px auto, 22px auto;
    }
    .toggle-footer-2{
        background-image: url(../images/learn-more-icon.jpg), url(../images/down-arrrow.jpg);
        background-repeat: no-repeat;
        background-position: left center, right center;
        background-size: 40px auto, 22px auto;
    }
    .toggle-footer-3 {
        background-image: url(../images/contact-icon.jpg), url(../images/down-arrrow.jpg);
        background-repeat: no-repeat;
        background-position: left center, right center;
        background-size: 40px auto, 22px auto;
    }
    span.col1-footer, span.col2-footer, span.col3-footer {
        display: none;
    }
    .page-footer .footer-col .inner_wrap .toggle-footer-1 + span, .page-footer .footer-col .inner_wrap .toggle-footer-2 + span, .page-footer .footer-col .inner_wrap .toggle-footer-3 + span{
        margin-top: 10px;
    }
    .page-footer .footer-col .inner_wrap .toggle-footer-1, .page-footer .footer-col .inner_wrap .toggle-footer-2, .page-footer .footer-col .inner_wrap .toggle-footer-3 {
        margin-bottom: 0;
        text-align: left;
        line-height: 50px;
    }
    .page-footer .footer-col .inner_wrap .toggle-footer-1 strong, .page-footer .footer-col .inner_wrap .toggle-footer-2 strong, .page-footer .footer-col .inner_wrap .toggle-footer-3 strong {
        text-transform: capitalize;
        font-weight: 600;
        font-size: 18px !important;
    }
    .copyright {
        padding: 0 15px;
        background: #f4f4f4;
    }
    small.copyright span:first-child {
        padding: 30px 0 !important;
        border-top: 1px solid #000;
    }
}

.homepage_div_text_form_wrap nav.navigation #homepage_category_responsive {
    position: fixed;
    left: 100%;
    right: 0;
    top: 0;
    border: 0;
    background: #fff;
    height: 100%;
    width: 100%;
    opacity: 1;
    visibility: hidden;
    z-index:  999;
}
.homepage_div_text_form_wrap nav.navigation #homepage_category_responsive.active{
    visibility: visible;
    left: 0;
}
span.close_homepage_category_responsive {
    height: 53px;
    line-height: 53px;
    display: block;
    text-align: right;
    padding-right: 20px;
    font-size: 26px;
}
.select_category_open {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.nav-open strong.logo {
    visibility: hidden;
    opacity: 0;
}
.pot-ajax_product-view.page-layout-1column .product.media .md-gallery-placeholder-box {
    min-height: unset;
    padding-bottom: 70px; 
}
.quick-action-container {
    

}
.conditions-privacy {
    display: block;
    width: 100%;
    height: 100%;
    background: #fafafa;
    border: 1px solid #cccbcb;
    padding: 0px;
    margin: 0px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.conditions-privacy ul {
    list-style: none;
    padding: 0px;
    margin-top: 10px;
    display: inline-block;
    float: left;
    width: 22%;
        -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.conditions-privacy ul li {
    float: left;
    display: inline;
    padding: 0 0 0 0px;
    margin: 0px;
    width: 100%;
}
.conditions-privacy ul li a {
    line-height: 42px;
    padding-left: 22px;
    margin: 0px;
    display: block;
    color:#0eb1e6;
}
.conditions-privacy ul li a:hover {
    color: #ea555c;
    border-left: 4px solid #ea555c;
    background-color: #fff;
    padding-left: 18px;
}

.conditions-privacy .activelink {
    color: #ea555c;
    border-left: 4px solid #ea555c;
    background-color: #fff;
    padding-left: 18px;

}

.conditions-privacy #container {
    width: 78%;
    background: #fff;
    padding: 24px 37px 20px 35px;
    margin: 0px;
    float: right;
    border-left: 1px solid #d1d1d1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.conditions-privacy .list {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    display: block;
}

#container .hide {
    display: none;
}
#container .active {
    display: block;
}

.unique-termscondns {
    color: #030303;
}
.unique-termscondns p, .unique_privacy_content_class p, .unique_cookie_content p {
    padding-left: 30px;
    display: inline-block;
    line-height: 23px;
    font-size: 15px;
    width: 100%;
    margin-bottom: inherit;
    padding: 5px 0 5px 0;
}
.unique-termscondns ul, .unique_privacy_content_class ul, .unique_cookie_content ul {
    float: left;
    padding: 0px 0 15px 50px;
    margin: 0px;
    display: block;
    width: auto;
}
.unique-termscondns ul li, .unique_privacy_content_class ul li, .unique_cookie_content ul li {
    padding: 5px 0 5px 5px;
    margin: 0px;
    list-style-type: circle;
    display: list-item;
    line-height: 24px;
}
.unique-termscondns span, .unique_privacy_content_class span, .unique_cookie_content span {
    font-size: 15px;
    color: #010101;
    font-weight: 700;
    width: 100%;
    display: block;
    float: left;
    padding: 10px 0 10px 0px;
    margin: 0px;
}

.cookies-table {
    width: 100%;
    float: left;
    display: block;
    padding: 0;
    margin: 30px 0 30px 0px;
    border: 1px solid #ececec;
}
.cookies-table table {
    border: 1px solid #adadad;
}
.cookies-table tr {
    border-bottom: 1px solid #adadad;
}

td.table-unique-cookie {
    padding: 0 0 0 20px;
    margin: 0px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #adadad;
    background: #ececec;
    width: 200px;
}
td.td-unique-cookie {
    padding: 15px 0 15px 20px;
    margin: 0px;
    vertical-align: middle;
    border-right: 1px solid #adadad;
    line-height: 23px;
}
.pot-checkout-term {
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .conditions-privacy ul {
        width: 100%;
        margin: 0;
    }
    .conditions-privacy #container {
        width: 100%;
        border-left: none;
        border-top: 1px solid #d1d1d1;
    }
}
    .loader_home {
        position:  fixed;
        top:  0;
        bottom:  0;
        left:  0;
        right:  0;
        width:  100%;
        height: 100%;
        display: block;
        z-index: 9999999999999;
        background-image:url('../images/cf-loader.svg');
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #fff;

    }

        .steps, .tooltip-icon {
        pointer-events: none; 
    }

    .section-wrapper {
        display: none;
    }
    .section-wrapper-show {
        display: block;
    }
    .payment-step h3,
    .payment-step h4 {
        margin: 0;
    }

    .payment-step h3 {
        margin-bottom: 8px;
    }

    .upload-btn-wrapper {
        position: relative;
        overflow: hidden;
        display: inline-block;
    }

    .upload-btn-wrapper label.error {
        font-weight: bold !important;
        margin-left: 0 !important;
        display: block !important;
        font-size: 10px !important;
    }

    .btn {
        border: 1px solid gray;
        color: gray;
        background-color: white;
        padding: 4px 10px;
        border-radius: 5px;
        font-size: 13px;

    }

    .upload-btn-wrapper input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

    .upload-doc-name-wrapper {

    }

    .file-name-wrapper {
        font-size: 11px;
    }

    .field-inner-wrapper {
        background-color: #ebf9fc;
        padding: 15px 15px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        margin: 10px 0;

    }
    .field-inner-wrapper .field {

    }
    .wizard > .content > .body .field-inner-wrapper .field label    {
        font-weight: 700;
    }


    .document-fields {
        margin-bottom: 40px;
    }

    .bank-account-fields .field-inner-wrapper {
        display: block;
    }

    .field-inner-wrapper.or {
        background: none;
        text-align: center;
        font-weight: bold;
        display: block;
        font-size: 16px;
        margin: 0;
        padding: 0;
    }
.field-inner-wrapper label.error {

}
.field-inner-wrapper .control label.error {

}
.terms-and-conditions label.error {

}
.field-inner-wrapper .input-file-wrapper .error{

    position: absolute !important;
}
    .field-label-info {
        font-size: 11px;
        margin-right: 10px;
    }

    .control-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        flex-grow: 1;
        -webkit-flex-grow: 1;
    }

    .document-title {
        font-size: 13px;
    }

    .document-sub-title {

    }

    .accept-file-format {
        font-style: italic;
    }

    .field-file-upload-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        margin-right: 5px;

    }

    .field-file-upload-wrapper:last-child {
        margin-right: 0;
    }

    .upload-doc-img-preview-wrapper {
        border: 1px solid #dadada;
        padding: 5px;
        width: 70px;
        margin-right: 10px;
        background-color: #fff;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .upload-doc-img-preview-wrapper div {
        align-self: center;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        text-align: center;
    }

    .upload-doc-wrapper {

    }

    .upload-doc-name-wrapper {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .upload-file-wrapper {
        font-size: 10px;
        margin-top: 3px;
    }

    .terms-and-conditions input {
        height: auto !important;
    }

/*    body #create_pot_form label.label.terms-label {
        font-weight: normal;
        f*/ont-size: inherit;
    }

.input-file-wrapper .inputfile{
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    max-width: 130px;
}
.input-file-wrapper .inputfile + label {
    max-width: 80%;
    font-size: 11px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
}
.input-file-wrapper .inputfile + label * {
    pointer-events: none;
}
.input-file-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 15px;
    margin-left: 0 !important;
}
.input-file-wrapper label.error{
        display: inline-block;
    position: absolute;
    left: 0;
    margin: 0;
    font-size: 11px;
    top: auto;
    font-weight: bold;
    bottom:-10px !important;
    margin-left: 0 !important
}
.terms-and-conditions .terms-label {
    vertical-align: top;
    max-width: 450px;
}

.file-name {
    font-size: 12px;
    overflow: hidden;
    height: 17px;
}
.uploaded-file-name {
    display: block;
}


@media screen and (max-width: 767px) {
.field-inner-wrapper {
    display: block;
}
.control-wrapper {
    display: block;
}
.field-file-upload-wrapper {
    margin-top: 20px;
    flex-wrap: wrap;
    text-align: center; 
}
.upload-doc-img-preview-wrapper {
    width:100%;
    margin: 0 0 5px 0;
}
.wizard > .content > .body .input-file-wrapper label {
    max-width: 100%;
    display: block;
}
}
