
#header{
    background-image: url("img/backKhalis.png");
    width: 100%;
    height: 100%;
    background-size: cover;
}

body{
    overflow-x: hidden;
    background-color: #F7F7F7;
}

#head-content{
    padding-bottom: 1px;
    background-color: white;
}

.logo{
    margin-left: 40px;
}

#header .navbar-default{
    padding-top: 20px;
    background-color: transparent;
    border-color: transparent;
    border: none;
}

#header .navbar-btn {
    background-color: #ffffff;
    border-color: #1B3A8A;
    border-radius: 20px;
    padding-right: 20px;
    color: #1B3A8A;
    margin-right: 35px;
    font-weight: bold;
    padding-left: 20px;

}


#header .heading{
    margin-top: 80px;
    text-align: center;
    letter-spacing: 1px;

}

#header .head-para{
    font-weight: 300;
    margin-top: 20px;
    letter-spacing: 0.9px;
    color: #A2A2A2;;
    font-family: 'Nunito Sans', sans-serif;
}

#header .btn-header-start{
    margin-top: 25px;
    background-color: transparent;
    border-color: #1B3A8A;
    border-radius: 10px;
    padding-right: 30px;
    padding-left: 30px;
}

#header .mbl-img{
    margin-bottom: -20px;
    margin-top: 90px;
    margin-left: auto;
    margin-right: auto;
}

#header .head-content{
    text-align: center;
}


#info{
    margin-top: 70px;
}
#info .divStyle{
    text-align: center;
}

#info .imageStyle{
    height: 190px;
}
#info .heading{
    margin-top: 50px;
    color: #3D3D3D;
    font-size: 22px;
    letter-spacing:0.22px;
    font-weight: normal;
}
#info .paragraph{
    margin-top: 20px;
    color: #A2A2A2;
    font-size: 16px;
    letter-spacing:1px;
    font-weight: lighter;
}
#manage .btn-style{
    padding: 12px 24px;
    border-radius: 20px;
    background-color: #ECEFF9;
    font-weight: 600;
    color: #29458D;
    border: #7083B7 1.5px solid;
}
#manage .para{
    font-size: 1.3em;
    font-weight: 100;
    color: #A7A7A7;
    letter-spacing: 1.3px;
    margin-bottom: 16px;
}
#manage  .img-div-mob{
    text-align: center;
}
#manage .manage-row{
    margin-top: 10%;
}
#manage .heading{
    letter-spacing: 1px;
    font-size: 2.4em;
    font-weight: 400;
    margin-bottom: 30px;
    color:#3D3D3D;
    margin-top: 100px;

}
#images .imgs-div{
    /* padding: 0px; */
    width: 120px;

}

#images{
    margin-top: 30px;
}

.bag{
    margin-left: 2%;
    /* width: 100px; */
    /* height: 100px; */
    position: absolute;
    -webkit-animation: bag 1s infinite;
    animation: bag 5s infinite;
    margin-top: 21%;
}

@-webkit-keyframes bag{
    0% {
        -webkit-transform:translate(10px, 10px) rotate(0deg) translate(-10px, -10px) rotate(0deg);
    }  
  50% {
        -webkit-transform:translate(10px, 10px) rotate(30deg) translate(-10px, -10px) rotate(-30deg);
  }
  100%{
    -webkit-transform:translate(10px, 10px) rotate(0deg) translate(-10px, -10px) rotate(0deg);
  }
}

.eggs{
    margin-left: 5%;
    /* width: 100px; */
    /* height: 100px; */
    position: absolute;
    -webkit-animation: eggs 1s infinite;
    animation: eggs 5s infinite;
    margin-top: 3%;
}


@-webkit-keyframes eggs {
    0% {
        -webkit-transform:translate(10px, 10px) rotate(0deg) translate(-10px, -10px) rotate(0deg);
    }  
  50% {
        -webkit-transform:translate(10px, 10px) rotate(30deg) translate(-10px, -10px) rotate(-30deg);
  }
  100%{
    -webkit-transform:translate(10px, 10px) rotate(0deg) translate(-10px, -10px) rotate(0deg);
  }
}

.fruit{
    margin-left: 10%;
    /* width: 100px; */
    /* height: 100px; */
    position: absolute;
    -webkit-animation: fruit 1s infinite;
    animation: fruit 5s infinite;
    margin-top: 15%;
}

@-webkit-keyframes fruit{
    0% {
        -webkit-transform:translate(10px, 10px) rotate(0deg) translate(-10px, -10px) rotate(0deg);
    }  
  50% {
        -webkit-transform:translate(10px, 10px) rotate(30deg) translate(-10px, -10px) rotate(-30deg);
  }
  100%{
    -webkit-transform:translate(10px, 10px) rotate(0deg) translate(-10px, -10px) rotate(0deg);
  }
}


.bucket{
    margin-left: 20%;
    /* width: 100px; */
    /* height: 100px; */
    position: absolute;
    -webkit-animation: bucket 1s infinite;
    animation: bucket 5s infinite;
    margin-top: 0.5%;
}

@-webkit-keyframes bucket{
    0% {
        -webkit-transform:translate(10px, 10px) rotate(0deg) translate(-10px, -10px) rotate(0deg);
    }  
  50% {
        -webkit-transform:translate(10px, 10px) rotate(30deg) translate(-10px, -10px) rotate(-30deg);
  }
  100%{
    -webkit-transform:translate(10px, 10px) rotate(0deg) translate(-10px, -10px) rotate(0deg);
  }
}


.milk{
    margin-left: 40%;
    /* width: 100px; */
    /* height: 100px; */
    position: absolute;
    -webkit-animation: milk 1s infinite;
    animation: milk 5s infinite;
    margin-top: -2%;
}

@-webkit-keyframes milk{
    0% {
        -webkit-transform:translate(10px, 10px) rotate(0deg) translate(-10px, -10px) rotate(0deg);
    }  
  50% {
        -webkit-transform:translate(10px, 10px) rotate(30deg) translate(-10px, -10px) rotate(-30deg);
  }
  100%{
    -webkit-transform:translate(10px, 10px) rotate(0deg) translate(-10px, -10px) rotate(0deg);
  }
}


.veg{
    margin-left: 60%;
    width: 100px;
    height: 100px;
    position: absolute;
    -webkit-animation: veg 1s infinite;
    animation: veg 5s infinite;
    margin-top: -7.5%;

}

@-webkit-keyframes veg{
    0% {
        -webkit-transform:translate(10px, 10px) rotate(0deg) translate(-10px, -10px) rotate(0deg);
    }  
  50% {
        -webkit-transform:translate(10px, 10px) rotate(30deg) translate(-10px, -10px) rotate(-30deg);
  }
  100%{
    -webkit-transform:translate(10px, 10px) rotate(0deg) translate(-10px, -10px) rotate(0deg);
  }
}

.chicken{
    margin-left: 86%;
    /* width: 100px; */
    /* height: 100px; */
    position: absolute;
    -webkit-animation: chicken 1s infinite;
    animation: chicken 5s infinite;
    margin-top: 14%;
}

