/*
Theme Name: Wilio
Theme URI: http://www.ansonika.com/wilio/
Author: Ansonika
Author URI: http://themeforest.net/user/Ansonika/

[Table of contents]

1. SITE STRUCTURE and TYPOGRAPHY
- 1.1 Typography
- 1.2 Buttons
- 1.3 Structure

2. CONTENT
- 2.1 Wizard
- 2.2 Success submit
- 2.3 Inner pages

3. COMMON
- 3.1 Misc
- 3.2 Spacing

/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/
/*-------- 1.1 Typography --------*/
/* rem reference
10px = 0.625rem
12px = 0.75rem
14px = 0.875rem
16px = 1rem (base)
18px = 1.125rem
20px = 1.25rem
24px = 1.5rem
30px = 1.875rem
32px = 2rem
*/
html,
body {
  height: 100%;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: white;
  font-size: 14px;
  line-height: 1.4;
  color: #555555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
}

p {
  margin-bottom: 25px;
}

strong {
  font-weight: 500;
}

label {
  font-weight: 400;
  margin-bottom: 3px;
  color: #222222;
}

hr {
  margin: 24px 0 24px 0;
  border: none;
  height: 1px;
  background: #ddd;
}

ul,
ol {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0;
}

/*General links color*/
a,
.mukellef-link {
  color: #00aa6b;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
}
a:hover,
.mukellef-link:hover {
  color: #2ba576;
  cursor: pointer;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a.animated_link {
  position: relative;
  text-decoration: none;
}

a.animated_link {
  position: relative;
  text-decoration: none;
}
a.animated_link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  opacity: 1;
  left: 0;
  background-color: #00aa6b;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.animated_link:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

a.animated_link.active {
  position: relative;
  text-decoration: none;
  color: #00aa6b;
}
a.animated_link.active:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  opacity: 1;
  left: 0;
  background-color: #00aa6b;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*-------- 1.2 Buttons --------*/
a.btn_1,
.btn_1 {
  border: none;
  color: #fff;
  background: #00aa6b;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 12px 25px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 0.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}
a.btn_1:hover,
.btn_1:hover {
  background-color: #00aa6b;
}
a.btn_1.full-width,
.btn_1.full-width {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
a.btn_1.small,
.btn_1.small {
  padding: 7px 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}
a.btn_1.medium,
.btn_1.medium {
  font-size: 16px;
  font-size: 1rem;
  padding: 18px 30px;
}
a.btn_1.rounded,
.btn_1.rounded {
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  border-radius: 25px !important;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

a.btn_1:disabled,
.btn_1:disabled {
  opacity: 0.65;
}

.btn-mukellef {
  border-color: #00aa6b !important;
  background-color: #00aa6b !important;
  color: white;
  border-radius: 0.25rem;
  white-space: nowrap;
  display: inline-block;
}

.btn-mukellef:hover {
  border-color: #30ba85 !important;
  background-color: #30ba85 !important;
  color: white;
}

.step-button-secondary {
  border-color: #00aa6b;
  color: #00aa6b;
  background: white;
}

.step-button-secondary:hover {
  background: #00aa6b;
  color: white;
}

.step-button {
  border-color: #00aa6b;
  color: white;
  background: #00aa6b;
}

.step-button:hover {
  background: #009960;
}

.fast-header-field {
  font-weight: bold;
  font-size: 24px;
  line-height: 43px;
  color: black;
}

.fast-text-field {
  font-size: 16px;
  line-height: 29px;
  color: black;
}

.fast-top-field {
  margin-bottom: 44px;
  text-align: center;
}

.btn-mukellef-white {
  color: #00aa6b;
  background: white;
  font-weight: bold;
  font-size: 16px;
  border-radius: 44px;
  border: none;
  padding: 10px 20px !important;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.btn-mukellef-white:hover {
  color: #166a00;
}

/*-------- 1.3 Structure --------*/
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}

[data-loader='circle-side'] {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-animation: circle infinite 0.95s linear;
  -moz-animation: circle infinite 0.95s linear;
  -o-animation: circle infinite 0.95s linear;
  animation: circle infinite 0.95s linear;
  border: 2px solid #333;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}

#loader_form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 999999;
  display: none;
}

[data-loader='circle-side-2'] {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-animation: circle infinite 0.95s linear;
  -moz-animation: circle infinite 0.95s linear;
  -o-animation: circle infinite 0.95s linear;
  animation: circle infinite 0.95s linear;
  border: 2px solid #333;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.row-height {
  height: 100vh;
}
@media (max-width: 991px) {
  .row-height {
    height: auto;
  }
}

.content-right {
  height: 100%;
  min-height: 100%;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-right-static {
  height: 100%;
  min-height: 100%;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .content-right {
    height: 100%;
    padding: 30px 15px;
    overflow-y: initial;
  }
}

@media (max-width: 991px) {
  .content-right {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .content-right {
    padding-top: 0px;
  }
}

a#logo {
  position: absolute;
  left: 20px;
  top: 15px;
  display: block;
  height: 35px;
}
@media (max-width: 991px) {
  a#logo {
    left: 15px;
    top: 10px;
  }
}

#social {
  position: absolute;
  top: 15px;
  right: 20px;
}
@media (max-width: 991px) {
  #social {
    right: 70px;
  }
}
#social ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#social ul li {
  float: left;
  margin: 0 5px 10px 0;
  list-style: none;
}
#social ul li a {
  color: #fff;
  opacity: 0.6;
  text-align: center;
  line-height: 35px;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#social ul li a:hover {
  opacity: 1;
}

