body {
  font-family: "Source Sans Pro", sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.module-delivery {
  padding-bottom: 40px;
  margin: 0 auto;
  position: relative;
}
.module-delivery .factory-header {
  height: 70px;
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
}
.module-delivery .form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.module-delivery .form-control .form-left {
  width: 821px;
}
.module-delivery .form-control .form-left .products {
  color: #656565;
  padding-bottom: 14px;
}
.module-delivery .form-control .form-left .products .products-header {
  padding: 0 18px;
  background-color: #4b4b4b;
  color: white;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 3px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.module-delivery .form-control .form-left .products .list-header {
  background-color: #f5f5f5;
  border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 18px;
  text-transform: capitalize;
  font-weight: 600;
  margin-top: 14px;
  border: 1px solid #e8e8e8;
  border-bottom: none;
  height: 45px;
}
.module-delivery .form-control .form-left .products .list-header .item-img {
  width: 72px;
  font-size: 14px;
  text-align: center;
}
.module-delivery .form-control .form-left .products .list-header .item-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 18px;
}
.module-delivery
  .form-control
  .form-left
  .products
  .list-header
  .item-detail
  .detail-text {
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.module-delivery
  .form-control
  .form-left
  .products
  .list-header
  .item-detail
  .detail-text
  .header {
  width: 155px;
}
.module-delivery
  .form-control
  .form-left
  .products
  .list-header
  .item-detail
  .detail-text
  .size,
.module-delivery
  .form-control
  .form-left
  .products
  .list-header
  .item-detail
  .detail-text
  .color,
.module-delivery
  .form-control
  .form-left
  .products
  .list-header
  .item-detail
  .detail-text
  .count,
.module-delivery
  .form-control
  .form-left
  .products
  .list-header
  .item-detail
  .detail-text
  .detail-price {
  font-size: 14px;
  width: 80px;
  text-align: center;
  overflow: hidden;
}
.module-delivery .form-control .form-left .products .products-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px 18px;
  max-height: 420px;
  overflow-y: scroll;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  border-top-right-radius: initial;
  border-top-left-radius: initial;
}
.module-delivery
  .form-control
  .form-left
  .products
  .products-content
  .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
  padding-top: 13px;
  border-bottom: 1px solid #dedede;
}
.module-delivery
  .form-control
  .form-left
  .products
  .products-content
  .product-item
  .item-img {
  position: relative;
  width: 72px;
}
.module-delivery
  .form-control
  .form-left
  .products
  .products-content
  .product-item
  .item-img
  img {
  width: 72px;
}
.module-delivery
  .form-control
  .form-left
  .products
  .products-content
  .product-item
  .item-img
  .img-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}
