/* REGISTER SECTION STARTS */
#register{
    padding: 100px 0 80px 0px;
    color: #fff;
    text-transform: capitalize;
}
#register ul.top {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1c1d20;
    padding: 17px;
    position: fixed;
    width: 100%;
    height: 50px;
    z-index: 9;
}
#register .top li {
    margin-right: 50px;
}
#register .top li:last-child {
    margin-right: 0;
}
#register .top li a {
    color: #fff;
}
#register .top li a:hover {
    color: #8ec640;
}
#register .top li a.active {
    color: #8ec640;
}
#register .wrapper{
    padding-left: 150px;
    padding-right: 150px;
}
#register .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#register .bottom .left{
    width: 46%;
    padding-left:20px;
}
#register .bottom .left form {
}
#register .bottom .left form .head {
    color: #515151;
    text-align: center;
}
#register .bottom .left form .head h2 {
    color: #515151;
    font-size: 40px;
    font-family: 'product_sansbold';
    margin-bottom: 20px;
}
#register .bottom .left form .head h3 {
    font-size: 15px;
    margin-top: 9px;
}
#register .bottom .left .contain {
    margin-top: 40px;
}
#register .bottom .left .contain label{
    color: #515151;
}
#register .bottom .left .contain p {
    display:flex;
    align-items:center;
    border: 2px solid #707070;
    border-radius: 8px;
    opacity: 0.45;
    width: 100%;
    height: 46px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding:10px;
    flex-direction: column;
}
#register .bottom .left .contain p.profile-pic-edit {
    color: black;
    font-size: 14px;
    display: block;
    height: 100%;
}
#register .bottom .left .contain p input{
    width: 100%;
    height: 100%;
}
#register .bottom .left .contain p.profile-pic-edit input{
    width: initial;
    height: initial;
}
#register .bottom .left .contain p label.error{
    color: red;
    font-weight: bold;
    font-size: 14px;
}
#register .bottom .left .contain p.password {
    display:flex;
    align-items:center;
    justify-content:space-between;
    border: 2px solid #707070;
    border-radius: 8px;
    opacity: 0.45;
    width: 100%;
    height: 46px;
    margin-top: 10px;
    padding:10px;
}
#register .bottom .left .contain a {
    bottom: 62px;
    left: 700px;
    color: #000000;
    font-size: 20px;
}
#register .bottom .left .contain p.profile-pic-edit a {
    font-size: 13px;
}
#register .bottom .left .log {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
}
#register .bottom .left .log .check{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#register .bottom .left .log input {
    width: 25px;
    height: 25px;
}
#register .bottom .left .log .check span {
    margin-left: 12px;
}
#register .bottom .left .contain label b {
    font-size: 15px;
    color: #515151;
}
#register .bottom .left .log a {
    color: #fff;
}
#register .bottom .left form button {
    color: #fff;
    background-color: #8ec640;
    padding: 15px 50px;
    border-radius: 6px;
    width: 100%;
    font-size: 20px;
    font-weight:600;
    opacity:1;
    cursor: pointer;
}
#register .bottom .left form button.profile-edit-cancel {
    margin-top: 15px;
    border: 1px solid #8ec640;
    background-color: #fff;
}
#register .bottom .left form .last span {
    color: #515151;
    font-size: 15px;
}
#register .bottom .left form .last a.login {
    color: #8ec640;
    margin-left: 35px;
    font-weight:600;
    font-size: 20px;
    cursor: pointer;
}
#register .bottom .left .last {
   margin-top: 40px;
}
#register .right{
}
#register .right img{
    display: block;
    width: 70%;
    margin: 0 auto;
}
/* REGISTER SECTION ENDS */