/*============================================================================================*/
/* 2.  CONTENT */
/*============================================================================================*/
/*-------- 2.1 Wizard --------*/
#left_form {
  text-align: center;
}
#left_form h2 {
  font-size: 28px;
  font-size: 1.75rem;
  color: #0686d8;
}
@media (max-width: 767px) {
  #left_form figure img {
    height: 130px;
    width: auto;
  }
}

input#website {
  display: none;
}

#wizard_container {
  width: 100%;
  height: 100%;
  padding: 48px 48px 0px 48px;
}
@media (max-width: 767px) {
  #wizard_container {
    width: 100%;
    padding: 10px 10px 0px 10px;
  }
}

h3.main_question {
  margin: 0 0 8px 0;
  padding: 0;
  line-height: 24px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
}
h3.main_question strong {
  display: block;
  color: #999;
  margin-bottom: 5px;
}

/* Wizard Buttons*/
button.backward,
button.forward,
button.submit,
a.primary {
  border: none;
  color: #fff;
  text-decoration: none;
  transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  display: inline-block;
  cursor: pointer;
  outline: none;
  text-align: center;
  background: #00aa6b;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
  padding: 18px;
}

button.process {
  white-space: nowrap;
}

button.backward {
  color: #777;
  background: #e8e8e8;
}

.mukellef-secondary-btn {
  border: 1px solid rgba(60, 60, 60, 0.26);
  text-decoration: none;
  transition: background 0.5s ease;
  display: inline-block;
  cursor: pointer;
  outline: none;
  text-align: center;
  position: relative;
  font-weight: 600;
  height: 100%;
  padding: 0px 18px;
  border-radius: 3px;
  color: black;
  background: #efefef;
  min-height: 37px;
}

.mukellef-secondary-btn:hover {
  background: #00aa6b;
  color: #fff;
}

.first-button-group {
  padding: 0px 0px 0px 15px;
}

.btn-right-group {
  justify-content: end;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-right-group .backward {
  margin-right: 8px;
}

.delete-grid {
  padding: 0px 20px;
}

.card-type-image {
  width: 170px;
}

.card-type-image-global {
  width: 150px;
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .btn-right-group {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .btn-right-group .backward {
    margin-bottom: 8px;
    margin-right: 0px;
  }
  .delete-grid {
    padding: 0px 15px 0px 0px;
  }
  .btn-right-group .process {
    white-space: normal;
  }
}

@media (max-width: 576px) {
  .btn-right-group {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .btn-right-group .backward {
    margin-bottom: 8px;
    margin-right: 0px;
  }
}

@media (max-width: 576px) {
  .reservation-button {
    margin-bottom: 8px;
  }
  .first-button-group {
    padding: 0px 15px;
  }
}

button[disabled] {
  display: none;
}

.backward:hover,
.forward:hover,
a.primary:hover {
  background: #00aa6b;
  color: #fff;
}

#middle-wizard {
  min-height: 330px;
}
@media (max-width: 991px) {
  #middle-wizard {
    min-height: inherit;
  }
  button.delete {
    margin-top: 15px;
  }
}

#bottom-wizard {
  border-top: 2px solid #ededed;
  padding-top: 20px;
  text-align: right;
  margin-top: 25px;
}

