/* start helper styles */
.width_auto {
  width: auto;
}

.pos_relative {
  position: relative;
}

.invisible {
  visibility: hidden;
}

.m_t_0 {
  margin-top: 0 !important;
}

.m_b_0 {
  margin-bottom: 0 !important;
}

.m_l_auto {
  margin-left: auto !important;
}

.white_area {
  background-color: #fff;
}

/* end helper styles */

/* start override bootstrap styles */
.btn {
  border-radius: 0;
}

.btn-success,
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
  background-color: #019616;
  border-color: #019616;
}

.form-horizontal .control-label {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #282828;
  margin: 0;
  padding: 15px 0;
}

.form-control {
  height: auto;
  padding: 15px 18px;
  font-size: 20px;
  color: #000;
  border-radius: 0;
  outline: 0;
}

.form-control:focus {
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* end override bootstrap styles */

/* start override jquery-ui styles */
.ui-widget {
  font: 20px "Josefin Sans", sans-serif;
  line-height: inherit;
}

.custom-accordion .ui-state-active,
.custom-accordion .ui-widget-content .ui-state-active,
.custom-accordion .ui-widget-header .ui-state-active,
.custom-accordion a.ui-button:active,
.custom-accordion .ui-button.ui-state-active:hover {
  border: 1px solid #007796;
  background: #007796;
  color: #fff;
}

.custom-accordion .ui-widget-content {
  background: #f9f9f9;
}

.custom-accordion.ui-accordion .ui-accordion-content {
  padding: 1em 0;
}

.custom-select .ui-selectmenu-button {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
  padding: 15px 20px;
  color: #000;
  border-width: 0;
  border-radius: 0;
  background: #fff;
}

.custom-select .ui-selectmenu-button.ui-state-disabled {
  background: rgb(235, 235, 228);
  opacity: 1;
  filter: Alpha(Opacity=100);
}

.custom-select .ui-button:active {
  border-width: 0;
  background: #fff;
}

.custom-select .ui-button .ui-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAMAAAD3JJ6EAAAANlBMVEX////8/Pz19fXn5+fV1dXU1NS8vLyhoaGgoKCGhoaGhoZpaWlUVFRSUlJAQEAyMjIrKysoKCgN0GEfAAAAEXRSTlMAAwwdMjNPb3GPkLLLzePz/PBzm4gAAAA1SURBVAgdBcGHAYMAAMAgHHVXzf/PCs6qqtP0VNUzsVXViuFfdQ3we+udgaN2wHjfI8CywAebKAKp57Tn0QAAAABJRU5ErkJggg==");
  background-position: center bottom;
}

.ui-menu {
  max-height: 400px;
}

.ui-front.ui-selectmenu-menu {
  z-index: 1060;
}

/* end override jquery-ui styles */

.form_error {
  margin-top: 5px;
}

.character-counter-main-wrapper {
  float: right;
  font-size: 20px;
  font-weight: 700;
  margin-left: -32px;
  margin-right: -27px;
  margin-top: -75px;
}

.message-alert {
  font-size: 14px;
  color: red;
}

.form_error {
  color: red;
}

.form_error p {
  margin: 10px 0 0 0;
}

#infos_li {
  pointer-events: none;
  cursor: default;
}

.type-submit-btn {
  color: #969696;
  display: block;
  font-size: 24px;
  font-weight: 300;
  padding: 10px 0px;
  background: transparent none repeat scroll 0% 0%;
  text-align: center;
  width: 100%;
  outline: none;
  padding: 30px 0px;
}

.tag-box-col {
  margin-bottom: 10px;
}

#uploadForm {
  border-top: #f0f0f0 2px solid;
  background: #faf8f8;
  padding: 10px;
}

#uploadForm label {
  margin: 2px;
  font-size: 1em;
  font-weight: bold;
}

.demoInputBox {
  padding: 5px;
  border: #f0f0f0 1px solid;
  border-radius: 4px;
  background-color: #fff;
}

#progress-bar {
  background-color: #12cc1a;
  height: 20px;
  color: #ffffff;
  width: 0%;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
}

.btnSubmit {
  background-color: #09f;
  border: 0;
  padding: 10px 40px;
  color: #fff;
  border: #f0f0f0 1px solid;
  border-radius: 4px;
}