@-webkit-keyframes chicken{
    0% {
        -webkit-transform:translate(10px, 10px) rotate(0deg) translate(-10px, -10px) rotate(0deg);
    }  
  50% {
        -webkit-transform:translate(10px, 10px) rotate(30deg) translate(-10px, -10px) rotate(-30deg);
  }
  100%{
    -webkit-transform:translate(10px, 10px) rotate(0deg) translate(-10px, -10px) rotate(0deg);
  }
}


.bucket2{
    margin-left: 89%;
    /* width: 100px; */
    /* height: 100px; */
    position: absolute;
    -webkit-animation: bucket2 1s infinite;
    animation: bucket2 5s infinite;
    margin-top: 4%;
}

@-webkit-keyframes bucket2{
    0% {
        -webkit-transform:translate(10px, 10px) rotate(0deg) translate(-10px, -10px) rotate(0deg);
    }  
  50% {
        -webkit-transform:translate(10px, 10px) rotate(30deg) translate(-10px, -10px) rotate(-30deg);
  }
  100%{
    -webkit-transform:translate(10px, 10px) rotate(0deg) translate(-10px, -10px) rotate(0deg);
  }
}

#subscribe .subscribeDiv{
    text-align: center;
}

#subscribe .heading{
    letter-spacing: 1px;
    font-size: 2em;
    font-weight: 400;
    color:#3D3D3D;
    margin-top: 100px;
}
#subscribe .btn-style{
    padding: 12px 24px;
    border-radius: 20px;
    background-color: #ECEFF9;
    font-weight: 600;
    color: #29458D;
    border: #7083B7 1.5px solid;
    margin-top: 20px;
    margin-bottom: 20px;
}



#footer{
    background-color: #6FD93F;
    padding-bottom: 20px;
}

#footer p{
    color: #ffffff;
    font-size: 15px;
}

#footer .logo-footer{
    margin-top: 30px;
    margin-bottom: 20px;
}
#footer .para{
    margin-top: 50px;
    font-weight: 200;
    letter-spacing: 0.5px;
}
#footer .btn-become-shopper{
    width: 100%;
    margin-left: -90px;
    border-radius: 15px;
    padding: 5px 19px;
    margin-top: 45px;
    border: 1px #ffffff solid;
    letter-spacing: 1px;
    background-color: transparent;
    font-size: 13px;
}
#footer .logo-row{
    border-bottom: 1.5px #3fa42887 solid;
}
#footer .row-two-para{
    font-weight: 200;
    letter-spacing: 0.5px;
}
#footer .row-two-icon{
    color: #ffffff;
    margin-right: 10px;
}
#footer .row-after-border{
    margin-top: 18px;
}

#footer ul{
    list-style-type: none;
    color: #ffffff;
    font-weight: 200;
    padding-left: 0px;

}


#footer li{
    line-height: 2.5;
}


/*content css start*/


.navbar-header{
    padding-bottom: 10px;
}
.navbar-default {
    background-color: transparent;
    border-color: #e7e7e7;
}

.navbar-form{
    margin-top: 20px;
    box-shadow: none;
}

.btn-glyphicon{
    border-left: none;
}

.btn-dropdown{
    border-right: none;
}

#head-content .fa-map-marker{
    margin-right: 8px;
}

.navbar-btn-cart{
    margin-top: 10px;
    background-color: #ECEFF9;
    border-color: #1B3A8A;
    border-radius: 12px;
    padding-right: 11px;
    color: #1B3A8A;
    margin-right: 35px;
    font-weight: bold;
    padding-left: 11px;
    height: 37px;

}
#head-content .fa-shopping-cart{
    margin-right: 10px;
}

.cart-span{
    position: absolute;
    margin-top: -12px;
    color: white;
    background-color: red;
    /* width: 39px; */
    /* height: 20px; */
    font-size: 1em;
    border-radius: 45px;
    padding-left: 6px;
    padding-right: 5px;
}

#head-content a{
    color: #1B3A8A;
}

.content-links{
    text-align: center;
}

.content-home{
    background-color: #193889;
    border-color: #1B3A8A;
    border-radius: 20px;
    padding-right: 13px;
    color: #ffffff!important;
    padding-top: 6px;
    padding-left: 14px;
    padding-bottom: 6px;
}

#head-content li > a {
    color: #4D4C49;
    text-decoration: none;
}

#head-content .input-search{
    flex: 1;
    width: 487px;
}

@media (max-width:768px){
    #footer li {
        border-right: 1px solid #cecece;
        display: inline;
        padding-left: 10px;
        line-height: 1.8;
        padding-right: 10px;

    }
    #footer ul{
        text-align: center;
    }
}

@media (max-width:768px) {
    #info .imageStyle {
        margin-top: 25px;
    }

    #header .heading {
        margin-top: 229px;
    }

    .veg {
        display: none;
    }

    .bag {
        margin-left: 23%;
        margin-top: 18%;

    }

    .imgDiv {
        margin-top: 30px;
    }

    .chicken {
        margin-left: 66%;
    }

    /*content media css*/
    .logo-img {
        margin-left: 20px;
    }

    .location-map {
        margin-left: 105px;
        position: absolute;
        top: -110px;
    }

    #head-content .input-search {
        width: 100%;
    }

  #head-content .account-content{
        display: none;
    }

    #head-content .navbar-btn-cart{
        display: none;
    }

    .navbar-default .navbar-form {
        border-color: transparent;
    }

    #head-content li > a {
        font-size: 0.8em;
        color: #4D4C49;
        text-decoration: none;
    }

    .container-media-xs{
        background-color: #1a3989;
    }
    .location-map{
        margin-top: 10px;
    }

    .navbar-right li{
        margin-bottom: -50px;

    }

    .logo-img {
        display: none;
        margin-left: 20px;
    }
    .img-logo-mediaQ{
        height: auto;
        width: 78px;
    }

    .logo {
        margin-top: 8px;
        margin-left: 68px;
    }

    #head-content .fa-map-marker {
        margin-left: 13px;
        margin-right: 19px!important;
        color: #ffff;
    }


    .content-home {
        font-weight: bold;
        background-color: transparent;!important;
        padding-right: 13px;
        color: #193889 !important;
        padding-left: 14px;
    }

    .home-media{
        color: #1B3A8A;
    }
    

    .list-icon{
        font-size: 2em;
    }

    .delivery-xs {
        color: #ffffff;
    }



}

.user-circle{
    font-size: 2.5em;
    color: white;
}

.cart-query{
    color: #ffffff;
    font-size: 2em;
    margin-left: 77px;
}

#head-content .fa-map-marker {
    margin-right: 12px;

}

@media (min-width: 769px) {

    .user-circle{
        display: none;
        font-size: 2.5em;
    }

    .cart-responsive{
        display: none;
    }

    .img-logo-mediaQ{
        display: none;
    }

    .list-icon{
        display: none;
    }

    #head-content .fa-shopping-cart {
        margin-right: -10px;
    }

}