.module-delivery
  .form-control
  .form-left
  .products
  .products-content
  .product-item
  .item-img
  .img-icon
  span {
  font-size: 14px;
  margin-left: 4px;
  margin-top: 2px;
}
.module-delivery
  .form-control
  .form-left
  .products
  .products-content
  .product-item
  .item-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 18px;
}
.module-delivery
  .form-control
  .form-left
  .products
  .products-content
  .product-item
  .item-detail
  .detail-text {
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.module-delivery
  .form-control
  .form-left
  .products
  .products-content
  .product-item
  .item-detail
  .detail-text
  .header {
  font-size: 13px;
  width: 155px;
}
.module-delivery
  .form-control
  .form-left
  .products
  .products-content
  .product-item
  .item-detail
  .detail-text
  .size,
.module-delivery
  .form-control
  .form-left
  .products
  .products-content
  .product-item
  .item-detail
  .detail-text
  .color,
.module-delivery
  .form-control
  .form-left
  .products
  .products-content
  .product-item
  .item-detail
  .detail-text
  .count {
  font-size: 12px;
  width: 80px;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
}
.module-delivery
  .form-control
  .form-left
  .products
  .products-content
  .product-item
  .item-detail
  .detail-text
  .detail-price {
  font-family: "Oxygen", sans-serif;
  width: 80px;
  text-align: center;
}
.module-delivery
  .form-control
  .form-left
  .products
  .products-content
  .product-item
  .item-detail
  .detail-text
  .detail-price
  .price-passive {
  font-size: 14px;
  text-decoration: line-through;
  opacity: 40%;
}
.module-delivery
  .form-control
  .form-left
  .products
  .products-content
  .product-item
  .item-detail
  .detail-text
  .detail-price
  .price-active {
  font-size: 15px;
  font-weight: bold;
  color: #ff8002;
}
.module-delivery
  .form-control
  .form-left
  .products
  .products-content
  .product-item
  .item-detail
  .detail-text-mobile {
  display: none;
}
.module-delivery .form-control .form-left .delivery {
  color: #656565;
  padding-bottom: 14px;
}
.module-delivery .form-control .form-left .delivery .delivery-header {
  padding: 0 18px;
  background-color: #4b4b4b;
  color: white;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 3px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.module-delivery
  .form-control
  .form-left
  .delivery
  .delivery-header
  .warning-text {
  font-size: 11px;
  text-transform: initial;
}
.module-delivery .form-control .form-left .delivery .delivery-content {
  padding: 18px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  margin-top: 14px;
  display: table;
}
.module-delivery
  .form-control
  .form-left
  .delivery
  .delivery-content
  .content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 14px;
  position: relative;
}
.module-delivery
  .form-control
  .form-left
  .delivery
  .delivery-content
  .content-item
  .content-item-label {
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 600;
}
.module-delivery
  .form-control
  .form-left
  .delivery
  .delivery-content
  .content-item
  .content-item-label::after {
  content: "*";
  margin-left: 3px;
  color: #656565;
}
.module-delivery
  .form-control
  .form-left
  .delivery
  .delivery-content
  .content-item
  .content-item-input {
  height: 42px;
  margin-top: 6px;
  border: 1px solid #d2d1cd;
  border-radius: 2px;
  padding-left: 14px;
  padding-right: 30px;
}
.module-delivery
  .form-control
  .form-left
  .delivery
  .delivery-content
  .content-item
  .content-item-input:placeholder-shown {
  font-size: 14px;
  text-transform: capitalize;
  padding-left: 14px;
  font-weight: 400;
}
.module-delivery
  .form-control
  .form-left
  .delivery
  .delivery-content
  .content-item
  .content-item-input::-webkit-input-placeholder {
  color: rgba(101, 101, 101, 0.5);
}
.module-delivery
  .form-control
  .form-left
  .delivery
  .delivery-content
  .content-item
  .content-item-input::-moz-placeholder {
  color: rgba(101, 101, 101, 0.5);
}
.module-delivery
  .form-control
  .form-left
  .delivery
  .delivery-content
  .content-item
  .content-item-input:-ms-input-placeholder {
  color: rgba(101, 101, 101, 0.5);
}
.module-delivery
  .form-control
  .form-left
  .delivery
  .delivery-content
  .content-item
  .content-item-input::-ms-input-placeholder {
  color: rgba(101, 101, 101, 0.5);
}
.module-delivery
  .form-control
  .form-left
  .delivery
  .delivery-content
  .content-item
  .content-item-input::placeholder {
  color: rgba(101, 101, 101, 0.5);
}
.module-delivery
  .form-control
  .form-left
  .delivery
  .delivery-content
  .content-item
  .Warning {
  border-color: red !important;
}
.module-delivery
  .form-control
  .form-left
  .delivery
  .delivery-content
  .content-item
  .input-clear-icon {
  color: #585858;
  font-size: 14px;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 9px;
  top: 26px;
}
.module-delivery
  .form-control
  .form-left
  .delivery
  .delivery-content
  .content-item
  select {
  background-color: #fbfbfb;
  font-size: 14px;
  text-transform: capitalize;
  color: #656565;
  cursor: pointer;
}
.module-delivery
  .form-control
  .form-left
  .delivery
  .delivery-content
  .content-item
  .address-detail {
  font-size: 11px;
  margin-left: 6px;
  font-weight: 600;
}
.module-delivery
  .form-control
  .form-left
  .delivery
  .delivery-content
  .content-item
  .input-textarea {
  height: 96px;
  font-size: 13px;
  margin-top: 6px;
  border: 1px solid #d2d1cd;
  padding: 18px;
  padding-right: 30px;
  resize: none;
  border-radius: 2px;
}
.module-delivery
  .form-control
  .form-left
  .delivery
  .delivery-content
  .content-item
  .input-textarea::-webkit-input-placeholder {
  font-size: 11px;
  text-transform: initial;
  color: rgba(101, 101, 101, 0.5);
}
.module-delivery
  .form-control
  .form-left
  .delivery
  .delivery-content
  .content-item
  .input-textarea::-moz-placeholder {
  font-size: 11px;
  text-transform: initial;
  color: rgba(101, 101, 101, 0.5);
}
.module-delivery
  .form-control
  .form-left
  .delivery
  .delivery-content
  .content-item
  .input-textarea:-ms-input-placeholder {
  font-size: 11px;
  text-transform: initial;
  color: rgba(101, 101, 101, 0.5);
}
.module-delivery
  .form-control
  .form-left
  .delivery
  .delivery-content
  .content-item
  .input-textarea::-ms-input-placeholder {
  font-size: 11px;
  text-transform: initial;
  color: rgba(101, 101, 101, 0.5);
}
.module-delivery
  .form-control
  .form-left
  .delivery
  .delivery-content
  .content-item
  .input-textarea::placeholder {
  font-size: 11px;
  text-transform: initial;
  color: rgba(101, 101, 101, 0.5);
}
.module-delivery
  .form-control
  .form-left
  .delivery
  .delivery-content
  .content-item
  .address-icon {
  position: absolute;
  right: 18px;
  top: 40px;
  opacity: 50%;
}
.module-delivery
  .form-control
  .form-left
  .delivery
  .delivery-content
  .content-item
  .warning-content {
  color: red;
  font-size: 11px;
  margin: 6px;
  display: none;
}
.module-delivery .form-control .form-left .payment-type .payment-header {
  padding: 0 18px;
  background-color: #4b4b4b;
  color: white;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 3px;
  height: 43px;
  display: flex;
  align-items: center;
}
.module-delivery
  .form-control
  .form-left
  .payment-type
  .payment-header
  .warning-text {
  font-size: 11px;
  text-transform: initial;
}
.module-delivery .form-control .form-left .payment-type .payment-wrapper {
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  margin-top: 14px;
  padding: 16px;
}
.module-delivery
  .form-control
  .form-left
  .payment-type
  .payment-wrapper
  .warning-text {
  font-size: 12px;
  font-weight: 400;
  text-transform: initial;
  opacity: 0.8;
}
.module-delivery
  .form-control
  .form-left
  .payment-type
  .payment-wrapper
  .payment-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.module-delivery
  .form-control
  .form-left
  .payment-type
  .payment-wrapper
  .payment-content
  .hide {
  display: none;
}
.module-delivery
  .form-control
  .form-left
  .payment-type
  .payment-wrapper
  .payment-content
  .content-item {
  width: 100%;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  text-align: center;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 14px;
  cursor: pointer;
}
.module-delivery
  .form-control
  .form-left
  .payment-type
  .payment-wrapper
  .payment-content
  .content-item:first-of-type {
  margin-right: 16px;
}
.module-delivery
  .form-control
  .form-left
  .payment-type
  .payment-wrapper
  .payment-content
  .content-item
  .circle {
  width: 16px;
  height: 16px;
  border: 1px solid;
  border-radius: 50%;
  opacity: 40%;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.module-delivery
  .form-control
  .form-left
  .payment-type
  .payment-wrapper
  .payment-content
  .content-item
  .circle::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.module-delivery
  .form-control
  .form-left
  .payment-type
  .payment-wrapper
  .payment-content
  .content-item
  span {
  font-size: 13px;
  text-transform: capitalize;
}
.module-delivery
  .form-control
  .form-left
  .payment-type
  .payment-wrapper
  .payment-content
  .hide[type="radio"]:checked
  + .content-item {
  border-color: #ff5c00;
}
.module-delivery
  .form-control
  .form-left
  .payment-type
  .payment-wrapper
  .payment-content
  .hide[type="radio"]:checked
  + .content-item
  .circle {
  border-color: #ff5c00;
  opacity: 1;
}
.module-delivery
  .form-control
  .form-left
  .payment-type
  .payment-wrapper
  .payment-content
  .hide[type="radio"]:checked
  + .content-item
  .circle::before {
  background-color: #ff5c00;
}
.module-delivery .form-control .form-left .order-information-mobile {
  display: none;
}
.module-delivery .form-control .form-left .submit-button-mobile {
  display: none;
}
.module-delivery .form-control .form-right {
  width: 339px;
  margin-left: 18px;
}
.module-delivery .form-control .form-right .submit-button {
  height: 43px;
  width: 100%;
  background-color: #ff7400;
  border: none;
  border-radius: 3px;
  color: white;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-align: center;
  line-height: 43px;
}
.module-delivery .form-control .form-right .submit-button::after {
  font-family: misszenne !important;
  content: "\e973";
  font-size: 11px;
  margin-left: 6px;
}
.module-delivery .form-control .form-right .order-information {
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  margin-top: 14px;
  margin-bottom: 14px;
  text-transform: capitalize;
  padding: 18px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.module-delivery .form-control .form-right .order-information .header {
  font-size: 17px;
  font-weight: 600;
}
.module-delivery .form-control .form-right .order-information .content {
  margin-top: 18px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.module-delivery
  .form-control
  .form-right
  .order-information
  .content
  .product-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 9px;
}
.module-delivery
  .form-control
  .form-right
  .order-information
  .content
  .product-amount
  .amount-text {
  font-size: 15px;
}
.module-delivery
  .form-control
  .form-right
  .order-information
  .content
  .product-amount
  .amount-number {
  font-family: "Oxygen", sans-serif;
  font-size: 15px;
}
.module-delivery .form-control .form-right .order-information .content-total {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.module-delivery
  .form-control
  .form-right
  .order-information
  .content-total
  .total-text {
  font-size: 15px;
  font-weight: 600;
}
.module-delivery
  .form-control
  .form-right
  .order-information
  .content-total
  .total-number {
  font-family: "Oxygen", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ff5c00;
}
.module-delivery .success-box {
  position: fixed;
  bottom: 90px;
  right: 0;
  color: #270;
  background-color: #dff2bf;
  padding: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
  font-size: 14px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden;
}
.module-delivery .success-box .success-icon {
  margin-right: 6px;
}
.module-delivery .Active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

@media only screen and (max-width: 991px) {
  .module-delivery .form-control {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 18px 18px 18px;
  }
  .module-delivery .form-control .form-left {
    width: 100%;
  }
  .module-delivery .form-control .form-left .delivery .delivery-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .module-delivery .form-control .form-right {
    margin-top: 14px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {

  .module-delivery .form-control .form-left .accordion-item.show-accordion .products-content,
  .module-delivery .form-control .form-left .accordion-item.show-accordion .order-content {display: block;}

  .module-delivery .form-control {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
  }
  .module-delivery .form-control .form-left {
    padding-bottom: 50px;
  }
  .module-delivery .form-control .form-left .submit-button-mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: white;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-shadow: -1px -12px 18px -19px rgba(0, 0, 0, 0.75);
    box-shadow: -1px -12px 18px -19px rgba(0, 0, 0, 0.75);
  }
  .module-delivery .form-control .form-left .submit-button-mobile .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .module-delivery
    .form-control
    .form-left
    .submit-button-mobile
    .price
    .show-detail {
    font-size: 12px;
    color: #ff8002;
  }
  .module-delivery
    .form-control
    .form-left
    .submit-button-mobile
    .price
    .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 9px;
  }
  .module-delivery
    .form-control
    .form-left
    .submit-button-mobile
    .price
    .wrapper
    .text {
    text-transform: capitalize;
    font-size: 14px;
    color: #525252;
  }
  .module-delivery
    .form-control
    .form-left
    .submit-button-mobile
    .price
    .wrapper
    .number {
    font-family: "Oxygen", sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #ff8002;
    margin-top: 3px;
  }
  .module-delivery .form-control .form-left .submit-button-mobile [CD='[[sendOrder]]'] {
    height: 42px;
    background-color: #ff8002;
    border: none;
    border-radius: 5px;
    color: white;
    width: 195px;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-align: center;
    line-height: 42px;
  }
  .module-delivery .form-control .form-left .products {
    padding-bottom: 0;
  }
  .module-delivery .form-control .form-left .products .products-header {
    border-radius: 0;
    height: 35px;
    position: relative;
  }
  .module-delivery .form-control .form-left .products .products-header::after {
    font-family: misszenne !important;
    content: "\e977";
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
  }
  .module-delivery .form-control .form-left .products .Active::after {
    content: "\e978";
  }
  .module-delivery .form-control .form-left .products .list-header {
    display: none;
  }
  .module-delivery .form-control .form-left .products .products-content {
    border-radius: 0;
    border: none;
    max-height: 320px;
    display: block;
  }
  .module-delivery
    .form-control
    .form-left
    .products
    .products-content
    .product-item
    .item-img {
    width: 52px;
  }
  .module-delivery
    .form-control
    .form-left
    .products
    .products-content
    .product-item
    .item-img
    img {
    width: 52px;
  }
  .module-delivery
    .form-control
    .form-left
    .products
    .products-content
    .product-item
    .item-img
    .img-icon {
    width: 18px;
    height: 18px;
  }
  .module-delivery
    .form-control
    .form-left
    .products
    .products-content
    .product-item
    .item-img
    .img-icon
    span {
    font-size: 12px;
    margin-left: 3px;
    margin-top: 4px;
  }
  .module-delivery
    .form-control
    .form-left
    .products
    .products-content
    .product-item
    .item-detail {
    margin-left: 9px;
  }
  .module-delivery
    .form-control
    .form-left
    .products
    .products-content
    .product-item
    .item-detail
    .detail-text {
    display: none;
  }
  .module-delivery
    .form-control
    .form-left
    .products
    .products-content
    .product-item
    .item-detail
    .detail-text-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-transform: capitalize;
  }
  .module-delivery
    .form-control
    .form-left
    .products
    .products-content
    .product-item
    .item-detail
    .detail-text-mobile
    .text-wrapper
    .header {
    font-size: 13px;
    font-weight: 600;
  }
  .module-delivery
    .form-control
    .form-left
    .products
    .products-content
    .product-item
    .item-detail
    .detail-text-mobile
    .text-wrapper
    .size,
  .module-delivery
    .form-control
    .form-left
    .products
    .products-content
    .product-item
    .item-detail
    .detail-text-mobile
    .text-wrapper
    .color,
  .module-delivery
    .form-control
    .form-left
    .products
    .products-content
    .product-item
    .item-detail
    .detail-text-mobile
    .text-wrapper
    .count {
    font-size: 12px;
  }
  .module-delivery
    .form-control
    .form-left
    .products
    .products-content
    .product-item
    .item-detail
    .detail-text-mobile
    .text-wrapper
    .size {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .module-delivery
    .form-control
    .form-left
    .products
    .products-content
    .product-item
    .item-detail
    .detail-text-mobile
    .text-wrapper
    .size::after {
    content: "";
    border-left: 0.6px solid rgba(0, 0, 0, 0.8);
    margin-left: 6px;
  }
  .module-delivery
    .form-control
    .form-left
    .products
    .products-content
    .product-item
    .item-detail
    .detail-text-mobile
    .detail-price {
    font-family: "Oxygen", sans-serif;
    width: 80px;
    text-align: center;
  }
  .module-delivery
    .form-control
    .form-left
    .products
    .products-content
    .product-item
    .item-detail
    .detail-text-mobile
    .detail-price
    .price-passive {
    font-size: 14px;
    text-decoration: line-through;
    opacity: 40%;
  }
  .module-delivery
    .form-control
    .form-left
    .products
    .products-content
    .product-item
    .item-detail
    .detail-text-mobile
    .detail-price
    .price-active {
    font-size: 15px;
    font-weight: bold;
    color: #ff8002;
  }
  .module-delivery .form-control .form-left .order-information-mobile {
    margin-top: 14px;
    margin-bottom: 14px;
    text-transform: capitalize;
    display: block;
  }
  .module-delivery
    .form-control
    .form-left
    .order-information-mobile
    .order-header {
    font-weight: 600;
    background-color: #4b4b4b;
    color: white;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 18px;
    position: relative;
    display: none;
  }
  .module-delivery
    .form-control
    .form-left
    .order-information-mobile
    .order-header::after {
    font-family: misszenne !important;
    content: "\e977";
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
  }
  .module-delivery
    .form-control
    .form-left
    .order-information-mobile
    .Active::after {
    content: "\e978";
  }
  .module-delivery
    .form-control
    .form-left
    .order-information-mobile
    .order-content {
    display: block;
  }
  .module-delivery
    .form-control
    .form-left
    .order-information-mobile
    .order-content
    .header-content {
    font-size: 16px;
    font-weight: 600;
    margin: 18px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .module-delivery
    .form-control
    .form-left
    .order-information-mobile
    .order-content
    .content {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 6px;
  }
  .module-delivery
    .form-control
    .form-left
    .order-information-mobile
    .order-content
    .content
    .product-amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 9px;
  }
  .module-delivery
    .form-control
    .form-left
    .order-information-mobile
    .order-content
    .content
    .product-amount
    .amount-text {
    font-size: 14px;
  }
  .module-delivery
    .form-control
    .form-left
    .order-information-mobile
    .order-content
    .content
    .product-amount
    .amount-number {
    font-family: "Oxygen", sans-serif;
    font-size: 14px;
  }
  .module-delivery
    .form-control
    .form-left
    .order-information-mobile
    .order-content
    .content-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e2e2e2;
    height: 35px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .module-delivery
    .form-control
    .form-left
    .order-information-mobile
    .order-content
    .content-total
    .total-text {
    font-size: 14px;
  }
  .module-delivery
    .form-control
    .form-left
    .order-information-mobile
    .order-content
    .content-total
    .total-number {
    font-family: "Oxygen", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #ff5c00;
  }
  .module-delivery .form-control .form-left .delivery .delivery-header {
    height: 35px;
    border-radius: 0;
  }
  .module-delivery .form-control .form-left .delivery .delivery-content {
    border: none;
    margin-top: 0;
    padding: 6px 12px;
  }
  .module-delivery .form-control .form-left .payment-type {
    position: relative;
  }
  .module-delivery .form-control .form-left .payment-type .payment-header {
    border-radius: 0;
    height: 35px;
  }
  .module-delivery .form-control .form-left .payment-type .payment-wrapper {
    border: none;
    margin: 0;
  }
  .module-delivery
    .form-control
    .form-left
    .payment-type
    .payment-wrapper
    .warning-text {
    position: absolute;
    right: 18px;
    top: 11px;
    color: white;
    font-size: 11px;
  }
  .module-delivery
    .form-control
    .form-left
    .payment-type
    .payment-wrapper
    .warning-text::before {
    content: "*";
  }
  .module-delivery
    .form-control
    .form-left
    .payment-type
    .payment-wrapper
    .warning-text::after {
    content: "!";
  }
  .module-delivery
    .form-control
    .form-left
    .payment-type
    .payment-wrapper
    .payment-content
    .content-item {
    height: 49px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 3px;
  }
  .module-delivery
    .form-control
    .form-left
    .payment-type
    .payment-wrapper
    .payment-content
    .content-item
    .circle {
    margin-bottom: 0;
    margin-right: 6px;
  }
  .module-delivery
    .form-control
    .form-left
    .payment-type
    .payment-wrapper
    .payment-content
    .hide[type="radio"]:checked
    + .content-item {
    border-color: #1763e7;
  }
  .module-delivery
    .form-control
    .form-left
    .payment-type
    .payment-wrapper
    .payment-content
    .hide[type="radio"]:checked
    + .content-item
    .circle {
    border-color: #1763e7;
  }
  .module-delivery
    .form-control
    .form-left
    .payment-type
    .payment-wrapper
    .payment-content
    .hide[type="radio"]:checked
    + .content-item
    .circle::before {
    background-color: #1763e7;
  }
  .module-delivery .form-control .form-right {
    display: none;
  }
}



section.module-delivery {}
section.module-delivery .timeOut_delivery {text-align: center;padding: 70px 20px;}
section.module-delivery .timeOut_delivery > .Icon {font-size: 64px;margin-bottom: 20px;color: #d53f3f;}
section.module-delivery .timeOut_delivery > .T {display: block;color: #d53f3f;font-size: 24px;font-weight: 600;margin-bottom: 10px;}
section.module-delivery .timeOut_delivery > .sT {display: block;color: #a0a0a0;}



/* Pop_900  */
  .Pop_900 {text-align: center;}
  .Pop_900 > .Icon {font-size: 44px;margin-bottom: 10px;}
  .Pop_900 > p {font-size: 13px;line-height: 18px;color: #404040;margin-top: 15px;}
  .Pop_900  .ActionBtn {float: none;font-size: 13px;height: 38px;padding: 0 12px;box-shadow: none;width: 100%;padding: 11px 10px;background-color: #1a1a1a;border: 0;text-transform: uppercase;font-weight: 600;color: #fff;cursor: pointer;text-align: center;font-size: 12px;line-height: 20px;}
  .Pop_900  .ActionBtn.dBlock {max-width: 200px;width: initial;display: inline-block;}


  .Pop_900 > .IconAlert {text-align: center;padding: 30px 0;}
  .Pop_900 > .IconAlert > .Icon {font-size: 74px;margin-bottom: 5px;color: #383838;}
  .Pop_900 > .IconAlert > .Icon.Green {color: #07BB72;}
  .Pop_900 > .IconAlert > p {line-height: 20px;color: #585858;font-size: 14px;}
  @media only screen and (max-width: 768px){
    .Pop_900 { padding: 10px 0 15px;}
  }