#progress-div {
  border: #0fa015 1px solid;
  padding: 5px 0px;
  margin: 30px 0px;
  border-radius: 4px;
  text-align: center;
}

#targetLayer {
  width: 100%;
  text-align: center;
}

.progress-div-module {
  border: #0fa015 1px solid;
  padding: 5px 0px;
  margin: 30px 0px;
  border-radius: 4px;
  text-align: center;
}

.progress-bar-module {
  background-color: #12cc1a;
  height: 20px;
  color: #ffffff;
  width: 0%;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
}

.res_success {
  color: #019616;
  font-weight: bold;
  font-size: 24px;
}

.loader {
  text-align: center;
}

.show-text {
  color: #979797;
  font-size: 20px;
  font-weight: 400;
  padding: 15px 20px;
}

.are-u-hppy li input {
  width: 60px;
  height: 60px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
}

.are-u-hppy li {
  position: relative;
}

.noresult {
  color: #282828;
  font-size: 20px;
  font-weight: bold;
  margin: 15px;
  text-align: center;
}

/* Recurring payments */
.discount_codes_text,
.option_name_text {
  font-size: 18px;
  margin: 0 0 10px 0;
}

#discount_renewal.scInput {
  width: 8%;
}

.warning-icon {
  background: url(../images/red-warning-icon.png) no-repeat center center;
  width: 22px;
  height: 22px;
  float: left;
  margin: 3px 6px 0 0;
}

.grey-bg-ul ul li a {
  cursor: pointer;
}

.grey-bg-ul ul li a.text-success {
  color: #019616;
}

.grey-bg-ul ul li a.text-danger {
  color: #a94442;
}

.cancel-btn {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background: #e12522;
  display: inline-block;
  padding: 12px 0;
  margin: 0 0 15px 0;
  text-align: center;
  width: 262px;
  cursor: pointer;
}

.cancel-btn:hover,
.cancel-btn:link,
.cancel-btn:visited {
  color: #fff;
}

a.close-link,
span.close-link {
  cursor: pointer;
}

.close-link,
.close-link:hover {
  font-size: 20px;
  color: #979797;
}

.modal h2 {
  font-weight: bold;
}

#purchase_renewal_table {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 18px;
}

#purchase_renewal_table thead tr th,
#purchase_renewal_table tbody tr td {
  text-align: center;
  vertical-align: middle;
}

#purchase_renewal_table thead tr th,
#purchase_renewal_table thead tr th:last-child span {
  border-bottom: 0;
}

#purchase_renewal_table thead tr th:not(:last-child) span {
  display: block;
  border-bottom: 1px solid #337ab7;
}

#purchase_renewal_table tbody tr td {
  border-top: 0;
}

#purchase_renewal_table .btn {
  border-radius: 0;
  font-size: 16px;
}

.pagination_modal .pagination {
  display: block;
  margin: 0;
}

.pagination_modal .pagination > li {
  margin-right: 0;
}

.pagination_modal .pagination > li a {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 0;
  padding: 6px 12px;
}

.pagination_modal .pagination > li.next {
  float: right;
}

.pagination_modal .pagination > li.previous {
  float: left;
}

.recurring_warning,
.discount_renewal_warning {
  display: none;
}

.recurring_warning .danger-alert {
  margin-top: 0;
}

/* Product variations */
.title-head.main-text {
  font-size: 26px;
}

.title-head.main-text span {
  font-size: 20px;
}

#offerOptions .scInput.name-input {
  margin: 0;
}

#offerOptions .name_group .form-group {
  padding: 0;
}

#offerOptions .nav-tabs {
  border-bottom-color: #007796;
}

#offerOptions .nav-tabs > li > a {
  padding: 5px 20px;
  color: #9b9b9b;
  font-size: 18px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd #ddd #ddd #ddd;
  border-radius: 0;
}

#offerOptions .nav-tabs > li > a#btn-add-option {
  padding: 5px 20px;
  color: #019616;
  font-size: 18px;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 0;
}

#offerOptions .nav > li > a:focus,
#offerOptions .nav > li > a:hover {
  background-color: #007796;
  color: #fff;
}

