h1, h2,h3,h4,h5,h6 {
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif !important;
}

.widecolumn {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 70px 30px;
}
#gform_wrapper_1, #nova-login-form {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
#nova-login-form .page-title {
}

#gform_fields_1 {
    row-gap: 20px;
}
#gform_fields_1 .checkbox-link {
    font-weight: 600;
    text-decoration: underline;
}


#gform_wrapper_1 .gform_title {

    font-size: 1.75rem;
    font-weight: 500;
}

#gform_wrapper_1 .gfield--type-html:not(.terms-block) {
    color: #ff0000;
    /*padding: 0 12px;*/
}

@media screen and (max-width: 640px) {
    #gform_wrapper_1 .ginput_container_email input {
        width: 100%;
    }
}

#gform_wrapper_1 .gform-field-label--type-sub {
    font-size: 0px;
    margin: 0;
    padding: 0;
}

#gform_wrapper_1 input:not([type='checkbox']),
#gform_wrapper_1 select {
    border-color: rgb(0, 128, 0, 0.2);
    border-radius: 0px;
    height: 3rem;
    line-height: 3rem;
    padding: 0 0.75rem;
    font-size: 0.875rem;
}

#gform_wrapper_1 input:not([type='checkbox']):not([type=submit]):placeholder-shown {
    border-color: #D1D1D6;
}

#gform_wrapper_1 select:has(option[value=""]:checked) {
    box-shadow: 2px 2px 10px rgb(255, 0, 0, 0.2);
    border-color: #D1D1D6;
}



#gform_wrapper_1 input:hover, #gform_wrapper_1 input:focus,
#gform_wrapper_1 select:hover, #gform_wrapper_1 select:focus  {
    border-color:#000 ;
    outline-color: transparent;
}
#gform_wrapper_1 input:not([type='checkbox'])::placeholder{
    color: rgba(95,95,95,0.7);
    font-weight: 500;
    /*color: red;*/
}
#gform_wrapper_1 .gfield--type-signature div,
#gform_wrapper_1 .gfield_signature_image img{
    width: 100% !important;
}

#gform_wrapper_1 .gfield_signature_container canvas {
    cursor: default !important;
    width: 100% !important;
    height: 100%;
}

#gform_wrapper_1 #gform_ajax_spinner_1 {
    position: absolute !important;
    top: 50% !important;
    right: -30px !important;
    transform: translateY(-50%) !important;
    width: 20px;
    height: 20px;
    display: block;
    z-index: 10;
}

#gform_wrapper_1 .gform-footer {
    position: relative;
    width: fit-content;
    color: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-position: 0 100%, 0 0;
    background-repeat: no-repeat;
    background-clip: border-box;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    border-radius: 10px !important;
    transition: none;
    width: fit-content;
    background: linear-gradient(90deg, #3D99B2 1.92%, #413F66 43.75%, #2F1A21 100%);;
}

#gform_wrapper_1 .gform-footer:hover, .gform-footer:focus {
    color: #000;
    background: rgba(255, 255, 255, 0.3);
    transition: none;
}

#gform_wrapper_1 .gform-footer:hover .button, .gform-footer:focus .button {
    color: #000;
}

#gform_wrapper_1 .gform-footer:has(.button[disabled="disabled"])::before,
#gform_wrapper_1 .gform-footer:has(.button[disabled="disabled"])::after {
    content: none;
}
#gform_wrapper_1 .gform-footer::before {
    content: "";
    position: absolute;
    top: -1px; left: -1px; bottom: -1px; right: -1px;
    background: linear-gradient(90deg, #3D99B2 1.92%, #413F66 43.75%, #2F1A21 100%);
    z-index: -1;
    border-radius: 10px;
    padding: 1px;
    -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
}

#gform_wrapper_1 .gform_button.button {

    background: transparent;
    border: none;
    font-weight: 600;
}

#gform_confirmation_wrapper_1 .gform_confirmation_message {
    max-width: 1000px;
    font-weight: 500;
    margin: 20px auto 0;
    font-size: 24px;
}

