/* img {
  object-fit: scale-down !important;
  max-height: 25vh;
  border: 1px solid white;
  width: 11vw;
  margin-top: 0% !;
} 
*/


.session-timeout-notification
{
    background-color: #BADA55;
    border-bottom: 1px solid #000;
    color: #c01065;
    display: none;
    padding: 4px;
}

.white {
  color: rgb(255, 255, 255); 
  font-weight: 500;
}

.cblue {
  color: #3c21d6 !important;
  font-weight: 500;
  font-size: 12px;
  }

.cblack {
  color: #000000 ;
  font-weight: 300 ;
  font-size:  12px;
}
.cblack:hover{
  text-decoration: underline !important;
  font-weight: 600;
}
.cyellow {
  color: rgb(239, 130, 80);
  /*font-weight: 300 !important; */
}

#checkoutscreen {
  position:fixed;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
  background-color: #fff6e9; /* Green */
  color: rgb(0, 0, 0);
/*   padding: 10px 62px 50px 62px; */
  width:200px;
  height:90px;
  padding-top: 7px;
  text-align: center;
  text-decoration: none;
  /* display: inline-block; */
  font-size: 12px;
  top: 85px;
  right: 5px;
  border: #000000 1px solid;
  visibility: visible;
  z-index: 9999;
}
  #checkoutbutton:hover{
    background-color: hsl(41, 86%, 60%); /* Green */
  cursor: pointer !important;
}
#checkoutbutton {
  position:fixed;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
  background-color: hsl(54, 100%, 57%); /* Green */
  color: rgb(0, 0, 0);
  width: 168px;
  height: 25px;
  padding-top: 2px;
  text-align: center ;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  top: 136px;
  right: 22px;
  border: #000000 .5px solid;
  visibility: visible;
  z-index: 9999;

}
#checkoutbutton2 {
  position:fixed;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
  background-color: hsl(194, 94%, 66%); /* Green */
  color: rgb(0, 0, 0);
  /* width: 168px;
  height: 25px; */
  width:1px;
  height: 1px;
  padding-top: 2px;
  text-align: center ;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  top: 136px;
  right: 22px;
  border: #000000 .5px solid;
  visibility:hidden;
  z-index: 999;

}

.signin{
  position: fixed;
  top: 65%;
  left: -15px;
  writing-mode: vertical-rl; 
  font-weight: 500;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  padding-right: 2px;
  letter-spacing:1.1px;
  border: 2px solid rgb(206, 205, 205);
  cursor: pointer;
  background-color: orange;
}

.signin:hover{
  background-color:aquamarine;
}

.toback{
  position: fixed;
  padding-top: 140px;
  padding-bottom: 240px;
  top: 540px; 
  /* top:300px;*/
  left: 3px;
  cursor: pointer;
  z-index: 99999;
   zoom:32%; 
   color: rgb(221, 175, 175);
   opacity:.4; 
}
.upone{
  position: fixed;
  padding-top: 20px;
  padding-bottom: 240px;
  top: 290px; 
  /* top:300px;*/
  left: 3px;
  cursor: pointer;
  z-index: 99999;
   zoom:80%; 
   color: rgb(221, 175, 175);
   opacity:.4; 
}

#go2top{
  position: fixed !important;
  right: 0px;
  top:200px !important ;
  cursor: pointer;
  z-index: 9;
  zoom:60%;
  opacity: .6;
  visibility: hidden;
}

#go2top:hover{
  opacity:1;
}

#scrollup {
  position: fixed !important;
  right: 7px;
  top:250px !important;
  cursor: pointer;
  z-index: 9999;
  visibility: hidden;
}
#pagenumber {
  position: fixed;
  right: 1px;
  top:333px ;
  width: 35px;
  padding-bottom: 5px;
  z-index: 9999;
  color: #000;
  border-bottom:rgb(0, 0, 0) .5px solid;
  text-align: center ;
  font-weight: 300;
  opacity: .9;
  
  }

  #pages {
    position: fixed;
    right: 1px;
    top:367px ;
    width: 35px;
    height: 24px;
    z-index: 9999;
    color: #000;
    border:none;
    text-align: center ;
    font-weight: 300;
    opacity: .8;
    }
  
  #pagenumber:hover{