#offerOptions .nav > li > a#btn-add-option:focus,
#offerOptions .nav > li > a#btn-add-option:hover {
  background-color: transparent;
  color: #019616;
}

#offerOptions .nav-tabs > li > a:hover {
  border-color: #ddd #ddd #007796 #ddd;
}

#offerOptions .nav-tabs > li > a#btn-add-option:hover {
  border-color: transparent;
}

#offerOptions .nav-tabs > li.active > a,
#offerOptions .nav-tabs > li.active > a:focus,
#offerOptions .nav-tabs > li.active > a:hover {
  color: #fff;
  background-color: #007796;
  border: 1px solid #007796;
  border-bottom-color: transparent;
}

#offerOptions .btn-del-option {
  padding: 5px 0 5px 15px;
  color: #979797;
  font-size: 20px;
  font-weight: normal;
  cursor: pointer;
}

.modal .licens-slect .select {
  width: 100%;
  left: 0;
  font-size: 24px;
}

.modal .licens-slect .styledSelect {
  width: 100%;
  background-color: #f0f0f0;
  border-top: 1px solid #019616;
  border-bottom: 1px solid #019616;
}

.modal .licens-slect .options {
  background-color: #f0f0f0;
}

body .styledSelect.disabled {
  pointer-events: none;
  background-color: #eee;
}

#optionDeleteModal .hard {
  display: none;
}

#optionDeleteModal span.hard,
#optionDeleteModal div.hard {
  color: #ff0000;
}

#optionDeleteModal div.hard {
  font-size: 22px;
}

.col-no-padding {
  padding-left: 0;
  padding-right: 0;
}

.col-no-padding-left {
  padding-left: 0;
}

.us_dollr .styledSelect.active {
  padding-left: 7px !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.right-btn-profile {
  text-align: center;
}

.per-text {
  display: inline-block;
  margin-top: 4px;
  font-size: 16px;
}

#o_renew_membership_modal article {
  font-size: 23px;
  margin: 5px 0;
}

#o_renew_membership_modal p {
  font-size: 20px;
}

#o_renew_membership_modal a {
  cursor: pointer;
}

a.text-success {
  color: #019616;
}

a.text-danger {
  color: #a94442;
}

#buyAnOffer p.error {
  color: red;
  font-size: 18px;
}

#buyAnOffer li.license-type-tooltip:nth-child(1) {
  margin-right: 10px;
  vertical-align: sub;
}

#buyAnOffer li.license-type-tooltip:nth-child(3) {
  margin: 0 10px;
  vertical-align: sub;
}

#buyAnOffer li.license-type-tooltip:nth-child(5) {
  margin-left: 10px;
  vertical-align: sub;
}

.navigation-license .nav > li > a {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#embed-sell-form label {
  padding: 15px 0;
  font-size: 20px;
  margin: 0;
}

#embed-sell-form label.error {
  padding: 0;
}

#embed-sell-form .next-button {
  display: inline-block;
  height: 58px;
  width: 100%;
}

#embed-sell-form .scInput {
  width: 100%;
  margin: 0 0 20px;
}

.embed-content.social-content p.following-link {
  margin-top: 5px;
  margin-bottom: 20px;
}

.embed-content.social-content p.following-link a {
  cursor: text;
}

.embed-content {
  margin-bottom: 40px;
}

#offer-is-wordpress-optional label {
  margin-top: 2.5px;
}

.styled-checkbox-label,
.styled-checkbox-title {
  display: inline-block;
  vertical-align: middle;
}

.styled-checkbox-label {
  margin: 0;
}

.styled-checkbox-title {
  font-size: 20px;
  padding: 5px 0 5px 15px;
}

.inflow-byer-nm > span {
  display: block;
  width: 100%;
  font-size: 15px;
}

.wrap-offer-list {
  margin-bottom: 25px;
}

/* custom select fix styles */
.licens-slect .select {
  z-index: 99;
}

.licens-slect .options {
  position: absolute !important;
  top: 100%;
  z-index: 99;
  -webkit-box-shadow: rgb(0, 0, 0) 0px 10px 13px -7px, 5px 5px 15px 5px rgba(255, 255, 255, 0);
  box-shadow: rgb(0, 0, 0) 0px 10px 13px -7px, 5px 5px 15px 5px rgba(255, 255, 255, 0);
}