@media (max-width: 837px) and (min-width: 820px){
 #head-content .nabnar-header{
     margin-left: -20px;
 }
}

@media (max-width: 837px) and (min-width: 830px){
    .navbar-right{
        margin-left: -25px;
    }

}


@media (max-width: 856px) and (min-width: 837px){
    .navbar-right {
        font-size: 0.9em;
        float: right!important;
        margin-right: -15px;
    }
}

@media (max-width:801px) and (min-width: 785px) {
    .navbar-right {
        font-size: 0.9em;
        float: right!important;
        margin-right: -15px;
    }
}

@media (max-width:878px) and (min-width: 864px) {
    .navbar-right {
        font-size: 0.9em;
        float: right!important;
        margin-right: -15px;
    }

}

@media (max-width:785px) and (min-width: 768px) {
    #head-content .fa-map-marker {
        margin-right: 3px;
    }

    .navbar-nav {
        margin-left: -32px;
    }
    .navbar-right {

    }
    }

@media (max-width: 1178px){

    #head-content .input-search {
        flex: 1;
        width: 400px;
    }
}

F
@media (max-width: 1144px) {
    #head-content .input-search {
        flex: 1;
        width: 325px;
    }
}


@media (max-width: 863px) {
    .navbar-btn-cart {
        margin-top: 10px;
        background-color: #ECEFF9;
        border-color: #1B3A8A;
        border-radius: 12px;
        padding-right: 11px;
        color: #1B3A8A;
        margin-right: 13px;
        font-weight: bold;
        padding-left: 11px;
        height: 37px;
    }

}

@media (max-width: 829px) {
    .navbar-btn-cart {
        margin-top: 10px;
        background-color: #ECEFF9;
        border-color: #1B3A8A;
        border-radius: 12px;
        padding-right: 9px;
        color: #1B3A8A;
        margin-right: 10px;
        font-weight: bold;
        padding-left: 0px;
        height: 32px;
    }

    #head-content .fa-shopping-cart {
        margin-right: 4px;
    }

    #head-content li > a {
        margin-top: 10px;
        font-size: 0.8em;
        color: #4D4C49;
        text-decoration: none;
    }
}

#head-content .fa-shopping-cart {
    margin-right: 10px;
}

@media (max-width:1144px){
    #head-content .input-search {
        flex: 1;
        width: 100%;
    }
}

@media (max-width:991px) and (min-width:767px){
    #info .heading{
        font-size: 20px;
    }
    #info .paragraph{
        font-size: 15px;
        letter-spacing: 0.22px
    }
    .veg{
    margin-top: -9%;
    }
}
@media (max-width:1110px){
    .bucket2{
        display: none;
    }
}
@media (max-width:1010px){
    .fruit{
        display: none;
    }
}
@media (max-width:825px){
    .bucket{
        display: none;
    }
}
@media (max-width:550px){
    .chicken{
        display: none;
    }
}
@media (max-width:1400px) and (min-width:991px){
.veg{
    margin-top: -7%;
    }
}
@media (max-width:1700px) and (min-width:1400px){
    .veg{
        margin-top: -5%;
        }
    }
    @media (max-width:854px) and (min-width:768px){
        .chicken{
            margin-left: 84%;
        }
    }


@media(max-width: 1199px){
    #images .imgs-div {
        padding: 0px;
        width: 93px;
    }
    #subscribe .heading {
        letter-spacing: 1px;
        font-size: 2em;
        font-weight: 400;
        color: #3D3D3D;
         /*margin-top: 0px;*/
    }

    #footer .btn-become-shopper {
        width: 176%;
        margin-left: -20px;
    }
}


@media (max-width: 991px) {
    #images .imgs-div {
        padding: 0px;
        width: 93px;
    }

}



@media (max-width: 768px) {
    .manage-content{
        text-align: center;
    }

    .manage-expanse{
        margin-top: -99px;
    }

    #manage .img-div-mob {
        text-align: center;
        margin-top: 60px;
    }
    #footer {
        text-align: center}
    #footer p{
        font-size: 11px;
    }
    #footer .logo-footer {
        margin-top: 30px;
        margin-bottom: -25px;
    }
    #footer .btn-become-shopper {
        width: 46%;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    #head-content .fa-shopping-cart {
        margin-right: -10px;
    }
}


/*css img-content*/

#img-content{
    margin-bottom: 40px;
}

.img-container{
    background-color: #D8D8D8;
}

.img-content-para{
    margin-left: -14px;
    font-size: 1.2em;
    margin-top: 10px;
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 30px;
}


.img{
    width: 100px;
    height: auto;
}

.img-row1 ,.img-row2 ,.img-row3{
    margin-top: 0px;
}

.img-row3{
    margin-bottom: 20px;
}


.pic {
    margin-left: -40px;
    margin-bottom: 16px;
}

.navbar-right {
    margin-top: 8px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .pic {
        margin-left: -28px;
    }

}

@media (max-width: 992px) {
    .pic {
        margin-left: -22px;
    }

}


@media (max-width: 768px) {
    .bottom-left {
        font-size: 0.8em;
        position: absolute;
        bottom: 8px;
        left: 30px;
    }

    .img-row1, .img-row2, .img-row3 {
        margin-top: 10px;
        margin-left: 12px;
    }


    .pic {
        margin-left: 0px;
    }

    .img-content-para {
        margin-left: 17px;
        font-size: 1em;
        margin-top: 10px;
    }
 .second-egg-div {
     margin-top: -187px;
     position: absolute;

 }



}


@media (max-width:1193px ) and (min-width:1178px ) {
    .navbar-right {
        margin-top: 8px;
        float: right!important;
        margin-right: -31px;
    }
}

/*ishaq and amir css start*/
/* Slider */

.slick-slide {
    margin: 0px 3px;
}