/* LOGIN SECTION STARTS */
#login{
    padding: 100px 0;
    color: #fff;
    text-transform: capitalize;
}
#login ul.top {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1c1d20;
    padding: 17px;
    position: fixed;
    width: 100%;
    height: 50px;
    z-index: 9;
}
#login .top li {
    margin-right: 50px;
}
#login .top li:last-child {
    margin-right: 0;
}
#login .top li a {
    color: #fff;
}
#login .top li a:hover {
    color: #8ec640;
}
#login .wrapper{
    padding-left: 93px;
    padding-right: 150px;
}
#login .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#login .bottom .left{
    width: 618px;
    margin-top: 92px;
}
#login .bottom .left img{
    width: 70%;
    display:block;
}
#login .bottom .right{
    width: 46%;
}
#login .bottom .right form {
}
#login .bottom .right form .head {
    color: #515151;
    text-align: center;
}
#login .bottom .right form .head h2 {
    text-align: center;
    font-size: 40px;
    letter-spacing: 0px;
    opacity: 1;
    font-family: 'product_sansbold';
}
#login .bottom .right form .head h3 {
    font-size: 15px;
    margin-top: 16px;
    opacity: .6;
}
#login .bottom .right .contain {
    margin-top: 40px;
    color: #515151;
}
#login .bottom .right .contain label.user {
}
#login .bottom .right .contain p {
    display:flex;
    align-items:center;
    border: 2px solid #707070;
    border-radius: 8px;
    opacity: 0.45;
    width:100%;
    height: 46px;
    margin-bottom: 34px;
    margin-top: 10px;
    padding:1px 10px;
}
#login .bottom .right .contain p.password {
    display:flex;
    align-items:center;
    justify-content:space-between;
    border: 2px solid #707070;
    border-radius: 8px;
    opacity: 0.45;
    width: 100%;
    height: 46px;
    margin-bottom: 34px;
    margin-top: 10px;
    padding:10px;
}
#login .bottom .right .contain p input{
    width: 100%;
    height: 100%;
}
#login .bottom .right .contain a {
    font-size: 22px;
}
#login .bottom .right .log {
    text-align: center;
    margin-bottom: 25px;
}
#login .bottom .right .log .check{
    display: flex;
    align-items: center;
    justify-content:left;
    font-size: 15px;
}
#login .bottom .right .log input {
    width: 25px;
    height: 25px;
}
#login .bottom .right .log .check span {
    margin-left: 12px;
    color: #515151;
}
#login .bottom .right .contain label b {
    font-size: 15px;
}
#login .bottom .right form button {
    background-color: #8ec640;
    padding: 16px 50px;
    border-radius: 6px;
    width: 100%;
    font-size: 20px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-family: 'product_sansbold';
    cursor: pointer;
}
#login .bottom .right form button.submit-button {
    display: none;
    background-color: #8ec640;
    padding: 16px 50px;
    border-radius: 6px;
    width: 100%;
    font-size: 20px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-family: 'product_sansbold';
    cursor: pointer;
}
#login .bottom .right form button.hide-button {
    background-color: #8ec64070;
    padding: 16px 50px;
    border-radius: 6px;
    width: 100%;
    font-size: 20px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-family: 'product_sansbold';
}
#login .bottom .right form .last span {
    opacity:.9;
    font-size: 15px;
}
#login .bottom .right form .last a.create {
    color: #8ec640;
    margin-left: 15px;
    font-family: 'product_sansbold';
    font-size: 15px;
}
#login .bottom .right form div.resend-otp{
    padding: 7px 15px;
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
}
#login .bottom .right .last {
    margin-top: 30px;
    text-align: left;
    color: #515151;
}
/* LOGIN SECTION ENDS */

/* location SECTION STARTS */
#location{
    padding: 100px 0;
    color: #fff;
    text-transform: capitalize;
}
#location ul.top {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1c1d20;
    padding: 17px;
    position: fixed;
    width: 100%;
    height: 50px;
    z-index: 9;
}
#location .top li {
    margin-right: 50px;
}
#location .top li:last-child {
    margin-right: 0;
}
#location .top li a {
    color: #fff;
}
#location .top li a:hover {
    color: #8ec640;
}