.us_dollr .styledSelect {
  float: left;
}

.us_dollr ul.hpricing_type {
  width: 110px;
  top: -39px;
}

.licens-slect .select_option_id {
  max-height: 180px;
  padding: 0 !important;
  margin-bottom: 0 !important;
  overflow-y: auto;
}

.licens-slect .select_option_id li {
  text-align: center;
  padding: 0 15px;
}

.licens-slect li {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.licens-slect li:hover {
  background-color: #007796;
  color: #fff;
}

.code-agree .form_error {
  padding-left: 16px;
}

#spread_the_word_form .licens-slect .styledSelect,
#spread_the_word_form .licens-slect .options {
  background-color: #eeeeee;
}

#spread_the_word_form .licens-slect .select {
  left: 0;
}

.wrap-label-section label {
  padding-top: 0;
}

.wrap-show-options-section > div:first-child {
  margin-left: 0;
}

.wrap-show-options-section > div {
  display: inline-block;
  margin: 0 15px;
}

.wrap-show-options-section > div:last-child {
  margin-right: 0;
}

.wrap-show-options-section label .input-div {
  display: inline-block;
  margin: 7px 8px 5px 5px;
}

.wrap-show-options-section .input-div input[type="radio"] {
  width: 20px;
  height: 20px;
  vertical-align: sub;
}

.wrap-show-options-section label .label-text {
  position: relative;
  top: 9px;
}

/* rewrite bootstrap popover styles */
.popover-like-tooltip {
  width: 16px;
  margin-left: 5px;
  position: relative;
  top: -3px;
}

.like-tooltip.popover {
  padding: 0;
  color: #282828;
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
  background-color: #f4f4f4;
  border-radius: 0;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.like-tooltip .popover-content {
  padding: 10px;
  text-align: center;
}

.like-tooltip.popover > .arrow {
  border-width: 10px;
}

.like-tooltip.popover.top > .arrow {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #ccc;
  border-bottom-width: 0;
}

.like-tooltip.popover.top > .arrow:after {
  border-top-color: #f4f4f4;
}

/* quick purchase */
.modal-login-margin {
  margin-top: 30px !important;
}

.qp-wrap-options label {
  display: block;
  height: 58px;
  float: none;
  line-height: 58px;
  text-align: left !important;
}

.qp-wrap-options select {
  padding: 11px 25px 15px 12px;
  color: #282828;
  text-align: left !important;
  text-align-last: unset;
  border: 2px solid #f5f5f5;
  height: 58px !important;
}

#quick_purchase .quick-purchase-buy-it {
  opacity: 0.8;
  transition: opacity 0.3s ease-out;
}

#quick_purchase .quick-purchase-buy-it:hover {
  opacity: 1;
}

#quick_purchase .striked-price {
  margin-right: 7px;
  font-size: 19.24px;
}

/* quick purchase credit */
#quick_Purchase_CreditSetUp .modal-content {
  background-color: transparent;
}

#quick_Purchase_CreditSetUp .credit-card-section {
  background-color: #fff;
}

#quick_purchase .qp-wrap-options .load_wallet_alert_box,
#quick_Purchase_WalletSetUp .qp-wrap-options .load_wallet_alert_box,
#quick_Purchase_CreditSetUp .qp-wrap-options .load_wallet_alert_box {
  padding-bottom: 0 !important;
}

.cardOrWalletFailError .error {
  width: 100%;
}

/* payment type wallet popup */
.btn-pay-method {
  margin-top: 33px;
  padding: 91px 115px;
  position: relative;
  border: 1px solid rgba(40, 40, 40, 0.5);
  background-color: rgba(241, 241, 241, 0.5);
}

.btn-pay-method:hover,
.btn-pay-method:active {
  background-image: linear-gradient(to top, rgba(0, 1, 1, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%);
}

.btn-pay-method img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

label.pay-method-error {
  display: none;
  text-align: center;
}

#pay-method label.pay-method-error {
  margin-top: 30px;
}

#load-wallet {
  margin: 30px auto 15px;
}

/* payment type quick purchase popup */
.quick-purchase-buy-it.with-paypal {
  width: 230px;
}

