@import "../common/common.css";
@import "header.css";
@import "sales-channels.css";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
  font-family: 'Open Sans', sans-serif;
  color: var(--black)-color;
}
a {color: var(--black);}
a:focus-visible { outline-color: var(--main-blue);}
a:hover {color: var(--main-blue); text-decoration: none;}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Poppins', sans-serif;
  color: var(--dark-blue);
  font-weight: 600;
}
h1, .h1 {font-size: 2em;}
h2, .h2 {font-size: 2em;}
@media (min-width: 576px) {
  h1, .h1 {font-size: 2.25em;}
}
h1 span {font-size: 60%; font-weight: 600; display: block;}
.w-40 {width: 40%!important;}
.w-30 {width: 30%!important;}
.w-20 {width: 20%!important;}
p,
p.h5 {line-height: 1.8;}
p, li, .list-group-item {color: var(--text-color);}

hr {background-color: var(--border-color);opacity: 1;}

.py-6 {padding-top: 4rem; padding-bottom: 4rem;}
@media (max-width: 576px) {
  .py-6 {padding-top: 3rem; padding-bottom: 3rem;}
}

.table-padding >*>*>* {
  padding: .65rem 1rem!important;
}

.border,
.border-top,
.border-left,
.border-right,
.border-botton {border-color: var(--border-color)!important;}

/* Create store form */
@media (max-width: 576px){
  .header .start-store,
  .create-store-form .btn,
  .mob-w-100 {
    width: 100%;
    border-radius: 3px! important;
    margin-left: 0px!important;
  }
}
/* Sections */
section.w-animation {overflow: hidden;}
@media (max-width: 576px) {
  section {padding-left: 1rem; padding-right: 1rem;}
}
section h2.block-title {margin-bottom: 1.85rem;}

section.columns-2-section .btn {min-width: 300px;}

section .section-heading {margin-bottom: 3em;}

section.header {
  background-image: url('/images/common/bg_pages_header.svg');
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 3rem 1rem;
  margin-bottom: 2rem;
}
section.header > *,
section.header li,
section.header h1,
section.header .h1,
section.header h2,
section.header p a {
  color: var(--white);
  font-weight: 600;
}

section.header h2 {
  font-size: 1.375em;
  font-weight: normal;
}

section.header span {color: var(--white); margin-top: 1.5em;}

/* Testimonials */
.testimonials-container {border-radius: 14px;}
.testomonial-info {position: relative; padding: 7px 0 0 75px; min-height: 60px;}
.testimonial-logo {position: absolute; left: 0; top: 0; width: 60px; height: 60px;}
.tesmimonial-quote {line-height: 1.8;}

/* Landing pages */
.landing-page .section-hero h2 {font-size: 1.375em; font-weight: normal;}

