.custom-modal-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 99;
}
.custom-modal-close svg {
    width: 30px;
    height: 30px;
    display: flex;
    pointer-events: none;
}
.custom-modal-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    overflow-x: hidden;
    overflow-y: auto;
    transition: opacity .15s linear
}

.custom-modal {
    display: none;
    position: relative;
    z-index: 999999999;
    margin: 0!important;
    transition: opacity .15s linear;
    border-radius: 5px;
    box-shadow: 0 3px 39px #0000005c;
    max-width: 95%;
    width: 800px;
    margin: 1.75rem auto!important
}

.custom-modal .row-bg-wrap {
    border-radius: 5px;
    overflow: hidden
}
.custom-modal-body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    padding: 10%;
}
.custom-modal-wrapper:not(.show),.custom-modal-wrapper:not(.show) .custom-modal {
    opacity: 0
}

.custom-modal-wrapper.show {
    justify-content: center;
    align-items: center;
    display: flex!important;
    padding: 1.75rem;
    flex-wrap: wrap;
    opacity: 1!important
}

.custom-modal-wrapper.show .custom-modal {
    display: block!important;
    opacity: 1!important
}

.custom-modal-open {
    overflow: hidden!important
}

.custom-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(0 0 0 / 70%);
    z-index: 0
}
#ppp_popup, #ppp_checkout_msg {
    width: 650px;
}
#ppp_popup .modal_title,  #ppp_checkout_msg .modal_title{
    color: #256d7b;
    font-weight: 200;
    font-size: 22px;
    padding: 0;
    margin: 0;
    line-height: 1.2;
}
.modal_subtitle {
    margin-bottom: 2em;
    padding: 0;
    font-size: 13.5px;
    font-weight: 500 !important;
    line-height: 1.5;
}
#ppp_checkout_msg .modal_title {
    margin-bottom: 20px;
}
#ppp_checkout_msg .custom-modal-close {
    display: none;
}
.ppp-radio-group {
  text-align: center;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.ppp-radio-group:after {
  content: ' ';
  display: table;
  clear: both;
}
.ppp-radio-group .ppp-radio-btn {
  margin-right: 0;
  display: inline-block;
  float: left;
  width: auto;
  flex-grow: 1
}
.ppp-radio-group .ppp-radio-btn:first-of-type input[type="radio"] ~ label{
  border-top-left-radius:.25rem;
  border-bottom-left-radius:.25rem;
}
.ppp-radio-group .ppp-radio-btn:last-of-type input[type="radio"] ~ label{
  margin-right: 0;
  border-top-right-radius:.25rem;
  border-bottom-right-radius:.25rem;
}
.ppp-radio-group .ppp-radio-btn:not(:first-of-type) input[type="radio"] ~ label{
    border-left: 1px solid #ced4da;
}
.ppp-radio-group .ppp-radio-btn input {
  display: none;
}
.ppp-radio-group .ppp-radio-btn input[type="radio"] ~ label {
    background: #f1f1f1;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .9rem;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
}
.ppp-radio-group .ppp-radio-btn input[type="radio"]:checked ~ label {
    color: #fff;
    background-color: #256D7B;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    line-height: 1.5;
    /* border-radius: .25rem; */
}
.ppp-radio-group .ppp-radio-btn label {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  color: #616470;
  height: 43px;
  width: 157px;
  line-height: 43px;
  transition: color .3s ease;
  cursor: pointer;
  user-select: none;
}
.ppp-radio-group .ppp-radio-btn label:hover {
  background-color: rgba(43, 171, 225, 0.12);
}

.ppp-field {
    margin-bottom: 40px;
}

.ppp-field-label {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.5px;
    display: block;
    width: 100%;
}

.ppp-field.center{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ppp-field.left{
  display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    text-align: left;
}

.ui-widget-header {
    background: #256d7b !important;
    color: #fff !important;
}

.ui-widget-header a {
    color: #fff !important;
}

.ui-datepicker {
    border: unset;
    border-radius: 6px;
    overflow: hidden;
}

.ui-datepicker .ui-datepicker-prev {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ui-datepicker .ui-datepicker-next {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ui-datepicker .ui-datepicker-next:before {
    margin-left: -0.4em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #256d7b8c;
    color: #333;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #256d7b !important;
    color: #fff !important;
}
.ppp-field .select2.select2-container {
    width: 100% !important;
}
.ppp-field input[type="color"],
.ppp-field input[type="date"],
.ppp-field input[type="datetime-local"],
.ppp-field input[type="datetime"],
.ppp-field input[type="email"],
.ppp-field input[type="month"],
.ppp-field input[type="number"],
.ppp-field input[type="password"],
.ppp-field input[type="range"],
.ppp-field input[type="search"],
.ppp-field input[type="tel"],
.ppp-field input[type="text"],
.ppp-field input[type="time"],
.ppp-field input[type="url"],
.ppp-field input[type="week"],
.select2-container--default .select2-selection--single,
.ppp-field select,
.ppp-field textarea,
.ppp-field .wp-color-result {
  background-color: #f1f1f1 !important;
  border: 1px solid transparent !important;
  height: 50px !important;
  margin: 0;
  padding: 10px 15px;
  line-height: normal;
  border-radius: 3px !important;
  font-size: 14px;
  letter-spacing: 0.5px;
  width: 100%;
  color: #616470;
  max-width: 100%;
  box-shadow: unset !important;
}
.ppp-select,.ppp-select2-container{
    width: 100% !important;
}
.ppp-select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #256D7B;
    border: 1px solid #256D7B;
    color: #fff;
}
.ppp-select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
}
.ppp-select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}
.ppp-select2-container .select2-search--inline .select2-search__field {
    height: auto !important;
    margin-bottom: 0;
}
.ppp-select2-container .select2-search--inline {
    margin-bottom: 0;
}
.ppp-select2-container .select2-selection--multiple {
    display: flex;
}
.select2-container--default .select2-selection--multiple {
    padding: 0 !important;
    border: 1px solid transparent !important;
    max-height: 50px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border: 1px solid transparent !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex !important;
    height: 50px !important;
    flex-wrap: wrap;
    margin: 0;
    align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #256D7B !important;
    color: #fff !important;
    border-color: #256D7B !important;
    padding-right: 5px !important;
}

li.select2-search.select2-search--inline {
    margin: 0;
    margin-left: 5px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    height: auto !important;
    margin: 0;
    border: unset !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
    border-color: transparent !important;
}
.select2-results__option[data-selected="true"] {
    background: #256D7B !important;
    color: #fff !important;
}

.select2-results__option {
    padding: 10px !important;
    margin: 0;
    border-bottom: 1px solid #e7e7e7;
    font-size: 14px;
}
.ppp-field .select2-container{
    flex: 1;
}
.select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    padding-right: 30px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%);
    right: 10px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-left: 0 !important;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border: 1px solid #aaa !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #256D7B !important;
    color: white !important;
}
.ppp-cart-msg-error{
    color: red;
    font-size: 12px;
}
#ppp_filter_button, #ppp_verify_button {
    color: #fff;
    background: var(--color-piparela);
    border-radius: .25rem !important;
    border: unset;
    background-color: #256D7B;
    padding: 0.75rem 1.75rem;
    font-size: 1rem;
    font-weight: 400;
    cursor: pointer;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #256d7b;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.nofilter .component_option_thumbnail_select{
  pointer-events: none !important;
}
#ppp_filter_loading{
  padding: 0 !important;
}
#ppp_loading2 .lds-roller {
    transform: scale(.5);
}
#ppp_popup_legal {
    padding: 0 !important;
    margin-top: 1.5em;
    font-size: 13px;
    line-height: 1.2;
}
#ppp_loading2 {
    display: flex;
    justify-content: center;
    align-items: center;
}
#ui-datepicker-div {
    width: 300px;
}
#ppp_shipping_postcode_msg, #ppp_error_msg {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    color: #F44336;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.msg-filter-checkout{
    font-size: 12px;
    font-style: italic;
}

