@import url('https://fonts.googleapis.com/css?family=Bangers|Comfortaa:400,700|Great+Vibes|Montserrat:400,700|Poiret+One|Poppins:400,700|Quicksand:400,700|Raleway:400,500,700|Roboto:400,700|Source+Sans+Pro:400,700|Questrial|Asap+Condensed:400,700|Exo:400,700|Kalam:400,700|Open+Sans+Condensed:700|PT+Sans:400,700|Patrick+Hand|Ropa+Sans|Special+Elite|Teko:400,700&display=swap');
body { background-color: #fbfbfb; font-size: 14px}


/* width */
::-webkit-scrollbar {
  width: 10px;
  overflow: visible;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #dadce0;
  border-radius: 8px;
  height: 40px;
  min-height: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #80868b;
  cursor: pointer;
}

.ebay-dev-program-logo{
  width: 150px;
}

/*=== Pre Loader ===*/
.spinner-container {
  min-width: 225px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.loading-text {
  color: #808080;
  font: 2.25rem 'Montserrat' !important;
  letter-spacing: 3px;
}
.spinner {
  animation: 1s linear infinite spin;
  border: 5px solid #f5f5f5;
  border-top-color: #438efb;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  height: 30px;
  width: 30px;
}

/*=== Loader ===*/
.loading { position: relative; }
.loading::before {
  animation: spin 1s linear infinite;
  border: 5px solid #f5f5f5;
  border-top-color: #438efb;
  border-radius: 50%;
  content: '';
  display: block;
  height: 30px;
  margin: auto;
  position: relative;
  width: 30px;
  top: 5rem;
  z-index: 2;
}
.loading::after {
  background-color: inherit;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*=== Tooltip ===*/
.etb-tooltip {
  position: relative;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: -1;
}
.etb-tooltiptext {
  background-color: #fceceb;
  box-shadow: 2px 1px 6px 0 rgba(33, 33, 33, 0.1);
  min-width: 150px;
  padding: 6px 12px;
  position: absolute;
  top: 10px;
  left: 35%;
  text-align: center;
}
.etb-tooltiptext::before {
  border: 10px solid transparent;
  border-bottom-color: #fceceb;
  content: '';
  position: absolute;
  top: -20px;
  left: 5%;
}
.invalid + .etb-tooltip {
  opacity: 1;
  z-index: 1;
}

/* Modal */
.preview-modal {
  background-color: rgba(0, 0, 0, 0.25);
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
}

.close-modal {
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}

.etb-modal {
  background-color: rgba(0, 0, 0, 0.1);
      display: none;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1030;
      /* overflow-x: scroll; */

}

textarea#ebay_mobile_description {
  resize: none !important;
}

.etb-modal-inner {
  background-color: #fff;
      box-shadow: 0 0 5px 5px rgb(0, 0, 0, 0.1);
      padding: 35px;
      position: relative;
      top: 4px;
      /* left: 50%;
      transform: translate(-50%, -50%); */
      width: 75%;
       overflow-x: scroll;
      margin: 0 auto;
      height: 100%;
}

.etb-close-modal {
  position: absolute;
  top: 0.7rem;
  right: 1rem;
}

/*=== Edit Content Modal ===*/
#edit_content_modal .tox .tox-sidebar-wrap {
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

/*=== Invalid Form Data ===*/
.invalid { outline: 2px solid red; }
.invalid + .form-text { color: red; }

.select[disabled] {
  border-color: #f5f5f5;
  color: #c0c0c0;
}

.selected { color: #80c366; }

.text-black { color: #333; }
.text-gray { color: #757575; }

.text-small { font-size: 0.8rem; }
.text-para {
  font-size: 14px;
  line-height: 1.4;
}
.text-normal { font-size: 1rem; }
.text-medium { font-size: 1.2rem; }

.radio-plan {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plan-info {
  display: inline-block;
  margin-left: 1.75rem;
}
.valign-middle { vertical-align: middle; }

.hide { display: none; }

.mt4 { margin-top: 4rem; }
.mr2 { margin-right: 2.25rem; }
.mb1_25 { margin-bottom: 1.25rem; }
.mb2 { margin-bottom: 2rem; }

.p35 { padding: 35px; }
.pt2_5 { padding-top: 2.5rem; }
.pb2 { padding-bottom: 2rem; }

.pr-25 {
  animation: 1s linear alternate infinite glow;
  position: fixed;
  top: 25%;
  right: 0;
}
.action-btn {
  border-bottom: 3px solid transparent;
  color: #616161;
  cursor: pointer;
  display: inline-block;
  transition: all 0.5s;
}
.action-btn.active {
  border-bottom-color: #3490dc;
  color: #3490dc;
}
@keyframes glow {
  0% { box-shadow: -2px 2px 5px 0 rgba(117, 117, 117, 0); }
  100% { box-shadow: -2px 2px 5px 0 rgba(117, 117, 117, 0.6); }
}

.separator { color: #e0e0e0; }

.brand {
  color: #41484d;
  font-family: 'Audiowide', cursive;
  margin-bottom: 22px;
  text-align: center;
}

.brand span { color: #1b5083; }

.password-toggle { cursor: pointer; }

.password-toggle i { font-size: 1rem; }

.input-group input { border-right: 0; }

.password-toggle .input-group-text { border-left: 0; }

.navbar-brand { font-family: 'Audiowide', cursive; }

.navbar-nav { font-family: 'Raleway', sans-serif; }

*[role="button"] { cursor: pointer; }

.navbar button[type="button"] { outline: 0; }

.nav-link { font-size: 13px; }

.dropdown:hover > .dropdown-menu { display: block; }

.dropdown-menu { box-shadow: 0 3px 5px 0 rgba(117, 117, 117, 0.2); }

.dropdown-menu:not(.user-dropdown)::before { left: 16px; }

.dropdown-menu.user-dropdown::before { right: 12px; }

.navbar-nav .user-dropdown {
  position: absolute;
  right: 0;
  left: initial;
}

.dropdown-item { font-size: 13px; }

.steps {
  margin-top: 20px;
  margin-bottom: 70px;
}

.step {
  display: flex;
  font-size: 13px;
  min-height: 65px;
  margin-bottom: 8px;
}

.step > * {
  background-color: #f7f9fa;
  border: 1px solid #e0e0e0;
}

.step p { margin-bottom: 0; }

.step > p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  padding: 10px;
  min-width: 65px;
}

.step > div {
  display: flex;
  flex-grow: 1;
  padding: 10px 25px;
}

.step > .completed { background-color: #d4ecd0; }

.step-detail { flex-grow: 1; }

.step-heading {
  font-size: 14px;
  font-weight: 600;
}

.step-number {
  font-size: 15.5px;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.status {
  color: #3d9cea;
  display: flex;
  align-items: center;
  font-size: 13px;
  text-align: right;
}

.completed > .status { color: #19a090; }

.wrapper {
  background-color: #fff;
  margin: 4rem auto;
  max-width: 600px;
  padding: 35px;
  width: 100%;
}

.wrapper-wide {
  margin-bottom: 2rem;
  max-width: 700px;
}

.wrapper-small {
  background-color: #fff;
  margin: 4rem auto;
  max-width: 350px;
  padding: 35px;
}

.templates-container {
  display: flex;
  margin: 4rem auto 1.5rem;
  max-width: 1300px;
  padding-left: 1rem;
  width: 100%;
}

#templates_filter { margin-right: 1.25rem; }

#templates_filter ul { list-style-type: none; }

#templates_filter li {
  cursor: pointer;
  transition: color 0.5s;
}

#templates_filter li:hover { color: #1b5083; }

#templates_filter a:hover { text-decoration: none; }

#templates_filter li input[type="checkbox"] {
  margin-right: 0.5rem;
  position: relative;
  top: 2px;
}

#templates {
  background-color: #fff;
  min-height: 1100px;
  padding: 35px;
}

.panel {
  background-color: #fff;
  padding: 35px;
}

.template-sort-by {
  background-color: #fafafa;
  border: 1px solid #f5f5f5;
  color: #333;
  font: 13px Roboto;
  margin-left: auto;
  max-width: 165px;
  padding: 1rem;
  position: relative;
}

#sort_by_criteria {
  background-color: transparent;
  border: 0;
  width: 85%;
}

#sort_by {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 3px 5px 0 rgba(117, 117, 117, 0.1);
  list-style-type: none;
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  top: 90%;
  left: 7.5%;
  width: 85%;
  z-index: 1;
}

#sort_by::before {
  content: '';
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  position: absolute;
  bottom: 100%;
  right: 5%;
}

#sort_by li {
  cursor: pointer;
  padding: 5px 10px;
  transition: background-color 0.5s;
}

#sort_by li:hover { background-color: #f8f9fa; }

.template {
  box-shadow: 0 0 4px 0 rgba(33, 33, 33, 0.1);
  max-width: 307px;
  position: relative;
  height: 406px;
  /* overflow: hidden; */
}

.template img { max-width: 100%; }

.overlay {
  background-color: rgba(189, 189, 189, 0.1);
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}

.overlay > .action {
  background-color: #fff;
  opacity: 0;
  padding: 0.75rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.5s;
}

.template:hover > .overlay { opacity: 1; }

.template:hover > .overlay > .action { opacity: 1; }

.more-actions {
  display: inline-block;
  padding: 6px 12px 6px 6px;
  position: relative;
}

.more-actions i {
  color: #616161;
  transition: color 0.5s;
}

.more-actions:hover i { color: #000; }

.more-actions__dropdown {
  background-color: #f5f5f5;
  box-shadow: 0 3px 5px 0 rgba(117, 117, 117, 0.2);
  font-family: 'Roboto', sans-serif;
  list-style-type: none;
  padding-left: 0;
  position: absolute;
  top: 96%;
  right: 0;
  text-align: left;
  width: 110px;
  z-index: 3;
}

.more-actions__dropdown::before {
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #f5f5f5;
  border-left: 7px solid transparent;
  content: '';
  position: absolute;
  top: -14px;
  right: 8px;
}

#configuration .more-actions__dropdown::before { border-bottom-color: #fff; }

.more-actions__dropdown li:last-of-type { margin-bottom: 0; }

.more-actions__dropdown a {
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 13px;
  padding: 7px 15px;
  transition: background-color 0.5s;
}

.more-actions__dropdown a:hover {
  background-color: #fbfbfb;
  text-decoration: none;
}

.template + h6 { max-width: 307px; }


.template-name:focus {
  border-bottom: 1px dashed #4caf50;
  outline: 0;
  padding-bottom: 2px;
}

#toast {
  background-color: #e9f2e5;
  color: #4caf50;
  padding: 0.5rem 1rem;
  position: fixed;
  right: 50px;
  bottom: 0;
  z-index: 1
}

.btn-wide { width: 135px; }

#ebay_item_id::placeholder { color: #c0c0c0; }

.fixed {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(33, 33, 33, 0.1);
  box-sizing: content-box;
  padding: 35px;
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 530px;
  z-index: 2;
}

#load_how_to_guides,
#load_generated_html,
#load_template,#load_how_to_guides_manual {
  background-color: #fff;
  margin: auto;
  max-width: 1120px;
  min-height: 1200px;
  padding: 35px;
}

#how_to_guides img {
  display: block;
  margin: 2.5rem auto;
}

#load_generated_html { position: relative; }

#html_code {
  border: 1px solid #eee;
  height: 1120px;
  padding: 1rem;
  width: 100%;
}