/* FAQ */
.accordion-faq .accordion-item {margin-bottom: 1rem; border: 1px solid #F5F9FC; background-color: #FCFEFF; border-radius: .25rem!important;}
.accordion-faq .accordion-button {background-color: #FCFEFF; color: #323232; font-size: 1rem; font-weight: 600; padding: 1.25em 1.5em;}
.accordion-faq .accordion-body {padding: 1.25em 1.5em;}
.accordion-button:not(.collapsed)::after {background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");}
.accordion-button:not(.collapsed) {background-color: var(--light-blue-1); color: var(--text-color)}
.accordion-faq .accordion-body a {color: #333333; text-decoration: underline;}
.accordion-faq .accordion-body a:hover {color: #111111;}

.bg-dark-blue a,
.bg-green h5 {color: white;}


.bg-waves {
  background-image: url('/images/common/bg-waves.svg');
  background-position: center;
  background-size: cover;
  min-height: 600px;
}

/* Lists */
.bullet-list li {
  position: relative;
  padding: 8px 0px 8px 35px;
}

.bullet-list li:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: var(--light-blue-2)
}

.bullet-list li:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 0;
  background-image: url(/images/common/check-vivid-blue.svg);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: 50%;
}

/* Dropdown */
.dropdown-menu {
  top: 62px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 1em;
  width: 100%;
  border-radius: 3px;
}

.dropdown-menu small {text-transform: none;}

.dropdown-menu-shadow {box-shadow: 0px 52px 42px 11px rgb(0 0 0 / 5%);}

.dropdown-menu a.dropdown-item {
  font-weight: 600;
  color: var(--black);
  font-size: .725em;
}
 a.dropdown-item:hover {background-color: var(--light-blue-1);transition: background-color .5s;}
/* Custom Cards */
.custom-card {position: relative;}
.custom-card_description {font-size: 15px; line-height: 1.8;}
.custom-card img {width: 70%;}
.custom-card_img-full {
  width: 100%;
  height: 110px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.custom-card_img-container {
  width: 170px;
  height: 50px;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}

.custom-card_img-container span {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--light-blue-1);
  max-width: 50%;
}
.custom-card_links {
  background-color: var(--light-blue-1);
}

.custom-card_links .custom-card_links-link {
  display: inline-block;
  color: var(--main-blue);
  padding: 0 1em;
  border-right: 1px solid var(--border-color);
  font-weight: 600;
  text-decoration: none;
  transition: all .25s;
}

.custom-card_links .custom-card_links-link:last-child {
  border: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .custom-card_links .custom-card_links-link {
    padding: 0 1.5em;
  }
}
.custom-card_links .custom-card_links-link:hover {
  text-decoration: underline;
}

.app-category:last-child {border-bottom: 0!important;}

/* Section headers */
.section-hero_gradient {
  background: rgb(10,37,64);
  background: linear-gradient(90deg, rgba(10,37,64,1) 0%, rgba(29,73,126,1) 100%);
  position: relative;
  padding-bottom: 3rem;
}

@media (min-width: 991px) {
  .section-hero_with-blocks {
    position: relative;
    padding-bottom: 120px;
  }
}

.info-blocks {
  position: relative;
  margin-top: -8em;
}


.section-hero_hero-block_1 {background-color: var(--strong-violet);}
.section-hero_hero-block_2 {background-color: var(--vivid-blue);}
.section-hero_hero-block_3 {background-color: var(--violet);}

.section-hero_hero-block h5 {min-height: 2.5em;}

.section-hero_gradient h1,
.section-hero_gradient h2,
.section-hero_gradient p,
.section-hero_gradient span,
.section-hero_gradient strong,
.section-hero_hero-block p,
.section-hero_hero-block h5,
.section-hero_hero-block span,
.section-hero_hero-block strong {color: var(--white);}

.section-hero .section-hero_subheading {font-size: 1.375em;font-weight: 400;}

.highlight-content {border-radius: 0.25em;}
.highlight-content h2 {font-size: 1.125em; font-weight: 600; margin-bottom: 1em;}

.fs-12 {font-size: 0.75em; }
.fs-14 {font-size: 0.875em; }

/* Hover box animation */
@media (min-width: 769px) {
  .hover-box {position: relative; top: 0; transition: top .25s;}
  .hover-box:hover {top: -8px;}
}

/* Create store modal */
#createStoreModal .form-label{
  color:var(--main-blue);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem;
}
#createStoreModal i.fa-circle-info {color: #414F62}
#createStoreModal .form-control { border: 1px solid #E6EAEF; border-radius: 3px; padding: 0.9em 1em;  color:var(--main-blue); font-size: 0.935em !important;}
#createStoreModal .form-control:focus, #createStoreModal .form-check-input:focus,#createStoreModal .form-check-input:checked {
  border-color: #ACB0B4;
  -webkit-box-shadow: none;
  box-shadow:none;
}
#createStoreModal .is-valid{
  border-color: #198754;
}
#createStoreModal .is-valid:focus{
  border-color: #198754;
  outline:  #19875440 solid 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px  #19875440;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px  #19875440;
}
#createStoreModal .is-invalid{
  border-color: #dc3545;
}
#createStoreModal .is-invalid:focus{
  border-color: #dc3545;
  outline:  #dc354540 solid 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px  #dc354540;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px  #dc354540;
}
#create-store-modal-form-continue:focus, #create-store-modal-form-submit:focus, #create-store-button:focus{
  border-color: #a6c544;
  outline: #a6c54440 solid 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #a6c54440;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #a6c54440;
}
.create-store-modal-skip-btn:focus{
  border-color: #ffffff;
  outline: #ffffff solid 0px;
  -webkit-box-shadow: inset 0 0px 0px #ffffff , 0 0 0px #ffffff ;
  box-shadow: inset 0 0px 0px #ffffff , 0 0 0px #ffffff ;
}
.create-store-btn-locked{
  opacity: 40% !important;
}
#createStoreModalLabel {color: var4(--white);} /*REMOVE*/
.modal-backdrop.show { opacity: 1; background-color: var(--main-blue);}
#createStoreModalLabel, #createStoreModal label {color: var(--label-text-color);}
#createStoreModal .modal-dialog-centered{justify-content: center;}