.slick-slide img {
    /* width: 100%; */
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.Deals{
    width:100%;
    background-image: url("img/divDealsBg.png");
    height: 136px;
    /* margin-right: 5px; */

}
.para-heading-deals{
    font-weight: 535;
    margin-top: 22px;
    font-size: 1em;
}
.simple-para-deals{
    margin-top: -9px;
    font-size: 0.7em;
}
/* .main-div{
padding: 0px;
} */
.img-first-div{
    margin-top: 18px;
}
.btn-showAll-deals{
    margin-top: 16.5px;
    margin-bottom: 17px;
    font-weight: 600;
    color: #193889;
    font-size: 0.7em;
    padding: 4px 9px;
    border-radius: 22px;
}
.btn-showAll-save{
    margin-top: 4px;
    margin-bottom: 17px;
    font-weight: 600;
    color: #193889;
    font-size: 0.7em;
    padding: 4px 9px;
    border-radius: 22px;
}
.img-arrow{
    top: 30px;
    position: absolute;
    right: 3px;
}
.img-arrow1{
    position: absolute;
    top: 31px;
    z-index: 1;
}

.hidden{
    display: none;
}

.Save{
    background-image: url("img/img-save.png");
    width:100%;
    height: 136px;
}
.para-heading-save{
    font-weight: 500;
    margin-top: 22px;
    font-size: 1em;
    color: white
}
.simple-para-save{
    margin-top: -10px;
    font-size: 0.7em;
    color: white;
    font-weight: 300;
}
@media(max-width:520px){
    .img-arrow{
        display: none !important;
    }
}
.slider-container{
    padding-left: 0px;
    padding-right: 0px;
}
/*PRODUCT*/
/*.pproducts{*/
/*width: web;*/
/*}*/
.top-row{
    margin-top: 15px;
}
.para-top-one{
    margin-left: 35px;
    color: #919191;
    font-weight: 300;
    font-size: 13px;
}
.para-top-two{
    margin-right: 25px;
    float: right;
    color: #193889;
    font-size: 11px;
    font-weight: 400;
}
.product-plus{
    margin-top: 20px;
    float: right;
    position: inherit;
    z-index: 1;
}
.products-imgs {
    height: 180px;
    width: 115px;
    margin-top: -20px;
}
.main-div{
    margin-top: 20px;
    /* background-color: white; */
    padding: 0px;

}
.para-div{
    margin-top: 15px;
}
.last-row-first-para{
    color: black;;
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0px;
}
.last-row-second-para{
    margin-top: 5px;
    color: #7E7E7E;
    font-size: 9px;
    margin-bottom: 0px;
}
.last-row-third-para{
    color: #D9D9D9;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 50px;
}
.last-row-second-para-hover{
    opacity: 0.5;
    color: #7E7E7E;
    font-size: 11px;
    margin-bottom: 0px;
}
.last-row-third-para-hover{
    opacity: 0.5;
    color: #D9D9D9;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 50px;
}
.last-row-first-para-hover{
    color:#B7B7B7;
    opacity: 0.5;
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0px;
}
.btn-off{
    color:#fff;
    background-color: #E8104A;
    border-radius: 10px;
    padding: 1px 14px;
    font-size: 10px;
}
.last-row-first-para-discount{
    color: #E8104A;
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0px;
}
.text-discount
{
    color:#B7B7B7;
    opacity: 0.5;
}
.btn-save{
    position: absolute;
    border-style: dashed;
    padding: 3px 30px;
    border-color: #E8104A;
    color: #E8104A;
    font-size: 13px;
    bottom: 13px;
}
.slider-container-products{
    background-color: #fff;
}
.slick-slide img
{
    /*display: block;*/
    float: right;
}
.products{
    width: 100%;
}
.img-product-arrow {
    top: 105px;
    position: absolute;
    right: 3px;
}
.img-product-arrow1 {
    position: absolute;
    top: 105px;
    z-index: 1;
}
/*PRODUCT-ENDS*/

#slider{
    margin-top: 30px;
    margin-bottom: 30px;
}

#product-slider-two{
    margin-top: 30px;
    margin-bottom: 30px;
}

#product-slider-four{
    margin-top: 30px;
    margin-bottom: 30px;
}

.img-div{
    margin-left: 10px;
}

@media (max-width: 768px) {
    .img-div {
        margin-left: -20px;
    }
}
/*ishaq and amir css end*/

/*modal css start ishaq*/
#my-cart{
    /* background: #ffffff; */
}
.first-row{
    background: #ffffff;
    margin-top: 10px;
}
.second-row{
    background: #ffffff;
    margin-top: 10px;
}
.my-cart {
    color: #43B02B;
    margin-top: 10px;
    font-weight: 500;
}

.personal-cart-div{
    text-align: center;
}
.perosnal-cart{
    font-size: 12px;
}
.shopping{
    font-size: 11px;
    color: #c5c5c5;
    margin-top: -8px;
}
.btn-close{
    background: transparent;
    border-color: #43B02B;
    color: #43B02B;
    font-weight: 500;
    padding: 3px 20px;
    border-radius: 5px;
    margin-top: 10px
}
.btn-checkout{
    height: 48px;
    position: absolute;
    bottom: 10px;
}

.close-span{
    padding-right: 5px;
}

.promo-image {
    height: 50px;
    border-radius: 100px;
    border: 1px solid #b5b5b5;
    width: 50px;
    margin: 5px 0px 5px 0px;
}

.promo-price{
    font-weight: 600;
    margin-top: 10px;
    float: right;
}
.price-span{
    color: red;
    font-weight: bold;
}
.free-delivery{
    font-weight: bold;
}
.text-para{
    padding: 5px 15px;
    background: #f3f3f3;
}

.icon-color{
    color: #43B02B;
    font-size: 15px;

}
.btn-div{
    margin-top: -8px;
    margin-left: -30px;

}
.icon-text{
    color: #aba8a8;
    font-size: 10.5px;
}
.add-delete-div{
    /* width: 13%; */
    box-shadow: 2px 0px 11px 2px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    height: 35px;
    margin-top: 10px;
}
.card{
    margin-top: 7px;
    padding: 0px 0px;
}

.qty-input{
    text-align: center;
    float: right;
    width: 49px;
    height: 40px;
}
.price-para{
    margin-top: 10px;
    text-align: right;
}
.span-price{
    float: right;
    background: linear-gradient(rgba(20, 20, 20, 0.2), rgba(20, 20, 20, 0.2));
    padding:2px 7px 2px 5px;
    border-radius: 4px;
}

.cart-main{
    width: -webkit-fill-available;

}


.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 520px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    background: #f9f9f9;
}

.modal.right .modal-body {
    padding: 15px 15px 80px;
}



/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* @media (max-width:515px) {
    #my-cart {
        margin-left: 122px;
    }

    .btn-checkout {
        width: 400px;
        height: 48px;
        position: absolute;
        bottom: 10px;
    }
} */


@media (max-width:515px) {
    .modal.right.fade.in .modal-dialog {
        width: 400px;
        overflow-x: hidden;
    }
    .modal-content{
        overflow-x: hidden;
    }
    .price-para {
        margin-top: -25px;
        text-align: right;
        margin-left: 28px;
    }
    .btn-div{
        margin-left: -15px;
    }
    .trash-div{
        padding: 0;
    }
    .ins-div{
        padding: 0;
    }
    .btn-close {
        padding: 3px 13px;
    }
    .padding-responsive{
        padding: 3px;
    }
    .btn-checkout {
        width: 95%;
        margin-left: 10px;
    }
}

/*modal css end ishaq*/




/*cheakout page css start*/

#checkout-header{
    background-color: #ffffff;
}
.checkout-logo{
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

#checkout-body{
    margin-top: 50px;
}
.checkout-info-right{
    background-color: #ffffff;
}

.checkout-info-right-para{
    margin-top: 43px;
    font-size: 1.3em;
    font-weight: 500;
}

.map{
    margin-left: 6px;
    font-size: 1.3em;
    color: white;
    text-shadow: -1px 0 #43B02B, 0 1px #43B02B, 1px 0 #43B02B, 0 -1px #43B02B;
    padding-right: 20px;


}


.checkout-info-address{
    padding-top: 10px;
    background-color: #EEEEEE;
    height: 110px;
}