#location .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#location .bottom .left{
    width: 40%;
    margin-top: 92px;
}
#location .bottom .left img{
    width: 70%;
    display:block;
}
#location .bottom .right{
    width: 50%;
}
#location .bottom .right form {
}
#location .bottom .right form .head {
    color: #515151;
    text-align: center;
}
#location .bottom .right form .head h2 {
    text-align: center;
    font-size: 40px;
    letter-spacing: 0px;
    opacity: 1;
    font-family: 'product_sansbold';
}
#location .bottom .right form .head h3 {
    font-size: 15px;
    margin-top: 16px;
    opacity: .6;
}
#location .bottom .right .contain {
    margin-top: 40px;
    color: #515151;
    display: flex;
    justify-content: space-between;
}

#location .bottom .right .contain p.loc {
    display:flex;
    align-items:center;
    border: 2px solid #707070;
    border-radius: 5px;
    opacity: 0.45;
    width: 100%;
    margin-bottom: 34px;
    margin-top: 10px;
    padding:10px;
}
#location .bottom .right .contain p.detect-location {
    display:flex;
    align-items:center;
    justify-content:space-between;
    background-color: #b1b1b1;
    opacity: 0.45;
    width: 35%;
    margin-bottom: 34px;
    margin-top: 10px;
    padding:10px;
}
#location .bottom .right .contain p.detect-location span{
    display:flex;
    align-items:center;
    justify-content:space-evenly;
    vertical-align: middle;
    margin-left: 10px;

}
#location .bottom .right .contain p input{
    width: 100%;
}
#location .bottom .right .contain a {
    font-size: 22px;
    text-align: center;
}
#location .bottom .right .log {
    text-align: center;
    margin-bottom: 25px;
}
#location .bottom .right .log .check{
    display: flex;
    align-items: center;
    justify-content:left;
    font-size: 15px;
}
#location .bottom .right .log input {
    width: 25px;
    height: 25px;
}
#location .bottom .right .log .check span {
    margin-left: 12px;
    color: #515151;
}
#location .bottom .right .contain label b {
    font-size: 15px;
}
#location .bottom .right form button.sub-btn {
    background-color: #8ec640;
    padding: 16px 50px;
    border-radius: 6px;
    width: 100%;
    font-size: 20px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-family: 'product_sansbold';
    cursor: pointer;
}
#location .bottom .right form .last {
    opacity:.9;
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
    color: #515151;
}
/* LOGIN SECTION ENDS */

/* Promo code section */
#promo-section{
    position: fixed;
    margin: 0;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    display: none;
    overflow: auto;
}
#promo-section.modal-enabled {
    display: flex;
}
#promo-section div.promo-codes{
    max-width: 90%;
    width: 500px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%, -0%);
    z-index: 1;
    padding: 20px 10px;
    box-shadow: 1px 5px 15px #0000003b;
}
#promo-section div.promo-codes div.top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    color: #000000b0;
    font-size: 18px;
    font-family: -webkit-pictograph;
}
#promo-section div.promo-codes div.promocode-details{
    margin-bottom: 40px;
    font-size: 14px;
}
#promo-section div.promo-codes div.promocode-details div.coupon{
    display: flex;
    justify-content: space-between;
    padding: 0 10px 15px;
    border-bottom: 1px solid #0000005c;
    margin-bottom: 15px;
    font-size: 16px;
    color: #b4e22e;
}
#promo-section div.promo-codes div.promocode-details div.coupon div.coupon-code{
    font-weight: 900;
    padding: 5px;
    box-shadow: 0px -1px 1px 1px green;
}
#promo-section div.promo-codes div.promocode-details div.coupon div span{
    font-weight: 600;
    color: #b4e22e;
    font-family: 'product_sansbold';
    cursor: pointer;
}
/* End promo code section*/