opacity:1;
  }
  
  /* font-size:x-large; 
  padding:20px 2px; 
  border-radius:10%;
  background-color:rgb(247, 247, 181); 
  opacity:1;  */


#scrolldown {
  position: fixed !important;
  right: 7px;
  top:395px !important;
  cursor: pointer;
  z-index: 9999;
}
#go2end {
  position: fixed ;
  right: 7px;
  top:480px !important;
  cursor: pointer;
  z-index: 9999;
/*  visibility: hidden;  */
}

.go2top2 {
  position: fixed ;
  cursor: pointer;
  z-index: 9999;
  zoom:70%;
}

.go2back2{
    position: fixed ;
  cursor: pointer;
  z-index: 99999;
  zoom:70%;
}
.go2top2:hover,
  .go2back2:hover {
    opacity:1;
}

#nextSection .navtext2,  
#scrolldown .navtext2,
#previousSection .navtext,
#scrollup .navtext2,
#go2end .navtext2,
.go2back2 .navtext,
.go2top2 .navtext {
    position:absolute; 
    opacity: 0;
    transition: .8s opacity;
    width: 80px;
    background-color: white;
    color: black;
    text-align: center;
    border-radius: 3px;
    font-size: small;
    padding: 3px 3px;
    border: grey 1px solid;
    z-index: 1;
    zoom:150%;
    left:20px;
    border:black solid 1px;
  }

#scrollup:hover .navtext2 {
  position: absolute;
  opacity:1;
  transition-delay: 1s;
  top:2vh;
  zoom:100%;
  left:-5vw;
  }
#scrolldown:active .navtext2 {
    opacity:0;
    color:white;
    border:none;
  }

  #nextSection:hover .navtext2,
  #scrolldown:hover .navtext2 {
    position: absolute;
    /*visibility: visible; */
      transition-delay: 1s;
      opacity: 1;
      zoom:100%;
      top:5vh;
      left:-5vw;
    }
#go2end:hover .navtext2 {
      position: absolute;
      opacity:1;
      transition-delay: 1s;
      transition-delay: 1s;
      zoom:100%;
      top:5vh;
      left:-5vw;
      }

.go2top2:hover .navtext {
  position: absolute;
  opacity:1;
  transition-delay: 1s;
  top:3vh;
  left:2vw;
} 

#previousSection:hover .navtext{
  position: absolute;
  opacity:1;
  transition-delay: 1s;
  top:2vh;
  zoom:120%;
  left:2vw;
  }

.go2back2:hover .navtext{
  position: absolute;
  opacity:1;
  transition-delay: 1s;
  top:12vh;
  left:2vw;
    }
  
.fa-arrow-up{
      position: fixed;
      top:290px;
      left: 3px;
      color:black; 
      background-color: lightgrey;
      font-size:x-large;
      padding:40px 2px; 
      border-radius:10%;
      border: #000 solid 2px;
      border-radius: 2px;
      opacity:.3;
     }
    
.fa-arrow-left{
  position: fixed;
  top:450px;
  left: 3px;
  color:black; 
  background-color: lightgrey;
  font-size:x-large;
  padding:40px 2px; 
  border-radius:10%;
  border: #000 solid 2px;
  border-radius: 2px;
  opacity:.3;
  z-index: 999999;
}
.fa-arrow-left:hover{
  opacity: 1 ;
}
 
.fa-arrow-up:hover{
  opacity: 1 ;
}

.fa-chevron-up{
  color:black; 
  font-size:100%;
  border:rgb(0, 0, 0) 1px solid;
  padding:30px 3px; 
  border-radius:10%;
  background-color:rgb(219, 219, 218); 
  opacity:.3;
}
.fa-chevron-up:hover{
  opacity: 1 ;
}

.fa-heart-o:hover{
  color:#ff0000;
  opacity: 1;
  font-size: 150%;

}

.product-item .fa-heart:hover{
  color:#646464;
  opacity: 1;
  font-size: 100%;
  
}

.fa-chevron-down{
  color:black; 
  font-size:100%;
  padding:30px 3px; 
  border:rgb(0, 0, 0) 1px solid;
  border-radius:10%;
  background-color:rgb(209, 209, 208); 
  opacity:.3;
}
.fa-chevron-down:hover{
  opacity: 1 ;
}

