:root{
    --font-family:gt-eesti, "Helvetica Neue", Helvetica, Arial, sans-serif;
    --blue-color:  #00aff5 ;
    --yello-color: #ffd700;
    --whitestGrey-color:#e6e6e6;
    --black-color: #314150;
    --white-color:#fff;
    --grey-color: #dee2e6;    /* greycolor used in font and button */
}


*{
margin:0px;
padding:0px;
box-sizing: border-box;
}
body{
        height:100%;
        width:100%;

}
.strip{
height:5px;
width: 100%;
background-color: var(--blue-color)/* #00a4d0 */;

}

.navbar{
    padding: 5px 0px 0px 0px !important;
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1);
    box-sizing: border-box;
}
.parent{
height:75px;
width: 100%;
background-color: white;
box-sizing: border-box;
font-family:/* Verdana, Geneva, sans-serif */ var(--font-family);
font-size:18px;
font-weight:bold;
padding: 20px 25px;
}


ul.menu{
list-style-type:none;
}
li.menu{
display: inline-block;
}
li a.logo {
font-size: 30px  !important;
font-style: italic;
}
li a.menu{
font-family:/* sans-serif */var(--font-family);
font-weight: 500;
display: inline-block;
font-size: 22px;
line-height: 22px;
color: var(--blue-color)/* #00a4d0 */;
padding: 15px;
z-index: -1;
}
a.menu{
text-decoration:none !important;

}
.menu a:hover {
        border-bottom:2px solid var(--blue-color);
        /* transition-duration: 1s; */
}
/* .active{
color: ;
} */
/* navbar toggler button */
.togbtn{
float: right;
margin-top: -13px;
}
.nav-btn{
margin: 10px;
} 
.login-btn
{
width:115px;
padding: 5px 0;
outline:none !important;
border:2px solid #00a4d0 ;
border-radius: 50px;
background: transparent;
color: var(--blue-color)/* #00a4d0 */;
float: right;
font-size: 22px;
}
/*======================================================navbar css code end============================================================== */


.section {
  max-width: 450px!important;
    padding-top: 55px;

}
/*
 .section:before {
  content: "";
  width: 100%;
  background: #0ce479;
  height: 170px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
} */
.form-progress {
  position: relative;
  display: block;
  margin: 3rem auto;
  width: 100%;
  max-width: 725px;
}
progress {
  display: block;
  position: relative;
  top: 5px;
  left: 5px;
  -webkit-appearance: none;
  appearance: none;
  background: var(--blue-color);
  width: 100%;
  height: 5px;
  background: none;
  transition: 1s;
  will-change: contents;
}
progress::-webkit-progress-bar {
  background-color: #ddd;
}
progress::-webkit-progress-value {
  background-color: var(--blue-color);
  transition: all 0.5s ease-in-out;
}
.form-progress-indicator {
  position: absolute;
  top: -3px;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: white;
  border: 3px solid #ddd;
  /* border-radius: 50%;          */ 
  /* border-radius for  round progress bar icon */
  transition: all 0.2s ease-in-out;
  transition-delay: 0.3s;
  will-change: transform;
}
 .form-progress-indicator.one {
  left: 0;
}
.form-progress-indicator.two {
  left: 50%;
}
.form-progress-indicator.three {
  left: 100%;
}
/* .form-progress-indicator.four {
  left: 100%;
} */
.form-progress-indicator.active {
  animation: bounce 0.5s forwards;
  animation-delay: 0.5s;
  border-color: var(--blue-color);
}
.progress-value{
                position: relative;
                top: 25px;
                left: -10px;

}

/* 
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
} */

@keyframes bounce {
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}











/*======================================================top-bar style start============================================================== */


.main-div{
        position: absolute;
        padding-top:50px;
        box-sizing:border-box;
}

.product-main-div{            
             max-width: 700px!important;
             border-bottom: 1px solid #dee2e6 !important;
             font-weight:500;
             padding-bottom:11px;
}
.product-img{
            height: 150px;
            
}
.product-price-box{
              background-color: var(--blue-color)/* #00a4d0 */;
              color:var(--white-color)!important;
              font-size: 16px;
              font-weight: 600;
              width: 95px;
              position: relative;
              top: 2px;
              left: 2px;
}
.smmry-font{
              font-size:14px;
              font-style: Helvetica;
              font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
              line-height: 24px;
              font-weight: 500;
}
.grey-color{
              color:rgb(141, 141, 141) ;

}
.delete-btn{
              font-size:15px ;
              text-decoration: underline;
              border-left: 1px solid #dee2e6 !important;
              border-right: 1px solid #dee2e6 !important;
              padding: 0px 10px 0px 10px;
}
.delete-btn:hover{
              font-size: 16px;
              color:#dc3545;
              transition: 0.5s;
}
.trash-icon{
                fill: var(--blue-color);
                height: 26px;
                width: 30px;
                margin-bottom: 2px;

}
.trash-icon:hover{
                fill: red;


}
.qnty-btn{
            background-color: #dee2e6 !important;  
            padding: 5px!important;
            font-size: 16px!important;

}
.qnty-select{
  border: 0px;
  background-color: #dee2;

}

.second-product{
      top: 300px;

}
.third-product{
      top: 500px

}


/* =======================================--Main-Div-Right---=============================== */

.smry-main-div{
              max-width: 400px!important;
}
.checkout-smmry{
             border-bottom: 1px solid #dee2e6 !important;
             font-weight:500;
             padding-bottom:5px;
}
.border-total{
              border-top: 1px solid #dee2e6!important;
              border-bottom: 1px solid #dee2e6!important;
              padding: 5px 0px 5px 0px;
              margin: 5px;
}
.font-size{
          font-size:18px;

}
.btn-checkout {
            width: 300px;
            background-color: var(--blue-color)!important;
            border: 0!important;
            color: #fff !important;
            padding: 10px 80px !important;
            border-radius:10px !important;
            box-shadow: none;
            margin-left: 35px;
            margin-top: 15px;

}
.checkout-btn{

}
.btn-color{
   background-color: var(--blue-color)!important;
   color:var(--white-color)!important;
}
.checkout-link{
        text-decoration: none !important;
        color: var(--white-color)!important;

}
.promocode-div{
    width: 96% !important;
    margin-left: 10px!important;
}
.promocode-input{
  padding: 0px 6px !important;
  border: none !important;
}
.promo-section-hide{
  display: none!important ;
}
.promocode-checkbtn{
  display: none !important;
}
/*  .font-weight{
                 font-weight:500;
                 padding-bottom:5px;
                border-bottom: 1px solid #dee2e6 !important;
    } */
   
.footer{ 
height: 300vh;
width: 100%;
 }


@media only screen and (max-width: 570px) {

.section {  
     margin-left: 60px!important;
} 

.checkout-div{
            position: absolute;
            top: 630px;
            right: -80px;
          }
.product-main-div{            
             padding-left: 59px!important;
}
.promocode-div{
      /*  width: 104% !important; */
       margin-left: 3px!important;
}
.checkout-btn{
margin-right: 50px!important;
}
}
