﻿.MyLPs {
    color: #fff;
    position: relative;
    line-height: 1.2;
    font-weight: 500;
    background-color: #192435;
    overflow: hidden;
}

.MyLPs img {
    width: auto;
    max-width: 100%;
}

.MyLPs .btnCommon {
    font-size: 18px;
    font-weight: 700;
    color: #2d2d40;
    background-color: #ffc439;
    border-radius: 5px;
    padding: 15px 10px;
    display: block;
    transition: all linear .2s;
    display: flex;
    justify-content: center;
    max-width: 300px;
    margin: 10px auto;
    -webkit-box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, .15);
    box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, .15);
}

.MyLPs .btnCommon span {
    align-self: center;
}

.MyLPs .linkStretched {
    z-index: 5;
    overflow: hidden;
    display: block;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.submitBtn input {
    background-color: #ffc539;
    border-radius: 6px;
    font-size: 16px;
    padding: 16px 40px;
    border: none;
    font-weight: 700;
    cursor: pointer;
    transition: all linear 0.1s;
    color: #2b2c40;
    font-family: 'Proxima Nova', sans-serif !important;
    margin-bottom: 20px;
}

.submitBtn:hover {
    opacity: 0.8;
}

.MyLPs .clrRed {
    color: #d81c00;
}

.MyLPs .f14 {
    font-size: 14px;
    margin-bottom: 15px;
}

.MyLPs .f20 {
    font-size: 20px;
    margin-bottom: 15px;
}

.MyLPs .f22 {
    font-size: 20px;
}

.MyLPs .f24 {
    font-size: 24px;
    margin-bottom: 15px;
}

.MyLPs .f28 {
    font-size: 28px;
    margin-bottom: 10px;
}

.MyLPs .f24 {
    font-size: 24px;
    margin-bottom: 15px;
}

.MyLPs .f30 {
    font-size: 30px;
    margin-bottom: 15px;
}

.MyLPs .f32 {
    font-size: 32px;
    margin-bottom: 15px;
}

.MyLPs .f35 {
    font-size: 35px;
    margin-bottom: 15px;
}

.MyLPs .f38 {
    font-size: 38px;
    margin-bottom: 10px;
}

.MyLPs .f40 {
    font-size: 40px;
    margin-bottom: 10px;
}

.MyLPs .f45 {
    font-size: 45px;
    margin-bottom: 15px;
}

.MyLPs .w300 {
    font-weight: 300;
}

.MyLPs .w600 {
    font-weight: 600;
}

.MyLPs .w800 {
    font-weight: 800;
}

.MyLPs .margin_auto {
    margin: auto;
}

.MyLPs .form-wrapper {
    background-color: #101824;
    border: 10px solid #1d293c;
    border-radius: 42px;
    padding: 40px;
    position: relative;
    z-index: 1;
}

.MyLPs .form_header .gift_title {
    text-wrap: nowrap;
    color: #f35341;
    justify-content: center;
    display: flex;
    height: 0;
    width: auto;
}

.MyLPs .form_header .ribs_img {
    position: absolute;
    bottom: 40px;
    right: 15%;
}

.MyLPs .section_form .ketchup {
    position: absolute;
    top: 40%;
    left: 10px;
    z-index: 0;
}

.MyLPs .section_form .peper {
    position: absolute;
    top: 60%;
    right: 10px;
    z-index: 0;
}

@media(min-width:991px) {
    .form_wrapper_col {
        text-align: center;
    }

    .form_wrapper_pedia {
        max-width: 500px;
        width: 100%;
        margin-block: -10px 15px;
        display: flex;
        justify-content: space-between;
    }
}

.InputWrapper {
    margin-bottom: 10px;
}

.InputWrapper {
    margin-bottom: 25px;
}

.InputWrapper label {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1rem;
    display: block;
}

.InputWrapper input {
    width: 100%;
    max-width: 500px;
    padding: 20px 10px;
    border: none;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    font-family: 'Proxima Nova', sans-serif !important;
    border-radius: 8px;
    text-align: center;
}

.InputWrapper ::-webkit-input-placeholder {
    color: #ccc;
    opacity: 0;
}

.InputWrapper ::-moz-placeholder {
    color: #ccc;
    opacity: 0;
}

.InputWrapper :-ms-input-placeholder {
    color: #ccc;
    opacity: 0;
}

.InputWrapper :-moz-placeholder {
    color: #ccc;
    opacity: 0;
}

.FirstToKnow {
    font-size: 25px;
    line-height: 1.2;
    margin-block: 10px 20px;
}

.Gdpr {
    font-size: 15px;
    line-height: 25px;
}

.Gdpr a {
    color: #fff;
    font-weight: 700;
}

.CheckBoxesWrapper {
    margin-bottom: 10px;
}

.CheckBoxesWrapper input {
    float: left;
    width: 20px;
}

.CheckBoxesWrapper div:last-child {
    font-size: 18px;
    font-weight: 400;
    float: left;
    width: calc(100% - 40px);
    margin-top: -5px;
    padding-left: 10px;
}

.Remember {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 30px;
}

.disclaimer {
    margin-block: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.disclaimer img {
    margin-right: .4rem;
}

.SubmitInput input {
    color: #232538;
    background-color: #ffc539;
    border-radius: 8px;
    padding: 20px 30px;
    border: none;
    font-size: 18px;
    font-weight: 700;
    transition: all linear .1s;
    cursor: pointer;
    width: 300px;
    font-family: 'Proxima Nova', sans-serif !important;
    box-shadow: 0 5px 21px -4px rgba(0, 0, 0, .2);
}

.SubmitInput input:hover {
    opacity: .8;
}

.successPage {
    background: url('images/success_bg.jpg') center top no-repeat;
    background-size: cover;
    padding-block: 0 60px;
}

.categories_carousel_wrapper {
    margin: 50px auto;
}

.categories_carousel .products {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    position: relative;
}

.categories_carousel .products img {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
}

.categories_carousel .products .title {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 600;
    margin-block: 20px;
    color: #242637;
    height: 46px;
}

.categories_carousel .products div:last-child {
    background-color: #ffc439;
    text-align: center;
    padding: 15px 15px;
    font-size: 18px;
    color: #242637;
    border-radius: 4px;
    transition: all linear .1s;
    margin: auto 20px;
    justify-content: center;
}

.categories_carousel .products:hover div:last-child {
    opacity: .85;
}

.MyLPs .weber_logo_wrapper {
    position: absolute;
    right: 20px;
    top: 20px;

}

.MyLPs .weber_logo {
    width: 120px;
    height: auto;
}

.MyLPs .owl-nav {
    margin-top: 0;
}

.MyLPs .owl-nav button.owl-prev {
    transform: translateY(-50%) scale(-1);
}

.MyLPs .owl-nav button {
    position: absolute;
    top: 45%;
    left: -80px;
    width: 41px;
    height: 41px;
    border-radius: 50% !important;
    background: url(images/arrowSliderYel.svg) center center no-repeat !important;
    background-size: 100%;
    transform: translateY(-50%);
    transition: all linear 0.15s;
}

.MyLPs .owl-nav button.owl-next {
    left: unset;
    right: -80px;
}

.MyLPs .owl-nav button span {
    display: none;
}

.MyLPs .gift_container {
    background-color: #101824;
    border: 10px solid #1d293c;
    border-radius: 42px;
    padding: 40px;
    margin: 100px auto 30px;
}

.MyLPs .bbq_gift {
    position: absolute;
    top: -100px;
}

.MyLPs .gift_icon {
    margin: auto 10px;
}

.MyLPs .title_gift {
    color: #f35341;
}

.MyLPs .sticky_gift {
    background-color: #f35341;
    width: 250px;
    border-radius: 100px 0 0 100px;
    right: 0;
    position: fixed;
    bottom: 138px;
    right: 0;
    z-index: 1000;
    padding: 10px;
    align-items: center;
    cursor: pointer;
    opacity: 0;
}

.MyLPs .sticky_text {
    color: #101824;
}

.MyLPs .bbq2_logo {
    margin-bottom: 30px
}

.MyLPs .successPage .bbq_gift {
    width: 70px;
    height: auto;
}

.MyLPs .successPage .bbq_gift {
    position: absolute;
    top: -80px;
}

.MyLPs .successPage .gift_container {
    margin: 60px auto 30px;
}

.MyLPs .successPage .title_gift {
    color: #fff;
}

@media(max-width:1380px) {
    .MyLPs .f45 {
        font-size: 38px;
    }

    .MyLPs .f38 {
        font-size: 32px;
    }

    .MyLPs .f32 {
        font-size: 26px;
    }

    .MyLPs .f30 {
        font-size: 28px;
    }

    .MyLPs .f14 {
        font-size: 12px;
    }
}

@media(max-width:1200px) {

    .bbq_logo {
        max-width: 450px !important;
        width: 100% !important;
    }

    .successPage {
        background: url('images/success_bg.jpg') center top no-repeat;
        background-size: 130%;
    }
}

@media(max-width:991px) {
    .form_header {
        background-size: 27%, 27%;
        padding-block: 0;
    }

    .form_wrapper {
        background: url('images/form_bg_left_m.png') right 28% no-repeat, url('images/form_bg_right.png') right top no-repeat, url('images/form_bg_center.jpg') center top no-repeat;
        background-size: 35%, 40%, 90%;
        padding-block: 20px 60px;
    }

    .form_wrapper_pedia {
        display: flex;
        justify-content: space-between;
    }

    .MyLPs .bbq_logo {
        display: none;
    }
}

@media(max-width:768px) {
    .MyLPs .f16 {
        font-size: 14px;
    }

    .MyLPs .f18 {
        font-size: 16px;
    }

    .MyLPs .f24,
    .MyLPs .f22,
    .MyLPs .f26 {
        font-size: 20px;
    }

    .MyLPs .f28 {
        font-size: 21px;
    }

    .MyLPs .f30 {
        font-size: 22px;
    }

    .MyLPs .f32 {
        font-size: 24px;
    }

    .MyLPs .f35 {
        font-size: 26px;
    }

    .MyLPs .f38 {
        font-size: 28px;
    }

    .MyLPs .f40 {
        font-size: 30px;
    }

    .form_header .flexRow:first-of-type {
        justify-content: start !important;
    }

    .bbq_logo {
        width: 50% !important;
    }

    .form-wrapper {
        background: #c5cfcb url('images/form_bg_center-m.jpg') center top no-repeat;
        background-size: 768px;
        padding-block: 150px 100px;
    }

    .FirstToKnow {
        font-size: 20px;
        line-height: 1.2;
    }

    .weber_logo_wrapper {
        justify-content: center;
    }

    .MyLPs .weber_logo {
        width: 90px;
        height: auto;
    }

    .MyLPs .sticky_gift {
        display: none;
    }
}

@media(max-width:576px) {

    .MyLPs .f38 {
        font-size: 25px;
    }

    .MyLPs .f30 {
        font-size: 18px;
    }

    .MyLPs .f18 {
        font-size: 12px;
    }

    .MyLPs .ribs_img {
        display: none;
    }

    .MyLPs .form_header .mt-4 {
        margin-top: 0px !important;
    }

    .MyLPs .form_header .header_text {
        margin: 0px 20px 20px;
    }

    .MyLPs .bbq_arrow {
        width: 40px;
        height: 40px;
    }

    .MyLPs .f45 {
        font-size: 34px;
    }

    .MyLPs .f32 {
        font-size: 22px;
    }

    .MyLPs .form_header .gift_title {
        text-wrap: wrap;
        display: inline-block;
        height: auto;
        width: auto;
    }

    .form_wrapper_pedia {
        display: flex;
        justify-content: space-between;
    }

    .InputWrapper input {
        max-width: 100%;
        padding: 12px;
    }

    .CheckBoxesWrapper div:last-child {
        font-size: 15px;
        font-weight: 500;
        margin-top: 0;
    }

    .Gdpr {
        max-height: 190px;
        overflow-y: auto;
    }

    .successPage .weber_logo {
        max-width: 120px !important;
    }

    .successPage .bbq_logo {
        max-width: 300px !important;
    }

    .successPage .you_smile {
        max-width: 150px !important;
    }

    .MyLPs .owl-nav button {
        height: 30px;
        width: 30px;
        left: -40px;
    }

    .MyLPs .owl-nav button.owl-next {
        right: -40px;
    }

    .categories_carousel .products .title {
        font-size: 17px;
    }

    .categories_carousel .products div:last-child {
        font-size: 16px;
    }

    .MyLPs .form-wrapper .mb-5 {
        margin-bottom: 20px !important;
    }

    .MyLPs .form-wrapper {
        padding: 40px 20px;
    }

    .MyLPs .gift_container {
        padding: 40px 20px;
        margin: 60px auto 30px;
    }

    .MyLPs .bbq_gift {
        width: 60px;
        height: auto;
        top: -80px;
    }

    .categories_carousel_wrapper {
        margin: 30px auto;
    }
}

@media(max-width:400px) {
    .MyLPs .bbq1_img {
        margin: auto 0 auto auto;
    }
}