* {
    margin: unset;
    padding: unset;
    box-sizing: border-box;
}

:root {
    --bmain: #1E5BD0;
}

html {
    font-size: 20px;
}

h1 {
    font-size: 8em;
}

h2 {
    font-size: 2em;
}

h1,
h2,
h3,
h4,
h5 {
    text-transform: uppercase;
}

#mbf {
    position: relative;
}

#blueAccent {
    background-color: var(--bmain);
    width: 100%;
    height: 95%;
    position: absolute;
    bottom: 0;
    z-index: -2;
    clip-path: polygon(0 300px, 100% 0%, 100% 100%, 0% 100%);
}

#blackAccent {
    background-color: #000;
    width: 100%;
    height: 73%;
    position: absolute;
    bottom: 0;
    z-index: -1;
    clip-path: polygon(0 300px, 100% 0%, 100% 100%, 0% 100%);
}

#blackFridayLP p {
    margin: unset;
}

#blackFridayLP .space {
    justify-content: space-between;
    align-items: center;
}

#blackFridayLP .space .block {
    background-color: #D0351E;
    color: #FFF;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 25px;
    line-height: 1em;
    border-radius: 15px;
    font-size: 1.5em;
}

#blackFridayLP header {
    margin-bottom: 50px;
}

#blackFridayLP h1 {
    width: 600px;
    line-height: .85em;
    margin: unset;
    font-weight: 900;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #FFF;

}

#blackFridayLP .title {
    margin: 0 50px 0 0;
    width: 600px;
}

#blackFridayLP .deals {
    margin: 0 0 0 50px;
    width: 530px;
}

#blackFridayLP .deals .cont {
    border: 1px solid #000;
    border-radius: 15px;
    align-items: center;
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    background-color: #FFF;
    position: relative;
    z-index: 100000000000;
}

#blackFridayLP .deals .dtext {
    font-size: 3em;
    font-weight: 900;
    line-height: 1em;
    margin-right: 25px;
}

#blackFridayLP .deals .btn {
    color: var(--bmain);
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    display: block;
}

#blackFridayLP .deals p {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1em;

}

#blackFridayLP .deals h2 {
    text-align: center;
    font-size: 3em;
}

#blackFridayLP .deals p.sm {
    font-size: 1em;
    text-transform: none;
    font-weight: normal;
    color: #FFF;
}

#blackFridayLP .title p {
    font-size: 1.5em;
    text-transform: uppercase;
    line-height: 1em;
    margin-top: 15px;
    color: #FFF;
}

#blackFridayLP .title .down {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 25px auto 0 auto;
    color: #FFF;
}

#blackFridayLP .title .down svg {
    margin-top: 10px;
}

#blackFridayLP .p-50 {
    padding: 100px 0;
    font-size: 3em;
    color: #FFF;
    text-align: center;
}

#allSpecials {
    padding-bottom: 100px;
}

#allSpecials .left {
    width: 600px;
    background-color: #FFF;
    border-radius: 15px;
    padding: 15px;
    margin-right: 50px;
}

#allSpecials .left .item {
    padding: 15px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
}

#allSpecials .left .item h3 {
    font-size: 1.5em;
    margin: unset;
}

#allSpecials .left .item p {
    font-size: 1.15em;
}

#allSpecials .left .item .spec {
    width: 450px;
    padding-right: 50px
}

#allSpecials .left .item .btn {
    background-color: var(--bmain);
    color: #FFF;
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    font-weight: bold;
    line-height: 1em;
    cursor: pointer;
}

#allSpecials .left .item .btn:hover {
    background-color: #000;
}

#allSpecials .left .item:last-child {
    border: unset;
}

#allSpecials .right {
    width: 450px;
    color: #FFF;
    margin-left: 50px;
}

#allSpecials .right .cent {
    text-align: center;
    line-height: 1em;
    font-size: 2.5em;
    padding-bottom: 25px;
}

#allSpecials .right .p-top {
    padding-top: 50px;
    padding-bottom: 15px;
    line-height: 1em;
}

#allSpecials .right .flex {
    justify-content: space-between;
}

#allSpecials .days,
#allSpecials .hours {
    padding: 15px;
    background-color: var(--bmain);
    color: #FFF;
    text-align: left;
    border-radius: 15px;
    border: 1px solid #FFF;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 900;
    width: 200px;
    line-height: 1em;
    margin: 15px;
}

#allSpecials .days span,
#allSpecials .hours span {
    display: block;
    font-size: 2em;
    line-height: .8em;
}

#foot {
    position: relative;
}

#foot .left {
    width: 55%;
    padding: 100px 50px;
}

#foot .right {
    font-size: 3em;
    background-color: var(--bmain);
    color: #FFF;
    padding: 100px 50px;
    width: 45%;
}

#foot .blAccent {
    background-color: var(--bmain);
    width: 30%;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    z-index: -1;

}