.address-para{
    margin-left: -25px;
    font-weight: 500;
    font-size: 1em;
}
.address-para2{
    margin-top: -11px;
    margin-left: -25px;
    font-size: 0.9em;
    color: #B5B5B5;
}

.edit-icon{
    color: #5B5B5B;
    font-size: 1.3em;
    margin-left: 10px;
}

.btn-address{
    width: 96%;
    margin-left: 12px;
}

.round {
    position: relative;
}

.round label {
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 21px;
    left: 0px;
    position: absolute;
    top: 0;
    width: 21px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

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


.new-address{
    padding-bottom: 20px;
    color: #68BF55;
    margin-top: 3px;

}

.delivery-clock{
    color: white;
    text-shadow: -1px 0 #808080, 0 1px #808080, 1px 0 #808080, 0 -1px #808080;
    margin-left: 8px;
    font-size: 2.1em;
}

.delivery-time-text{
    margin-top: 4px;
    margin-left: -5px;
    font-weight: 200;
    font-size: 1.2em;
    color: #727272;


}

.checkout-delivery-time{
    width: 104%;
    border-top: 1px solid #ECF2F1;
    border-bottom: 1px solid #ECF2F1;
    right: 0;
    margin-left: -14px;
    padding-top: 25px;
    padding-bottom: 50px;
}

.checkout-delivery-mobile-no{
    width: 104%;
    border-bottom: 1px solid #ECF2F1;
    right: 0;
    margin-left: -14px;
    padding-top: 25px;
    padding-bottom: 50px;

}
.checkout-delivery-items{
    width: 104%;
    margin-left: -14px;
    padding-top: 25px;
    padding-bottom: 50px;
}
.check-box-img{
    margin-top: -10px;
    margin-left: 25px;
}

.img-checkout-items{
    margin-top: -20px;
    margin-left: 70px;
}

.items-img{
    margin-left: -15px;

}

.checkout-info-left{
    margin-left: 50px;
    background-color: #ffffff;
}

.btn-place-order{
    color: #ffffff;
    font-size: 1.2em;
    background-color: #BDBDBD;
    width: 100%;
    margin-top: 5%;
    height: 50px;
}

.cheakout-left-div-para{
    color: #818181;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
}

/*media query of checkout css*/
@media (max-width: 991px) {
    .address-para {
        margin-top: -21px;
        margin-left: 35px;
        font-weight: 500;
        font-size: 1em;
    }

    .address-para2 {
        margin-top: -12px;
        margin-left: 35px;
        font-size: 0.9em;
        color: #B5B5B5;
    }

    .checkout-info-left {
        margin-left: 55px;
        background-color: #ffffff;
        margin-top: 25px;
    }

    .checkout-info-right {
        margin-left: 55px;
        background-color: #ffffff;
    }

    .delivery-time-text {
        margin-top: 4px;
        margin-left: 10px;
        font-weight: 200;
        font-size: 1.2em;
        color: #727272;
    }

    .edit-icon {
        color: #5B5B5B;
        font-size: 1.3em;
        margin-left: 53px;
    }

    .edit-div{
        margin-top: -18px;

    }
}

@media (max-width: 767px) {
    .checkout-info-right {
        margin-left: 0px;
        background-color: #ffffff;
    }

    .checkout-info-left {
         margin-left: 0px;
        background-color: #ffffff;
        margin-top: 25px;
    }

    .delivery-time-text {
        margin-left: 30px;
    }


    .items-img {
        margin-left: -4px;
    }
    .btn-address {
        width: 96%;
        margin-left: 7px;
    }

    .edit-icon {
        color: #5B5B5B;
        font-size: 1.3em;
         margin-left: 16px;
    }
    .checkout-info-left {
        display: none;
    }
}
/*cheakout page css end*/


/*cheakout page2 css start*/
.deliveryInfo-section{
    margin-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
}
.check-pg2-address{
    color: #686868;
    margin-left: 45px;
    margin-top: -10px;

}
.cheak-page2-map{
    margin-left: 6px;
    font-size: 1.3em;
    color: white;
    text-shadow: -1px 0 #808080, 0 1px #808080, 1px 0 #808080, 0 -1px #808080;
    padding-right: 20px;
}

.check2-down-arrow{
    color: #BCBCBC;
    font-size: 2em;
    margin-top: 37px;
}

.check2-down-arrow-delivery{
    color: #BCBCBC;
    font-size: 2em;
}

.check-pg2-delivery-time{
    width: 104%;
    border-top: 1px solid #ECF2F1;
    border-bottom: 1px solid #ECF2F1;
    right: 0;
    margin-left: -14px;
    padding-top: 25px;
    padding-bottom: 8px;
}

.check2-down-arrow-delivery {
    margin-left: -12px;
    color: #BCBCBC;
    font-size: 2em;
}

.checkPg2-delivery-time{
    color: #444444;
    margin-top: -9px;
    margin-left: -5px;
}

.checkPg2-delivery-time-text{
    color: #444444;
    margin-top: 4px;
    margin-left: -5px;
    font-weight: 600;
    font-size: 1.2em;
}

.checkPg2-mob-no{
    color: #444444;
    margin-top: 4px;
    margin-left: -5px;
    font-weight: 600;
    font-size: 1.2em;
}

.checkPg2-phone-icon{
    color: white;
    text-shadow: -1px 0 #47B12A, 0 1px #47B12A, 1px 0 #47B12A, 0 -1px #47B12A;
    margin-left: 8px;
    font-size: 2.1em;
}

.checkPg2-mob-para {
    margin-left: -56px;
    margin-top: 21px;
    margin-bottom: 18px;
}

.checkPg2-input{
    border-radius: 7px;
    margin-left: 13px;
    width: 51%;
    height: 52px;
    border: 1px solid #C1C1C1;
}

input::placeholder{
font-size: 1em;
     margin-left: 15px;
    padding-left: 15px;
}

.btn-checkout {
    width: 96%;
    height: 38px;
    background-color: #43B02B;
    margin-top: 10px;
    margin-left: 13px;
}

.check2-delivery-mobile-no{
    width: 104%;
    border-bottom: 1px solid #ECF2F1;
    right: 0;
    margin-left: -14px;
    padding-top: 25px;
    padding-bottom: 20px;
}


@media(max-width: 768px) {
    .check2-down-arrow {
        margin-left: -33px;

        color: #BCBCBC;
        font-size: 2em;
        margin-top: 37px;
    }

    .check2-down-arrow-delivery {
        margin-left: -33px;
        color: #BCBCBC;
        font-size: 2em;
    }

    /*.checkPg2-delivery-time-text {*/
        /*margin-top: -27px;*/
        /*color: #444444;*/
        /*margin-left: 48px;*/
        /*font-weight: 600;*/
        /*font-size: 1.2em;*/
    /*}*/

    /*.checkPg2-delivery-time {*/
        /*color: #444444;*/
        /*margin-top: -9px;*/
        /*margin-left: 48px;*/
    /*}*/

    .checkPg2-mob-no {
        color: #444444;
        margin-top: 4px;
        margin-left: -4px;
        font-weight: 600;
        font-size: 1.2em;
    }
    .checkPg2-mob-para {
        font-size: 0.9em;
        margin-left: -30px;
        margin-top: 11px;
        margin-bottom: 10px;
    }

    .checkPg2-input {
        border-radius: 7px;
        margin-left: 36px;
        width: 51%;
        height: 52px;
        border: 1px solid #C1C1C1;
    }

    .btn-success {
        /* width: 18%; */
        height: 38px;
        background-color: #43B02B;
        margin-top: 10px;
        margin-left: 37px;
    }

    .delivery-time-text {
        margin-left: 4px;
    }

}

@media (max-width: 660px) {
    .checkPg2-delivery-time-text {
        color: #444444;
        margin-top: 4px;
        margin-left: 19px;
        font-weight: 600;
        font-size: 1.2em;
    }

    .checkPg2-delivery-time {
        color: #444444;
        margin-top: -8px;
        margin-left: 18px;
    }

    .checkPg2-mob-no {
        color: #444444;
        margin-top: 4px;
        margin-left: 15px;
        font-weight: 600;
        font-size: 1.2em;
    }

    .checkPg2-mob-para {
        font-size: 0.9em;
        margin-left: -16px;
        margin-top: 11px;
        margin-bottom: 10px;
    }

    .btn-success {
        width: 83%;
        height: 38px;
        background-color: #43B02B;
        margin-top: 10px;
        margin-left: 37px;
    }
    .delivery-time-text {
        margin-left: 21px;
    }
}
/*cheakout pag2 css end*/




/*account page css start*/


#account-replace-order{
    margin-top: 30px;
}