#createStoreModal .modal-body {
  padding-right: 32px !important;
  padding-left: 32px !important;
  padding-top: 0px !important;
  max-width: 455px; /*This can be removed if desired*/
}

#createStoreModal button:has(.fa-xmark) { color: #E3E7EC;}
#createStoreModal h2 { font-weight: 700; line-height: 1.25;}
#createStoreModal h2, #createStoreModal label, #createStoreModal a {color: var(--main-blue);}
#createStoreModal p {color: #52627A; margin-top: -0.5rem}
#createStoreModal input {color: #64748B;}
#createStoreModal form input.form-control {line-height: 1.0; padding: 0.9em 1em; color:var(--main-blue);}

.store-name-tooltip > .tooltip-inner {
  background-color:  #414F62;
}

.store-name-tooltip.bs-tooltip-bottom > .tooltip-arrow::before,
.store-name-tooltip.bs-tooltip-auto[data-popper-placement^=bottom] > .tooltip-arrow::before {
  border-bottom-color: #414F62;
}

.store-name-tooltip.bs-tooltip-top > .tooltip-arrow::before,
.store-name-tooltip.bs-tooltip-auto[data-popper-placement^=top] > .tooltip-arrow::before {
  border-top-color: #414F62;
}

.store-name-tooltip.bs-tooltip-start > .tooltip-arrow::before,
.store-name-tooltip.bs-tooltip-auto[data-popper-placement^=left] > .tooltip-arrow::before {
  border-left-color: #414F62;
}

.store-name-tooltip.bs-tooltip-end  > .tooltip-arrow::before,
.store-name-tooltip.bs-tooltip-auto[data-popper-placement^=bottom] > .tooltip-arrow::before {
  border-right-color: #414F62;
}

.create-store-form-progress{
  width: 44px;
  height: 6px;
  top: 20px;
  margin-left: 3.5px;
  margin-right: 3.5px;
  border-width: 0px;
}

.btn-pre-onboarding-back, .btn-pre-onboarding-back:not(.active) {
  border-color: #E3E7EC !important;
  background-color: var(--white) !important;
  color: #9EADB8 !important;
  padding: 0px 18px;
  font-size: 18px;
  line-height: 1.0;
  border-radius: 5px;
}

.btn-pre-onboarding-back:hover, .btn-pre-onboarding-back:active, .btn-pre-onboarding-back.active, .btn-pre-onboarding-back:focus {
  border-color:#E3E7EC !important;
  background-color: #E3E7EC !important;
  color: var(--white)!important;
}

#createStoreModal .form-check .form-check-label {
  color: var(--main-blue);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 0.935em;
}

#createStoreModal .form-check-input {
  border-radius: 3px !important;
  height: 20px;
  width: 20px;
  margin-right: 16px;
}


#createStoreModal .form-check-input:checked{
  background-color: var(--main-green);
}
#createStoreModal .form-check-input:focus {
  border-color: #ACB0B4;;
}
#createStoreModal select {
  appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
  background-position: calc(100% - 16px) center !important;
  background: url("data:image/svg+xml,<svg width=\"18\" height=\"12\" viewBox=\"0 0 11 7\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.75 6.25C5.5581 6.25 5.3661 6.17676 5.21985 6.03027L0.719849 1.53027C0.42688 1.2373 0.42688 0.762695 0.719849 0.469727C1.01282 0.176758 1.48743 0.176758 1.7804 0.469727L5.75 4.44062L9.72032 0.470312C10.0133 0.177344 10.4879 0.177344 10.7809 0.470312C11.0738 0.763281 11.0738 1.23789 10.7809 1.53086L6.28086 6.03086C6.13438 6.17734 5.94219 6.25 5.75 6.25Z\" fill=\"black\"/></svg>") no-repeat;
  padding: 8px 32px 8px 16px;
}

.radio-form  input[type="radio"] {
	appearance: none;
	width: 20px;
	height: 20px;
	border: 1px solid #ACB0B4;
	border-radius: 50%;
	background-clip: content-box;
	padding: 1px;
  margin-top: -3px;
  vertical-align: middle;
}