.terms-accordion {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.terms-accordion summary {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    cursor: pointer;
    background-color: #f5f5f5;
    border-radius: 8px 8px 0 0;
    transition: background-color 0.3s ease;
    font-weight: bold;
}

.terms-accordion summary::after {
    content: '▶';
    margin-right: 10px;
    transition: transform 0.3s ease;
    transform: rotate(0deg);
}

.terms-accordion[open] summary::after {
    transform: rotate(90deg);
}

.terms-accordion summary:hover {
    background-color: #eee;
}

.terms-content {
    padding: 15px;
    border-top: 1px solid #ddd;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease-out, opacity 0.4s ease-out;
    overflow-y: auto;
}

.terms-accordion[open] .terms-content {
    max-height: 500px;
    opacity: 1;
}

.terms-accordion[open] summary {
    background-color: #e0e0e0;
    border-radius: 8px 8px 0 0;
}



.highlight {
    background-color: #3D99B2;
    font-weight: bold;
}

.woocommerce-lost-password .woocommerce>.woocommerce-ResetPassword {
    margin: 0 auto;
}

.nova-login-wrapper .form-row input {
    display: inline-block;
}

.wdp_table_outter  {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}


#discount-button-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.discount-btn {
    position: relative;
    color: #fff !important;
    background-size: 100% 100%;
    background-position: 0 100%, 0 0;
    background-repeat: no-repeat;
    background-clip: border-box;
    border: none !important;
    border-radius: 32px 0px 32px 0px !important;;
    transition: none !important;
    width: max-content;
    background: linear-gradient(90deg, #3D99B2 1.92%, #413F66 43.75%, #2F1A21 100%); !important;
    padding: 5px 10px;
    line-height: 1 !important;
}

.discount-btn:focus,
.discount-btn:hover {
    transition: none  !important;
    background: linear-gradient(90deg, #007396 1.92%, #373351 45.67%, #1E1218 90.87%) !important;
}

.widget_shopping_cart_content {
    display: flex;
    flex-direction: column;
}

.side-cart-fee-item {
    font-size: 13px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    color: #000000 !important;
    font-weight: 100 !important;
}

.side-cart-fee-item .woocommerce-Price-amount {
    font-weight: 100 !important;
}

#gform_wrapper_1 input.datepicker {
    width: 100%;
    cursor: auto;
}

#ui-datepicker-div {
    display: none;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    max-width: 100vw;
    z-index: 100 !important;
    padding: 20px 10px;
}

.ui-datepicker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    gap: 10px;
}
a.ui-datepicker-prev   {
    order: 1;

}

a.ui-datepicker-next   {
    order: 3;

    text-align: right;
}
div.ui-datepicker-title {
    order: 2;

}
table.ui-datepicker-calendar {
    font-size: 12px;
    margin-bottom: 0;
}

table.ui-datepicker-calendar tr th,
table.ui-datepicker-calendar tr td{
    padding: 5px;
    text-align: center;
}
table.ui-datepicker-calendar tr th.ui-state-disabled,
table.ui-datepicker-calendar tr td.ui-state-disabled {
    color: rgba(0,0,0,0.4);
}

.kitify ul.products.kitify-products__list li .product-item{
    display: grid;
    grid-template-areas:
        "thumb"
        "desc"
        "actions";
    grid-template-rows: auto auto auto;
    row-gap: 17px;
}
.kitify ul.products.kitify-products__list li .product-item .product-item__thumbnail{
display: contents;
}
.kitify ul.products.kitify-products__list li .product-item .product-item__thumbnail .product-item__thumbnail_overlay{
pointer-events: none;
}
.kitify ul.products.kitify-products__list li .product-item .product-item__thumbnail product-item-link{
opacity: 0;
}
.kitify ul.products.kitify-products__list li .product-item .product-item__thumbnail .product-item__description--top-actions{
grid-area: actions;
    position: static !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    min-width: unset;
}
.kitify ul.products.kitify-products__list li .product-item .product-item__thumbnail .product-item__description--top-actions{
width: 100%;
    text-align: center;
    min-width: 100%;
    max-width: unset;
}
.kitify ul.products.kitify-products__list li .product-item .product-item__description{
grid-area: desc;
margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.kitify ul.products.kitify-products__list li .product-item .product-item-link{
background-color: transparent;
}
.kitify ul.products.kitify-products__list li .product-item .product-item__thumbnail-placeholder a{
background-color: #ECEBEE  !important;
    border-radius: 28px 0 28px  !important;
}
.kitify ul.products.kitify-products__list li .product-item .product-item-link{
background-color: transparent !important;
border: 1px solid #ECEBEE !important;
    border-radius: 28px 0 0 0;
}
.product-acf .description_wrap{
    flex-direction: column;
}
.kitify ul.products.kitify-products__list li .product-item .product-item__description--top-actions .button{
margin: 3px 20px 20px 20px;
    width: 100%;
}

/*Omnisend*/

.omnisend-form-69b2de99f0c53278c959ac8b-section-6374ec98142fd3456c0fb30d {
    background: transparent !important;
    border-radius: 5px !important;
}

.omnisend-form-69b2de99f0c53278c959ac8b-section-6374ec98142fd3456c0fb30d-opacity-layer {
    background: transparent !important;
    border-radius: 5px !important;
}
input#omnisend-form-69b2de99f0c53278c959ac8b-field-container-62a3147776d81914aa87ed98-emailField-input.omnisend-form-69b2de99f0c53278c959ac8b-field-container-62a3147776d81914aa87ed98-input {
    border-radius: 5px 0 0 5px !important;
    font-family: Mundial, sans-serif !important;
    border: none !important;
    font-size: 16px !important;
    box-shadow: none !important;
    background: #fff !important;
    height: 50px;
}
.omnisend-form-69b2de99f0c53278c959ac8b-column-6374ec98142fd3456c0fb30f {
    flex-basis: calc(100% - 40px) !important;
}
.omnisend-form-69b2de99f0c53278c959ac8b-column-6374ec98142fd3456c0fb310 {
    flex-basis: 40px !important;
}
button#omnisend-form-69b2de99f0c53278c959ac8b-action-627932485028ebd8c6660c51.omnisend-form-69b2de99f0c53278c959ac8b-action-627932485028ebd8c6660c51 {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='18' viewBox='0 0 21 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.554 17.8181L10.0227 16.3068L16.3267 10.0028H0V7.81527H16.3267L10.0227 1.53118L11.554 -6.62804e-05L20.4631 8.90902L11.554 17.8181Z' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0px !important;
    width: 40px !important;
    height: 50px !important;
    padding: 0 !important;
    transition: background-position 0.3s linear;

}
button#omnisend-form-69b2de99f0c53278c959ac8b-action-627932485028ebd8c6660c51.omnisend-form-69b2de99f0c53278c959ac8b-action-627932485028ebd8c6660c51:hover {
    background-position: 100% center;
}