.ui-widget-content {
  background-color: transparent;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  background: #00aa6b;
}

.ui-widget-header a {
  color: #222222;
}

.ui-progressbar {
  height: 2px;
  width: 100%;
}

.ui-progressbar .ui-progressbar-value {
  height: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.summary ul {
  margin: 0;
  padding: 0;
}
.summary ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ededed;
  position: relative;
  padding-left: 45px;
  margin-bottom: 25px;
}
.summary ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.summary ul li strong {
  display: block;
  line-height: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  border: 2px solid #ddd;
}
.summary ul li h5 {
  padding-top: 6px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #0686d8;
}
.summary ul li ul {
  margin: 20px 0 25px 0;
  padding: 0;
}
.summary ul li ul li {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.summary label {
  font-weight: 500;
}

/*-------- 2.2 Success submit --------*/
#success {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 190px;
  margin-top: -85px;
  margin-left: -150px;
  text-align: center;
}
#success h4 {
  font-weight: 400;
  margin: 20px 0 0 0;
  font-size: 18px;
  font-size: 1.125rem;
}
#success h4 span {
  display: block;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 21px;
  font-size: 1.3125rem;
}

@-webkit-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-ms-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }

  100% {
    stroke-dashoffset: 480px;
  }
}

@-ms-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }

  100% {
    stroke-dashoffset: 480px;
  }
}

@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }

  100% {
    stroke-dashoffset: 480px;
  }
}

.inlinesvg .svg svg {
  display: inline;
}

.icon--order-success svg path {
  -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation: checkmark 0.25s ease-in-out 0.7s backwards;
}

.icon--order-success svg circle {
  -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
  animation: checkmark-circle 0.6s ease-in-out backwards;
}

/* Footer */
footer {
  border-top: 1px solid #ededed;
  padding: 30px 0;
}
footer p {
  margin: 0;
  padding: 0;
  float: right;
}
@media (max-width: 991px) {
  footer p {
    float: none;
  }
}
footer ul {
  float: left;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  footer ul {
    float: none;
    margin-top: 10px;
  }
}
footer ul li {
  display: inline-block;
  margin-right: 15px;
}
footer ul li:after {
  content: '|';
  font-weight: 300;
  position: relative;
  left: 9px;
  color: #999;
}
footer ul li:last-child {
  margin-right: 0;
}
footer ul li:last-child:after {
  content: '';
}
footer ul li a {
  color: #555;
}
footer ul li a:hover {
  color: #121921;
}

.main_title {
  text-align: center;
}
.main_title h2 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 42px;
  font-size: 2.625rem;
  color: #00aa6b;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .main_title h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.main_title h2 em {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #ededed;
  margin: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.main_title p {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0 10%;
  margin-bottom: 45px;
  color: #777;
}
@media (max-width: 767px) {
  .main_title p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #00aa6b !important;
}

main#general_page {
  background-color: #fff;
}

iframe#map_iframe {
  width: 100%;
  height: 450px;
  border: 0;
}
@media (max-width: 991px) {
  iframe#map_iframe {
    height: 400px;
  }
}

.box_style_2 {
  background-color: #f8f8f8;
  padding: 25px 30px 30px 30px;
  position: relative;
  margin-bottom: 25px;
}
.box_style_2 .form-control {
  background-color: white !important;
}

.box_style_2 hr {
  margin: 10px -30px 20px -30px;
  border: 0;
  border-top: 2px solid #fff;
}

ul.contacts_info {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
}