.radio-form input[type="radio"]:checked {
	background-color: #9CBB4A;
}

.radio-form label{
  margin-left: 15px;
  font-size: 0.935em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.color-scheme-form{
  padding-left: 10px;
}

/* Information blocks */
.info-section img {max-width: 300px;}

/* Contact box */
.social-circle  {width: 70px; height: 70px; font-size: 2em; margin-top: -80px;color: var(--white);}

/* Partners */
.partner {text-indent: -9999px; background-position: center; background-size: 60%; background-repeat: no-repeat !important; padding: 2rem 0rem;}
.free-trial .partner {background-size: 80%;}
.partner-facebook { background-image: url('/images/logos/integrations/facebook-business.svg');}
.partner-google {background-image: url('/images/logos/integrations/google-partner.svg');}
.partner-instagram {background-image: url('/images/logos/integrations/instagram.svg');}
.partner-ig {background-image: url('/images/logos/integrations/instagram.svg');}
.partner-whatsapp {background-image: url('/images/logos/integrations/whatsapp.svg');}
.partner-mercadolibre {background-image: url('/images/logos/integrations/mercadolibre.svg');}
.partner-mercadolivre {background-image: url('/images/logos/integrations/mercadolivre.svg');}
.partner-mercadopago {background-image: url('/images/logos/payment/mercadopago.svg');}
.partner-yape {background-image: url('/images/logos/payment/yape.svg');}
.partner-sibs {background-image: url('/images/logos/payment/sibs.svg');}
.partner-olx {background-image: url('/images/logos/integrations/olx.svg');}
.partner-dpd {background-image: url('/images/logos/shipping/dpd.svg');}
.partner-entel {background-image: url('/images/logos/integrations/entel.svg');}
.partner-correosdechile {background-image: url('/images/logos/shipping/correosdechile.svg');}
.partner-transbank {background-image: url('/images/logos/integrations/transbank.svg');}
.partner-bancolombia {background-image: url('/images/logos/integrations/bancolombia.svg');}
.partner-bsale {background-image: url('/images/logos/integrations/bsale.svg');}
.partner-moloni {background-image: url('/images/logos/integrations/moloni.svg');}
.partner-stripe {background-image: url('/images/logos/integrations/stripe.svg');}
.partner-aliexpress {background-image: url('/images/logos/integrations/aliexpress.svg');}
.partner-paypal {background-image: url('/images/logos/payment/paypal.svg');}
.partner-izipay {background-image: url('/images/logos/payment/izipay.svg');}
.partner-pagseguro { background-image: url('/images/logos/payment/pagseguro.svg'); }
.partner-pix { background-image: url('/images/logos/payment/pix.svg'); }
.partner-ctt {background-image: url('/images/logos/shipping/ctt.svg');background-size: 35%!important;}
.partner-bizum { background-image: url('/images/logos/payment/bizum.svg'); }
.partner-flow {background-image: url('/images/logos/payment/flow.svg');}

@media (min-width: 991px) and (max-width: 1200px) {
  .partner {background-size: 80%;}
  .free-trial .partner {background-size: 60%;}
}
@media (min-width: 576px) and (max-width: 768px) {
  .partner {background-size: 60%;}
}

.contact-page .form-control, .contact-page .form-select {
    -webkit-appearance: none; -moz-appearance: none; appearance: none; background-clip: padding-box; background-color: #fff; border: 1px solid rgba(0,0,0,.125); border-radius: 0.375rem; box-shadow: 0 0; font-size: 1.0625rem;font-weight: 400;line-height: 1.6;padding: 0.8125rem 1.25rem;
}
.contact-page .form-control:focus, .contact-page .form-select:focus {
  border-color:#86b7fe !important;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

/* Shapes */
.shape {position: absolute; z-index: 1;}
.shape-1,.shape-3 {left: 0;}
.shape-2 {right: 0;}
.over-shape {z-index: 2; position: relative;}
@media (min-width: 768px) {
  .shape {width: 70%;}
  .shape-1 {top: -15%;}
  .shape-2 {top: -80%;}
  .shape-3 {top: -15%;}
}
@media (min-width: 1200px) {
  .shape {width: 50%;}
}
@media (min-width: 1400px) {
  .shape-1 {width: 50%;}
  .shape-2 {top: -160%; width: 65%;}
}
@media (max-width: 767px) {
  .shape {width: 70%;}
  .shape-1 {top: 30%;}
  .shape-2 {top: -20%;}
  .shape-3 {top: 30%;}
}
@media (max-width: 576px) {
  .shape {width: 90%;}
}

.home-container section {
  z-index: 2;
  position: relative;
}
a.icon-block {text-decoration: none;}
.icon-block .icon-block_icon {
  width: 20%;
  height: 150px;
  font-size: 3em;
  text-align: center;
  vertical-align: middle;
  line-height: 150px;
  color: #fff;
}
.icon-block .icon-block_info { width: 70%;}

@media (max-width: 576px) {
  .icon-block .icon-block_icon {
    width: 100%;
    height: 100px;
    line-height: 100px;
    display: block;
  }
.icon-block .icon-block_info { width: 100%;}
}

.icon-block p {margin: 0;}


/* Vertical icon block */
.icon-block-vertical .icon-block_icon {
  width: 100%;
  font-size: 3em;
  text-align: center;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.icon-block-vertical p {margin: 0;}

/* Webinars */
.webinars article {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: space-between;
}

/* About */
.about-data .icon-block .icon-block_icon { width: 30%;}
.about-data .icon-block .icon-block_info { width: 60%;}

@media (max-width: 991px) {
  .about-data .icon-block .icon-block_icon {
    width: 100%;
    height: 100px;
    line-height: 100px;
    display: block;
  }
  .about-data .icon-block .icon-block_info { width: 100%;}
}

.team-images .team-image img {
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.team-images .team-image img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}

.team-images .team-title {
  min-height: 80px;
}

.team-images .team-circle {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  filter: grayscale(1);
  transition: filter .5s;
  background-position: top;
}

.team-images .team-member:hover .team-circle {
  filter: none;
  -webkit-filter: grayscale(0);
}

#offices .map .flag {
  display: flex;
  display: -ms-flexbox !important;
  justify-content: center;
  -ms-flex-pack: center !important;
  margin-top: -35px;
  z-index: 9000;
  position: relative;
}

#offices .map .flag img {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 100px;
  border: 3px solid white;
  filter: grayscale(1);
  transition: filter 5s;
}

#offices .map:hover .flag img {
  filter: grayscale(0);
}