.feedbacks tr:first-of-type,
.related_product tr:first-of-type { border-bottom: 2px solid #eee; }

.feedbacks i.fa-plus-circle {
  font-size: 1rem;
  position: absolute;
  top: 15px;
}

.feedbacks th:last-of-type { width: 185px; }

.feedbacks td { position: relative; }

.feedbacks td:first-of-type p { padding-left: 1.25rem; }

.related_product td img {
  height: auto;
  width: 100px;
}

#device_preview {
  background: #fff;
  box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  padding: 10px 7px 0 8px;
  position: fixed;
  top: 20%;
  right: 18px;
  text-align: center;
  transition: box-shadow 0.5s;
  width: 40px;
  z-index: 3;
}

#device_preview > i {
  color: #808080;
  cursor: pointer;
  font-size: 24px;
  margin-bottom: 10px;
  transition: color 0.5s;
}

#device_preview > i:hover { color: #80c366; }

.viewport { overflow-y: auto; }

#viewport {
  height: 100%;
  margin: auto;
  text-align: center;
}

#viewport img { display: none; }

#viewport img.visible { display: initial; }

#viewport iframe {
  background: #fff;
  border: 0;
  height: 100vh;
  width: 100%;
}

.options_container {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.option {
  border: 1px solid #bdbdbd;
  cursor: pointer;
  flex-basis: 295px;
  padding: 15px 25px;
  transition: border 0.5s;
}

.option__title { position: relative; }

.option__title i {
  color: #3490dc;
  font-size: 18px;
  opacity: 0;
  position: absolute;
  top: 2px;
  transition: opacity 0.5s;
}

.option.active { border-color: #3490dc; }
.option.active i { opacity: 1; }

#buttons_container {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  padding: 1.5rem;
  position: fixed;
  top: 40%;
  right: 1%;
}

#buttons_container > .button {
  color: #fff;
  display: block;
  height: 35px;
  margin-bottom: 1rem;
  opacity: 0.9;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.5s;
}