#head-delivery li > a{
    color: #1B3A8A;


}
.account-rep-order-container{
    border-radius: 5px;
    border: 1px solid rgb(189, 238, 136);
    background-color: #D2F6AE;
}

.account-order-row{
    margin-top: 20px;
    margin-bottom: 20px;
}
.img-dollar-flag{
    width: 80px;
    height: 80px;
    padding: 0px;
    margin: 0px 10px;
}

.account-rep-order-heading{
    color: #266E0A;
    font-weight: 800;
    font-size: 16px;
    line-height: 17px;
}

.account-rep-order-para{
    color: #266E0A;
    letter-spacing: 0.5px;
}

.btn-account-order{
    letter-spacing: 0.5px;
    color: #fff;
    background-color: #62C84B;
}

.account-main-row{
    margin-top: 30px;
}
.list-order{
    margin-top: 20px;
}

.fa-icon{
    color: #656565;
    margin-right: 30px;
    font-size: 1.5em;
}

.list-item{
    font-weight: 200;
    color: #656565;
    margin-top: 15px;
    font-size: 1.2em;
    letter-spacing: 1px;
}

.order-div{
    padding-left: 0;
}

.account-info-div{
    background-color: rgb(255, 255, 255);
    padding: 32px;
    margin-bottom: 24px;
}

.account-info-heading{
    color: rgb(66, 66, 66);
    font-size: 24px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 16px;
    line-height: 1;
}

.account-email{
    margin-left: 14px;
    line-height: 40px;
    font-size: 16px;

}

.account-emil-span{
    font-size: 16px;
    font-weight: 400;
    color: #42b02ad9;
    margin-left: 50px;
}
.account-change-span{
    font-size: 16px;
    font-weight: 400;
    color: #42b02ad9;
    margin-left: 14px;
}
/*toggle button css start*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {display:none;}

.slider {
    /*position: absolute;*/
    cursor: pointer;
    /*top: 0;*/
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
/*toggle button css end*/

#head-content .list-inline{
    margin-bottom: 20px;

}

.account-info-div2 {
    background-color: rgb(255, 255, 255);
    padding: 32px;
    margin-bottom: 24px;
}

/*media query of accountInfo start*/
@media (max-width: 768px) {
    .account-replace-div{
        margin-left: 62px;

    }

    .order-div{
        display: none;
    }

    .account-email {
        margin-left: -10px;
        line-height: 40px;
        font-size: 16px;
    }

    
}

@media (max-width: 539px) {
    .account-emil-span {
        font-size: 16px;
        font-weight: 400;
        color: #42b02ad9;
        margin-left: 0px;
    }
}

/*media query of accountInfo end*/

/*account page css end*/






/*Department page css start*/

.department-tab{
    background-color: #193889;
    border-color: #1B3A8A;
    border-radius: 20px;
    padding-right: 13px;
    color: #ffffff !important;
    padding-top: 6px;
    padding-left: 14px;
    padding-bottom: 6px;
}