.fulfillments-list img {max-width: 200px;}

/* Features Blocks */
.features_block {
  position: relative;
}
.features_block .features_feature-content {
  position: relative;
  z-index: 2;
  padding-left: 65px;
}
.features_feature-icon {
  display: flex;
  position: absolute;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 0;
  font-size: 1.5em;
  color: var(--main-blue);
  border: 1px solid var(--main-blue);
  background-color: transparent;
  left: 0px;
  top: 0px;
  transition: background-color .5s, color .5s;
}

.features_block:hover .features_feature-icon {
  align-items: center;
  justify-content: center;
  color: var(--white);
  background-color: var(--main-blue);
  left: 0px;
  top: 0px;
}
/* Professionals */
.professional-block {text-decoration: none;}
.professional-block:hover {cursor: pointer; text-decoration: none;}
.professional-info li {position: relative;}
.professional-info li:not(:last-child) {margin-bottom: .5em;}
.professional-info li span {display: inline-block; width: 25px; position: absolute; left: 0; top: 0;}
.professional-info li a,
.professional-info li div {padding-left: 25px;}
.professional-block h5 a {text-decoration: none;}
.professional-block_img-container {overflow: hidden; border-radius: .25em;}
.professional-block_name-container {min-height: 7em;}
.professional-block_box {min-height: 11rem;}
.professional-recommended .owl-stage-outer {padding-top: 1em;}
.custom-badge {font-size: .75em; margin-bottom: 0.05em;}

.owl-carousel .owl-dots {text-align: center;}
.owl-carousel .owl-dots .owl-dot span {width: 10px;height: 10px;margin: 0 5px;opacity: 1;background-color: transparent !important;border: 1px solid var(--main-green); display: inline-block; border-radius: 50%}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {background-color: var(--main-green)!important;}

/* Jumpdesign */
.testi-meta {font-weight: 600;}
.jumpdesign-testimonials img {width: 60px!important;}
.comparison-table tbody tr > * {
  padding: 0.75rem 1rem;
  vertical-align: middle;
}
.table-bordered>:not(caption)>*,
.comparison-table tbody tr > * {
  border-color: #e1e5eb;
}
.fulfillments-list img {max-width: 200px;}