.card-details-section > .pay_method_type {
  padding-top: 16px;
  padding-bottom: 16px;
  background: #fbfbfb;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.card-details-section > .pay_method_type.active {
  background: #fff;
  border-bottom-color: #fff;
  box-shadow: inset 0 3px 0 #019616;
}

.card-details-section > .qp-method-card {
  padding-left: 35px;
  text-align: left;
  border-right: 1px solid #fbfbfb;
}

.card-details-section > .qp-method-card.active {
  border-right-color: #eee;
}

.card-details-section > .qp-method-paypal {
  text-align: center;
  border-left: 1px solid #fbfbfb;
}

.card-details-section > .qp-method-paypal.active {
  border-left-color: #eee;
}

.card-payment.card-payment-margin,
.load_wallet_alert_box .expiry-div {
  margin-top: 0;
}

.load_wallet_alert_box.credit_card_box {
  padding-top: 20px !important;
}

.recurring_warning .danger-alert p,
.discount_renewal_warning .danger-alert p {
  text-align: left;
}

/* dob picker */
.wrap-dob-picker {
  position: relative;
}

.wrap-dob-picker #ui-datepicker-div {
  position: absolute !important;
  top: auto !important;
  left: 0 !important;
  bottom: 5px !important;
}

.wrap-dob-picker #ui-datepicker-div select {
  height: auto !important;
  padding: 3px 0 0 3px !important;
  line-height: normal;
}

/* end dob picker */

.modal .wrap-delete-link {
  display: inline-block;
  text-align: center;
  width: 262px;
}

.modal .wrap-delete-link .delete-link {
  font-size: 20px;
  cursor: pointer;
}

/* embed referral styles */
#ref_honor_text {
  margin-bottom: 100px;
}

.sellcodes-quick-purchase .delete-alert-offer-icon {
  border: none;
}

.sellcodes-quick-purchase .delete-alert-offer-icon:before,
.sellcodes-quick-purchase .delete-alert-offer-icon:after {
  display: none;
}

/* offer's automatic installation styles */
#installation_section {
  padding-left: 40px;
}

#installation_section .title-documentation {
  margin-left: 0;
}

#installation_section input[type="text"] {
  width: auto;
  margin-bottom: 7px;
}

#installation_section .settings-information p {
  margin-left: 10px;
}

#installation_section .settings-information label {
  position: static;
}

.wrap_installation_selected {
  margin-bottom: 10px;
}

.wrap_installation_selected.upload-select .styledSelect,
.wrap_installation_selected.upload-select .options {
  width: 100px;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .wrap_installation_selected.upload-select .styledSelect,
  .wrap_installation_selected.upload-select .options {
    width: 100px;
  }
}

#account_setting_form .time-zone select {
  padding: 16px;
}

/* start modal password set styles */
#password_set_form {
  padding-bottom: 10px;
  font-size: 18px;
}

#password_set_form .error {
  font-weight: 700;
}

#password_set .btn_lft {
  width: 100%;
  float: none;
}

#password_set .login_section .btn_lft .checkbox {
  margin-top: 0;
}

#password_set #wrap_set_user_password_secure {
  margin-bottom: 0;
  background: #eaf1dd;
}

#password_set .login_section .btn_lft .checkbox-info .forgot,
#password_set #wrap_set_user_password_secure .forgot {
  color: #000;
}

#password_set #wrap_set_user_password_secure input {
  background-color: #fff;
}

/* end modal password set styles */

/* start ubo declaration styles */
#user_ubo_declaration #ubo_header,
#user_ubo_declaration .accordion-header {
  display: flex;
  align-items: center;
  align-content: flex-start;
}

#user_ubo_declaration .custom-select .ui-selectmenu-button {
  margin-bottom: 10px;
}

#user_ubo_declaration .custom-select.m_b_0 .ui-selectmenu-button {
  margin-bottom: 0;
}

#user_ubo_declaration label.error,
#ubo_modal label.error {
  display: none;
}

#ubo_modal .delete-alert-offer {
  background: #f9f9f9;
}

#ubo_modal #ubo_form_error,
#ubo_declaration_form #ubo_declaration_form_error {
  display: none;
  text-align: center;
}

/* end ubo declaration styles */

/* start faq form set styles */

.faq_form .hint {
  font-size: 18px;
}

