.cart-payment {
    padding: 25px 0;
    background-color: #FCFCFC;
}
.cart-payment .container {
    max-width: 500px;
}
.cart-payment .cart-payment-inner {
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    padding: 20px 20px 10px 20px;
    border-radius: 10px!important;
    overflow: hidden;
}
.upper-cart {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.upper-cart img {
    width: 100%;
    max-width: 25px;
}
.cart-heading {
    font-size: 20px;
    color: #11141A;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.cart-heading .back-btn {
    width: 100%;
    max-width: 15px;
    margin-right: 0;
    margin-right: 6px;
    vertical-align: initial;
}
.order-detail-dv {
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    box-shadow: 0px 12px 20px rgb(0 0 0 / 6%);
    border-radius: 12px!important;
    margin-bottom: 25px;
}
.order-detail-dv a {
    color: #11141A;
}
.order-detail-header {
    background-color: #EEF8F3;
    padding: 15px 10px;
    display: flex;
}
.order-detail-head-lft {
    width: 100%;
    max-width: 65%;
    font-size: 14px;
}
.order-detail-head-lft ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: flex;
}
.order-detail-head-rgt {
    width: 100%;
    max-width: 35%;
    text-align: right;
    font-size: 13px;
}
.tp-nw-icon {
    width: 100%;
    max-width: 50px;
    margin-right: 13px;
}
.order-detail-head-detail {
    font-weight: 600;
}
.order-detail-head-detail span {
    display: block;
    color: #848484;
    font-size: 13px;
    font-weight: 400;
}
.order-detail-head-rgt .greeni {
    color: #fff;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
.order-detail-body {
    padding: 15px 15px;
}
.inner-body-detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 14px;
}
.inner-body-lft {
    color: #848484;
}
.order-buttons {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    display: flex;
    justify-content: space-around;
    border-top: 1px dashed #E7E7E7;
    padding-top: 10px;
    margin-top: 15px;
    font-size: 14px;
}
.order-buttons li a {
    color: #848484;
    display: inline-block;
    padding: 5px 0;
}
.rating {
    display: flex;
    width: 100%;
    justify-content: left;
    overflow: hidden;
    flex-direction: row-reverse;
    position: relative;
    margin-bottom: 4px;
}
.rating-0 {
  filter: grayscale(100%);
}
.rating > input {
  display: none;
}
.rating > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23c2c3c8' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: 0.3s;
}
.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23f1dd1c' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}
.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23f1dd1c' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}
#rateoutlet .modal-body {
        background-color: rgb(241, 240, 245);
}
#ratetheooutlet .modal-body {
    background-color: rgb(241, 240, 245);
}
.new-separate .rating {
    margin-bottom: 0px;
}
.new-separate .rating > label {
	margin-bottom: 0px;
}
.new-separate {
	background-color: #f3f9f9;
    border-radius: 5px;
    padding: 5px 5px;
    margin: 10px 0;
}
form .form-group {
    margin-bottom: 0px;
}
.new-separate-start {
    margin-bottom: 20px;
}
.outlook button {
    padding: 5px 0;
    background-color: #f5f5f5;
    border: 1px solid #c1c1c1;
    color: #000;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    border-radius: 5px !important;
}
.outlook button.active {
    background: var(--main-bg-color);
    font-weight: 700;
    font-size: 17px;
}
.inner-nww {
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
}
.inner-nww .form-control {
    background-color: #f5f5f5;
    border-radius: 5px !important;
    margin-top: 5px;
}
.radio-start .radio-outer {
    padding: 7px 0;
}
.radio-start .radio-outer:first-child {
    padding-top: 2px;
}
.radio-start {
    padding-bottom: 12px;
}
.radio-start .radio-outer [type="radio"]:checked+label:before, 
.radio-start .radio-outer [type="radio"]:not(:checked)+label:before {
    border: 2px solid #000;
    right: auto;
}
.radio-start .radio-outer [type="radio"]:checked+label:after, 
.radio-start .radio-outer [type="radio"]:not(:checked)+label:after {
    background-color: #000;
    right: auto;
    left: 4px;
}
.radio-start .radio-outer .item-name {
    padding-left: 30px;
}
.ratings {
    text-align: center;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: space-between;
}
.ratings .rating-item {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-bottom: 15px;
}
.ratings input[type=radio] {
  display: none;
}
.ratings .rating-box {
    height: 29px;
    width: 29px;
    font-size: 15px;
    position: relative;
    background: #f6f6f6;
    margin: 0;
    border: 1px solid #ced8d7;
    border-radius: 5px;
}
@media screen and (min-width: 640px) {
  .ratings .rating-box {
    height: 70px;
    width: 70px;
    font-size: 30px;
    margin: 0 15px;
  }
}
@media screen and (min-width: 930px) {
.ratings .rating-box {
    height: 40px;
    width: 40px;
    font-size: 15px;
    margin: 0 0px;
    color: #000;
    font-weight: 400;
}
}
.ratings .rating-score {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ratings .rating-description {
  position: relative;
  background: #d1d1d1;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 10px;
}
.ratings .rating-description:before {
  content: "";
  position: absolute;
  display: block;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 5px 5px;
  border-color: transparent transparent #d1d1d1;
}
.ratings .rating-item input[type=radio]:checked ~ .rating-box {
    background: var(--main-bg-color);
    font-weight: 700;
}
.feedback {
    margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
.cart-heading {
    font-size: 18px;
}
.cart-payment {
    padding: 0;
    background-color: #fff;
}
.cart-payment .cart-payment-inner {
    padding: 15px 0px 10px 0px;
    box-shadow: none;
}
.order-detail-dv .order-detail-head-img .tp-nw-icon {
    max-width: 35px;
	margin-right: 8px;
}
#rateoutlet .modal-body {
    padding-bottom: 80px !important;
}
#ratetheooutlet .modal-body {
    padding-bottom: 80px !important;
}

.ratings .rating-description {
    display: none;
  }

}