@media screen and (max-width: 767px) {
  #order-phox .wdes-phox-cart-body {
    display: flex;
    gap: 30px;
    flex-flow: column-reverse;
  }
}
#order-phox .cart-body.cart-body--full-width {
  width: 100%;
}
#order-phox .cart-body .panel-heading {
  margin-bottom: 15px;
}
@media screen and (max-width: 1199.2px) {
  #order-phox .cart-body .sidebar-collapsed {
    margin-bottom: 30px;
  }
  #order-phox .cart-body .panel {
    border: 0;
    margin-bottom: 40px;
  }
  #order-phox .cart-body .panel-heading {
    background-color: transparent;
    border: 0;
    padding: 0;
  }
  #order-phox .cart-body .panel-body {
    padding: 0;
  }
  #order-phox .cart-body .pull-right {
    float: none !important;
  }
}
#order-phox .products {
  margin: 0;
}
#order-phox .products .wdes-phox-products-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-start;
}
#order-phox .products .wdes-phox-products-list_item {
  background-color: #fff;
  border: 1px solid #eee;
  width: calc(33.3333333333% - 20px);
  margin: 0;
  border-radius: var(--radius);
  transition: all 0.3s;
  position: relative;
  padding: 40px 25px;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  /* Featured Product */
}
@media screen and (max-width: 991px) {
  #order-phox .products .wdes-phox-products-list_item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  #order-phox .products .wdes-phox-products-list_item {
    width: 100%;
  }
}
#order-phox .products .wdes-phox-products-list_item.featured-product {
  border: 1px solid var(--main-clr);
}
#order-phox .products .wdes-phox-products-list_item.featured-product .featured-product-label {
  background-color: var(--main-clr);
  color: #fff;
  width: 100%;
  position: absolute;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: initial;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