.faq_form .title-head {
  padding-top: 0px;
}

/* end faq form set styles */

/* start faq lightbox styles */

.quickpurchase_faq_section {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
}

.qp-method-faq img {
  width: 30px;
}

.quickpurchase_faq_section .modal-content {
  padding: 6rem 4rem 2rem 4rem;
  font-size: 18px;
  line-height: 22px;
}

.quickpurchase_faq_section .modal-content ul,
.quickpurchase_faq_section .modal-content ol {
  padding: 5px 10px;
}
.quickpurchase_faq_section .modal-content li {
  padding: 5px 10px;
}

.quickpurchase_faq_section .faq_header,
.quickpurchase_faq_section .faq_footer {
  text-align: center;
  padding: 10px 0;
}

.quickpurchase_faq_section .faq_footer a {
  font-weight: normal;
  text-decoration: none;
}

.quickpurchase_faq_section a {
  text-decoration: underline;
  font-weight: bold;
}

.quickpurchase_faq_section .faq_content p {
  font-size: 24px !important;
}

.quickpurchase_faq_section .faq_content img {
  margin: 0 5px;
}

.quickpurchase_faq_section .faq_content {
  padding: 2rem 1rem 4rem 4rem;
  border: 2px solid #efefef;
  font-size: 24px;
  line-height: 26px;
}

.quickpurchase_faq_section .faq_header {
  font-size: 24px;
  font-weight: bold;
  margin: -21.45px auto;
  width: max-content;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-image: url("/assets/images/cadre-border.png") 10 stretch;
  background-color: #fff;
  position: inherit;
  padding: 1rem;
}

.quickpurchase_faq_section li {
  list-style: inherit;
}

.qp-method-faq,
.faq_close {
  position: absolute;
  background-color: #e7e7e7;
}

@media only screen and (min-width: 600px) {
  .quickpurchase_faq_section .faq_footer {
    margin-top: 10px;
  }

  .qp-method-faq,
  .faq_close {
    right: -50px;
    padding: 15px 10px;
    top: 0;
  }

  .quickpurchase_faq_section .faq_content {
    min-height: 620px;
  }

  .quickpurchase_faq_section .modal-content {
    border-right: 7px #e7e7e7 solid;
    padding: 3rem 2rem 2rem 2rem;
  }
}
@media only screen and (max-width: 600px) {
  .credit-card-section {
    margin-top: 50px !important;
  }
  .quickpurchase_faq_section .modal-content {
    padding: 3rem 1rem;
  }

  .quickpurchase_faq_section .faq_content {
    padding: 1rem 0.5rem 1rem 1rem;
    min-height: 560px;
  }

  .qp-method-faq,
  .faq_close {
    top: -47px;
    right: 0;
    padding: 10px;
  }

  .quickpurchase_faq_section .modal-content {
    border-top: 7px #e7e7e7 solid;
  }
  .note-editor.note-frame .note-editing-area .note-editable {
    padding: 10px 20px;
  }
  .note-editor.note-frame .note-editing-area .note-editable {
    padding-left: 40px;
  }
  .quickpurchase_faq_section .faq_content,
  .quickpurchase_faq_section .faq_content p,
  .quickpurchase_faq_section .faq_content ol,
  .quickpurchase_faq_section .faq_content ul,
  .quickpurchase_faq_section .faq_content a {
    font-size: 16px !important;
  }
}
/* end faq lightbox styles */

/* Margin Classes Start */
.mt-0 {
  margin-top: 0 !important;
}

.ml-1 {
  margin-left: 1px !important;
}