.orddd_list_view_container>.list-view {
    border: solid 2px var(--color-piparela);
    color: var(--color-piparela) !important;
    border-radius: 4px;
}

.orddd_list_view_container>.list-view input[type="radio"] {
    opacity: 0 !important;
    position: absolute;
}

.orddd_list_view_container>.list-view>span {
    color: var(--color-piparela) !important;
}

.orddd_list_view_container>.list-view.selected {
    background-color: var(--color-piparela) !important;
    color: #fff !important;
}

.orddd_list_view_container>.list-view.selected>span {
    color: #fff !important;
}

#ppp_div_filter_header {
  border: solid 2px var(--color-piparela); 
  padding: 10px; 
  line-height: 15px; 
  cursor: pointer;
  border-radius: 12px;
  text-transform: uppercase;
  padding: 10px 12px !important;
  width: 220px !important;
  font-size: 15px;
}
#ppp_div_filter_header.filtered{
  background: #ddfff8;
  border-color: transparent !important;
  font-size: 14px;
}
.ppp_div_filter_header_mobile {
  display: none !important;
    border: solid 2px var(--color-piparela);
    line-height: 15px;
    cursor: pointer;
    border-radius: 12px;
    text-transform: uppercase;
    padding: 10px 12px !important;
    width: auto !important;
    font-size: 15px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}