/* Comparison table */
#comparison-table .price-tenure {font-size: 10px;margin-bottom: 2px;font-weight: normal;margin-left: 4px;}
#comparison-table .plans-filter {min-width: 260px;}
#comparison-table .plans-filter .btn {padding: 1em 1em;font-size: .75em;width: 33.33%;}
#comparison-table .comparison-price {display: flex;justify-content: center;align-items: end;}
#comparison-table .comparison-price span {line-height: 1.2;}
#comparison-table .jumpseller-td,
#comparison-table .competition-td {max-width: 160px;}
#comparison-table .competition-td {color: #999}
#comparison-table .jumpseller-td {background-color: var(--light-blue-1)!important;}
#comparison-table td img {width: 120px;display: block;margin: auto;}
#comparison-table .competition-td img {filter: grayscale(1);}

/* Browser */
.showcase-item {text-decoration: none;}
.showcase-item-browser {overflow: hidden; border-radius: 5px; border: 1px solid var(--main-blue);}
.showcase-item-browser-bar {background-color: var(--main-blue); padding: 0.75em 1em; display: flex;}
.showcase-item-browser-bar span {width: 10px; height: 10px; border-radius: 50%; display: inline-block; margin-right: 5px;}
.showcase-item-browser-bar span.green-dot {background-color: var(--main-green);}
.showcase-item-browser-bar span.white-dot {background-color: var(--white);}
.showcase-item-browser-bar span.red-dot {background-color: #EE4823;}
.showcase-item-browser .showcase-image {padding-bottom: 60%; background-repeat: no-repeat; background-size: cover; background-position: top center; transition: background-position 1s;}
.showcase-item-browser .showcase-image-theme {padding-bottom: 110%; display:none;}
.showcase-item-browser .showcase-image-theme.active{display: block;}
.theme-showcase-image {display:none;}
.theme-showcase-image.active{display: block;}
.showcase-item-browser:hover .showcase-image {background-position: bottom center;}
.showcase-item h5 {font-weight: 400;}
a.showcase-item:hover h5 {text-decoration: underline;}
.showcase-item-info span {color: #323232;}
.showcase-pills {
  display: flex;
  gap: .5em;
  align-items: center;
}

.showcase-pill {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  cursor: pointer;
  transition: transform .25s, border-radius .25s;;
}

.showcase-pill:not(.active):hover {
  transform: scale(1.3);
  border-radius: 5px;
}

.showcase-pill.active::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  border: 1px solid #323232;
  display: block;
}

.theme-swatches .showcase-pills {
  width: 100%;
  justify-content: end;
  padding: 1rem 0;
}

.theme-swatches .showcase-pill {
  width: 24px;
  height: 24px;
}

.theme-swatches .showcase-pill.active::before {
  width: 30px;
  height: 30px;
}

/* Sell Pages */
@media (max-width: 576px) {
  .form-landing-input { margin: 0 auto ;}
  .form-landing-input { width: 75%;}
 }
 @media (max-width: 460px) {
  .form-landing-input { width: 100%;}
 }

 .rounded-4 {
  border-radius: 1.3rem!important;
}

.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}

@keyframes filter-animation {
  0% {fill: #b2d7f5; }
  33% { fill: #cddaf8; }
  66% { fill: #a6e22e; }
  100% { fill: #b2d7f5;  }
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.shadow {
  box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.014),
  0 6.7px 5.3px rgba(0, 0, 0, 0.018),
  0 12.5px 50px rgba(0, 0, 0, 0.02),
  0 22.3px 17.9px rgba(0, 0, 0, 0.012),
  0 11.8px 100px rgba(0, 0, 0, 0.012),
  0 10px 200px rgba(0, 0, 0, 0.018);
}
.review {
    background-color: white;
    padding: 25px 40px;
    border-radius: 5px;
    border: 1px solid #f4f4f4;
}
span.review-stars {
    display: block;
    margin-bottom: 10px;
}
.review p {
  font-size: 80% !important;
}

/* Cookie Consent Style */
.cc-color-override-688238583.cc-window {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(6 3 62) !important;
}

.cc-color-override-688238583 .cc-btn {
  color: rgb(0, 0, 0);
  border-color: transparent;
  background-color: rgb(255 255 255) !important;
}