*{
  padding: 0px;
  margin: 0px;
}
body {
  font-family: Verdana, sans-serif;
  padding: 0px ;
  margin: 0px;
}
main{
    padding:1px;
}
#carthdng {
  margin-top: 30px;
   margin: 30px 0px 0px 135px; 
  /*text-align: center;*/
  font-size: 24px;
  color: rgb(44, 35, 32 );
}
#paymentmthods{

  width: 100%;
  height: 80px;
  background-color: white;
  margin-top: 30px;
  -moz-box-shadow:0px 0px 3px 0px #ccc;
  -webkit-box-shadow:0px 0px 3px 0px #ccc;
  box-shadow:0px 0px 3px 0px #ccc;
}
#alert{
     visibility: hidden;
    min-width: 160px;
    min-height: 55px;
    max-height: 602px;
    text-align: center;
    max-width: 400px;
    background-color: #446084;
    /* background-color: rgb(46, 19, 9); */
    color: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    margin: 50px auto;
  text-align: center;
  border-radius: 2px;
  padding: 15px;
  position: fixed;
  z-index: 100;
  font-size: 17px;
  border-radius: 8px;
  
  }
   #alert.show{
    visibility: visible;
    -webkit-animation:fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout0.5s 2.5s;
 }

#cod {
    width: 100%;
    margin: 0px;
    height: 80px;
    float: right;
    display: flex;
    align-items: center;
    max-width: 500px;
}

#cod h3{
  float: left;
  margin-left: 10px;
}
#cartemptyalert{
    margin: 15% auto;
}
#cartemptyalert i{
    display: block;
    text-align: center;
    font-size: 50px;
    color: rgb(44, 35, 32 );

}
#cartemptyalert p{
    margin: 10px 0px 0px 22px;
    font-size: 18px;
    text-align: center;
    color: rgb(44, 35, 32 );
}
#itemdetails{
    width: 100%;
    justify-content: start;
    display: flex;
    height: auto; 
    -moz-box-shadow: 3px 0px 10px 0px #ccc;
    -webkit-box-shadow: 3px 0px 10px 0px #ccc;
    box-shadow: 3px 0px 10px 0px #ccc;
    margin: 12px auto auto auto;
    padding:0px 0px 10px 0px;
}
#imageofitem{
  width: 246px;
  height: 212px;
  -moz-box-shadow:3px 0px 10px 0px #ccc;
  -webkit-box-shadow:3px 0px 10px 0px #ccc;
  box-shadow:3px 0px 10px 0px #ccc;
  border-radius: 10px;
  margin: 28px 20px 20px 50px;
  float: left;
  text-align:center;

    
}
#imageofitem img{
  width: auto;
  height: inherit;
    
}

#textofitem {
  max-width: 394px;
  width: 100%;
  height: 218px;
  margin: 28px 0px 20px 0px;
  float: left;
}
#itemhdng{
  font-size: 20px;
  color: rgb(44, 35, 32 );
}

.itemtxt{
  font-size: 20px;
  margin-top: 5px;
}
.itemqtytxt{
  float: left;
  font-size: 20px;
  margin-top: 5px;
}
.showsign{
    width: 28px;
  height: 28px;
  margin: 5px 0px 0px 5px;

  float: left;

  cursor: pointer;
}
.showsign input{
    width: 28px;
  height: 28px;
  margin:0px ;
   background-color: #333333;
  color: #ffffff;
  float: left;
  
  cursor: pointer;
}
.qntyvalue{
    width: auto;
    height: 28px;
    margin: 8px 0px 0px 6px;
    background-color: white;
    float: left;
    cursor: pointer;
}
#booknowbtns{
    width: 160px;
    height: 46px;
    margin: 8px 0px 0px 0px;
    font-size: 20px;
    background-color: #333333;
    border-radius: 4px;
    color: #ffffff;
    float: left;
    cursor: pointer;
}
#booknowbtns p{
    font-weight: bold;
    margin: 10px auto auto;
    text-align: center;
    font-size: 18px;
    cursor: pointer;

}
#removebtns{
    width: 160px;
    height: 46px;
    margin: 8px 0px 0px 15px;
    font-size: 20px;
    background-color:rgb(219, 24, 41);
    border-radius: 4px;
    color: #ffffff;
    float: left;
    cursor: pointer;
}
#removebtns p{
    font-weight: bold;
    margin: 10px auto auto;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
/* 768 */
@media (max-width:768px){
  #carthdng {
    margin-top: 30px;
    margin: 30px 0px 0px 14px;
    /* text-align: center; */
    font-size: 24px;
}
#cod {
    margin: 0px 0px 0px 0px;
    float: left;
}
  #itemdetails {
    width: 100%;
    justify-content: start;
    display: flex;
    /* height: 258px; */
    -moz-box-shadow: 3px 0px 10px 0px #ccc;
    -webkit-box-shadow: 3px 0px 10px 0px #ccc;
    box-shadow: 3px 0px 10px 0px #ccc;
    margin: 12px auto auto auto;
}
#imageofitem {
  width: 100%;
  max-width: 35%;
  height: 10%;
  -moz-box-shadow: 1px 0px 0px 4px #ccc;
  -webkit-box-shadow: 1px 0px 0px 4px #ccc;
  box-shadow: 1px 0px 0px 4px #ccc;
  border-radius: 10px;
  margin: 28px 20px 20px 17px;
  /* float: left; */
}
#booknowbtns {
  max-width: 45%;
  height: 45px;
  margin: 25px 0px 0px 0px;
  /* font-size: 19px; */
  border-radius: 4px;
  color: #ffffff;
  float: left;
  cursor: pointer;
  width: 100%;
}
#booknowbtns p {
  font-weight: bold;
  margin: 12px auto auto;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
#removebtns {
  max-width: 45%;
  width: 100%;
  height: 45px;
  margin: 25px 0px 0px 15px;
  font-size: 20px;
  border-radius: 4px;
  color: #ffffff;
  float: left;
  cursor: pointer;
}
#removebtns p {
  font-weight: bold;
  margin: 12px auto auto;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
#itemhdng {
  font-size: 14px;
  color: rgb(46, 19, 9);
}
}
/* 580 */



@media (max-width: 600px){
#carthdng {
    margin: 70px 0px 0px 14px;
}
}
@media (max-width:500px){
    #carthdng {
    margin: 70px 0px 0px 14px;
    /* text-align: center; */
    font-size: 20px;
}
 
 #imageofitem {
    max-width: 50%;
  }
   #itemdetails {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    display: flex;
    /* height: 258px; */
    -moz-box-shadow: 0px 0px 3px 0px #ccc;
    -webkit-box-shadow: 0px 0px 3px 0px #ccc;
    box-shadow: 0px 0px 3px 0px #ccc;
    margin: 12px auto auto auto;
}
#textofitem {
  padding: 0px 10px;
  float: left;
}
}