.fa-angle-double-up{
  color:black; 
  font-size :150%;
  font-weight: 600;
  border:rgb(8, 8, 8) 1px solid;
  padding:2px 2px; 
  border-radius:10%;
  background-color:rgb(209, 209, 208); 
  opacity:.3;
}
.fa-angle-double-up:hover {
  opacity: 1 ;
}
.fa-angle-double-down{
  color:black; 
  font-size:140%;
  padding:10px 3.5px; 
  border:rgb(0, 0, 0) 1px solid;
  border-radius:10%;
  background-color:rgb(223, 79, 79); 
  opacity:.3;
}
.fa-angle-double-down:hover{
  opacity: 1 ;
}

.fa-arrow-down{
  color:black; 
  font-size:x-large;
  border:orange 3px solid;
  padding:20px 2px; 
  border-radius:10%;
  background-color:orange; 
  opacity:.5;
 }

.fa-arrow-down:hover{
  opacity: 1 ;
}


#previousSection{
  position: fixed;
  bottom: 20px; 
  left: 2px;
  cursor: pointer;
  z-index: 9;
  font-size: 20px;
  zoom:90%;
  color: rgb(221, 175, 175);
   opacity:.4; 
   max-width: 25px;
}

#nextSection{
  position: fixed;
  bottom: 15px; 
  right: 0px;
  cursor: pointer;
  z-index: 9;
   color:coral;
   font-size: 20px;
   opacity:.4; 
}

#nextSection:hover,
#previousSection:hover{
  opacity: 1;
}


@keyframes FadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
.greeting {
  position: absolute;
  font-size: 18px;
  font-weight: 400;
  width:300px;
  right: 10px;
  height:31px;
  top: 52px;
  text-align: right;
  padding-right:6px;
  margin-bottom:35px;
  color: hsl(32, 100%, 56%);
  z-index: 99;

}

/*          search routine      */
  .searchbox {
  display: none;
  position: absolute;
  z-index: 999999;
  top: 100px;
  right: 40px;
  width:290px;
  height: 220px;
  background-color: rgb(229, 251, 252);
  border:grey 2px solid;
  border-radius: 5px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  text-align: center;
}
.searchbox-content h5 {
  top:-6px;
  color:rgb(46, 46, 46);
  padding: 6px;
}
.searchbox-content {
  top: 7%;
  width: 80%;
  margin: auto;
  
}

/*.searchbox #mySearch,
.searchbox #mySearch2,
.searchbox #mySearch3{
/*  position: relative;
  left: 40px; */

.searchbox .closebtn {
  position: absolute;
  top: 5px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
  color: grey;
}

.searchbox .closebtn:hover {
  color: #ccc;
}

.searchbox input[type=text] {
  padding: 6px;
  font-size: 17px;
  border: .51px grey solid;
  width: 84%;
  background: white;
  text-align: left;
}

.searchbox input[type=text]:hover {
  background: #f1f1f1;
}

.searchbox button {
  position:relative;
  left:1px;
  bottom:-22px;
  width: 96%;
  background: rgb(201, 201, 201);
  font-size: 17px;
  border: none;
  cursor: pointer;
  text-align: center;
}
.searchbox button:hover {
  background: rgb(144, 248, 123);
}
.searchcheckbox1{
  position: absolute;
  top: 115px;
  left:-12px;
  padding: 5px;
}
.searchcheckbox2{
  position: absolute;
  top: 179px;
  left:-12px;
  padding: 5px;
}

/*          Login routine      */

.loginbox {
  height: 100%;
  width: 100%;
  display: none;
  position: absolute;
  z-index: 999999;
  top: 2%;
  right:10%;
  margin-left: -50px;
  width:400px;
  height:480px;
  background-color: rgb(255, 255, 255);
  color: #1f1a6d;
  border:grey .5px solid;
  border-radius: 0px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

}

.loginbox-content h1,
.loginbox-content h2,
  .loginbox-content h5 {
    top:-16px;
  color:rgb(21, 54, 116);
  padding: 0 12px 12px 12px;
  font-weight:300;
  margin-top: 0px;
}
.loginbox-content h1,
.loginbox-content h2{
  margin-bottom: 25px;
}

.loginbox-content {
  position: relative;
  top: 7%;
  width: 80%;
  text-align: left;
  margin-top: 50px;
  margin: auto;
  height:300px;
}

