* {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}

@font-face{font-family:'FontAwesome';src:url(../../sites/all/themes/nestleTheme/fonts/fontawesome-webfont.eot?v=4.3.0);src:url(../../sites/all/themes/nestleTheme/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'),url(../../templates/fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'),url(../../templates/fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'),url(../../templates/fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'),url(../../sites/all/themes/nestleTheme/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-check:before {
    content: "\f00c";
}
.fa-refresh:before {
    content: "\f021";
}

.d-none{
  display: none!important;
}

.modal{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    display: none;
    z-index: 2;
    left: 0;
    align-items: center;
    justify-content: center;
}

.modal .container{
    max-width: 407px;
    background-color: #ffffff;
    /*margin: auto;*/
    position: relative;
    color: #9a60a5;
    width: 80vw;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 0 #B9B9B9;

}

.modal .container .title{
    padding: 30px 4vw 6px 4vw;
    color: #9a60a5;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 36px;
    text-align: center;
}

.modal .container .content{
    padding: 0vw 4vw 1vw;
    color: #9a60a5;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 36px;
    text-align: center;
}

.modal .container .btnBox{
    padding-bottom: 22px;
    margin: auto;
    display: flex;
    justify-content: center;
}

.modal .container .btn{
    border-radius: 24px;
    background-color: #9a60a5;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    padding: 11px 29px;
    width: fit-content;
/*    margin: auto;
    margin-bottom: 22px;*/
}

.modal .container .cancel{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
    border: 1px solid #9a60a5;
    border-radius: 24px;
    width: fit-content;
    padding: 11px 29px;
    display: none;
    margin-left: 3%;
    cursor: pointer;
}

.modal .container .btn p{
    box-sizing: border-box;
    height: 41px;
    max-width: 141px;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 40px;
    text-align: center;
    margin: auto;
}

.modal .container .btn img{
    width: 28vw;
    margin: auto;
    display: block;
}

.modal .container .inputbox{
    text-align: center;
    padding: 0vw 2vw 4vw;
    display: none;
}

.modal .container .inputbox input{
    box-sizing: border-box;
    height: 41px;
    max-width: 200px;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center;
    margin: auto;
}



.hidden{
    display: none;
}

.pink{
    color: #F76F92;
    font-weight: 500;
}

.center{
    text-align: center;
}

.left{
    text-align: left;
}

input{
    font-size: 15px;
    line-height: 20px;
    border: solid 1px #ededed;
    border-radius: 0px;
    box-sizing: border-box;
    padding: 8px 16px;
    -webkit-appearance: none;
    outline: none;
}

input[name="Phone"]{
    text-indent: 78px;
}

.checkbox-wra{
    position: relative;
}

input[type='checkbox']{
/*    width: auto;
    height: auto;
    font-size: unset;
    line-height: unset;
    border: unset;
    padding: unset;
    -webkit-appearance: auto;
    outline: unset;*/
    width: 15px;
    height: 15px;
    font-size: unset;
    line-height: unset;
    border: 1px solid black;
    padding: unset;
    outline: unset;
}

input[type='checkbox']:checked {
    background-color: #9a60a5;
}

input[type=checkbox]:checked+label::after {
  opacity: 1;
}

input[type='checkbox']+label::after {
    content: "\2713";
    color: #fff;
    text-align: center;
    opacity: 0;
    position: absolute;
    top: -3px;
    left: 4px;
    font-weight: bold;
}

label sup{
    line-height: 10px;
}

.btn{
    border-radius: 24px;
    background-color: #9a60a5;
    color: #FFFFFF;
    font-size: 16px;
    /*font-weight: bold;*/
    line-height: 26px;
    text-align: center;
    padding: 10px 25px;
    width: fit-content;
    width: -moz-fit-content;
    cursor: pointer;
}

.btn.disable{
    opacity: 0.6;
}

.btn.hide{
    display: none;
}

.btn-white{
    color: #F76F92;
    background-color: white;
    border: 1px solid #F76F92;
}

.btn-send{
    position: absolute;
    top: 0%;
    right: 0%;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    color: #FFFFFF;
    background-color: #9a60a5;
    padding: 9px 25px;
    /*margin: 7px;*/
    cursor: pointer;
}

.btn-send.disable{
    background-color: #b0b0b0;
}

.btn-group{
    display: flex;
}

.selector{
    min-width: 190px;
    background-color: white;
/*    border: 1px solid #E2E2E2;
    border-radius: 21px;*/
    overflow: hidden;
    display: flex;
    align-items: center;
}

.dropdown-selector{
    overflow: visible;
    display: inline-block;
    border: 1px solid #E2E2E2;
    border-radius: 21px;
}

.selector .seperator{
    width: 3px;
    display: inline-block;
    background-color: #DDDDDD;
    height: 41px;
}

.selector-icon .s-option{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    line-height: 36px;
}

.selector-icon .s-option img{
    margin-right: 8px;
    width: 36px;
}

.s-option{
    width: inherit;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    line-height: 20px;
    font-size: 15px;
    border: 1px solid #E2E2E2;
    border-right: 0;
    border-left: 0;
}

.s-option:first-child{
    border-radius: 21px 0px 0px 21px;
    border-right: 1px solid #E2E2E2;
    border-left: 1px solid #E2E2E2;
    margin-right: -1px;
}

.s-option:last-child{
    border-radius: 0px 21px 21px 0px;
    border-right: 1px solid #E2E2E2;
    border-left: 1px solid #E2E2E2;
}

.s-option.active{
    border: 1px solid #f76f92;
    background-color: #FFF9FB;
}

.selector .s-option.active:first-child{
    border-radius: 21px 0px 0px 21px;
    margin-right: 0px;
}

.selector .s-option.active:last-child{
    border-radius: 0px 21px 21px 0px;
}

.checkbox-group{
    position: relative;
}

.checkbox{
    display: inline-block;
    position: relative;
    padding-left: 28px;
    padding-right: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    line-height: 21px;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  display: none;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #E2E2E2;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #EB426D;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
    left: 5px;
    top: 1px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mainBox .input-group input.openq{
    border: 0px;
    border-bottom: 1px solid black;
    border-radius: 0px;
    padding: 4px;
    width: 50%;
    background-color: transparent;
}


.mainBox .input-group .phoneBox{
    width: 76%;
    position: relative;
}

.mainBox .input-group .phoneBox input{
    width: 100%;
}

.country-code-container{
    position: absolute;
    width: 84px;
    padding: 1px;
}

.country-code-container .custom-select__trigger{
    border: 0px;
    background: transparent;
}

.country-code-container .custom-select__trigger span{
    color: #555;
    /*font-weight: bold;*/
}



.custom-select-wrapper {
     position: relative;
     user-select: none;
     width: 100%;
}
 .custom-select {
    position: relative;
    display: flex;
    flex-direction: column;
    border-width: 0px;
    border-style: solid;
    border-color: #DFDFDF;
    border-radius: 5px;
}
 .custom-select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 300;
    color: #3b3b3b;
    height: 40px;
    line-height: 21px;
    background: #ffffff;
    cursor: pointer;
    border: 1px solid #E2E2E2;
    border-radius: 21px;
    height: 36px;
}
.dropdown-selector .custom-select__trigger {
    border: 0px;
 }

.custom-select__trigger span{
    white-space: nowrap;
    overflow: hidden;
}
 .custom-options {
     position: absolute;
     display: block;
     top: 100%;
     left: 0;
     right: 0;
     border-radius: 5px;
     background: #fff;
     transition: all 0.5s;
     opacity: 0;
     visibility: hidden;
     pointer-events: none;
     z-index: 2;
     max-height: 300px;
     overflow-y: auto;
     width: 100%;
     min-width: max-content;
}
 .custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
 .custom-option {
     position: relative;
     display: block;
     padding: 0 22px 0 22px;
     font-size: 15px;
     font-weight: 300;
     color: #3b3b3b;
     line-height: 40px;
     cursor: pointer;
     transition: all 0.5s;
}
 .custom-option.sm-lineht{
     line-height: 24px;
 }
 .custom-option:hover {
     cursor: pointer;
     color: white;
     background-color: #9a60a5;
}
 .custom-option.selected {
     /*color: #222222;*/
     /*background-color: rgba(240,80,126,0.2);*/
}


.arrow {
     position: relative;
     height: 10px;
     width: 10px;
}
 .arrow::before, .arrow::after {
     content: "";
     position: absolute;
     bottom: 0px;
     width: 0.09rem;
     height: 100%;
     transition: all 0.5s;
}
 .arrow::before {
     left: -2px;
     transform: rotate(-45deg);
     background-color: #c9c9c9;
}
 .arrow::after {
     left: 5px;
     transform: rotate(45deg);
     background-color: #c9c9c9;
}
 .open .arrow::before {
     left: -2px;
     transform: rotate(45deg);
}
 .open .arrow::after {
     left: 5px;
     transform: rotate(-45deg);
}

.cal-container{
    min-width: 33%;
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
}

/*.date-dropdowns{
    display: none;
}*/

.datepicker{
    display: flex;
    justify-content: space-evenly;
}

.distpicker{
    display: flex;
    justify-content: space-evenly;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
    display: inline-flex;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input .btn-up
.number-input .btn-down {
    outline:none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    margin: 0;
    position: relative;
/*  box-shadow: 0px 0px 1px #474747;
    border-radius: 50%;*/
}

.number-input .btn-up:after,
.number-input .btn-down:before,
.number-input .btn-up:before,
.number-input .btn-down:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 1rem;
    height: 2px;
    background-color: #F76F92;
    transform: translate(-50%, -50%);
}


.number-input .btn-up.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
    font-family: sans-serif;
    max-width: 5rem;
    padding: .5rem;
    border: none;
    border-width: 0 2px;
    font-size: 1rem;
    height: 2.57rem;
    text-align: center;
    color: #717171;
}

.terms .paragraph{
    text-align: left;
}

.terms .paragraph{
    margin-bottom: 40px;
}

.terms .paragraph .title{
    color: #717171;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 4px;
}

.terms .paragraph .content{
    color: #717171;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 22px;
}

.terms .paragraph .subtitle{
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    margin: 30px 0px;
}

.mainBox .terms .paragraph .hr{
    margin: 30px 0px;
    box-sizing: border-box;
    height: 1px;
    border: 1px solid #E2E2E2;
}

.mainBox .terms .paragraph .checkbox-group{
    margin-bottom: 20px;
    width: 100%;
}

.mainBox .terms .paragraph .checkbox{
    font-size: 13px;
    line-height: 19px;
}


.navBox{
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 60%;*/
    margin: auto;
    /*padding: 20px 0px;*/
}

.navBox .steps{
    max-width: 100%;
    height: auto;
}

.navBox .arrow{
    display: inline-block;
}

.navBox .arrow::before{
    left: 5px;
    background-color: #F76F92;
}

.navBox .arrow::after{
    bottom: -6px;
    left: 5px;
    background-color: #F76F92;
}

.nav-info{
    color: #F76F92;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 8px;
    text-align: center;
    display: inline-block;
    border: 1px solid #F76F92;
    border-radius: 23px;
    padding: 16px;
}

.nav-info.active{
    background-color: #F76F92;
    color: white;
}

@media (max-width: 768px){

    .btn-send{
        text-align: center;
        position: relative;
    }

}

/*.address-select-group{
    display: flex;
    width: 76%;
    border: 1px solid #E2E2E2;
    border-radius: 21px;
}

.address-select-group select {
    width: inherit;
    border: 0px;
    font-size: 15px;
    color: #717171;
    line-height: 21px;
    padding: 10px 28px;
    height: 41px;
}

.address-select-group .seperator {
    width: 3px;
    display: inline-block;
    background-color: #DDDDDD;
    height: 41px;
}*/