#order-phox .products .wdes-phox-products-list_item.featured-product .featured-product-label i {
  position: relative;
  top: -1px;
}
#order-phox .products .wdes-phox-products-list_item:hover, #order-phox .products .wdes-phox-products-list_item:focus {
  border: 1px solid var(--main-clr);
}
#order-phox .products .product header {
  background-color: transparent;
  padding: 0;
  margin: 0 0 30px;
  text-align: center;
}
#order-phox .products .product header .product-name {
  font-size: 22px;
  font-weight: 400;
  color: #242424;
}
#order-phox .products .product header div.product-pricing {
  margin: 15px 0 0;
  font-size: 14px;
  color: var(--text-clr);
}
#order-phox .products .product header div.product-pricing .price {
  color: #242424;
  font-weight: 700;
  font-size: 28px;
}
#order-phox .products .product header div.product-pricing small {
  font-size: 15px;
}
#order-phox .products .product header .qty {
  float: none;
  font-size: 14px;
  font-style: normal;
  color: var(--main-clr);
  display: block;
  width: 100%;
  margin: 10px 0;
}
#order-phox .products .product div.product-desc {
  margin: 0 0 30px 0;
  float: none;
  width: 100%;
  padding: 0;
  font-size: 15px;
  text-align: center;
  line-height: 26px;
  color: var(--text-clr);
}
#order-phox .products .product div.product-desc ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: column;
  gap: 8px 0;
}
#order-phox .products .product footer {
  float: none;
  margin: auto 0 0;
  width: 100%;
  font-size: 15px;
  text-align: center;
}
#order-phox .domain-selection-options {
  margin: 0;
}
#order-phox .domain-input-group {
  background-color: var(--head-clr);
  padding: 30px;
  border: 1px solid #eee;
  border-radius: var(--radius);
  margin: 15px 0 0 0;
}
#order-phox .domain-input-group .domain-input-block_input {
  width: calc(100% - 320px);
  display: flex;
  align-items: center;
  gap: 10px;
}
#order-phox .domain-input-group .domain-input-block_input.domain-input-block_input--f-width {
  width: calc(100% - 150px);
}
@media screen and (max-width: 767px) {
  #order-phox .domain-input-group .domain-input-block_input {
    width: 100% !important;
  }
}
#order-phox .domain-input-group .domain-input-block_input .input-group-addon {
  background-color: transparent;
  border: 0;
  padding: 0;
  width: auto;
}
#order-phox .domain-input-group .domain-input-block_action {
  width: 150px;
}
@media screen and (max-width: 767px) {
  #order-phox .domain-input-group .domain-input-block_action {
    width: 100%;
  }
}
#order-phox .domain-input-group .domain-input-block_tlds {
  width: 150px;
}
@media screen and (max-width: 767px) {
  #order-phox .domain-input-group .domain-input-block_tlds {
    width: 100%;
  }
}
#order-phox .domain-selection-options .option {
  border-radius: 0;
  background-color: transparent;
  border: 0;
  margin-bottom: 20px;
  padding: 0;
}
#order-phox .domain-selection-options .option label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0px;
  margin: 0;
  color: #242424;
  font-weight: 500;
  font-size: 16px;
}
#order-phox .product-info {
  background-color: var(--head-clr);
  border: 1px solid #eee;
  border-radius: var(--radius);
  padding: 25px;
  font-size: 16px;
  color: var(--text-clr);
  margin: 0 0 40px 0;
}
#order-phox .product-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: column;
  gap: 13px 0;
  font-size: 15px;
  font-weight: 400;
}
#order-phox .product-info ul li b {
  font-weight: 600;
}
#order-phox .product-info p:empty {
  display: none;
}
#order-phox .product-info .product-title {
  font-size: 26px;
  color: #242424;
  font-weight: 600;
  margin: 0 0 20px 0;
}
#order-phox .form-control,
#order-phox textarea,
#order-phox .field {
  border-color: #eee;
  border-radius: var(--radius);
  color: var(--text-clr);
  transition: all 0.3s ease-in-out;
}
#order-phox .form-control:hover, #order-phox .form-control:focus,
#order-phox textarea:hover,
#order-phox textarea:focus,
#order-phox .field:hover,
#order-phox .field:focus {
  border-color: var(--main-clr);
}
#order-phox #orderSummary {
  background-color: var(--main-clr);
  border-radius: var(--radius);
  padding: 30px;
}
#order-phox .order-summary {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
  transition: all 0.3s;
  margin-bottom: 0;
  color: #fff;
}
#order-phox .order-summary .loader {
  color: inherit;
  opacity: 0.5;
  top: 0;
}
#order-phox .order-summary h2 {
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 30px;
  padding: 0;
  text-align: left;
}
#order-phox .order-summary .summary-container {
  margin: 0;
  padding: 0;
  min-height: 100px;
  border-radius: 0;
  background-color: transparent;
  font-size: 14px;
}
#order-phox .order-summary .summary-container .product-name,
#order-phox .order-summary .summary-container .product-group {
  display: none;
}
#order-phox .order-summary .summary-container .subtotal,
#order-phox .order-summary .summary-container .recurring-totals {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px !important;
}
#order-phox .order-summary .summary-container .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
#order-phox .order-summary .summary-container .clearfix:last-child {
  margin-bottom: 0;
}
#order-phox .order-summary .summary-container .clearfix span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}
#order-phox .order-summary .summary-container .clearfix span:last-child {
  margin-left: auto;
  font-size: 13px;
  opacity: 0.9;
  text-align: right;
  font-style: normal;
  color: #fff;
}
#order-phox .order-summary .summary-totals {
  margin: 25px 0;
  padding: 25px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#order-phox .total-due-today {
  text-align: left;
  display: flex;
  flex-flow: column-reverse;
  gap: 5px;
}
#order-phox .total-due-today span:not(.amt) {
  font-size: 13px;
  opacity: 0.8;
  text-align: left;
}
#order-phox .total-due-today .amt {
  text-align: left !important;
  font-weight: 700;
  font-size: 30px !important;
}
#order-phox .wdes-phox-cart_btn {
  background-color: var(--domain-btn);
  color: var(--main-clr);
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  border: 0;
  padding: 13px 10px;
  border-radius: var(--radius);
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}
#order-phox .wdes-phox-cart_btn:hover, #order-phox .wdes-phox-cart_btn:focus {
  background-color: #fff;
  color: var(--main-clr);
}
#order-phox .view-cart-items-header {
  background-color: var(--head-clr);
  border: 1px solid #eee;
  border-radius: var(--radius) var(--radius) 0 0;
  color: #242424;
  font-size: 15px;
  display: flex;
  align-items: center;
  padding: 15px 27px;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  #order-phox .view-cart-items-header {
    display: none;
  }
}
#order-phox .view-cart-items-header .view-cart-items-header_head {
  width: calc(100% - 250px);
}
#order-phox .view-cart-items-header .view-cart-items-header_cycle {
  width: 150px;
}
#order-phox .view-cart-items-header .view-cart-items-header_action {
  width: 100px;
}
#order-phox .view-cart-items {
  border: 1px solid #eee;
  border-top: 0;
  border-radius: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #order-phox .view-cart-items {
    border-top: 1px solid #eee;
  }
}
#order-phox .wdes-phox-view-cart_item_title {
  width: calc(100% - 250px);
}
@media screen and (max-width: 767px) {
  #order-phox .wdes-phox-view-cart_item_title {
    width: 100%;
    order: 2;
  }
}
#order-phox .wdes-phox-view-cart_item_title_block {
  color: #242424;
  font-size: 15px;
  margin-bottom: 2px;
}
#order-phox .wdes-phox-view-cart_item_title_block span {
  color: var(--text-clr);
}
#order-phox .wdes-phox-view-cart_item_title_block b {
  font-weight: 500;
}
#order-phox .wdes-phox-view-cart_item {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  border-bottom: 1px solid #eee;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  #order-phox .wdes-phox-view-cart_item {
    flex-flow: column;
    align-items: flex-start;
    gap: 20px;
  }
}
#order-phox .wdes-phox-view-cart_item:last-child {
  border-bottom: 0;
}
#order-phox .wdes-phox-view-cart_item_pricing {
  width: 150px;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  #order-phox .wdes-phox-view-cart_item_pricing {
    width: 100%;
    order: 3;
  }
}
#order-phox .wdes-phox-view-cart_item_pricing span {
  color: var(--text-clr);
  font-size: 12px;
}
#order-phox .wdes-phox-view-cart_item_pricing span:first-child {
  font-size: 18px;
  font-weight: 600;
  color: #242424;
}
#order-phox .wdes-phox-view-cart_item_pricing .wdes-phox-view-cart_item_pricing_dropdown {
  margin: 10px 0;
}
#order-phox .wdes-phox-view-cart_item_actions {
  width: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  #order-phox .wdes-phox-view-cart_item_actions {
    width: 100%;
    order: 1;
    justify-content: flex-start;
  }
}
#order-phox .wdes-phox-view-cart_item_actions > a,
#order-phox .wdes-phox-view-cart_item_actions > button {
  background-color: transparent;
  border: 0;
  padding: 0;
  color: var(--text-clr);
  outline: none;
  font-size: 18px;
}
#order-phox .wdes-phox-view-cart_item_list {
  margin-top: 10px;
}
#order-phox .wdes-phox-view-cart_item_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
#order-phox .wdes-phox-view-cart_item_list ul li {
  border-left: 2px solid #eee;
  padding-left: 10px;
  font-size: 13px;
  color: var(--text-clr);
}
#order-phox .wdes-phox-view-cart_item_qty .item-qty {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
#order-phox .wdes-phox-view-cart_item_qty .item-qty .wdes-phox-view-cart_item_qty_heading {
  font-size: 12px;
  color: var(--text-clr);
}
#order-phox .wdes-phox-view-cart_item_qty .item-qty .form-control {
  margin-bottom: 0;
  padding: 5px 10px;
  width: 90px;
  text-align: left;
}
#order-phox .wdes-phox-view-cart_item_qty .item-qty button[type=submit] {
  background-color: var(--head-clr);
  border: 1px solid #eee;
  color: #242424;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: var(--radius);
}
#order-phox .empty-cart {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
  padding: 10px 24px;
  background-color: var(--head-clr);
  border: 1px solid #eee;
  border-top: 0;
  border-radius: 0 0 var(--radius) var(--radius);
}
#order-phox .empty-cart .btn {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: var(--radius);
  color: var(--text-clr);
  text-decoration: none;
  padding: 12px 24px;
}
#order-phox .cc-input-container {
  background-color: #fff;
  border: 1px solid #eee;
}
#order-phox .wdes-phox-domain-result {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
#order-phox .wdes-phox-domain-result #DomainSearchResults {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 30px;
  border-radius: var(--radius);
}
#order-phox .wdes-phox-domain-result .domain-lookup-primary-results {
  margin: 0;
}
#order-phox .wdes-phox-domain-result .domain-lookup-primary-results .headline {
  text-align: center;
}
#order-phox .wdes-phox-domain-result .domain-lookup-primary-results .headline i {
  display: block;
  font-size: 46px;
  margin-bottom: 10px;
}
#order-phox .wdes-phox-domain-result .domain-lookup-primary-results .headline strong {
  font-size: 22px;
}
#order-phox .wdes-phox-domain-result .domain-lookup-primary-results .domain-price {
  color: var(--text-clr);
  font-size: 14px;
  margin: 5px 0 0;
}
#order-phox .wdes-phox-domain-result .domain-lookup-primary-results .domain-price .price {
  font-weight: 600;
}
#order-phox .domain-checker-container {
  background: var(--main-clr);
}
#order-phox .domain-checker-container .domain-checker-bg {
  background-image: initial;
}
#order-phox .domain-promo-box {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 20px;
  transition: all 0.3s;
}
#order-phox .domain-promo-box:hover, #order-phox .domain-promo-box:focus {
  border: 1px solid var(--main-clr);
}
#order-phox .cart-sidebar .panel > .panel-heading .panel-title {
  font-size: 15px;
}
#order-phox .cart-sidebar .panel .panel-body a.list-group-item,
#order-phox .cart-sidebar .panel .list-group a.list-group-item {
  padding: 0;
  margin-bottom: 10px;
}
#order-phox .domains-row .input-group-addon.input-group-prepend {
  background-color: transparent;
  border: 0;
  color: #242424;
}
#order-phox .sub-heading span,
#order-phox .sub-heading-borderless span {
  color: #242424;
}
#order-phox #frmDomainTransfer .panel {
  font-size: 15px;
  border: 0;
  padding: 0;
  box-shadow: none;
}
#order-phox #frmDomainTransfer .panel .panel-body {
  background-color: var(--main-clr);
  padding: 60px 120px;
  border-radius: 10px;
}
#order-phox #frmDomainTransfer .panel .panel-body a.pull-right.float-right {
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #order-phox #frmDomainTransfer .panel .panel-body {
    padding: 60px 30px;
  }
}
#order-phox #frmDomainTransfer .panel .panel-body #inputTransferDomain,
#order-phox #frmDomainTransfer .panel .panel-body #inputAuthCode {
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
}
#order-phox #frmDomainTransfer .panel .panel-body .relative {
  position: relative;
}
#order-phox #frmDomainTransfer .panel .panel-body .wdes-domain-transfer-help {
  position: absolute;
  right: 20px;
  top: 16px;
  z-index: 1;
  color: var(--main-clr);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
