/*Banner*/
/*.custom-banner{
    width:100% !important;
}*/

/*Links*/

/*PLUS MINUS*/
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;

}
#pac-input{
    z-index: 1;
    margin: 10px;
    width: calc(100% - 21px) !important;
    position: absolute;
    top: 0px  !important;
    left: 0px  !important;
}
.pac-my-input{
    width: calc(100% - 18px);
    border: 1px solid transparent;
    height: 40px;
    margin: 8px;
    padding: 0 12px;
    outline: none;
    font-size: 14px;
    box-sizing: border-box;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}
.map-main{
    width: 100%;
    position: relative;
}
.map-main > a.map-pointer{
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
}
.cart-sidebar-body{
/*    height:74vh;*/
}
.btn-video{
    border-radius:49px !important;
}
div#vd-example-modal div.modal-body{
    padding:0;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 600px){
    .sticky-head-mob-sub{
        position: fixed;
        width: 100%;
        margin-top: 62px;
        z-index: 99;
    }
    .map-main{
        width: 100%;
    }
    .cart-foot .foot-btn {
        float: right !important;
    }
   /* #pac-input {
        display:none;
    }*/
}
@media only screen and (max-width: 600px) and (min-width: 390px) {
    .map-main{
        width: 100%;
    }
    .prod_grid .input-res{
        width: 77% !important;
    }

    .input-cart-btn-chec{
        width: 66%!important;
    }

    .back-btn-cart{
        width: 40% !important;
    }
    .pimg_div{
        width: 180px;
    }
   /* #pac-input {
        display:none;
    }*/
   /* .owl-carousel .input-group-field
    {
        width: 89% !important;
    }*/
   /* .cart-sidebar-body{
        height:74vh;
    }*/
    .osahan-menu .navbar-brand {
        padding: 9px 0 9px 5px;
    }
}


@media only screen and (max-width: 360px) {
    .back-btn-cart{
        width: 40% !important;
    }

    .pimg_div{
        width: 180px;
    }
    .input-cart-btn{
        width: 60%!important;
    }
    .input-cart-btn-chec{
        width: 63%!important;
    }

  /*  .input-res{
        width: 50% !important;
    }*/
    .product_title{
        height:  30px !important;
    }
 /*   .prod_grid .input-res{
        width: 65% !important;
    }*/
}


.plus-minus-input {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.plus-minus-input .input-group-field:focus{
    outline: 0;
}
.plus-minus-input .input-group-field {
    text-align: center;

    color: white;
    border: unset;
    background: #2DC127 !important;
    width: calc(100% - 50px) !important;
    font-size: 15px;
    height: 23px;
}
.plus-minus-input .input-group-button .circle:focus{
    outline: 0;
}

.plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}
.topCartLayer{
    width: 100%;
    z-index: 1;
    position: absolute;
    background:#ffffff;
    height: 80vh
}.topCartLayer_check{
    width: 100%;
    z-index: 1;
    position: absolute;
    background:#ffffff;
    height: 100%;
}
input::placeholder ,textarea::placeholder {

   opacity: 0.4 !important;
}
.loader {
    position: absolute;
    top: 45%;
    left: 40%;
    border: 10px solid #e4e4e4; /* Light grey */
    border-top: 10px solid #2DC127; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
}
.loader_checkout {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 10px solid #e4e4e4; /* Light grey */
    border-top: 10px solid #2DC127; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.plus-minus-input .input-group-button .circle {
    border-radius: 50%;
    padding: 4.1px 8px;
    font-size: 10px;
    background: #fff;
    border: unset;
    color: #2DC127;
    cursor: pointer;
}
.sticky_head{
    position: fixed;
    z-index: 10;
    width: 100%;
    top:0;
}

.topCartSpin{
    margin: 0 auto;

font-size: 65px;
    position: absolute;
    color: black;
    top: 50%;
    left:45%;
}

/*PLUS MINUS*/


.custom-link-text{
    color: #fff !important;
    cursor: pointer !important;

}
.cross-link{
    color: #0a0a0a !important;
    padding-top: 1px!important;
    cursor: pointer !important;
}

