.cart_check, .commentWidget {

  height: 100%;
  background: #fff;
  overflow-y: auto;
  position: fixed;
  right: 0;
  z-index: 999991;
  top: 0;
  ppadding-top: 20px;
  box-shadow: 30px 30px 60px rgba(0,0,0,.15) !important;
  display: block;
  right: -17px;
  ttransition: all .5s;
  transition: all 0.1s ease-in-out;
}

.fixedBtm{ bottom: 0;}
 
.W-5{width:500px!important; max-width:500px; width:100%}


.cart_widget_header {
  background: white;
  border-bottom: 1px solid #f4f4f4;
  z-index: 1;
  height: 80px;
  height: 85px;
  bborder-bottom: 1px solid #ccc;
  width: 100%;
  top: 0;
  position: sticky;
}

.widget_top_grp {
  position: fixed;
  position: relative;
  width: 100%;
  padding: 30px 35px 30px 17px;
  padding: 30px 30px 30px 40px;
}

.cl_widget {
  float: right;
  display: block;
  padding-right: 20px;
}

.cart {
  margin-top: 2em;
}

.WidgetContainer {
  margin-bottom: 200px;
}
.cartWidgetContainer {
  margin: 1em 1em 1.5em 2em;
  border-bottom: 2px solid #f9f9f9;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 1em;
}

.flexonly {
  display: flex;
}
.fWidth {
  flex-basis: 50%;
}
.cartWidgetWrapperImg {
  text-align: center;
}

.cartWidgetWrapperBullet {
  width: 80px;
  margin: auto;
}
.cartWidgetWrapperImg img {
  width: 80px !important;
}
.CWInfo {
  margin-bottom: .3em;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}








.cart_widget_footer {
  padding-top: 20px;
  border-bottom: 1px solid #ccc;
  z-index: 1;
  height: 120px;
 max-width: 500px;
  width: 100%;
  bottom: 0;
  margin-right:-17px;
  right: 0;
  position: fixed;
  background: #fff;
  border-top: 1px solid #f8f8f8;
  border-top: 1px solid #f8f8f8;
  box-shadow: 90px 30px 330px rgba(0,0,0,.5) !important;
}

.widget_bottom_grp {
  position: relative;
/*   margin-right: 17px; */
  text-align: center;
  padding: 0px 15px;
}

.widget_btn {
  max-width: 300px;
  width: 100%;
  padding: 1.1em !important;
}
.pg_btn {
  padding: 14px 18px;
  text-transform: uppercase !important;
  ffont-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 3px;
  color: #ddd;
  transition: all 0.2s ease;
  border: 1px solid #ddd !important;
  background: #545454;
  border-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.WidgetCartloading {
  display: none;
  position: fixed;
  top: 50%;
  translate: tra;
  transform: translate(-55%,-50%);
  max-width: 500px;
  wwidth: 60%;
  text-align: center;
  z-index: 9999;
  background: white;
  padding: 1em;
  border-radius: 30px;
}
.cart_bulletNum {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  padding-top: 3px;
  background: #f5f5f5;
  margin-bottom: .5em;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}






.commentWidget {
  position: fixed;
  width: 500px;
  height: 100%;
  right: 0;
}

.commentWidget .header {
  height: 60px;
  position: fixed;
  top: 0;
  width: 100%;
}

.commentWidget .footer {
  height: 90px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.commentWidget .commentBody {
  position: absolute;
  top: 60px; /* adjust this value if needed */
  bottom: 90px; /* adjust this value if needed */
  width: 100%;
  overflow-y: auto;
  margin-top: 10px; /* adjust this value for desired spacing */
  margin-bottom: 10px; /* adjust this value for desired spacing */
}
.pcomment{height:100%}