.ml-2 {
  margin-left: 2px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

/* Margin Classes End */

/* Padding Classes Start */
.pt-0 {
  padding-top: 0 !important;
}

.pl-1 {
  padding-left: 1px !important;
}

.pl-2 {
  padding-left: 2px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.padding-xs {
  padding: 0.25em;
}
.padding-sm {
  padding: 0.5em;
}
.padding-md {
  padding: 1em;
}
.padding-lg {
  padding: 1.5em;
}
.padding-xl {
  padding: 3em;
}

.padding-x-xs {
  padding: 0.25em 0;
}
.padding-x-sm {
  padding: 0.5em 0;
}
.padding-x-md {
  padding: 1em 0;
}
.padding-x-lg {
  padding: 1.5em 0;
}
.padding-x-xl {
  padding: 3em 0;
}

.padding-y-xs {
  padding: 0 0.25em;
}
.padding-y-sm {
  padding: 0 0.5em;
}
.padding-y-md {
  padding: 0 1em;
}
.padding-y-lg {
  padding: 0 1.5em;
}
.padding-y-xl {
  padding: 0 3em;
}

.padding-top-xs {
  padding-top: 0.25em;
}
.padding-top-sm {
  padding-top: 0.5em;
}
.padding-top-md {
  padding-top: 1em;
}
.padding-top-lg {
  padding-top: 1.5em;
}
.padding-top-xl {
  padding-top: 3em;
}

.padding-right-xs {
  padding-right: 0.25em;
}
.padding-right-sm {
  padding-right: 0.5em;
}
.padding-right-md {
  padding-right: 1em;
}
.padding-right-lg {
  padding-right: 1.5em;
}
.padding-right-xl {
  padding-right: 3em;
}

.padding-bottom-xs {
  padding-bottom: 0.25em;
}
.padding-bottom-sm {
  padding-bottom: 0.5em;
}
.padding-bottom-md {
  padding-bottom: 1em;
}
.padding-bottom-lg {
  padding-bottom: 1.5em;
}
.padding-bottom-xl {
  padding-bottom: 3em;
}

.padding-left-xs {
  padding-left: 0.25em;
}
.padding-left-sm {
  padding-left: 0.5em;
}
.padding-left-md {
  padding-left: 1em;
}
.padding-left-lg {
  padding-left: 1.5em;
}
.padding-left-xl {
  padding-left: 3em;
}

.margin-xs {
  margin: 0.25em;
}
.margin-sm {
  margin: 0.5em;
}
.margin-md {
  margin: 1em;
}
.margin-lg {
  margin: 1.5em;
}
.margin-xl {
  margin: 3em;
}

.margin-x-xs {
  margin: 0.25em 0;
}
.margin-x-sm {
  margin: 0.5em 0;
}
.margin-x-md {
  margin: 1em 0;
}
.margin-x-lg {
  margin: 1.5em 0;
}
.margin-x-xl {
  margin: 3em 0;
}

.margin-y-xs {
  margin: 0 0.25em;
}
.margin-y-sm {
  margin: 0 0.5em;
}
.margin-y-md {
  margin: 0 1em;
}
.margin-y-lg {
  margin: 0 1.5em;
}
.margin-y-xl {
  margin: 0 3em;
}

.margin-top-xs {
  margin-top: 0.25em;
}
.margin-top-sm {
  margin-top: 0.5em;
}
.margin-top-md {
  margin-top: 1em;
}
.margin-top-lg {
  margin-top: 1.5em;
}
.margin-top-xl {
  margin-top: 3em;
}

.margin-right-xs {
  margin-right: 0.25em;
}
.margin-right-sm {
  margin-right: 0.5em;
}
.margin-right-md {
  margin-right: 1em;
}
.margin-right-lg {
  margin-right: 1.5em;
}
.margin-right-xl {
  margin-right: 3em;
}

.margin-bottom-xs {
  margin-bottom: 0.25em;
}
.margin-bottom-sm {
  margin-bottom: 0.5em;
}
.margin-bottom-md {
  margin-bottom: 1em;
}
.margin-bottom-lg {
  margin-bottom: 1.5em;
}
.margin-bottom-xl {
  margin-bottom: 3em;
}

.margin-left-xs {
  margin-left: 0.25em;
}
.margin-left-sm {
  margin-left: 0.5em;
}
.margin-left-md {
  margin-left: 1em;
}
.margin-left-lg {
  margin-left: 1.5em;
}
.margin-left-xl {
  margin-left: 3em;
}
/* Padding Classes End */
.user-nav-seller-tools-list-item {
  display: inline-block;
}

.user-nav-seller-tools-link {
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
  line-height: 52px;
}

.user-nav-seller-tools-link img {
  width: 18px;
  margin-right: 5px;
  vertical-align: baseline;
}

.infos-bght-head {
  display: inline-flex;
  width: 100%;
}
.infos-bght-head h1 {
  width: 80%;
}
.infos-bght-head a {
  padding: 60px 0 10px 0;
}
.text-color-primary {
  color: #019616;
}

.tab-box {
  min-height: 400px;
}

.bg-white {
  background: #fff;
}

.offer-list-bottom-linkbox {
  margin-bottom: 5px;
  clear: both;
  padding: 20px 0px 20px 0;
}
.offer-list-bottom-linkbox p,
.offer-list-bottom-linkbox li {
  font-size: 20px;
  color: #979797;
  font-weight: 400;
  margin: 0;
  clear: both;
  padding-top: 6px;
  word-break: break-word;
}

@media only screen and (max-width: 600px) {
  .infos-bght-head {
    clear: both;
    /* display: inherit; */
    width: 100%;
  }
  .infos-bght-head h1 {
    float: left;
    text-align: left !important;
  }
  .infos-bght-head a {
    width: 60%;
    font-size: 16px;
    float: right;
    padding: 14px 0 10px 0;
    text-align: right;
  }
  .right-sell-nav .mob_drop_subs .select {
    padding-top: 5px;
  }
  .user-nav-seller-tools-link {
    display: table-cell;
  }
  .user-nav-seller-tools-link img {
    vertical-align: baseline;
  }
  .mailing-section-footer {
    display: none;
  }

  .mailing-section-footer p,
  .mailing-section-textbox p,
  .mailing-section-textbox li {
    font-size: 20px;
    color: #979797;
    font-weight: 400;
    margin: 0;
    clear: both;
    padding-top: 6px;
    word-break: break-word;
  }

  .mailing-section-textbox ul li {
    list-style: disc;
  }

  .new-mailing-modal label,
  .mailings-settings label {
    font-size: 24px !important;
    color: #282828 !important;
    font-weight: 500;
    padding-top: 10px;
  }
  .new-mailing-modal .form-control,
  .mailings-settings .form-control {
    padding: 8px 10px;
  }

  .mailing-button .next-button {
    display: inline-block;
  }

  #offerOptions .col-no-padding,
  #offerOptions .duration_group {
    padding-left: 20px;
  }
  .offer-is-wordpress-optional {
    padding-top: 0px;
  }
  .wordpress-offer-box {
    padding-top: 5px;
  }
}

.faq_show .note-editable,
.faq_show .note-editable h1,
.faq_show .note-editable h2,
.faq_show .note-editable h3,
.faq_show .note-editable h4,
.faq_show .note-editable h5,
.faq_show .note-editable h6,
.faq_show .note-editable p,
.faq_show .note-editable ul li,
.faq_show .note-editable ol li,
.faq_show .note-editable span,
.faq_show .note-editable table,
.faq_show .note-editable blockquote,
.faq_show .note-editable pre,
.faq_show .note-editable a {
  font-family: latoregular;
  font-size: 15px;
  color: #363a40;
  letter-spacing: 0;
}

.faq_show .note-editable a {
  color: #019616 !important;
  text-decoration: none;
}
.faq_show .note-editable a:hover {
  text-decoration: underline;
}

.faq_show .note-editable h1 {
  font-family: latoblack;
  font-size: 18px;
}
.faq_show .note-editable h2 {
  font-family: latoblack;
  font-size: 15px;
}
.faq_show .note-editable h3 {
  font-family: latoblack;
  font-size: 12px;
}
.faq_show .note-editable h4 {
  font-family: latoblack;
  font-size: 10px;
}
.faq_show .note-editable h5 {
  font-family: latoblack;
  font-size: 8px;
}
.faq_show .note-editable h6 {
  font-family: latoblack;
  font-size: 6px;
}

.faq_show .note-editable table {
  border-collapse: collapse;
  width: 100%;
  display: table;
}

.faq_show .note-editable tr {
  display: table-row;
}

.faq_show .note-editable th {
  font-family: latoblack;
}
.faq_show .note-editable th,
.faq_show .note-editable td {
  text-align: left;
  padding: 3px 5px;
  display: table-cell;
  font-size: 14px;
}

.faq_show .note-editable tr:nth-child(even) {
  background-color: #f2f2f2;
}

.faq_show .note-editable tr:nth-child(even) {background-color: #f2f2f2;}