.department-heading{
    padding-bottom: 20px;
    margin: 10px 0;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.category-menu-category {
    width: 226px;
    height: 250px;
    position: relative;
    display: inline-block;
    float: left;
    margin: 4px;
    padding: 32px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 4px;
}

.category-menu-category-image {
    width: 120px;
    position: absolute;
    top: -30px;
    right: -10px;
}

.categoery-heading{
    margin-top: -5px;
}

.categoery-link{
    margin-top: 20px;
    margin-left: 33px;
    color: #6BC158;
    font-size: 16px;
}


.categoery-list{
    margin-left: 14px;
    margin-top: 10px;
    color: #828282;
    font-size: 1.1em;
}

.list-inList {
    margin-top: 37px;
}


@media (max-width: 768px) {
    .category-menu-category {
        margin-left: 70px;
    }
}
/*Department page css end*/


/* sub-Department page css start*/

.sub-dep-product-sub-list{
    margin-top: 5px;
margin-left: 15px;
    color: #43B02B;
}
.sub-dep-product{
    margin-top: 5px;
    color: #43B02B;
}

.sub-dep-rowOne{
    background-color: #ffffff;
    margin-top: 15px;
}

.sub-dep-product-eligible-product{
    margin-top: -7px;
    color: #ABABAB;
}

.btn-save-now{
    color: #43B02B;
    margin-top: 20px;
    border-color: #43B02B;
}

.sub-dep-product{
    margin-top: 25px;
}
.sub-dep-product-free-delivery{
    margin-top: 20px;
}

/* sub-Department page css start*/

/* sub-Department2 page css start*/
.separator {
    height: 1px;
    background: #e0e0e0;
    margin-bottom: 8px;
    max-width: 260px;
    margin-right: 5px;
}

.sub-dep2-li-head{
    font-weight: 600;
}
.sub-dep2-li-cheakbox{
    display: flex;
    border: 0px;
    padding: 0px;
    margin: 10px 0px;
    background-color: transparent;
    text-align: left;
    align-items: flex-start;
}
 .sub-dep2-li-brand{
    font-weight: 600;
}
 .sub-dep2-li{
     margin-top: 20px;
 }

 .sub-dep2-li-moreView{
     font-weight: 500;
     color: #193889;
 }


 .sub-dep2-product-para{
     color: #193889;
     font-weight: 500;
 }

 .sub-dep2-right-head{
     margin-top: -10px;
 }
 .down-angle{
     float: right;
 }

 .btn-drop-down{
     margin-top: -10px;
     border: 1px solid rgb(224, 224, 224);
     border-radius: 4px;
     font-weight: 600;
     padding-left: 0px;
     padding-right: 16px;
     height: 36px;
     background-color: rgb(255, 255, 255);
     color: rgb(57, 57, 57);
     min-width: 260px;

 }


 .right-div-white{
     margin-top: 15px;
     background-color: #ffffff;
 }

 .sub-dept2-white-btn{
     border: 1px solid #193889;
     color: #193889;
     padding: 10px;
     border-radius: 6px;
 }

 .right-div-btn-list{
     margin-top: 20px;
     border-bottom: 1px solid #e0e0e0;
     padding-bottom: 25px;
 }

 .plus-img-div{
     /*margin-left: -35px;*/
     padding-right: 0;
 }
 
 @media (max-width: 1200px) {
     .btn-drop-down {
         margin-left: -45px
     }
 }

@media (max-width: 767px) {
    .sub-dep2-left-div-menu{
        display: none;
    }

    .sub-dep2-right-head {
        font-size: 1em;
        margin-top: -10px;
    }


    .btn-drop-down {
        font-size: 1em;
        margin-top: -22px;
        border: 1px solid rgb(224, 224, 224);
        border-radius: 4px;
        font-weight: 500;
        padding-left: 0px;
        padding-right: 10px;
        background-color: rgb(255, 255, 255);
        color: rgb(57, 57, 57);
        min-width: 154px;
    }

    .sub-dep2-btn-mob-resp{
        margin-top: 30px;
    }


    .products-imgs {
        margin-left: 31px;
        height: 181px;
        width: 152px;
        margin-top: 0px;
    }

    .product-plus {
        margin-right: 81px;
        margin-top: 20px;
        float: right;
        position: inherit;
        z-index: 1;
    }

    .last-row-second-para {
        margin-top: 5px;
        color: #7E7E7E;
        font-size: 12px;
        margin-bottom: 0px;
    }

}
 
 
/* sub-Department2 page css end*/

/*checkout New Address page css start*/

.input1-new-address{
    border-radius: 7px;
    margin-left: 13px;
    width: 77%;
    height: 62px;
    border: 1px solid #C1C1C1;
}

.input2-new-address{
    border-radius: 7px;
    margin-left: 13px;
    width: 77%;
    height: 62px;
    border: 1px solid #C1C1C1;
    margin-top: 17px;
}
.input3-new-address {
    border-radius: 7px;
    margin-left: 13px;
    height: 62px;
    border: 1px solid #C1C1C1;
    margin-top: 17px;
}

.zip-code-text-new-address{
    font-size: 16px;
    margin-left: 10px;
    color: #505050;
}


.text-area-new{
    border-radius: 7px;
    margin-left: 13px;
    width: 77%;
    border: 1px solid #C1C1C1;
    resize: none;
}

.btn-cancel-new-address{
    touch-action: manipulation;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    height: 40px;
    background-color: rgb(255, 255, 255);
    color: rgb(95, 202, 68);
}

.btn-save-new-address{
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 600;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    height: 40px;
    background-color: rgb(46, 137, 19);
    color: rgb(255, 255, 255);
    justify-content: center;
    min-width: 172px;
    margin-left: 16px;
}

.btns-new-address{
    margin-top: 21px;
    margin-bottom: 35px;
}

.input1-new-address::placeholder{
    font-weight: 200;
    font-size: 1.2em;
    color: #757575;
    letter-spacing: 1px;
}


.input2-new-address::placeholder{
    font-weight: 200;
    font-size: 1.2em;
    color: #757575;
    letter-spacing: 1px;
}

.input3-new-address::placeholder{
    font-weight: 200;
    font-size: 1.2em;
    color: #757575;
    letter-spacing: 1px;
}


.text-area-new::placeholder{
    font-weight: 200;
    font-size: 1.2em;
    color: #757575;
    letter-spacing: 1px;
}

/*checkout New Address page css end*/

/*hot deals page css start*/

.hot-deals-page2-img{
    width: 100%;
}

#hot-deals-page2{
    margin-bottom: 50px;
}


@media (max-width: 768px) {
    .li-coupons-media {
        display: none !important;
    }

    #hot-deals-page2 {
        margin-bottom: 10px;

    }
}
/*hot deals page css end*/


/*get-PRK page css start*/

#get-PKR{
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("img/background-pkr.jpg");
    background-size: cover;
    height: 100vh;
    position: absolute;
    left: 0px;
    right: 0px;
     z-index: -1;
}

.get-pkr-white-divs{
    margin-top: 30px;
}

.get-pkr-left-white-div{
    background: rgb(255, 255, 255);
    border: 1px solid rgb(224, 224, 224);
    border-radius: 4px;
}

.get-pkr-left-div-para{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: rgb(66, 66, 66);
    margin: 0px;
    padding: 24px;
    border-bottom: 1px solid rgb(224, 224, 224);
}

.get-pkr-left-div-head{
    color: rgb(66, 66, 66);
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 24px;

}

.get-pkr-left-div-head2{
    margin-top: -36px;
    color: rgb(66, 66, 66);
    text-align: left;
    font-size: 40px;
    font-weight: 400;
    padding-top: 20px;
    padding-left: 21px;
}

