/*--------------------------------------------------------------------------*/
/*page notification session message begin*/
.pagenotification{
    padding: 15px 25px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    font-size:16px;
    border-radius: 25px;
    position: fixed; 
    /*width: auto; */
    /* top:50%; 
    left: 40%; */
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 20%;
    z-index: 99999999;
}

.pagenotification i { 
  padding-right: 5px;
  color: #57E964;
}

.noticlbtn{
    margin-left: 15px;
    color: white;
    font-weight: 400;
    float: right;
    font-size: 22px;
    line-height: 25px;
    cursor: pointer;
    transition: 0.3s;
}

.noticlbtn:hover {
    /*font-size: 23px;*/
}

/*page notification session message end*/

.ctaWhatsapp{
  z-index: 9999; 
  position: fixed;
  bottom: 20px; 
  left: 10px; 
}

.ctaWhatsapp i{
  font-size: 40px;
  height: 50px; 
  width: 50px;
  text-align: center;
  padding:4px 4px;
  color:#3BC04D;
  border-radius: 50px; 
  background: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.myStyleShadow{
    /*box-shadow: 0 2px 4px 0 rgba(5,47,95,.04),0 12px 16px 0 rgba(52,105,203,.12);*/
    box-shadow: 0 0 8px 0 rgba(0,0,0,.08),0 0 15px 0 rgba(0,0,0,.02),0 0 20px 4px rgba(0,0,0,.06);
    transition: .3s !important;
}

@media only screen and (min-width: 768px) {
    /* For Desktop: */
    .largeScreenViewOnly {
        visibility: visible;
        display: ;
    }

    .smallScreenViewOnly {
        visibility: hidden;
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    /* For tablets: */
    .largeScreenViewOnly {
        visibility: hidden;
        display: none;
    }

    .smallScreenViewOnly {
        visibility: visible;
        display: ;
    }
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
    .largeScreenViewOnly {
        visibility: hidden;
        display: none;
    }

    .smallScreenViewOnly {
        visibility: visible;
        display: ;
    }
}


/*-------------------------------------------------------------*/
/*Live search section*/
.prolivesearch{
    position: absolute;
/*  background-color: #F8F8F8;*/
    background:#fff;
    max-height: 400px;
    overflow-y: auto;
    width: 100%;
    overflow-x: hidden;
/*    overflow-y: hidden;*/
    margin: 1px 0 0 0px;
    border-radius: 0px 0px 5px 5px;
    color: gray;
    text-align: left;
    padding: 0px;
    /*border-bottom: 2px solid #fe9c15;
    border-left: 2px solid #fe9c15;
    border-right: 2px solid #fe9c15;*/
    z-index: 3;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.prolivesearch ul{
    position: relative;
    list-style-type: none;
    list-style-position: inside;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.prolivesearch ul li{
    padding: 8px 13px;
    font-size: 13px;
    line-height: 17px;
    color: #777;
    font-weight: 400;
    word-wrap: break-word;
/*    cursor: pointer;*/
    border-bottom: 1px solid #f5f5f5;
}

.prolivesearch ul li:last-child{ border: none; }

.prolivesearch ul li:hover{
    color: #444;
    background-color: #f8f8f8;
}

.prolivesearch ul li a{
    position: relative;
    display: block;
    color: #777;    
}

.prolivesearch ul li a:hover{
    color: #444;    
}

.prolivesearch ul li i{
    position: relative;
    top: 1px;
    padding-right: 10px;
    font-size: 15px;
    color: #999;
    font-weight: 600;
}

.prolivesearch ul li span{
    color: #999;
}

.prolivesearch ul li .searchProView{
    display: flex;
    align-items: center;
    justify-content: left;
}
.prolivesearch ul li .searchProView .sProImg{margin-right: 5px;}
.prolivesearch ul li .searchProView .sProImg{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}
.prolivesearch ul li .searchProView .sProImg img{
    max-width: 100%;
    max-height: 100%;
}
.prolivesearch ul li .searchProView .sProTitle{margin-left: 8px;}

/*...............................................*/
/*upload image in product section */
.uploadImgbtnCol{
    display: inline-block; 
    margin:10px; 
    text-align: center;
    cursor: pointer;
}

.selectImgBtn{
    position: relative; 
    width: 80px; 
    height: 80px; 
    display: table-cell; 
    vertical-align: middle; 
    padding: 2px; 
    border: 2px dashed #EBE9EA; 
    background: #fdfdfd; 
    border-radius: 3px; 
    overflow: hidden;
}

.selectImgBtn img{
    max-height: 100%;
    max-width: 100%;
}

.selectImgBtnText{
    background:rgba(255,255,255,0.8);
    width: 100%; 
    font-size: 13px; 
    font-weight: 500; 
    color: #666666; 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
}

.selectImgBtnText i{ font-size: 12px;}
.selectImgBtnText span{ font-weight: 600;}

.uploadImgInputFiled{
    display:; 
    width: 125px; 
    height: 125px; 
    z-index: 1;
    position: absolute; 
    top: 40%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.uploadImgLableData{
    font-size:13px; 
    font-weight: 600; 
    color: #777777;
}

.uploadImgLableData sup{ color: red; }


/*blink object using css*/
.blink_obj {
  animation: blinker 2s linear infinite;
  /*animation: blinker 1s infinite;*/
  /*animation: blinker 1s linear infinite;*/
}

@-webkit-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

/*===|loading process section begin|=====================*/
.pageProcessLoader{
    padding: 10px 18px 15px 18px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-size:16px;
    border-radius: 5px;
    position: fixed; 
    /*width: auto; */
    top:50%; 
    left: 50%;
    transform: translate(-50%, -50%);
/*    transform: translate(-50%, 0);*/
/*    bottom: 35%;*/
    z-index: 99999999;
    text-align: center;
    /*min-width: 400px;*/
    /*min-height: 100px;*/
}

.pageProcessLoader p{
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color: #ecfeff;
    line-height: 22px;
    padding: 0;
    margin: 0;
}

.pageProcessLoader .processLoaderView {
    position: relative;
    margin: 10px 0;
    /*border: 4px solid #f2f2f2;*/
    border: 4px solid #FFC51B;
    border-radius: 50%;
    /*border-top: 4px solid #049da6;*/
    border-top: 4px solid #f2f2f2;
    width: 30px;
    height: 30px;
    -webkit-animation: spinLoader 2s linear infinite; /* Safari */
    animation: spinLoader 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spinLoader {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spinLoader {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*===[dot loader]========================*/
.processDotLoading{
    position: fixed; 
    top:50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999999;
    padding: 15px 20px;
    margin: auto;
    /*background-color: rgba(255, 255, 255, 0.9);*//*#ddd*/
    background-color: rgba(0, 0, 0, 0.5);

    color: #ffffff;
    border-radius: 5px;

    display: flex;
    justify-content: space-between;
    text-align: center;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.processDotLoading span{
    position: relative;
    display: inline-block; 
    background: #FFC51B; 
    width: 13px; 
    height: 13px; 
    border-radius: 100px; 
    margin: 3.5px;
    padding: 0;
}

/* Animation */
.processDotLoading span {
    animation-name: dotLoading;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}
.processDotLoading span:nth-of-type(2) {
    animation-delay: .2s;
}
.processDotLoading span:nth-of-type(3) {
    animation-delay: .4s;
}

/* Keyframes */
@keyframes dotLoading {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }

    /*0% { background-color: #03b1b7; }
  50% { background-color: #12dbe2; }
  100% { background-color: #10e3ea;}*/
}

/*===|loading process section end|=====================*/

/*=====================================*/
/*bootstrap select button*/
.bootstrap-select {
  width: 100%!important;
  padding: 0;
  margin: 0;
}
.bootstrap-select .btn {
  background-color: #fff;
  background-clip: border-box;
  padding: 10px 18px;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  background-clip: padding-box;
  outline: none;
  text-transform: capitalize;
  font-weight: 200;
  font-size: 16px;
  margin-bottom: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.open > .dropdown-toggle.btn-default,
.bootstrap-select .btn:focus{border-color: #FFC61A!important;}
.bootstrap-select .dropdown-toggle .caret{margin-top: 0px}
.bootstrap-select .dropdown-menu {margin-top:0px; margin-bottom:5px;z-index:999;}
.bs-searchbox .form-control{outline: none; height:auto; padding:8px 12px;}
.bs-searchbox .form-control:focus{border-color: #FFC61A!important;}
.form-with-labels > div span{color:rgba(0, 0, 0, 0.3);position: relative;top:0;left:0px;font-size:15px;font-weight:500;}
.bootstrap-select .dropdown-menu li a span.text{display:block;}
.bootstrap-select .dropdown-menu > .active > a, 
.bootstrap-select.dropdown-menu > .active > a:hover,
.bootstrap-select .dropdown-menu li a.active span,
.bootstrap-select .dropdown-menu li:hover {color: #fff!important; background: #FFC61A!important;}

/*.bootstrap-select .dropdown-menu > .active > a, 
.bootstrap-select.dropdown-menu > .active > a:hover
.bootstrap-select.dropdown-menu > .active > a:hover{color: #fff!important; background: #FFC61A!important;}*/

/*form view text*/
.formContent{
    width: 100%;font-size: 15px;display: block;margin: 0 auto;margin-bottom: 24px;background: #fff;
    padding: 12px 18px;border: 1px solid #E6E6E6;border-radius: 3px;background-clip: padding-box;outline: none;
}
.formContent .headText{opacity:0.5; font-weight:600;}
.formContent .textData{color: rgba(0, 0, 0, 0.9);}
.formContent .active{color:rgba(0, 0, 0, 0.99);font-size:18px;font-weight:bold;}
.formContent .inactive{color:rgba(0, 0, 0, 0.56);font-size:18px;font-weight:600;}


/*horizontal bar loading*/

@keyframes barWidth {
    0%   {width: 0%;}
    25%  {width: 50%;}
    50%  {width: 100%;}
    75%  {width: 50%;}
    100% {width: 0%;}
}
@keyframes barWidth2 {
    0%   {width: 0%;}
    50%  {width: 50%;}
    100% {width: 100%;}
}
.horizontal-bar-wrap{
    position: relative;
    height: 5px;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 25px;    
    .bar{
        position: relative;
        width: 0%;
        border-radius: 25px;
        height: 100%;
        margin: 0 auto;
        animation: barWidth;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        &.bar1{
          animation-delay: 0s;
          background: #ffc61a;
          top: 0;
          z-index: 1;
        }
        &.bar2{
          animation-delay: 2s;
          background: green;
          top: -4px;
          z-index: 2;
        }
        &.bar3{
            animation-delay: 4s;
            background: blue;
            top: -8px;
            z-index: 3;
        }
        &.bar4{ 
            animation-delay: 6s;
            background: magenta;
            top: -12px;
            z-index: 4;
        }
    }
}


/*whatsapp button section*/
.whatsappBtn {
    width: 50px;
    height: 50px;
    left: 16px;
    bottom: 16px;
    background: #10b418;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 9999;
    /*display: table-cell;
    text-align: center;
    vertical-align: middle;*/
/*    line-height: 65px;*/
}

.whatsappBtn a {color: #fff;}
.whatsappBtn i{ 
  font-size:35px; 
  padding: 0; 
  margin: 0;
  position: absolute; 
  top:50%; 
  left:50%; 
  transform: translate(-50%, -50%);
}

.whatsappBtn:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.6);
        opacity: .6;
    }
    75% {
        -webkit-transform: scale(0.9);
        opacity: .3;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    25% {
        transform: scale(0.3);
        opacity: 1;
    }
    50% {
        transform: scale(0.6);
        opacity: .6;
    }
    75% {
        transform: scale(0.9);
        opacity: .3;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}


.myStyleShadow{
    /*box-shadow: 0 2px 4px 0 rgba(5,47,95,.04),0 12px 16px 0 rgba(52,105,203,.12);*/
    box-shadow: 0 0 8px 0 rgba(0,0,0,.08),0 0 15px 0 rgba(0,0,0,.02),0 0 20px 4px rgba(0,0,0,.06);
    transition: .3s !important;
}

@media only screen and (min-width: 768px) {
    /* For Desktop: */
    .largeScreenViewOnly {
        visibility: visible;
        /*display: block;*/
    }

    .smallScreenViewOnly {
        visibility: hidden;
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    /* For tablets: */
    .largeScreenViewOnly {
        visibility: hidden;
        display: none;
    }

    .smallScreenViewOnly {
        visibility: visible;
        display: ;
    }
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
    .largeScreenViewOnly {
        visibility: hidden;
        display: none;
    }

    .smallScreenViewOnly {
        visibility: visible;
        display: ;
    }
}