ul.contacts_info li {
  margin-bottom: 15px;
}

ul.contacts_info li:last-child {
  margin-bottom: 0;
}

.parallax_window_in {
  height: 420px;
  position: relative;
  display: table;
  width: 100%;
}

#sub_content_in {
  display: table-cell;
  padding: 45px 15% 0 15%;
  vertical-align: middle;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  #sub_content_in {
    padding: 45px 30px 0 30px;
  }
}
#sub_content_in h1 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 46px;
  font-size: 46px;
  font-size: 2.875rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #sub_content_in h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
#sub_content_in p {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  #sub_content_in p {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.container_styled_1 {
  background: #f9f9f9;
}

.team-item-img {
  position: relative;
}

.team-item-img .team-item-detail {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

.team-item:hover .team-item-detail {
  opacity: 1;
  visibility: visible;
}

.team-item-img .team-item-detail .team-item-detail-inner {
  margin: auto;
  padding: 25px;
}

.team-item-detail-inner h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.team-item-detail-inner .social {
  margin: 0 0px 25px 0px;
  padding: 0px;
}

.team-item-detail-inner .social li {
  list-style: none;
  display: inline-block;
  margin: 0px 5px;
}
.team-item-detail-inner .social li a {
  color: #fff;
}
.team-item-detail-inner .social li a:hover {
  color: #00aa6b;
}

.team-item-info {
  padding-top: 15px;
  text-align: center;
  text-transform: uppercase;
}
.team-item-info h4 {
  margin-bottom: 0px;
}

/*============================================================================================*/
/* 3.  COMMON */
/*============================================================================================*/
/*-------- 3.1 Misc --------*/
.modal-content {
  border: none;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}

.form-group {
  position: relative;
  margin-bottom: 1.5rem;
}
.form-group.terms {
  padding-top: 12px;
  margin-bottom: 0px;
}
.has-icon-right .form-control {
  padding-right: 2.5rem;
}

.form-control-position {
  line-height: 42.8px;
  position: absolute;
  z-index: 2;
  top: 1px;
  right: 0px;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  text-align: left;
  left: auto;
  font-size: 20px;
  opacity: 0.5;
}

.form-control-position i {
  margin-left: 5px;
}

.partner-borders {
  border: 1px solid #ddd;
  padding: 1rem;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

span.error {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  position: absolute;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  top: -35px;
  right: -15px;
  z-index: 2;
  height: 35px;
  line-height: 1;
  background-color: #e34f4f;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  padding: 6px 8px;
}
span.error:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent #e34f4f;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -6px;
  left: 20%;
}

.container_radio.version_2 .error,
.container_check.version_2 .error {
  left: -15px;
  top: -30px;
  right: inherit;
}

.radio_input .error {
  left: -15px;
  top: -30px;
  right: inherit;
}

.styled-select span.error {
  top: -20px;
}

.terms span.error {
  top: -30px;
  left: -15px;
  right: inherit;
}

.form-control {
  border: 1px solid #d2d8dd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.875rem;
  height: calc(2.55rem + 2px);
}
.form-control:not(.is-invalid):focus,
.vue-tel-input:focus-within {
  box-shadow: none;
  border-color: #00aa6b;
}

.vue-tel-input:focus-within {
  box-shadow: none !important;
  border-color: #00aa6b !important;
}

@media (max-width: 576px) {
  .form-control {
    font-size: 16px !important;
  }
}

.v-select input[type='search'] {
  height: calc(2.55rem + 2px) !important;
}
#main-language-div .v-select input[type='search'] {
  height: 2.2rem !important;
}

#main-language-div .dropdown-menu {
  min-width: 140px !important;
}

.rating_wp {
  background-color: #f9f9f9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 14px 10px 10px 15px;
  margin-bottom: 5px;
}

.rating {
  display: inline-block;
  font-size: 0;
  float: right;
  position: relative;
}
@media (max-width: 767px) {
  .rating {
    float: left;
    display: block;
  }
}

.rating span.error {
  top: -30px;
}