/*Product*/
.product_title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
}
.product_title_list{
width: 217px;
}
.myListBtn{
    width: 100%;
    font-size: 13px !important;
    padding: 7px 10px !important;
}
.productListImg{
    height: 70px !important;
    max-width: unset!important;
}
.per_size{
    font-size: 10px;
    color: #9c9c9c;
}
.fb-color{
    background: #3b5998 !important;
}
.insta-color{
    background: #e90a25 !important;
}
.twitter-color{
    background: #38A1F3 !important;
}
.whatsapp-color{
    background: #25D366 !important;
}
.google-color{
    background: #4285f4 !important;
}
.custom-mySelect{
    width: 85px;
    display: unset;
    height: 31px !important;
    padding: 0px 4px;
}
.custom-modal{
    padding: unset!important;
}
.custom-cross{
    position: absolute !important;
    z-index: 1 !important;
    right: 0 !important;
    padding: 5px !important;
}
.custom-mySelect:focus{
    box-shadow: unset!important;
    border: 1px solid #ced4da;
}
.custom-mySelect > option{
    padding: 10px;
}

.custom-badge{
    background: #51aa1b;
}
/*Logo*/
.logo-top{
    width: 100px;
    margin-top:8px;
    margin-bottom:8px;
}
.logo-bottom{
    width: 200px;
}
.payment_img{
    width: 280px ;
}



@media only screen and (max-width: 600px) {
    .custom-price{
     width: 70px !important;
    }
    .product_title_list{
        width: 150px !important;
    }
    .category-tab-mob{
        display: block !important;
    }
    .category-tab-web{
        display: none;
    }
    .prod_img img{
        height: unset !important;
    }
    .btn-footer{
        padding: 6px 0px !important;
    }
    .foot-btn{
        /*float: none !important;*/
        margin-bottom: 10px!important;
    }
    .logo-top{
        width: 70px;
        margin-top:0px;
        margin-bottom:0px;
    }
    body.pkRegions {
        background: url(../img/mobile_bg.jpg) no-repeat;
        background-size: cover;
    }
}
@media (device-height : 568px)
and (device-width : 320px)
and (-webkit-min-device-pixel-ratio: 2){
    .cart-sidebar-footer > a{
        margin-bottom:50px;
    }
    .cart-sidebar-body{
        padding-bottom: 30px;
    }
}
.checkout-step div#collapseOne p{
    position:relative;
}
.checkout-step div#collapseOne p > span#pnum-err{
    display: none;
    position: absolute;
    left:5px;
    top:18px;
    color:#f00;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.checkout-step div#collapseOne p > span#pnum-err.show{
    display:block;
}
div.otp-modal div.modal-body{
    padding:0 !important;
}
div.otp-modal div.modal-body  h4{
    border-bottom: 1px solid #eee;
    padding: 10px;
    text-align: center;
    font-size:1.4rem;
}
div.otp-modal div.modal-body  form{
    padding: 0 15px;
}
div.otp-modal div.modal-body p.info{
    position: relative;
    margin-bottom:1.5rem;
}
div.otp-modal div.modal-body p.info span.error{
    position: absolute;
    left: 0;
    bottom: -19px;
    font-size:12px;
    color:#f00;
}
div.otp-modal div.modal-body p.inst{

}
div.otp-modal div.modal-body p.inst > span.rcCMD{
    cursor: pointer;
}
div.otp-modal div.modal-body p.inst > span.disabled{
    cursor:not-allowed;
    opcaity:0.7
}
div.otp-modal .btn-close {
    background: #dbdbdb none repeat scroll 0 0;
    border-radius: 30px;
    color: #000;
    display: inline-block;
    font-size: 18px;
    opacity: 1;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.bg-dark{
    background: #00904B !important;
}
.card-body.card-shop-filters > ul > li:hover{
    background: #f1f1f1;
}
.cart-list-product .badge.badge-danger{
    background: #dc3545;
    border: 1px solid #dc3545;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    padding: 3px 6px;
}
div#alert-box div.alert{
    overflow: hidden;
    position: relative;
}
div#alert-box button.close{
    position: absolute;
    right: 2px;
    top: -5px;
}
div#alert-box a{
    float:left;
    display:inline-block;
    margin-right:15px;
}
div#alert-box a > img{
    border-color: #ececec #ececec #dcdcdc;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px 1px 3px;
    max-height: 100px;
    width: 82px;
}
div#alert-box h5{
    font-size:14px;
}
div#alert-box h5 > span{
    font-size:11px;
    font-wegith:500;
}
div#alert-box h6{
    font-size:12px;
    font-weight:600;
}
div#alert-box p{
    font-size:14px;
    font-weight:500;
}
div#bd-login div.modal-body{
    padding:0;
}
div#bd-login div.modal-body h4{
    border-bottom: 1px solid #eee;
    padding: 10px;
    text-align: center;
    font-size:1.4rem;
}
div#bd-login div.modal-body form{
    padding:0 15px 15px;
}
div#bd-login div.modal-body form button{
    margin:10px auto auto;
}
div#bd-login div.modal-body a.btn-close{
    background: #dbdbdb none repeat scroll 0 0;
    border-radius: 30px;
    color: #000;
    display: inline-block;
    font-size: 18px;
    opacity: 1;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
