@font-face {
    font-family: Gilroy;
    src: url(../Font_Gilroy/Gilroy-Medium.otf);
}
@font-face {
    font-family: Gilroy-Bold;
    src: url(../Font_Gilroy/Gilroy-Bold.otf);
}
@font-face {
    font-family: Gilroy-Black;
    src: url(../Font_Gilroy/Gilroy-Black.otf);
}
body{
    color: #ffffff;
/* 
    counter-reset: section;
    font-family: Gilroy;
 */ 
	background: #009ad7;
/* 	background: linear-gradient(40deg, rgba(43, 22, 17, 1) 0%, rgba(98, 68, 44, 1) 100%); */
}
h1, h2, h3, h4, h5, h6{
/*     color: #c81e4b; */
    font-family: Gilroy-Black;
}
.error, #uploadErrorText{
    color: red;
}
a{
    color: #000;
}
.first-footer-row.no-border a:after {
    display: none;
}
.black{
    color: #000000;
}
.red-title {
    margin: 0 10px;
}
.orbit-previous, .orbit-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    padding: 1rem;
    color: #fefefe;
    background-color: rgba(10, 10, 10, 0.5);
}
a:hover, a:focus {
    color: #fa6400;
}
.header-menu {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: auto;
    list-style-type: none;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.bold{
    font-family: Gilroy-Bold;
}
b, strong{
    font-family: Gilroy-Black;
}
.main-button{
    font-size: 20px;
    color: #FFFFFF;
    background: #eb7604;
    font-weight: bold;
    border: 0;
    cursor: pointer;
    margin-left: 10px;
    width: 100%;
    max-width: 280px;
    margin: auto;
    display: block;
}
.hidden{
    display: none;
}
.main-button:hover, .main-button:focus{
    color: #FFFFFF;
    background: #eb7604;
}
.abbr-box{
    margin: 30px auto;
    max-width: 600px;
    padding: 33px 51px;
    border-radius: 40px;
    background: #fffce3;
}
.abbr-box p{
    margin: 0;
}
.text-underline{
    text-decoration: underline;
}
.header-section{
    width: 100%;
/*     background: #0083bf; */
}
.page-container{
    min-height: 80svh;
    padding: 50px 15px;
}
.footer-container{
}
.text-uppercase{
    text-transform: uppercase;
}
.first-footer-row a{
    padding:7px 4px;
    font-size: 20px;
    color: #FFFFFF;
    font-family: Gilroy-Black;
}
.head-title h1{
    margin: 0;
    line-height: 1.2;
}
.input-section {
    margin-top: 5%;
}
.font-md{
    font-size: 23px;
}
.footer-row-above {

}
.footer-row-above img{
    margin: auto;
    display: block;
}
.footer-bottom {
}
.red-box-section a{
    line-height: 1.5;
    display: block;
    color: #fff;
}
.bellow-header{
    background: #f6b11a;
}
.bellow-header h3{
    margin: 0;
    padding: 5px;
}
.red-box-section p{
    line-height: 1.5;
    color: #fff;
    margin: 0.5rem 0;
    cursor: pointer;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #003271;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #003271;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #003271;
}
.footer-menu{
    background-color: #003271;
/* 	border-top: 5px solid #ffac03; */
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }
.red-box-section {
    background: #fa6400;
    border-radius: 7px;
    -webkit-box-shadow: 0px 1px 3px 0px black;
    box-shadow: 0px 1px 3px 0px black;
    color: #fff;
    width: 100%;
    text-align: center;

    padding: 6px 10px;
    max-width: 351px;
    line-height: 1.5;
    cursor: pointer;
    border: 3px solid transparent;
}
.red-box-section.active {
    border: 3px solid #000;
}
.reward-container{
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}
.reward{
    margin-bottom: 16px;
    width: 23.5%;
    display: flex;
    flex-direction: column;
}
.reward>div {
    flex: 1;
}
.reward img{
    margin-bottom: 16px;
}
.reward h6, .reward p{
    margin: 0;
}
.reward .main-btn {
    border-radius: 10px;
    font-size: 16px !important;
    height: 30px !important;
    margin-top: 10px;
    text-transform: uppercase;
}
.red-box-section.orange{
    background: #f2814a;
    margin: auto;
}
.red-box-section.purple{
    background: #00488d;
}
.red-box-section.green2{
    background: #00a490;
}
.red-box-section.blue{
    background: #00aeef;
}
.box-gap{
    max-width: 22%;
    margin: 0 1%;
}
input#code, .cell input, .cell select, .cell input:focus{
	background: #ffffff;
    height: 60px;
    font-size: 20px;
    color: #003271;
    border-radius: 0;
    padding-left: 20px;
/*     background-color: #fff; */
    font-weight: bolder;
    text-align: left;
    font-family: Gilroy-Bold;
/*     border: 3px solid #ffac03; */
}
.footer {
    /*margin-top: 14%;*/
    background-color: #ecebeb;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}
.head-title {
    margin-top: 5%;
}
.checkbox-section>input {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.submit-wrapper {
    width: 100%;
}
.orbit-bullets {
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
input.btn-submit, .main-btn{
    height: 50px !important;
    font-size: 20px !important;
    color: #FFFFFF !important;
    background: #003271;
    font-weight: bold;
    border: 0;
    cursor: pointer;
    width: 100%;
    max-width: 340px;
    margin: auto;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #000000;
}
.home-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    max-width: 580px;
    margin: 20px auto;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.main-btn:hover, .main-btn:focus{
    color: #FFFFFF !important;
    background: #009ad7;
}
#codeError {
    margin-top: 1.5%;
    font-size: 17px;
    color: red;
    font-weight: 600;
}
.cell.small-12.smallText {
    /*font-weight: 600;*/
    color: #000;
    font-size: 21px;
    /*text-transform: uppercase;*/
}
.checkbox-section label {
    color: #000;
    font-size: 21px;
}
input#payment_method_mail, input#payment_method_paypal {
    height: auto;
    transform: scale(1.5);
    margin-left: 15px;
    margin-top: 12px;
}
.payment-method-section label{
    font-size: 18px;
}
select#state {
    font-size: 18px;
}
.header-menu-container {
    background: #0083bf;
    padding: 10px;
}
.header-menu-container a:hover {
    color: #43d3ff;
}
.header-menu-container a {
    padding:9px 7px;
    font-size: 20px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
.header-menu-container a:after {
    content: "|";
    padding-left: 15px;
    display: inline-block;
    vertical-align: text-top;
}
.header-menu-container li:last-child a:after {
    opacity: 0;
}
.first-footer-row a:after {
    content: "|";
    padding-left: 9px;
    display: inline-block;
    vertical-align: text-top;
}
.first-footer-row li:last-child a:after{
    opacity: 0;
}
.enjoy-text, .small-container {
    max-width: 820px;
    padding: 0 15px;
    margin: 3% auto;
}
.warning {
    color: red;
    margin-top: -10px;
}
.text-sm{
    font-size: 13px;
    margin: 0;
    width: 85%;
}
.box-body{
    color:#000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.box-body>div{
    -webkit-box-flex: 7;
    -ms-flex: 7;
    flex: 7;
}
.box-body:before {
    counter-increment: section;
    content: counter(section);
    background: #ffffff;
    color: #fa6400;
    display: block;
    width: 90px;
    text-align: center;
    line-height: 2;
    font-size: 24px;
    border-radius: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: -30px;
    margin-right: 16px;
    margin-top: 25px;
}
.box-body h1{
    color: #000000;
    font-weight: 600;
    border-bottom: 5px solid;
    margin-bottom: 18px;
}
.grid-steps-section {
    padding-top: 15px;
    padding-bottom: 15px;
}
.box-image {
    border-bottom: 3px solid #FFF;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.box-title {
    padding:15px;
    background: #fff;
}
.box-title h2{
    margin: 0;
}
.box-title h2:before {
    font-size: 23px;
    background: #000;
    color: #fff;
    height: 30px;
    width: 30px;
    content: "1";
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    vertical-align: middle;
    margin-bottom: 0.5rem;
}
.upload-box-title h2:before{
    content: '2';
}
.receive-box-title h2:before{
    content: '3';
}
.instr-heading{
    border-bottom: 2px solid #2EB3AE;
    padding-bottom: 2%;
}
.grid-steps-section{
    background: #edeae0;
}
input.bigText {
    padding: 0.8% 12.6%;
    height: 60px;
    font-size: 20px;
    color: #fff;
    background: #fa6400;
    border: 0;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 1px 3px 0px black;
    box-shadow: 0px 1px 3px 0px black;
}
input.bigText:hover, input.bigText:focus{
    background: #fa6400;
}
.ticked-box-section img{
    max-width: 45px;
    margin-bottom: 15px;
}
.footer-info {
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer-top-text{
    padding-bottom: 30px;
}
.points-balance-table thead p{
    margin: 0;
}
.points-balance-table thead {
    background: #0083bf;
    color: #fff;
}
thead, tbody, tfoot {
    border: 1px solid #FFFFFF;
}
tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: transparent;
}
tbody th, tbody td {
    font-size: 15px;
    height: 40px;
    border: 1px solid #FFFFFF;
}
.buy-now-cell{
    width: 20%;
}
.first-row th{
    padding: 1.5rem 1.025rem 1.625rem;
}
thead th, thead td, tfoot th, tfoot td {
    font-size: 18px;
}
.header-section.header-code {
    border-bottom: 40px solid #edeae0;
    padding-bottom: 30px;
}
thead tr, tfoot tr {
    background: transparent;
    border: 1px solid #fff;
}
.newsletter-label label {
    line-height: 1.1;
    padding-left: 10px;
}
.newsletter-section {
    max-width: 1100px;
    margin: auto;
    padding: 0 15px;
}
input#newsletter, input#terms{
    transform: scale(1.5);
    margin-top: 15px;
    background-color: #e1e1e1;
}
.redeem-input{
    margin-right: 10px;
}
table {
    border-collapse: collapse;
    width: 75%;
    border-radius: 0;
    margin: 0 10%;
    margin-bottom: 2.5rem;
}
ul.rec-body-list{
    margin: 0;
    padding: 0;
}
ul.rec-body-list li {
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
    list-style: none;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
ul.rec-body-list li img{
    max-width: 60px;
    margin-right: 15px;
}
.rec-body-inner h2{
    margin-left: 75px;
    margin-bottom: 20px;
}
.reward .main-btn.limit-reached {
    background: #14b4e8;
}
.recycle-body{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 55px;
}
.store-btn{
    height: 55px;
    font-size: 17px;
    color: #ffffff;
    background: #020950;
    font-weight: bold;
    border: 0;
    cursor: pointer;
    width: 100%;
    max-width: 220px;
    margin: 20px;
    display: flex;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}
.store-btn:hover, .store-btn:focus{
    color: #ffffff;
}
.store-btn-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.store-grid {
    max-width: 930px;
    margin: auto;
    justify-content: center;
}
.burger-icon,.close-icon{
    display: none;
}
@media screen and (max-width: 801px) {
    .box-instr {
        margin-bottom: 6%;
    }
    input#code {
        margin-bottom: 7px;
    }
    .input-wrapper{
        margin-bottom: 15px;
    }
    .submit-wrapper {
        width: 100%;
    }
}
@media screen and (max-width:1024px){
    ul.rec-body-list li {
        font-size: 1.2rem;
        margin-bottom: 25px;
    }
}
@media screen and (max-width:769px){
    .box-gap{
        max-width: 100%;
        margin:auto;
        margin-bottom: 20px;
    }
    .md-no-break br{
     display: none;
    }
    .box-body:before {
        width: 51px;
        line-height: 2;
        font-size: 24px;
        border-radius: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: unset;
        margin-right: 16px;
        margin-top: 0;
        margin-left: 0;
    }
    .reward {
        margin-bottom: 16px;
        width: 48.4%;
    }
    .burger-icon{
        display: block;
        max-width: 50px;
        position: absolute;
        top: 5px;
        right: 6px;
    }
    .header-menu-container {
        position: absolute;
        top: 0;
        display: none;
        width: 100%;
    }
    .header-menu{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 40px 0 60px;
    }
    .header-menu-container a:after{
        display: none;
    }
    .header-menu li {
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    .header-menu-container a {
        display: block;
        text-align: left;
    }
    .close-icon{
        display: block;
        max-width: 35px;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .header-menu li:last-child {

    }
}
@media screen and (max-width:670px){
    table {
        border-collapse: collapse;
        width: 100%;
        border-radius: 0;
        margin:0;
        margin-bottom: 2.5rem;
    }
    .bellow-header{
        display: none;
    }
    .text-sm {
        width: 100%;
    }
    .first-footer-row li {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .reward {
        width: 100%;
    }
    .first-footer-row a:after{
        display: none;
    }
    .red-box-section{
        margin-bottom: 20px !important;
    }
    .instructions-logos img {
        margin: auto;
        margin-bottom: 25px;
    }
    .recycle-body {
        margin: 0;
    }
    .promo-img{
        max-width: 180px;
        margin: auto;
        display: block;
        margin-bottom: 20px;
    }
    ul.rec-body-list li img {
        max-width: 43px;
    }
    .rec-body-inner h2 {
        margin-left: 58px;
    }
}
.enjoy-container {
	max-width: 600px;
	margin: auto;
}