.loginbox .closebtn {
  position: absolute;
  top: 10px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
  color: grey;
}

.loginbox .closebtn:hover {
  color: #ccc;
}

.loginbox input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: top;
  border: .5px solid grey;
  width: 100%;
  background: white;
}

.loginbox input[type=text]:hover {
  background: #f1f1f1;
}

.loginbox button {
    position:absolute;
  left:38px;
  bottom:-130px;
  width: 80%;
  padding: 5px;
  background: rgb(215, 215, 215);
  font-size: 17px;
  border: solid black 1px;
  cursor: pointer;
}

.loginbox no-button:hover,
  .loginbox button:hover {
    background: rgb(0, 0, 0);
  color:white;
}

.loginbox .passwordcheckbox{
  position: absolute;
  top: 290px;
  padding: 5px;
}
.loginbox .passwordentry{
  position: absolute;
  top:240px;
  left: 3px;
  height: 50px;
  width: 310px;
  border: .5px solid grey;
  padding-inline-start: 15px;
}


.product-menu {
/*        padding: 0% 5%;
      
      width:35vh; */
      /*border: 1px solid red ;  */
      height: 280px; 
} 

.product-menu:hover{
/*      border: 5px rgb(211, 209, 209) solid ;  */
      box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
}

.product-item {
  height: 37vh;

  /* border: 1px solid rgb(255, 255, 255); */
  /*margin-right: 0px;
  margin-left : 0px; */
}

.product-item .img,
.product-item .btotal,
.product-item .bprice,
.product-item .bqty, 
.product-item .itemcode,
.product-item .saveforlater,
.product-item .itemdelete,
.product-item .specialtext,
.product-item .extra4,
.product-item .minorder,
.product-item .itemsize,
.product-item .stockavail,
.product-item .orderqty,
.product-item .desc1 {
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
  position:absolute;
  color:grey;
}

.product-item .subtraction{
  font-size:20px;
  position:absolute;
  bottom:12px;
  right:40px;
  opacity:1;
}
.product-item .addicon {
  font-size:20px;
  position:absolute;
  bottom:12px;
  right:40px;
  opacity:.4;
}
  .product-item .hearticon {
    position:absolute;
}

.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 10px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  margin-right: 20px;

}
.dropdownA {
  display: inline-block;
  margin-left: 0px;
  margin-right: 40px;
}

.dropdown-content {
  opacity:0;
  display:flex;
  transition-duration: .6s;
  transition-property: opacity;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  /*z-index: 1; */
  text-align: left;
  font-size:medium;
  width: 360px;
  /* max-height: 520px; */
  max-height:0px; 

  overflow:auto;
  font-weight: 300;
  top:4vh;
  left: -220px;
  z-index: 9999999;
/*   visibility: hidden; 
  transition-property:visibility;
  transition-duration: .1s;
  transition-delay: .5s; 
  /*transition: all 0.5s ease-out;*/
}
.dropdown-contentB {
  opacity:0;
  transition-duration: .2s;
  transition-property: opacity;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  text-align: left;
  font-size:medium;
  width: 360px;
  max-height: 0px;
  overflow:auto;
  font-weight: 300;
  top:2vh;
/*   visibility: hidden; 
  transition-property:visibility;
  transition-duration: .1s;
  transition-delay: .5s; 
  /*transition: all 0.5s ease-out;*/
}

