/* Common styles */
html,
body { height: 100%;}
.background-properties {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.text-green {
    color: #A1B11A;
}
.ccw-close-wrapper img {
    right: -15px;
    top: -15px;
}
.close-wrapper img,
.ccw-close-wrapper img {
    position: absolute;
    width: 37px;
}
.close-wrapper img {
    right: 15px;
    top: 15px;
}
label {
    padding-bottom: 5px;
    font-size: 2rem;
    line-height: 23px;
    letter-spacing: -0.02em;
    font-family: 'helveticaregular';
}
input,
input.form-control {
    width: 100%;
    min-height: 62px;
    padding: 0 20px;
    border: none;
    border-radius: 10px; 
    font-size: 2rem;
    line-height: 23px;
    font-family: 'helveticaregular';
    letter-spacing: -0.02em;
    color: #7B7B7B;
}
.primary-button {
    min-width: 148px;
    min-height:48px; 
    border-radius: 10px;
    font-size: 2.5rem;
    line-height: 28px;
    font-family: 'helveticaregular';
    letter-spacing: 0.1em;
    background-color: #A1B11A;
    border: none;
    color: #fff;
}
.primary-button:hover,
.primary-button:focus {
    background-color: #00462E;
    box-shadow: 3px 2px 15px 3px rgb(255 255 255 / 40%);
    cursor: pointer;
    color: #fff;
}
.pb-40 {
    padding-bottom: 40px;
}

/* Icomoon font face */
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?bw6kva');
    src:  url('../fonts/icomoon.eot?bw6kva#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?bw6kva') format('truetype'),
      url('../fonts/icomoon.woff?bw6kva') format('woff'),
      url('../fonts/icomoon.svg?bw6kva#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Icomoon fonts icons */
.icon-green-heart:before {
    content: "\e906";
    color: #A1B11A;
}
.icon-Subtract:before {
    content: "\e900";
    color: #fff;
}
.icon-favorite:before {
    content: "\e901";
    color: #fff;
}
.icon-hamburger:before {
    content: "\e902";
    color: #fff;
}
.icon-sign-up:before {
    content: "\e903";
    color: #fff;
}