* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

.maan-request-cancellition {
  padding: 60px 0;
  background: #F2F3F7;
}
.maan-request-cancellition .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.maan-request-cancellition .maan-cancellition-btn {
  display: block;
  max-width: 150px;
  margin-left: auto;
  margin-right: 0;
  background: background: var(--color-orange);;
  text-align: center;
  color: #fff;
  padding: 15px;
  width: 100%;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.request-cancel-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.request-cancel-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.request-cancel-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.request-cancel-checkbox input:checked ~ .checkmark {
  background-color: background: var(--color-orange);;
  border-color: background: var(--color-orange);;
}
.request-cancel-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.request-cancel-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.request-cancel-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.maan-request-cancellition-wrapper .title {
  margin-bottom: 30px;
}
.maan-request-cancellition-wrapper .title h2 {
  font-size: 25px;
  font-weight: 400;
}
.maan-request-cancellition-wrapper .cancel-header h5 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.select-cancel-items-wrapper {
  background: #fff;
  padding: 20px;
  margin-bottom: 25px;
}

.maan-product-cancel-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.maan-product-cancel-items .cancel-product-thumb {
  max-width: 400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
.maan-product-cancel-items .cancel-product-thumb img {
  height: 60px;
  width: 60px;
  margin-right: 15px;
}
.maan-product-cancel-items .qty {
  min-width: 100px;
  margin-left: auto;
}
.maan-product-cancel-items .maan-select-reason {
  max-width: 300px;
  width: 100%;
  margin-left: 100px;
}
.maan-product-cancel-items .maan-select-reason select {
  width: 100%;
}
.maan-product-cancel-items .maan-select-reason select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  border-radius: 0;
}
.maan-product-cancel-items .request-cancel-checkbox .checkmark {
  top: -7px;
}

.policy-wrappr {
  background: #F2F3F7;
  padding: 15px;
}
.policy-wrappr .policy-content {
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
}
.policy-wrappr p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.policy-wrappr .request-cancel-checkbox {
  font-size: 16px;
}
.policy-wrappr ul {
  list-style-type: decimal;
  padding-left: 20px;
}
.policy-wrappr ul li {
  font-size: 16px;
  color: #000;
}

@media (max-width: 991px) {
  .maan-product-cancel-items .maan-select-reason {
    margin-left: 10px;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .maan-product-cancel-items .maan-select-reason {
    margin-left: 10px;
    max-width: 200px;
  }

  .maan-product-cancel-items {
    display: block;
  }

  .maan-product-cancel-items .cancel-product-thumb {
    margin-left: 60px;
    display: block;
  }

  .maan-product-cancel-items .request-cancel-checkbox .checkmark {
    top: 20px;
  }

  .maan-product-cancel-items .qty {
    margin: 20px 0;
  }

  .maan-product-cancel-items .maan-select-reason {
    margin: 0;
  }
}
/*# sourceMappingURL=style.css.map */