#omnisend-form-69b2de99f0c53278c959ac8b-field-container-62a3147776d81914aa87ed98-error {
    font-family: Mundial, sans-serif !important;
}

#omnisend-form-69b2de99f0c53278c959ac8b-promotional-form .omnisend-form-69b2de99f0c53278c959ac8b-text-62a313b876d81914aa87ed77 {
    font-family: Mundial, sans-serif !important;
}

/*Subscription form */

.cwginstock-subscribe-form .panel.panel-primary {
    border: none;
    box-shadow: none;
}

.cwginstock-subscribe-form .panel.panel-primary .col-md-12 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}

@media screen and (max-width: 600px) {
    .cwginstock-subscribe-form .panel.panel-primary .col-md-12 {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }

}

.cwginstock-subscribe-form .panel.panel-primary .row {
    justify-content: center;
}

.cwginstock-subscribe-form .panel.panel-primary .cwgstock_output {
    margin-top: 12px;
}

.cwginstock-subscribe-form .panel.panel-primary .form-group {
    margin: 0;
}


.cwginstock-subscribe-form .panel.panel-primary>.panel-heading {
    background: transparent;
    border: none;
}
.cwginstock-subscribe-form .panel.panel-primary>.panel-heading h4 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin: 0;
}

.cwginstock-subscribe-form .panel.panel-primary .form-group:has(input[type='email']) {
    flex: 1;
}
@media screen and (min-width: 601px) {
    .cwginstock-subscribe-form .panel.panel-primary .form-group:has(input[type='email']) {
        margin-right: 24px;
    }
}

.cwginstock-subscribe-form .panel.panel-primary .form-group input:not(.cwgstock_button) {
    color: #000000;
    margin: 0;
}

.cwginstock-subscribe-form .center-block:has(.cwgstock_button) {
    position: relative;
    color: #fff;
    background-position: 0 100%, 0 0;
    background-repeat: no-repeat;
    background-clip: border-box;
    background: linear-gradient(90deg, #3D99B2 1.92%, #413F66 43.75%, #2F1A21 100%);
    border: none !important;
    border-radius: 28px 0 28px 0 !important;
    transition: none;
    width: max-content;
    line-height: 1.625 !important;
    margin: 1px;
}

.cwginstock-subscribe-form .center-block:has(.cwgstock_button):hover,
.cwginstock-subscribe-form .center-block:has(.cwgstock_button):focus {
    color: #fff;
    transition: none;
    background: linear-gradient(90deg, #007396 1.92%, #373351 45.67%, #1E1218 90.87%);
}

.cwginstock-subscribe-form .center-block .cwgstock_button {
    background: transparent;
    border: none;
    color: #fff;
}