.ppp_div_filter_header_mobile.filtered {
    background: #ddfff8;
    border-color: transparent !important;
}

.ppp-field .select2-container--default .select2-selection--single .select2-selection__rendered{
  height: auto !important;
  line-height: 28px !important;
}

.ppp-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ppp-buttons .ppp-button, .woocommerce-MyAccount-content .woocommerce-button {
    background: #256D7B!important;
    color: #fff;
    border: unset;
    box-shadow: unset !important;
    outline: unset !important;
    padding: 13px 24px;
    margin: 10px 10px;
    font-family: ABeeZee;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}

.ppp-buttons  .ppp-button:after, .woocommerce-MyAccount-content .woocommerce-button:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.25s ease;
    border-radius: 10px!important;
    -webkit-border-radius: 10px!important;
}

.ppp-buttons .ppp-button:hover:after, .woocommerce-MyAccount-content .woocommerce-button:hover:after {
    opacity: 0.1;
}
.woocommerce-MyAccount-content .woocommerce-button {
    padding: 13px 20px !important;
    margin: 5px 5px !important;
}
.woocommerce-MyAccount-content .woocommerce-order-details h2,.woocommerce-MyAccount-content .woocommerce-customer-details h2 {
    font-size: 30px;
}

.woocommerce-MyAccount-content .woocommerce-customer-details {
    display: none;
}
@media screen and (max-width: 999px) {
  .ppp_div_filter_header_mobile {
    display: block !important;
  }
}
@media screen and (max-width: 576px) {
  .ppp-radio-group .ppp-radio-btn {
    width: 100%;
  }

  .ppp-radio-group .ppp-radio-btn input[type="radio"] ~ label {
    margin-bottom: 5px;
    border: unset !important;
    border-radius: unset !important;
  }
}

/*FRONT Normal styles*/
.woocommerce-account button.woocommerce-Button.button {
    font-size: 1rem;
}
.nectar-shop-header .page-title {
    position: relative;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 1;
    text-align: center;
    font-weight: 500;
}

.nectar-shop-header .page-title:before {
    content: '';
    background: #256d7b;
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    z-index: -1;
}

body.search-results .container-wrap .main-content {
    padding-top: 0 !important;
}

.ppp-modal-general{
    display: flex;justify-content: center;align-items: center;
}
form.woocommerce-ResetPassword.lost_reset_password, .woocommerce-lost-password .woocommerce {
    max-width: 550px;
    width: 100%;
    float: none;
    margin: 0 auto;
    margin-top: 80px;
}
.woocommerce-lost-password .woocommerce form.woocommerce-ResetPassword.lost_reset_password {
    margin-top: 0 !important;
}
form.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row {
    width: 100%;
}

form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button {
    width: 100%;
}
/*FRONT Normal styles*/