.rating_type {
  float: left;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500 !important;
  font-weight: normal;
  color: #00aa6b;
}
@media (max-width: 767px) {
  .rating_type {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}

.rating-input {
  float: right;
  padding: 0;
  margin: 0 0 0 0;
  opacity: 0;
  width: 4px;
}

.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star {
  background-position: 0 0;
}

.rating-star,
.rating:hover .rating-star {
  cursor: pointer;
  float: right;
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 0;
  background: url(../img/stars.svg) 0 -27px;
}

.review_message {
  height: 250px !important;
}
@media (max-width: 767px) {
  .review_message {
    height: 200px !important;
  }
}

/* Checkbox style */
.container_check,
.container_check2 {
  display: block;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 30px;
  line-height: 1.3;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container_check {
  margin-bottom: 10px;
}
.container_check2 {
  margin-bottom: 0px;
}
.container_check2 .container-check-text {
  display: flex;
  align-items: center;
  min-height: 20px;
  font-size: 12px;
  color: #4b5563;
}
.free-text {
  color: #00aa6b;
  font-weight: bold;
}
.save-text {
  font-size: 13px;
  position: absolute;
  bottom: 3px;
}
.container_check input,
.container_check2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.container_check input:checked ~ .checkmark,
.container_check2 input:checked ~ .checkmark {
  background-color: #00aa6b;
  border: 1px solid transparent;
}
.container_check .checkmark-error,
.container_check2 .checkmark-error {
  border-color: #dc3545 !important;
}
.is-invalid .invalid-feedback {
  display: block;
  position: absolute;
  top: -12px;
  left: 0;
}

.is-invalid .checkmark {
  border-color: red !important;
}

.invalid-feedback-errorbox {
  display: block;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.container_check .checkmark,
.container_check2 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #d2d8dd;
  background-color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.container_check2 .checkmark {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.container_check .checkmark {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.container_check .checkmark:after,
.container_check2 .checkmark:after {
  content: '';
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container_check.version_2 {
  padding: 6px 0 0 40px;
  min-height: 30px;
}
.container_check.version_2 .checkmark {
  height: 30px;
  width: 30px;
}
.container_check.version_2 .checkmark:after {
  left: 12px;
  top: 8px;
  width: 5px;
  height: 10px;
}

.container_check2.version_2 .checkmark:after {
  left: 6.5px;
  top: 3px;
  width: 5px;
  height: 10px;
}

.container_check input:checked ~ .checkmark:after,
.container_check2 input:checked ~ .checkmark:after {
  display: block;
}

/* Radio buttons */
.container_radio {
  display: block;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container_radio input {
  position: absolute;
  opacity: 0;
}
.container_radio input:checked ~ .checkmark:after {
  opacity: 1;
}
.container_radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 50%;
}
.container_radio .checkmark:after {
  display: block;
  content: '';
  position: absolute;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00aa6b;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.container_radio.version_2 {
  padding: 6px 0 0 45px;
  min-height: 30px;
}
.container_radio.version_2 input:checked ~ .checkmark:before {
  opacity: 1;
}
.container_radio.version_2 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  border: 1px solid #cccccc;
  border-radius: 50%;
}
.container_radio.version_2 .checkmark:after {
  width: 30px;
  height: 30px;
  top: -1px;
  left: -1px;
}
.container_radio.version_2 .checkmark:before {
  display: block;
  content: '';
  position: absolute;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 12px;
  top: 8px;
  width: 5px;
  height: 10px;
  border: solid white;
  z-index: 999;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Show/hide password */
.my-toggle {
  background: transparent;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #888;
  cursor: pointer;
  font-size: 10px;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  margin-right: 5px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
}
.my-toggle:hover,
.my-toggle:focus {
  background-color: #eee;
  color: #555;
  outline: transparent;
}

.hideShowPassword-wrapper {
  width: 100% !important;
}

/*Password strength */
#pass-info {
  width: 100%;
  margin-bottom: 15px;
  color: #555;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 5px 3px 3px 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#pass-info.weakpass {
  border: 1px solid #ff9191;
  background: #ffc7c7;
  color: #94546e;
}
#pass-info.stillweakpass {
  border: 1px solid #fbb;
  background: #fdd;
  color: #945870;
}
#pass-info.goodpass {
  border: 1px solid #c4eec8;
  background: #e4ffe4;
  color: #51926e;
}
#pass-info.strongpass {
  border: 1px solid #6ed66e;
  background: #79f079;
  color: #348f34;
}
#pass-info.vrystrongpass {
  border: 1px solid #379137;
  background: #48b448;
  color: #cdffcd;
}

.radio_input .container_radio {
  display: inline-block;
  margin: 12px 0 0 12px;
}

/* Fileupload */
.fileupload {
  position: relative;
  width: 100%;
  margin-top: 5px;
}
input,
[type='file'] + label {
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: left;
  padding: 10px;
  margin: 0;
  left: 0;
  position: relative;
}
[type='file'] + label {
  text-align: center;
  top: 0.5em;
  /* Decorative */
  background: #00aa6b url(../img/upload_icon.svg) 8px center no-repeat;
  padding: 8px 10px 8px 38px;
  color: #fff;
  border: none;
  cursor: pointer;
}
[type='file'] + label:hover {
  background: #00aa6b url(../img/upload_icon.svg) 8px center no-repeat;
}

input[type='file'] {
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0;
  border: 1px solid #d2d8dd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  height: auto;
  width: 100%;
  color: #999;
}
input[type='file']:focus {
  box-shadow: none;
  outline: none;
}

input[type='file']::-webkit-file-upload-button,
input[type='file'].invalid::-webkit-file-upload-button,
input[type='file'].valid::-webkit-file-upload-button {
  color: #fff;
  font-size: 13px;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 10px 8px 38px;
  background: #00aa6b url(../img/upload_icon.svg) 8px center no-repeat;
  outline: none;
}
input[type='file']::-webkit-file-upload-button:focus,
input[type='file'].invalid::-webkit-file-upload-button:focus,
input[type='file'].valid::-webkit-file-upload-button:focus {
  box-shadow: none;
  outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #6c757d !important;
}

.select2-container .select2-selection,
.select2-selection__rendered,
.select2-selection__arrow {
  height: 42px !important;
  line-height: 42px !important;
}

.select2-container--default,
.select2-selection--single,
.select2-selection--multiple {
  border: 0.5px solid #d2d8dd !important;
  border-radius: 3px !important;
  color: #6c757d !important;
  font-size: 14px;
}

.select2-selection__choice {
  border: 0px !important;
  background-color: #00aa6b !important;
  height: 36px !important;
  color: white !important;
}

.select2-results__option--highlighted[aria-selected] {
  background-color: #f0f1f2 !important;
  color: #393a3b !important;
}

.select2-selection__choice__remove {
  color: white !important;
}

.wide {
  border: 0px;
}

.wide.is-invalid .dropdown-toggle {
  border: 1px solid #dc3545;
  border-radius: 3px;
}

.vue-tel-input {
  border: 1px solid #d2d8dd !important;
}

.vue-tel-input.is-invalid {
  border: 1px solid #dc3545 !important;
}

.vue-tel-input.is-valid:focus-within {
  box-shadow: none !important;
  border: 1px solid #00aa6b !important;
}

.vue-tel-input.is-invalid:focus-within {
  border: 1px solid #dc3545 !important;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(220 53 69 / 60%) !important;
}
.show-invalid {
  display: block !important;
}

.date-picker {
  height: calc(2.55rem + 2px) !important;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 6px 30px;
  padding-left: 10px;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  border: 1px solid #d2d8dd !important;
}

.is-invalid .date-picker {
  border: 1px solid #dc3545 !important;
}

.date-picker:focus {
  outline: none;
  border-color: #00aa6b !important;
}

@media (min-width: 900px) and (max-width: 1400px) {
  .mx-datepicker-main {
    left: unset !important;
    right: 0 !important;
  }
}

.dropdown.open .dropdown-toggle {
  border: 1px solid #00aa6b !important;
}

/* Budget slider */
.budget_slider {
  background-color: #f8f8f8;
  margin-bottom: 20px;
  padding: 45px 30px 15px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.budget_slider span {
  display: block;
  font-weight: 600;
  color: #00aa6b;
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 25px;
}
.budget_slider span:before {
  content: '$';
}

.rangeslider__handle {
  border: 2px solid #00aa6b !important;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

.rangeslider__fill {
  background: #00aa6b !important;
}

/*-------- 3.2 Spacing --------*/
.add_bottom_10 {
  margin-bottom: 10px;
}

.add_bottom_15 {
  margin-bottom: 15px;
}

.add_bottom_30 {
  margin-bottom: 30px;
}

.add_bottom_45 {
  margin-bottom: 45px;
}

.add_bottom_60 {
  margin-bottom: 60px;
}

.add_bottom_75 {
  margin-bottom: 75px;
}

.add_top_10 {
  margin-top: 10px;
}

.add_top_15 {
  margin-top: 15px;
}

.add_top_20 {
  margin-top: 20px;
}

.add_top_30 {
  margin-top: 30px;
}

.add_top_60 {
  margin-top: 60px;
}

.more_padding_left {
  padding-left: 40px;
}

.nomargin_top {
  margin-top: 0;
}

.nopadding {
  margin: 0 !important;
  padding: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.margin_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.margin_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.margin_60_35 {
  padding-top: 60px;
  padding-bottom: 35px;
}

.uppercase {
  text-transform: capitalize;
}

.small-size {
  height: 52px;
}

.box-border {
  box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.1);
  color: #2f3034;
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 20px 12px;
  border: 2px solid transparent;
  user-select: none;
  margin: 8px 0px;
}
@media screen and (max-width: 600px) {
  .box-border {
    flex-flow: column-reverse;
  }
}
.box-border2 {
  box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.1);
  color: #2f3034;
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 0px 24px;
  border: 1.2px solid #ddd;
  user-select: none;
  margin: 24px 0px;
}

.btn-outline-mukellef {
  color: #00aa6b !important;
  border: 1px solid #dddddd;
  outline: none;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  line-height: 24px;
  padding: 6px 16px;
}

.btn-outline-mukellef span {
  font-size: 14px;
}

.btn-outline-mukellef:hover {
  background-color: #00aa6b !important;
  color: #efede8 !important;
}

.btn-radius {
  border-radius: 59px;
}

.link-button-icon {
  margin-right: 12px;
  font-size: 12px;
  vertical-align: middle;
}

@media (max-width: 576px) {
  .box-border2 {
    padding: 20px !important;
  }
}

.features {
  font-size: 12px;
}

.box-border:hover,
.box-border2:not(.disabled):hover {
  box-shadow: 1px 1px 10px #00aa6b;
}

.vertical-center {
  margin-top: auto;
  margin-bottom: auto;
}
.toggle-field {
  overflow: scroll;
  border-radius: 3px;
}

.toggle-field input[type='radio']:hover {
  cursor: pointer;
}

.selected-product {
  border-color: #00aa6b;
  border-style: solid;
}
.selected-product:after {
  content: '';
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #00aa6b transparent transparent;
  right: 0;
  top: 0;
  position: absolute;
}

h3.main_question {
  font-size: 1rem;
}
.company-type {
  height: 90px;
}
.company-type-default {
  height: 100px;
}

.company-type-medium {
  height: 120px;
}
.company-type-medium2 {
  height: 105px;
}

.company-type-big {
  height: 125px;
}
.gap-field {
  gap: 1rem;
}
.product-header {
  padding: 0px 15px;
}
.product-image {
  margin-right: 0.25rem;
}
.main-header {
  color: black;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.startup-additional-package,
.additional-tab-field {
  padding: 16px 18px 22px 18px;
  display: none;
  border-radius: 8px;
}

.additional-onetime-text {
  font-size: 12px;
}

.light-blue-bg {
  background: #f4f9fc;
}

.box-border .startup-additional-package {
  margin: 1rem -0.5rem -1rem -0.5rem;
}

.box-border2 .startup-additional-package {
  margin: 1rem 0rem 2px 0px;
}

.overline {
  text-decoration: line-through;
}
.overline2 > span {
  text-decoration: line-through;
}

.additional-package-item {
  width: 48%;
  margin-right: 1%;
}
.font-weight-lightbold {
  font-weight: 500;
}

.startup-additional-package .features,
.additional-tab-field .features {
  text-align: left;
}

.selected-product .startup-additional-package,
.selected-product .additional-tab-field {
  display: block;
}

.startup-additional-package img {
  height: 72px;
  margin-right: 18px;
}

button:focus {
  outline: 0 !important;
}

.additional-feature-text {
  margin-top: 0.25rem;
  margin-bottom: 0px;
  font-size: 10px;
}
.m-badge {
  display: flex;
  align-items: center;
  padding: 12px 12px;
  border-radius: 12px;
  background: #00aa6b;
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  min-width: 112px;
  width: 112px;
}
.badge-text {
  max-width: 87px;
  text-align: center;
}
.product-warning-field {
  border: 2px solid #a9a7a7;
  border-radius: 3rem;
  text-align: center;
  padding: 20px 12px;
  display: flex;
  width: 100%;
}
.product-warning-field p {
  margin-bottom: 0px;
}
.show-more-button {
  white-space: nowrap;
}
.feature-icon {
  margin-top: 2px;
  font-size: 14px;
  color: #00aa6b;
  transition: all 0.3s ease-in-out;
  margin-right: 4px;
}

.features-additional-half li:hover .feature-icon {
  color: #007a4d;
}

.clickable-item {
  cursor: pointer;
}

.alert-icon-size {
  font-size: 1.25em;
}
.alert-mukellef-warning {
  color: black;
  background-color: #fff9eb;
  border-color: #fff9eb;
  position: relative;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-mukellef-warning i {
  color: #f2c253;
}
.alert-icon-warning {
  color: #f2c253;
}
.alert-icon-spacing {
  line-height: 20px !important;
}
.alert-feature-field {
  margin-top: 4px;
}
.alert-feature-field span {
  font-size: 12px;
}
.pale-text {
  color: #4b5563;
}
.right-spacing {
  padding: 0px 15px;
}

.font-medium {
  font-weight: 500;
}

.tippy-content {
  padding: 0.75rem 1rem !important;
  text-align: left !important;
}

.selectable-field {
  transition: all 0.3s ease-in-out;
  border-width: 1px;
}

.selectable-field .circle-field {
  width: 18px;
  height: 18px;
  min-width: 18px;
  background-color: white;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(221 221 221);
  transition: all 0.3s linear;
  border-radius: 9999px;
  position: relative;
}

.selectable-field .circle-field .inner-circle-field {
  position: absolute;
  width: 0.5rem; /* 2px */
  height: 0.5rem; /* 2px */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  border-radius: 50%;
  background: white;
}

.selectable-field.purple-selectable-field.selected {
  border-opacity: 1;
  border-color: rgba(149, 103, 255, 1);
}

.selectable-field.purple-selectable-field.selected.selectable-border {
  box-shadow: 0px 0px 0px 5px rgba(119, 108, 150, 0.15);
}

.selectable-field.purple-selectable-field.selected .circle-field {
  background-color: rgba(139, 92, 246, 1);
  border: none;
}

.selectable-field.green-selectable-field.selected {
  border-opacity: 1;
}

.selectable-field.green-selectable-field.selected.selectable-border {
  box-shadow: 0px 0px 0px 3px #00aa6b;
}

.selectable-field.green-selectable-field.selected .circle-field {
  background-color: #00aa6b;

  border: none;
}
.input-field:disabled,
.input-field.disabled .dropdown-toggle,
.input-field.disabled input[type='search'],
.input-field.disabled .clear,
.input-field.disabled .open-indicator {
  background-color: #f3f3f3 !important;
  opacity: 1;
  cursor: not-allowed !important;
}

.badge-new {
  color: #00aa6b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 4px 8px;
  border: 1px #00aa6b solid;
  background: rgba(0, 170, 107, 0.1);
  border-radius: 4px;
  display: inline-block;
}
.discount-price-text {
  font-size: 16px;
  font-weight: 700;
}
.period-price-discount {
  text-decoration: line-through;
}
