.video-grid figure {
    width: 100% !important;
    margin: 0 !important;
}

/* --- Related to Header --- */

.mobile-nav-search {
    position: relative;
    margin-bottom: 20px;
}
.mobile-nav-search input {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    border: 0;
    box-shadow: none;
    padding: 8px 10px;
}
.mobile-nav-search input:focus {
    outline: none;
}
.mobile-nav-search svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: #8a8a8a !important;
}
.gift-button {
    right: 110px;
    position: fixed;
    top: 12px;
    padding: 8px 15px;
    border-radius: 10px;
    color: #1c3a34 !important;
    background-color: #fac541 !important;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    cursor: pointer;
    animation: bounce 1.2s ease-in-out 2;
}

@media screen and (max-width: 1024px) {
    .searchHeader {
        display: none !important;
    }
}
@media screen and (min-width: 1024px) {
    .mobile-nav-search {
        display: none;
    }
    .gift-button {
        top: 105px;
        right: 20px;
        font-size: 16px;
        padding: 9px 38px;
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}

/* -------------------------------- */


.woocommerce ul.products li.product .button {
    text-transform: initial !important;
    font-size: 20px !important;
}

.giftvoucher-template-steps .giftvoucher-step.active {
    background: #1c3a34 !important;
}

#slider-giftvoucher-template .layout-button {
    background: #1c3a34 !important;
}

#giftvoucher-template .prev-slider,
#giftvoucher-template .next-slider {
    background: #1c3a34 !important;
}

#voucher-template-name-step .number-step {
    background: #1c3a34 !important;
}

#giftvoucher-template .progress .progress-bar {
    background: #1c3a34 !important;
}

#giftvoucher-template-steps .giftvoucher-step.active .step-label,
.giftvoucher-template-steps .giftvoucher-step.passed {
    background: #1c3a34 !important;
}

.buying-options div.active {
    background: #c4d7d4 !important;
}

#giftvoucher-template #voucher-continue-step .next-button a {
    background: #1c3a34 !important;
}

#giftvoucher-template #voucher-continue-step .prev-button a {
    background: #1c3a34 !important;
}

#giftvoucher-template .slick-track .slick-slide div {
    height: 97% !important;
}

.wpgv_title_giftcard {
    text-align: center !important;
    color: #1c3a34 !important;
    display: block !important;
    width: 100% !important;
}

.wpforms-container ul li {
    list-style-type: none;
}

.wpforms-container input[type=radio] {
	list-style-type: none;
}

.wpforms-container .wpforms-field {
    list-style-type: none;
}

/* --- RULEMAILER FORM --- */


.rulemailer-subscriber-form {
    font-family: Faune, sans-serif;
    width: 312px;
}

.rulemailer-subscriber-form label {
    display: inline-block;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    color: #3F4752;
    font-size: 14px;
    margin-bottom: 8px;
}

.rulemailer-subscriber-form input {
    box-sizing: border-box;
    display: block;
    margin-bottom: 24px;
    width: 100%;
    border-radius: 8px;
    padding: 9px 12px;
    border: 1px solid #E7E9EE;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #0F0F1F;
}

.rulemailer-subscriber-form input:focus {
    outline: none;
    border-color: #3A36DB;
}

.rulemailer-subscriber-form input[type='checkbox'] {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

.rulemailer-subscriber-form button {
    display: block;
    width: 100%;
    margin-top: 20px;
    background: #3A36DB;
    color: #fff;
    line-height: 1.33;
    font-size: 14px;
    padding: 3px 16px;
    height: 40px;
    cursor: pointer;
    border-radius: 8px;
    border: 0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08), 0px 2px 5px rgba(0, 0, 0, 0.12), inset 0px -1px 1px rgba(0, 0, 0, 0.16);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
}

.rulemailer-subscriber-form button:hover {
    background: #295EFF;
    color: #fff;
}

.rulemailer-subscriber-form button:active {
    background: #211FAD;
    color: #fff;
}

.rulemailer-email-check {
    display: none !important;
}

/* --- RULEMAILER FORM END --- */