/* Delivery Details */
#delivery-section{
    position: fixed;
    margin: 0;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    display: none;
    overflow: auto;
}
#delivery-section.modal-enabled {
    display: flex;
}
#delivery-section div.deliver-popup{
    max-width: 90%;
    width: 500px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -0%);
    z-index: 1;
    padding: 20px 10px;
    box-shadow: 1px 5px 15px #0000003b;
}
#delivery-section div.deliver-popup div.top{
    display: flex;
    justify-content: space-between;
    margin: 10px 15px 30px;
    color: #000000b0;
    font-family: 'Material-Design-Iconic-Font';
    font-size: 18px;
}
#delivery-section div.deliver-popup div.message{
    margin-bottom: 30px;
    font-size: 14px;
    font-family: initial;
}
#delivery-section div.deliver-popup div.delivery-info div.details{
    display: flex;
    margin: 0 25px 0 35px;
    align-items: center;
}
#delivery-section div.deliver-popup div.delivery-info div.details span{
    color: #8ab119;
    margin-right: 15px;
}
#delivery-section div.deliver-popup div.delivery-info div.point div.left{
    margin-bottom: 5px;
    font-size: 12px;
    color: #000000c7;
    font-family: monospace;
}
#delivery-section div.deliver-popup div.delivery-info div.point div.right{
    font-size: 12px;
    color: #000000c7;
    font-family: monospace;
}
#delivery-section div.deliver-popup div.delivery-info div.distance{
    display: flex;
    align-items: center;
    margin: 0 25px 0 40px;
}
#delivery-section div.deliver-popup div.delivery-info div.distance div.line{
    border-left: 4px solid #a2ce1e;
    height: 70px;
    margin-right: 30px;
}
#delivery-section div.deliver-popup div.delivery-info div.distance div.km{
    font-weight: 600;
    color: #000000a1;
    font-size: 16px;
    font-family: revert;
}
#delivery-section div.deliver-popup div.total-distance{
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #00000070;
    font-family: none;
}

/* End delivery Details */

/*REGISTER RESPONSIVENESS STARTS */

@media all and (max-width:1440px){
    #register .wrapper{
        padding: 0px 0px;
    }
}
@media all and (max-width:1100px){
    #register .bottom .left .last {
        margin-top: 40px;
        text-align: center;
     }
     #register .bottom .left form .last a.login {
         margin-left: 0px;
     }
     #register .right{
         width:47%;
    }
    #register .right img{
        display: block;
        width:100%;
        margin: 0 auto;
    }
    #location .bottom .right .contain {
        margin-top: 20px;
        flex-direction: column;
    }
    #location .bottom .right .contain p.loc {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 0;
    }
    #location .bottom .right .contain p.detect-location {
        width: 100%;
        margin-top: 10px;
    }
}
@media all and (max-width:980px){
    #register .bottom .left .contain{
        margin-top: 24px;
    }
    #register .bottom .left form .head h2 {
        font-size: 30px;
    }
    #register .bottom .left .contain p{
        margin-bottom: 21px;
    }
    #register .bottom .left .contain p.password{
        margin-bottom: 21px;
    }
    #register .bottom .left .last {
        margin-top: 27px;
        text-align: center;
     }
     #location .bottom .right form button.sub-btn {
        padding: 13px 50px;
     }
}
@media all and (max-width:768px){
    #register .bottom .left form {
        padding-top: 20px;
    }
    #register {
        padding: 50px 0;
    }
    #register .bottom{
        flex-direction: column-reverse;
    }
    #register .bottom .left .contain p{
        margin-bottom: 21px;
        height: 46px;
    }
    #register .bottom .left .contain p.password{
        margin-bottom: 21px;
        height: 46px;
    }
    #register .bottom .left{
        width:100%;
    }
    #register .bottom .right{
        width: 44%;
        margin-bottom: 30px;
        margin:0 auto;
    }
    #register .right img{
        display: block;
        width:100%;
        margin: 0 auto;
    }
    #location .bottom {
        flex-direction: column;
    
    }
    #location .bottom .left,#location .bottom .right {
        width: 100%;
    }
    #location .bottom .right .contain {
        margin-top: 20px;
        flex-direction: row;
        justify-content: space-between;
    }
    #location .bottom .right .contain p.loc {
        width: 60%;
        margin-top: 10px;
        margin-bottom: 34px;
    }
    #location .bottom .right .contain p.detect-location {
        width: 38%;
        margin-top: 10px;
    }
}