#order-phox #frmDomainTransfer .panel .panel-body .alert {
  padding: 20px;
  margin: 20px 0;
  border-radius: 10px;
}
#order-phox #frmDomainTransfer .panel .panel-body #btnTransferDomain {
  float: right;
  margin: 0;
  background-color: var(--domain-btn);
  border-color: var(--domain-btn);
  color: var(--main-clr);
  padding: 14px 25px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 15px;
  outline: none;
}
#order-phox #frmDomainTransfer .panel .panel-body #btnTransferDomain span {
  font-size: inherit;
  font-weight: inherit;
}
#order-phox #frmDomainTransfer .panel .panel-body #btnTransferDomain:hover, #order-phox #frmDomainTransfer .panel .panel-body #btnTransferDomain:focus {
  background-color: #fff !important;
  color: var(--main-clr) !important;
}
#order-phox .domain-renewals {
  margin: 0;
  border-top: 0;
  background-color: transparent;
}
#order-phox .domain-renewals .domain-renewal {
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: var(--radius);
}
#order-phox .domain-renewals .domain-renewal:last-child {
  margin-bottom: 0;
}
#order-phox .domain-renewals .domain-renewal .wdes-domain-renew-title {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
#order-phox .domain-renewals .domain-renewal .wdes-domain-renew-description {
  font-size: 12px;
  color: #7e7e7e;
  margin: 5px 0 0;
  display: block;
}
#order-phox .domain-renewals .domain-renewal .label {
  padding: 4px 10px;
}
#order-phox .domain-renewals .domain-renewal .wdes-flex-domain-renew {
  display: flex;
  padding: 20px 15px 0;
  gap: 0 15px;
}
#order-phox .domain-renewals .domain-renewal .btn-add-renewal-to-cart {
  background-color: var(--main-clr);
  border: 0;
  padding: 6px 15px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  outline: none;
}
#order-phox .wdes-cart-goto {
  margin-top: 10px;
}
#order-phox #producttotal span a {
  color: inherit;
}
#order-phox .transfer-eligible,
#order-phox .transfer-not-eligible {
  margin: 0;
  padding: 0;
}
#order-phox .transfer-not-eligible {
  color: var(--text-clr);
  background-color: transparent;
}
#order-phox .transfer-eligible {
  background-color: transparent;
}
#order-phox .spotlight-tlds {
  margin: 30px 0 0;
  padding: 0;
  background-color: transparent;
  width: 100%;
}
#order-phox .spotlight-tlds .spotlight-tld {
  border-color: #eee;
  border-radius: var(--radius);
  padding: 20px;
  color: var(--text-clr);
  height: auto;
}
#order-phox .spotlight-tlds .spotlight-tld .btn:not(.domain-contact-support) {
  background-color: var(--domain-btn);
  border-color: var(--domain-btn);
  color: var(--main-clr);
  margin-top: 10px;
}
#order-phox .wdes-phox-billing-cycles {
  margin: 0 0 40px 0;
}
#order-phox .wdes-phox-billing-cycles .form-group {
  margin-bottom: 0;
}
#order-phox .wdes-phox-billing-cycles .form-group label {
  margin: 0 0 15px 0;
  font-size: 22px;
  font-weight: 500;
  color: #242424;
}
#order-phox .wdes-phox-billing-cycles .form-group #inputBillingcycle {
  width: 100%;
}
#order-phox .addon-promo-container {
  font-size: 14px;
  border-radius: var(--radius);
}
#order-phox .addon-promo-container .description h3 {
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 15px;
}
#order-phox .addon-promo-container .description p {
  margin: 0;
  color: var(--text-clr);
}
#order-phox .addon-promo-container .description p a {
  color: var(--main-clr);
}
#order-phox .addon-promo-container label {
  width: 100%;
  padding: 0;
  margin: 0 0 15px 0;
}
#order-phox .addon-promo-container label:last-child {
  margin-bottom: 0;
}
#order-phox .wdes-phox-addons-heading {
  margin: 0 0 15px 0;
  font-size: 22px;
  font-weight: 500;
  color: #242424;
}
#order-phox .info-text-sm {
  font-size: 13px;
}
#order-phox .wdes-phox-block-domain-addons {
  margin-bottom: 50px;
}
#order-phox .wdes-phox-block-domain-addons .panel-addon {
  font-size: 14px;
  text-align: left;
  padding: 30px;
}
#order-phox .wdes-phox-block-domain-addons .panel-addon.panel-addon-selected {
  border-color: var(--main-clr);
}
#order-phox .wdes-phox-block-domain-addons .panel-addon .panel-body {
  padding: 0;
  font-size: 13px;
  color: var(--text-clr);
  line-height: 22px;
}
#order-phox .wdes-phox-block-domain-addons .panel-addon .panel-body > label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin: 0 0 10px 0;
}
#order-phox .wdes-phox-block-domain-addons .panel-addon .panel-price {
  background-color: var(--domain-btn);
  color: var(--main-clr);
  text-align: center;
  padding: 7px 10px;
  border-radius: var(--radius);
  margin-top: 15px;
  font-size: 12px;
  font-weight: 600;
}
#order-phox .product-configurable-options .form-group {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: var(--radius);
  padding: 25px;
}
#order-phox .product-configurable-options .form-group label:first-child {
  font-weight: 600;
  margin-bottom: 12px;
}
#order-phox .form-control-static {
  color: var(--text-clr);
}
#order-phox #productAddonsContainer .addon-products .panel-addon {
  font-size: 14px;
  text-align: left;
  padding: 30px;
}
#order-phox #productAddonsContainer .addon-products .panel-addon.panel-addon-selected {
  border-color: var(--main-clr);
}
#order-phox #productAddonsContainer .addon-products .panel-addon .panel-body {
  padding: 0;
  font-size: 13px;
  color: var(--text-clr);
  line-height: 22px;
}
#order-phox #productAddonsContainer .addon-products .panel-addon .panel-body > label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin: 0 0 10px 0;
}
#order-phox #productAddonsContainer .addon-products .panel-addon .panel-price {
  background-color: var(--domain-btn);
  color: var(--main-clr);
  text-align: center;
  padding: 7px 10px;
  border-radius: var(--radius);
  margin-top: 15px;
  font-size: 12px;
  font-weight: 600;
}
#order-phox .wdes-phox-hooks-output {
  margin: 40px 0;
}
#order-phox .wdes-phox-hooks-output > h3 {
  margin: 0 0 15px 0;
  font-size: 22px;
  font-weight: 500;
  color: #242424;
}
#order-phox .wdes-phox-hooks-output .mc-promos {
  margin: 0;
  max-width: 100%;
}
#order-phox .wdes-phox-hooks-output .mc-promos .mc-promo {
  margin: 0 0 20px 0;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: var(--radius);
}
#order-phox .wdes-phox-hooks-output .mc-promos .mc-promo .header {
  height: auto;
  padding: 20px;
}
#order-phox .wdes-phox-hooks-output .mc-promos .mc-promo .header .icon {
  display: none;
}
#order-phox .wdes-phox-hooks-output .mc-promos .mc-promo .header .expander {
  width: auto;
  color: var(--main-clr);
  margin-right: 20px;
  font-size: 20px !important;
  line-height: 42px;
}
#order-phox .wdes-phox-hooks-output .mc-promos .mc-promo .header .content .headline {
  font-size: 16px;
  color: #242424;
  font-weight: 500;
  padding: 0;
}
#order-phox .wdes-phox-hooks-output .mc-promos .mc-promo .header .content .tagline {
  font-size: 13px;
  color: var(--text-clr);
  margin: 5px 0 0;
}
#order-phox .wdes-phox-hooks-output .mc-promos .mc-promo .header .cta {
  padding: 0;
}
#order-phox .wdes-phox-hooks-output .mc-promos .mc-promo .header .price {
  padding: 0;
  font-size: 14px;
  color: var(--text-clr);
  margin: 0 0 5px 0;
}
#order-phox .wdes-phox-hooks-output .mc-promos .mc-promo .header button {
  background-color: var(--domain-btn);
  color: var(--main-clr);
  border-color: var(--domain-btn);
  padding: 4px;
  border-radius: var(--radius);
}
#order-phox .wdes-phox-hooks-output .mc-promos .mc-promo .header button .arrow {
  display: none;
}
#order-phox .wdes-phox-hooks-output .mc-promos .mc-promo .body {
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  font-size: 14px;
  color: var(--text-clr);
  padding: 15px;
}
#order-phox .wdes-phox-hooks-output .mc-promos .mc-promo .body li {
  margin: 5px 0;
}
#order-phox .wdes-phox-hooks-output .mc-promos .mc-promo .body i {
  color: var(--main-clr);
}
#order-phox .wdes-phox-form-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
#order-phox .wdes-phox-hooks-of .sub-heading,
#order-phox .wdes-phox-hooks-of .mc-promos {
  display: none;
}
#order-phox .prepend-icon .field-icon {
  top: 4px;
  height: initial;
}
#order-phox .tld-pricing-header {
  background-color: var(--head-clr);
  border: 1px solid #eee;
  border-radius: var(--radius) var(--radius) 0 0;
}
#order-phox .tld-pricing-header > div,
#order-phox .tld-pricing-header .no-gutters,
#order-phox .tld-pricing-header .no-gutters > div {
  background-color: transparent;
  border: 0;
}
#order-phox .tld-pricing-header .tld-column,
#order-phox .tld-pricing-header .no-gutters > div {
  padding: 15px;
  font-size: 14px;
  color: #242424;
  font-weight: 600;
  text-align: left;
}
#order-phox .tld-row {
  background-color: transparent;
  border: 1px solid #eee;
  border-top: 0;
  padding: 0;
  text-align: left;
}
#order-phox .tld-row .two-row-center {
  margin: 0;
  padding: 15px;
  border: 0;
  color: var(--text-clr);
  font-size: 14px;
  font-weight: 400;
}
#order-phox .tld-row .two-row-center strong {
  color: #242424;
}
#order-phox .tld-row .text-center {
  text-align: left;
  padding: 15px;
  color: var(--text-clr);
  font-size: 14px;
  font-weight: 400;
}
#order-phox .tld-row .text-center small {
  color: #242424;
}/*# sourceMappingURL=core.css.map */