.dropdown-content a ,
  .dropdown-contentB a {
    color: rgb(90, 89, 90);
  padding: 4px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover ,
  .dropdown-contentB a:hover {

  background-color: rgb(204, 203, 203);
}

.dropdown:hover .dropdown-content ,
.dropdown:hover .dropdownOptions-content{
  display: block;
  max-height: 520px; 
  opacity: 1;
}

.dropdownA:hover .dropdown-content{
  left: -20px;
  max-height: 520px;
  opacity:1;
  
}
.dropdownA:hover .dropdown-contentB {
  
  max-height: 520px;
  opacity:1;

}
.dropdownbtnB:hover .dropdown-contentB {
  max-height: 520px;
  opacity:1;

}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.dropdownlist{
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  margin-left: 30px;
  margin-top: 17px;
  }

  .dropdownbtnB:hover{
      color: #fff;
  padding-bottom: 0px;
  /*  border-bottom: 5px solid rgb(47, 240, 111); */
  border-bottom: 1px solid rgb(240, 31, 31);
  
  }
    .dropdownbtn:hover, .dropdownbtnA:hover{
      color: #fff;
  padding-bottom: 0px;
  /*  border-bottom: 5px solid rgb(47, 240, 111); */
  border-bottom: 10px solid rgb(245, 137, 13);
  
  }
  
  .dropdownbtnX:hover{
    color: #fff;
    padding:4px;
    /*  border-bottom: 5px solid rgb(47, 240, 111); */
    border: 2px solid rgb(245, 137, 13);
    font-weight: 600;
    
    }
  .dropdownbtn{
    position: absolute;
    font-size: 26px;
    font-weight: 200;
    letter-spacing: 0.5px;
    color: white !important;
    transition: all 0.5s;
    top: 3px;
    margin-left: -65px;
    padding-right: 5px ;
    padding-left: 5px ;
  }
  
  .dropdownbtnA {
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 0.5px;
    color: white !important;
    transition: all 0.5s;
    margin-top: 5px;
    padding-right: 5px ;
  }
  .dropdownbtnX {
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 0.5px;
    color: white !important;
    transition: all 0.5s;
    margin-top: 5px;
    padding: 5px ;
    border: 2px grey solid;
  }
  .dropdownbtnB{
    position: absolute;
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 0.5px;
    color: rgb(255, 255, 255) !important;
    top: 3px;
    margin-left: -65px;
    padding-right: 5px ;
    padding-left: 5px ;
  }
  
  .getback2 .addx{
    position:absolute; 
    font-size:150%;
      color:lightslategrey;
      padding-left: 30px ;
      padding-bottom:4px;
  
       right:6px; 
  /*    max-width: 50px; */
      float:right;
    }
.addx2{
      position:absolute; 
      font-size:180%;
        color:lightslategrey;
        right:10px; 
        top: 210px;
    /*    max-width: 50px; */
        float:right;
      }
          
.header .addx{
  font-size:160%;
  color:rgb(80, 80, 80);
  max-width: 50px;
  padding-top: 6px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 40px;
  float:right;
  z-index: 9;

}
.getback2 {
  position: absolute;
  color: grey;
  z-index: 99;
  width: 100%;
  float:right;
}

.header .addx .addxtext {
  width:50px;
  top: 5px;
  left:-30px;
  z-index: 999999;
}

.getback2 .addx .addxtext {
  position:absolute;
  width:60px;
  top: -10px;
  left:-70%;
}

.background-header .addx {
  color: #121212 !important;
}

.addx .addxtext {
visibility: hidden;
width: 4px;
background-color: white;
color: black;
text-align: center;
border-radius: 3px;
font-size: small;
top: -30px;
left: -5%;
padding: 3px 3px;
border: grey 1px solid;

/* Position the tooltip */
position:relative; 
z-index: 1;
}
.background-header .addx:hover,
.addx:hover{
  color:rgb(52, 250, 69) !important;
}
.hearticon:hover{
  color:rgb(0, 217, 255);
  opacity: 1;
  
}

.addx:hover .addxtext {
  visibility: visible;
  border:black solid 1px;
}

.icon1{
  position:absolute;
  bottom:10px;
  right:1%;
  opacity:1;
  z-index: 99999;
  display: inline;
}

.brand {
  float: left;
  object-fit: scale-down !important;
  margin-left:auto;
  margin-top:auto;
  height:75px;
  width:280px;
  outline: none;
}
.brand h2 {
 
  color: #fff;
  /* text-transform: uppercase;*/
  font-size: 20px;
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.brand h2 em {
  font-style: normal;
  font-weight: 600;
  color:rgb(239, 130, 80);
}

@media (min-width: 768px) {
  .product-menu {
/*      border: pink 5px solid;  */
    height: 180px;
    }
}
@media (min-width: 992px) {
.product-menu {
/*    border: rgb(251, 255, 0) 5px solid;  */
  height: 180px;
  }
}
@media (min-width: 1200px) {
.product-menu {
/*   border: rgb(30, 255, 0) 5px solid; */
  height: 280px;
  } 
} 
@media (orientation: portrait) {
  .signin{
    left: -20px;
  }
}
    
  