/*REGISTER RESPONSIVENESS ENDS*/
/* LOGIN RESPONSIVENESS STARTS */

@media all and (max-width:1440px){
    #login .wrapper{
        padding: 0px 0px;
    }
}
@media all and (max-width:1100px){
    #login .bottom .right .last {
        margin-top: 40px;
        text-align: center;
     }
     #login .bottom .right form .last a.login {
         margin-left: 0px;
     }
     #login .left{
         width:47%;
    }
    #login .left img{
        display: block;
        width:100%;
        margin: 0 auto;
    }
}
@media all and (max-width:980px){
    #login {
        padding: 70px 0;
    }
    #login .bottom .left {
        width: 50%;
    }
    #login .bottom .right .contain{
        margin-top: 24px;
    }
    #login .bottom .right form .head h2 {
        font-size: 30px;
    }
    #login .bottom .right .contain p{
        margin-bottom: 21px;
    }
    #login .bottom .right .contain p.password{
        margin-bottom: 21px;
    }
    #login .bottom .right .last {
        margin-top: 27px;
        text-align: center;
    }
     #login .bottom .right .last {
        display:flex;
        flex-wrap:wrap;
        color: #515151;
        justify-content: center;
    }
     #login .bottom .right form .last a.create {
        color: #8ec640;
        margin-left: 0px;
    }
}
@media all and (max-width:768px){
    #register .bottom .left {
        padding-left: 0;
    }
    #login .bottom{
       flex-direction: column-reverse;
    }
    #login .bottom .right .contain p{
        margin-bottom: 21px;
        height: 46px;
    }
    #login .bottom .right .contain p.password{
        margin-bottom: 21px;
        height: 46px;
    }
    #login .bottom .right{
        width:100% !important;
    }
    #login .bottom .left{
        width: 55%;
        margin:0 auto;
    }
    #login .left img{
        display: block;
        width:100%;
        margin: 0 auto;
        margin-top:20px;;
    }
    #location .bottom .left, #location .bottom .right {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    #location .bottom .left img {
        width: 50%;
        display: block;
        margin: 0 auto;
    }
}
@media all and (max-width:480px){
    
    #location {
        padding: 40px 0;
    }
    #location .bottom .right form .head h2 {
        font-size: 30px;
    }
    #location .bottom .right form .head h3 {
        font-size: 14px;
        margin-top: 14px;
    }
    #location .bottom .left, #location .bottom .right {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    #location .bottom .left img {
        width: 60%;
        display: block;
        margin: 0 auto;
    }

    #location .bottom .right .contain {
        margin-top: 10px;
        flex-direction: column;
    }
    #location .bottom .right .contain p.detect-location {
        margin-bottom: 15px;
    }
    #location .bottom .right .contain p.loc {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #location .bottom .right .contain p.detect-location {
        width: 100%;
        margin-top: 10px;
    }
    #location .bottom .right form .last {
        margin-top: 15px;
    }
}
/* LOGIN RESPONSIVENESS ENDS */

/* Sweet Alert */
.sweet-alert {
    border-radius: 2px;
    padding: 10px 30px;
  }
  
  .sweet-alert h2 {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    z-index: 1;
  }
  
  .sweet-alert .lead {
    margin-top: 12px;
    font-size: 13px;
  }
  
  .sweet-alert .btn {
    padding: 6px 12px;
    font-size: 13px;
    margin: 20px 2px 0;
    box-shadow: none !important;
  }
  .sweet-alert p button.confirm {
    padding: 10px 25px;
    background-color: #639223;
    font-weight: bold;
    border-radius: 7px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
  }
/* End sweet alert */