/* start category css */
.header .all-category .main-category{
    opacity:0;
    visibility:hidden;
}
.header .all-category:hover .main-category{
    opacity:1;
    visibility:visible;
}

/* end category css */


textarea {
    padding-left: 20px;
    padding-top: 7px;
}

/* start modal close css */
.modal-dialog .modal-content .modal-header .close {
    opacity: 1;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    line-height: 0px;
    font-size: 15px;
    background: #820505;
    color: #fff;
}

#modal_content {
    width: 80% !important;
    height: 440px !important;
    margin-left: 10% !important;
    border-radius: 0.3rem !important;
}

/* end modal close css */


/* start order summery css */
th {
    font-weight: normal !important;
    font-family: 'themify' !important;
}
/* end order summery */

/* start payment gateway css */
    
.payment-radio-container {
    display: inline-grid;
}
.payment-radio-container img{
    width: 75px;
    height: 30px;
}
.payment-container {
    display: flex;
    flex-flow: row wrap;
  }
  .payment-container > .payment-radio-container {
    flex: 1;
    padding: 0.5rem;
  }
  /* input[type="radio"] {
    display: none;
  } */
    input#payment-radio1, input#payment-radio2,input#payment-radio3,input#payment-radio4 {
        display: none;
    }
  input[type="radio"]:not(:disabled) ~ .pplogo-container {
    cursor: pointer;
    
  }
  input[type="radio"]:disabled ~ .pplogo-container {
    color: #963a3a;
    border-color: #963a3a;
    box-shadow: none;
    cursor: not-allowed;
  }
  .pplogo-container {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    background: white;
    border: 1px solid #8c8c8c;
    border-radius: 8px;
    padding: 0rem;
    /* box-shadow: 0px 3px 10px -2px #963a3a; */
    position: relative;
  }
  input[type="radio"]:checked + .pplogo-container {
    color: white;
    box-shadow: 0px 0px 30px #963a3a;
  }
  input[type="radio"]:checked + .pplogo-container::after {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    color: #ca6868;  
    /* border: 1px solid #963a3a; */
    font-size: 2rem;
    font-weight:100;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
  }
  p {
    font-weight: 900;
  }
  @media only screen and (max-width: 700px) {
    section {
      flex-direction: column;
    }
  }
  /* end payment gateway css  */


  /* start cart item css */
    #cart_list {
      overflow-y: scroll;
      height: 319px;
      margin-bottom: 30px;
  }
  /* end cart item css */


  /* start input field css */
  .shop.checkout .form .form-group input {
    border: 1px solid #d7d9e0 !important;
    background: none !important;
    border-radius: 3px;
  }
  /* end input field css */

  /* start checkbox height width css */
    input#cbox {
      width: 17px;
      height: 17px;
    }
    input#createAccountCheckbox {
      width: 17px;
      height: 17px;
    }
    label#labelbox {
        position: absolute;
        font-size: 15px;
    }
    label#createbox {
      position: absolute;
      font-size: 15px;
    }
    input#insideDhaka {
      height: 15px;
      width: 15px;
    }
    input#outsideDhaka {
      height: 15px;
      width: 15px;
    }
/* end checkbox height width css */

/* start cart table thead css */

.shopping-summery thead tr th {
  border: none;
  font-weight: 600;
  color: #fff !important;
  text-align: center;
}
.shopping-cart tbody .qty .input-group {
  width: 110px !important;
  display: inline-block;
}
.shopping-cart .table td {
  font-size: 14px !important;
}

/* end */

/* checkout page signin/signup css */
.delivery-section{
  background: #9e9dac !important;
  border: none;
  margin-top: -15px;
  height: 50px;
  color: #fff !important;
  text-align: left;
  font-size: 12px;
  width: 346px !important;
  text-transform: uppercase;
}
.button-section .btn {
  background: #dadada;
  font-size: 14px;
  text-transform: capitalize;
  color: black;
}
.button-section{
  padding: 14px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1rem !important;
}
/* end css */

.shop.checkout .single-widget h2 {
    font-size: 13px !important;
    font-weight: 600;
    padding: 0px 15px !important;
    line-height: 24px !important;
    text-transform: uppercase;
    color: #333;
}

#after_order_section h3{
  font-size: 20px !important;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bolder;
  color: red;
}
.basket-text{
  background: #ffe5e6;
}

#after_order_section p{
  font-size: 14px !important;
  font-family: 'Times New Roman', Times, serif;
  color: #534041;
}
#after_order_section b{
  font-size: 25px !important;
  color: #72c16e;
  font-weight: bolder;
}
#after_order_section a{
  color: #fff;
  text-transform: capitalize;
  background: #9e9dac;
  margin-top: 15px;
}

.row.basket-text {
  margin-left: 0px;
  padding: 22px;
}