#foot .right h2 {
    line-height: 1em;
    margin-bottom: 50px;
    font-weight: 900;
}

#foot .right p {
    text-transform: uppercase;
    line-height: 1em;
}

#foot .right a {
    color: #FFF;
    display: block;
}

#foot span.wpcf7-list-item {
    width: 100%;
    display: block;
}

#foot form .row {
    display: flex;
    justify-content: space-between;
}

#foot form .row span {
    width: 49%;
}

#foot .left h2 {
    font-size: 3em;
}

#foot form textarea,
#foot form .row input {
    width: 100%;
    padding: 5px 10px;
    margin-top: 15px;
    background-color: #eee;
}

#foot form .options {
    margin-top: 25px;
}

#foot form .m-15 {
    padding: 15px 0;
}

#foot form textarea {
    height: 150px;
}

#foot form input[type="submit"] {
    background-color: #000;
    color: #FFF;
    padding: 10px 25px;
    margin-top: 15px;
}

#allSpecials .rel {
    position: relative;
}

#allSpecials #burst1 {
    position: absolute;
    top: 25px;
    left: -90px;
    width: 100px;
    transform: rotate(5deg);
}

#allSpecials #burst2 {
    position: absolute;
    top: 25px;
    left: -90px;
    width: 100px;
    transform: rotate(-15deg);
}

#allSpecials #burst3 {
    position: absolute;
    top: 20px;
    left: -90px;
    width: 100px;
    transform: rotate(15deg);
}

#allSpecials #burst4 {
    position: absolute;
    top: 20px;
    left: -90px;
    width: 100px;
    transform: rotate(-5deg);
}

#blackAccent {
    overflow: hidden;
}

#blackAccent css-doodle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
}

@media (max-width:1260px) {
    html {
        font-size: 18px;
    }

    #blackFridayLP .deals {
        width: 430px;
        margin: 0 0 25px 0;
    }

    #blackFridayLP .title {
        width: 500px;
        margin: 0 25px 0 0;
    }

    #allSpecials .right {
        width: 350px;
        margin-left: 25px;
    }

    #allSpecials .left {
        margin-right: 25px;
        width: 450px;
    }
}

@media (max-width:1050px) {
    #mbf .flex {
        flex-direction: column;
        align-items: center;
    }

    #blackFridayLP .deals .cont {
        flex-direction: row;
        padding: 15px 50px;
    }

    #blackFridayLP .deals h2 {
        color: #FFF;
    }

    #blackFridayLP .deals {
        width: auto;
        margin: 50px 0 0 0;
    }

    #blackFridayLP .title {
        width: 100%;
        text-align: center;
    }

    #blackFridayLP h1 {
        width: 100%;
    }

    #allSpecials .left {
        width: auto;
        margin: unset;
    }

    #allSpecials .right {
        width: 100%;
        margin: 50px 0 0 0;
    }

    #allSpecials .right .flex {
        flex-direction: row;
        justify-content: center;
    }

    #foot .flex {
        flex-direction: column-reverse;
    }

    #foot .maxWidth {
        padding: unset;
    }

    #foot .blAccent {
        display: none;
    }

    #foot .right {
        width: 100%;
        font-size: 2em;
    }

    #foot .right h2 {
        margin-bottom: 30px;
    }

    #foot .right h2 br {
        display: none;
    }

    #foot .right a {
        display: inline;
    }

    #foot .left {
        width: 100%;

    }
}

@media (max-width:650px) {


    #burst1,
    #burst2,
    #burst3,
    #burst4 {
        display: none;
    }

    #allSpecials .left .item .spec {
        width: 100%;
    }

    #blackFridayLP h1 {
        font-size: 5em;
        font-weight: 900;
    }

    #blackFridayLP .title p {
        font-size: 1.5em;
    }

    #blueAccent {
        height: 98%;
        clip-path: polygon(0 100px, 100% 0%, 100% 100%, 0% 100%);
    }

    #blackAccent {
        height: 93%;
        clip-path: polygon(0 100px, 100% 0%, 100% 100%, 0% 100%);
    }

    #blackFridayLP .deals .cont {
        flex-direction: column;
    }

    #blackFridayLP .deals .dtext {
        margin: unset;
        color: var(--bmain);
        font-size: 4em;
    }

    #blackFridayLP .deals .btn {
        margin: 15px 0 0 0;
    }

    #blackFridayLP .title {
        margin: unset;
    }

    #blackFridayLP .deals .cont {
        padding: 15px 25px;
    }

    #blackFridayLP .p-50 {
        font-size: 2em;
    }

    #allSpecials .left .item {
        flex-direction: column;
        align-items: flex-start;
    }

    #allSpecials .left .item .btn {
        margin: 15px 0 0 0;
    }

    #foot .left {
        padding: 50px 25px;
    }
}





















































/* END OF FILE */