div.navbar-top.top-news{
    background: #1c2224;
    padding:5px;
}
div.navbar-top.top-news a{
    font-size:16px;
    line-height: 1.1;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    animation: tnblinking 1s linear infinite;
}
@keyframes tnblinking {
    from,
    49.9% {
        opacity: 0;
    }
    50%,
    to {
        opacity: 1;
    }
}
form[name="loginForm"] div.input-group.mblr{
    padding-bottom: 20px;
}
span.mrInstr {
    position: absolute;
    left: 0;
    bottom: -5px;
    color:#f00;
    font-size:12px;
}
span#loginErr{
    position: absolute;
    left: 0;
    bottom: -5px;
    color:#f00;
    font-size:12px;
}
form[name="registerOtpForm"]{
    position:relative;
}
form[name="registerOtpForm"] span.mrInstr{
    left: 15px;
    top: 40px;
    bottom:unset;
}
body.pkRegions {
  background: url("../img/bg.jpg") no-repeat;
  background-size: cover;
}

body.pkRegions.seasonal {
  background: url("../img/bg_qurbani.jpg") no-repeat;
  background-size: cover;
}

body.pkRegions section.regions {
  padding-top: 100px;
}

body.pkRegions section.regions a.logo {
  margin-top: 100px;
  margin-bottom: 50px;
}

body.pkRegions section.regions a.logo > img {
  display: block;
  margin: 0 auto;
  max-height: 110px;
}

body.pkRegions section.regions button.btn.enter {
  width: 50%;
  margin: 0 auto;
}
.accordion small.font-weight-bolder{
    font-weight:600;
}
.cart-sidebar .cart-sidebar-footer{
    position: absolute;
    bottom: 0 !important;
    width: 100%;
    background: #ececec;
}
.card-payment{
    background: url(../img/debit-and-visa.png) no-repeat right top;
    background-size: contain;
    padding-right: 90px;
}
@media only screen and (max-width: 600px) {
    body.pkRegions {
        background: url(../img/mobile_bg.jpg) no-repeat;
        background-size: cover;
    }
    body.pkRegions section.regions a.logo{
        margin:100px 0 15px ;
    }
    .cart-sidebar-body{
        height:75vh;
    }
    .cart-sidebar .cart-sidebar-footer{
        position: fixed;
        width:320px;
        bottom: 0 !important;
    }
    .card-payment{
        background: none;
        padding-right:0;
    }

}
.ocdr-gallery{
    
}
.ocdr-gallery .owl-item > .item > div{
    padding:0 5px;
}
.ocdr-gallery .owl-prev{
    left:-40px !important;
    top:43%;
}
.ocdr-gallery .owl-next{
    right:-40px !important;
    top:43%;
}
@media only screen and (max-width: 600px) {
    .ocdr-gallery .owl-prev{
        left:0 !important;
        top:43%;
    }
    .ocdr-gallery .owl-next{
        right:0 !important;
        top:43%;
    }
}
.vdo-gallery .owl-prev{
    left:-40px !important;
    top:43%;
}
.vdo-gallery .owl-next{
    right:-40px !important;
    top:43%;
}
@media only screen and (max-width: 600px) {
    .vdo-gallery .owl-prev{
        left:0 !important;
        top:43%;
    }
    .vdo-gallery .owl-next{
        right:0 !important;
        top:43%;
    }
}

.video-box{
    background: #fff 0 0;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 6%);
    border-radius: 2px;
    text-align: center;
    padding: 0;
    margin: 10px;
    position: relative;
    overflow: hidden;   
}
.video-box > .frame{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video-box > .frame > iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.widget-whatsapp {
    position: fixed;
    bottom: 0;
    z-index: 15;
    margin: 10px;
    width: 50px;
    height:50px;
    left: 0;
    
}
.widget-whatsapp > a{
    display:block;
    background:url('../img/whatsapp.png') center center no-repeat;
    width:inherit;
    height:inherit;
    background-size:contain;
}