.header {
    margin: 0px 15px 20px 15px;
    font-size: 30px;
    color: #000000;
    padding-bottom: 15px;
    border-bottom: 2px solid #ccc;
  }

  .taxBtn{
    background: transparent;
    padding: 3px;
    border: 2px solid #c5c5c5;
    width: 255px;
    border-radius: 8px;
    color: #000;
    background-color: #f2f2f2;
    height: 40px;
  }

  .linkback {
    cursor: pointer;
    margin-left: 15px;
}

.resetBtn::ng-deep .btn.focus, 
.resetBtn::ng-deep .btn:focus {
    box-shadow: none !important;
    outline: none !important;
}


//new styles

.noPadding {
  padding: 0px !important;
}

.shoppingCategoryHeader {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

.shoppingCategoryHeaderBottom {
  border-bottom: 1px solid #ccc;
}

.rightIconSet {
  line-height: 40px;
}

.categoryItemWrap {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  line-height: 40px;
}

.categoryItemWrap::ng-deep .form-control[disabled], 
.categoryItemWrap::ng-deep .form-control[readonly], 
.categoryItemWrap::ng-deep fieldset[disabled] .form-control {
  background-color: #ffffff;
}

.percentage {
  position: relative;
  position: relative;
    float: right;
    font-size: 16px;
    left: 85%;
    line-height: 36px;
}

.flex {
  display: flex;
}

.customizedDropdow .dropdown-menu.show {
  border: 3px solid #007ad9;
}



.addNewRowWrap {
  padding: 20px 25px;
  background-color: #f2f2f2; 
}

.addNewRowWrap a {
  color: #0070c0;
    text-decoration: underline;
    cursor: pointer;
}

.shippingText {
  padding-left: 22px;
}

.customizedRightPopupOptions a {
cursor: pointer !important;
}