#buttons_container > .button:hover,
#buttons_container > .button:focus { opacity: 1; }

#buttons_container > .button > .icon {
  margin-right: -4px;
  padding: 10px 0 9px;
  width: 35px;
}

#buttons_container > #revise > .icon { background-color: #b66600; }

#buttons_container > #back > .icon { background-color: #a98e00; }

#buttons_container > .button > .content {
  font: 0.875rem/35px 'Oswald', sans-serif;
  text-transform: uppercase;
  width: 90px;
}

#buttons_container > #revise > .content { background-color: #f59600; }

#buttons_container > #back > .content { background-color: #e2c100; }

.buttons_container {
  position: fixed;
  top: 20%;
  right: 0;
}

.table-border-x {
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

.current_plan,
.save_percentage {
  color: #333;
  font-size: 12px;
  margin-left: 1.5rem;
  padding: 5px;
}

.table-auto-margin{
  margin: auto;
  text-align: left;
}

.current_plan { background-color: #e0e0e0; }

.save_percentage { background-color: #b9deb4; }

.current_plan + .save_percentage { margin-left: 0; }

.disabled label { color: #c0c0c0; }

select[disabled] {
  border-color: #f7f7f7;
  color: #c0c0c0;
}

.red-font { color: #ec6969 !important; }

/*=== Stripe Element ===*/
.StripeElement {
  border: 1px solid #eee;
  height: 37px;
  margin-bottom: 1.5rem;
  padding: 10px 12px;
  transition: border 150ms ease;
  width: 100%;
}

.StripeElement--focus { border-color: #a1cbef; }

.StripeElement--invalid { border-color: #fa755a; }

.StripeElement--webkit-autofill { background-color: #fefde5; }


.contactForm_wrapper{
  margin-top: 4rem;
  padding: 35px;
}
.company_info{
  background: rgba(221, 219, 219, 0.11);
  box-shadow: 0px 1px 6px #dddbdb;
  padding: 2em 2em 2.4em;
  margin-top: 35px;
}
.company_info .info-title{
  margin-bottom: 5px;
  margin-top: 10px;
}
.company_info a{
  text-decoration: none;
}

/* Search input style start */
.input-and-icon-wrapper {
  position: relative;
}
.input-and-icon-wrapper input{
  margin: 0 !important;
  padding-right: 22px;
}
.input-and-icon-wrapper input::placeholder{
  padding-left: 20px;
  font-style: italic;
  font-weight: 200;
  font-size: 12px;
  color: #bdbdbd;
}
.input-and-icon-wrapper i.fa.fa-times.right {
   position: absolute;
   color: #bdbdbd;
   top: 12px;
}
.input-and-icon-wrapper i.fa.fa-search.left {
  position: absolute;
  color: #bdbdbd;
  top: 13px;
  left: 8px;
}
.input-and-icon-wrapper input:focus + i.fa.fa-search.left{
  display: none;
}
.input-and-icon-wrapper input:focus + i.fa.fa-search.right{
  display: none;
}

.input-and-icon-wrapper input:focus ~ input::placeholder{
  padding-left: 0;
}

.input-and-icon-wrapper input:not(:placeholder-shown) + i.fa.fa-search.left{
  display: none;
}

.input-and-icon-wrapper input:not(:placeholder-shown) ~ i.fa.fa-times.right{
  cursor: pointer;
  color: #777;
}

.input-and-icon-wrapper input:not(:placeholder-shown) ~ i.fa.fa-times.right{
  cursor: pointer;
  color: #777;
}

/* Search input style end */

.load_more_btn{
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
  color: #3490dc;
  cursor: pointer;
}


/* JS TOOL TIP START */
input.invalid + .js_tooltip {
    opacity: 1;
    z-index: 1;
}
.js_tooltip {
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s;
    z-index: -1;
}
.js_tooltip .js_tooltiptext {
    background-color: #fafafa;
    box-shadow: 2px 1px 6px 0 rgba(33, 33, 33, 0.1);
    color: #f44336;
    font: 11px 'Source Sans Pro', sans-serif;
    width: max-content;
    padding: 8px;
    position: absolute;
    top: -60px;
    text-align: center;
}
.js_tooltip .js_tooltiptext::after {
  content: '';
  height: 10px;
  width: 10px;
  background-color: #fafafa;
  position: absolute;
  top: 24px;
  left: 25px;
  transform: rotate(45deg);
  box-shadow: 2px 1px 0px 0 rgba(33, 33, 33, 0.1);
}
/* JS TOOL TIP END */

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

@media only screen and (max-width: 991px) {
  .navbar-toggler { margin-right: auto; }
  #app_nav { margin-left: 45px; }
  #user_nav {
    flex-direction: row;
    position: fixed;
    top: 0;
    right: 1rem;
  }
  #user_nav > .nav-item > .nav-link { padding-left:1.25rem; }
  #user_nav > .nav-item:not(:last-of-type) > .nav-link { padding-right: 1.25rem; }
  .navbar-nav .nav-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  #user_nav .nav-item:not(:first-of-type)::before {
    background-color: #e0e0e0;
    content: '';
    height: 19px;
    position: absolute;
    top: 10px;
    width: 1px;
  }
}

@media only screen and (min-width: 576px) {
  .modal-dialog-wide { max-width: 1120px; }
  .modal-dialog-medium { max-width: 840px; }
}

@media only screen and (min-width: 992px) {
  .navbar-nav .nav-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left:1.25rem;
  }
  .nav-item:not(:first-of-type)::before {
    background-color: #e0e0e0;
    content: '';
    height: 19px;
    position: absolute;
    top: 10px;
    width: 1px;
  }
  .nav-item:not(:last-of-type) .nav-link { padding-right: 1.25rem; }
  .dropdown-toggle:not(#user_dropdown)::after { content: initial; }
  .dropdown-menu::before {
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    content: '';
    position: absolute;
    top: -16px;
  }
}

.design .tox-toolbar{
display: none !important;
}



}