.get-pkr-left-div-progress {
    background: rgb(255, 255, 255);
    border-radius: 25px;
    border-style: solid;
    border-width: 1px;
    display: flex;
    height: 8px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.get-pkr-left-div-para2{
    margin-bottom: 16px;
    margin-top: -10px;
    letter-spacing: 1px;
    color: rgb(117, 117, 117);
    font-size: 16px;
    padding-left: 24px;
}

.get-pkr-left-white-div2{
    margin-top: 10px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(224, 224, 224);
    border-radius: 4px;
    overflow: hidden;
    padding: 24px;
}

.get-pkr-left-div2-head{
    font-size: 16px;
    font-weight: 600;
    color: rgb(66, 66, 66);
    margin-top: 0px;
    margin-bottom: 20px;
}

.get-pkr-left-div2-dotted1{
    border: 1px dashed rgb(189, 189, 189);
    height: 56px;
    border-radius: 4px;
    overflow: hidden;
    padding: 8px 98px 8px 8px;
    position: relative;
}

.get-pkr-left-div2-para1{
    margin: 5px;
    text-overflow: ellipsis;
    color: rgb(117, 117, 117);
}

.get-pkr-left-div2-btn{
    border: 1px solid rgb(46, 137, 19);
    border-radius: 4px;
    font-weight: 600;
    display: inline-flex;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    height: 40px;
    background-color: transparent;
    color: rgb(46, 137, 19);
    margin-left: 70px;
}

.get-pkr-left-div2-para2{
    margin-top: 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgb(117, 117, 117)
}



.get-pkr-left-div2-dotted2 {
    margin-top: 12px;
    border: 1px dashed rgb(189, 189, 189);
    height: 56px;
    border-radius: 4px;
    overflow: hidden;
    padding: 8px 98px 8px 8px;
    position: relative;
}

.get-pkr-left-div2-btn-facebook{
    margin-top: 30px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    height: 40px;
    background-color: rgb(0, 76, 135);
    color: rgb(255, 255, 255);
}

.fa-facebook-div2{
    margin-right: 10px;
}

.get-pkr-left-div-para2-span{
    font-weight: 400;
    margin-left: 5px;
}

.get-pkr-right-white-div{
    padding: 24px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(224, 224, 224);
    border-radius: 4px;

}

.get-pkr-right-white-div-head1{
    text-align: center;
    font-weight: 800;
    font-size: 48px;
    line-height: 60px;
    margin: 0px;
}
.get-pkr-right-white-div-head2{
    margin-top: 10px;
    font-size: 24px;
    color: rgb(117, 117, 117);
    letter-spacing: 1px;
    text-align: center;
    font-weight: 200;
}

.get-pkr-right-div-para-main{
    text-align: center;
}
.get-pkr-right-div-para{
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    color: rgb(117, 117, 117);
    font-size: 10px;
}

.get-pkr-right-div-icon-para{
    padding: 48px;
    border-bottom: 1px solid rgb(224, 224, 224);
}

.get-pkr-right-div-para2-icon{
    letter-spacing: 1px;
    padding-top: 48px;
    text-align: center;
    color: rgb(66, 66, 66);
    font-weight: 400;
    font-size: 20px;
    justify-content: center;
    margin-bottom: 12px;
}

.get-pkr-right-div-bottom-line{
    padding: 24px;
    border-bottom: 1px solid rgb(224, 224, 224);
}

.img-gmail{
    margin-top: -2px;
    margin-right: 10px;
}

.btn-get-pkr-right-choose{
    margin-top: 10px;
    border-bottom: 1px solid rgb(224, 224, 224);
    border-radius: 4px;
    font-weight: 400;
    display: inline-flex;
    padding: 1px 60px;
    font-size: 18px;
    height: 48px;
    background-color: rgb(46, 137, 19);
    color: rgb(255, 255, 255);
}

.get-pkr-right-btn-div {
    padding-bottom: 41px;
    text-align: center;
    border-bottom: 1px solid rgb(224, 224, 224);
}
.get-pkr-right-div-para3{
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 400;
    color: rgb(66, 66, 66);
}

.get-pkr-right-div-input{
    border: 1px solid rgb(189, 189, 189);
    border-radius: 4px;
    box-sizing: border-box;
    color: rgb(66, 66, 66);
    height: 56px;
    outline: none;
    width: 100%;
    opacity: 1;
}

.get-pkr-right-div-input::placeholder{
    font-weight: 200;
    font-size: 1.2em;
    color: #757575;
    letter-spacing: 1px;
}

.get-pkr-right-div-linkA{
    color: #1B3A8A;
}

.get-pkr-right-btn-send{
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    padding: 1px 24px;
    font-size: 16px;
    height: 40px;
    background-color: rgb(189, 189, 189);
    color: rgb(255, 255, 255);
}

.get-pkr-right-div-link-email{
    margin-top: 16px;
    justify-content: space-between;
    display: flex;
}

.span-progress-bar{
    background-color: #939393;
    border-radius: 23px;
    height: 100%;
    will-change: width;
    width: 2%;
    transition: width 500ms ease-in-out;
}

.progress-parent-div{
    padding: 24px;
}

@media (max-width: 1200px) {
    .get-pkr-left-div2-btn {
        border: 1px solid rgb(46, 137, 19);
        border-radius: 4px;
        font-weight: 600;
        display: inline-flex;
        padding-left: 16px;
         padding-right: 7px;
         font-size: 16px;
        height: 40px;
        background-color: transparent;
        color: rgb(46, 137, 19);
        margin-left: 70px;

    }
}
@media (min-width: 991px) {
    .get-pkr-right-white-div2-xs{
        display: none;
    }
}

@media (max-width: 991px) {
    .get-pkr-left-div2-dotted1 {
        border: 1px dashed rgb(189, 189, 189);
        height: 90px;
        border-radius: 4px;
        padding: 8px 98px 8px 8px;
    }

    .get-pkr-left-div2-dotted2 {
        border: 1px dashed rgb(189, 189, 189);
        height: 90px;
        border-radius: 4px;
        padding: 8px 98px 8px 8px;
    }
    .get-pkr-left-div2-para1 {
        margin-left: -8px;
        text-overflow: ellipsis;
        color: rgb(117, 117, 117);
    }
    .get-pkr-left-div2-btn-facebook {
        margin-top: 30px;
        font-size: 13px;
        border: 1px solid transparent;
        border-radius: 4px;
        display: inline-flex;
        align-items: center;
        padding-left: 16px;
        padding-right: 16px;
        height: 40px;
        background-color: rgb(0, 76, 135);
        color: rgb(255, 255, 255);
    }


}


@media (min-width: 768px) {
    .get-pkr-right-xs-div{
        display: none;
    }
}

@media (max-width: 768px){
    .get-pkr-left-div{
        display: none;
    }

    .get-pkr-right-white-div-head1 {
        display: none;
    }

    .get-pkr-right-white-div-head2 {
     display: none;
    }

    .get-pkr-right-div-para-main {
        display: none;
    }

    .get-pkr-right-xs-div-para{
        margin-top: 25px;
        font-size: 16px;
        letter-spacing: 1px;
        color: rgb(66, 66, 66);
    }

    .get-pkr-right-xs-div{
        position: relative;
        justify-content: space-between;
        display: flex;
    }

    .get-pkr-right-xs-div-fa{
        padding: 7px;
        margin-top: 10px;
        font-size: 1.5em;
        color: #1B3A8A;
    }

    .get-pkr-right-white-div2-xs{
        padding: 24px;
        background: rgb(255, 255, 255);
        border: 1px solid rgb(224, 224, 224);
        margin-top: 30px;
    }

    .get-pkr-right-white-div2-xs-para{

        font-size: 16px;
        letter-spacing: 1px;
        color: rgb(66, 66, 66);
        margin: 0px;
    }
    

}
/*get-PRK page css END*/


/*account model page css start*/
.account-model-right-div-address{
    font-size: 16px;
    color:#1B3A8A ;
    font-weight: 400;
}
.account-model-span{
    margin-right: 5px;
}

.account-model-right-div-address2{
    font-size: 16px;
    color: #1B3A8A;
    font-weight: 400;
    margin-top: -7px;
    margin-left: 24px;

}

.account-model-div{
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    border: 1px solid rgb(224, 224, 224);

}

.account-model-right-div-new-address{
    text-align: center;
    font-size: 16px;
    color: #1B3A8A;
    font-weight: 400;
}

.account-model-plus-icon{
    margin-right: 10px;
}

.account-model-page-modal-heading{
    text-align: center;
    margin-bottom: 30px;
}
 .input-div-new-address{
     margin-right: -84px;
 }

.icon-account-model{
    margin-top: 7px;
}

@media  (max-width: 1000px) {
    .icon-account-model {
        font-size: 0.8em;
        margin-top: 7px;
    }
}
/*account model page css end*/
