/* === FONTS === */
@font-face {
  font-family: "Manrope";
  src:
    url("/user/documents/upload/fonts/manrope-latin-ext-200.woff2")
      format("woff2"),
    url("/user/documents/upload/fonts/manrope-latin-ext-200.woff")
      format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src:
    url("/user/documents/upload/fonts/manrope-latin-ext-300.woff2")
      format("woff2"),
    url("/user/documents/upload/fonts/manrope-latin-ext-300.woff")
      format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src:
    url("/user/documents/upload/fonts/manrope-latin-ext-400.woff2")
      format("woff2"),
    url("/user/documents/upload/fonts/manrope-latin-ext-400.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src:
    url("/user/documents/upload/fonts/manrope-latin-ext-500.woff2")
      format("woff2"),
    url("/user/documents/upload/fonts/manrope-latin-ext-500.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src:
    url("/user/documents/upload/fonts/manrope-latin-ext-600.woff2")
      format("woff2"),
    url("/user/documents/upload/fonts/manrope-latin-ext-600.woff")
      format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src:
    url("/user/documents/upload/fonts/manrope-latin-ext-700.woff2")
      format("woff2"),
    url("/user/documents/upload/fonts/manrope-latin-ext-700.woff")
      format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src:
    url("/user/documents/upload/fonts/manrope-latin-ext-800.woff2")
      format("woff2"),
    url("/user/documents/upload/fonts/manrope-latin-ext-800.woff")
      format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HemiHead";
  src:
    url("/user/documents/upload/fonts/hemi-head-latin-ext.woff2")
      format("woff2"),
    url("/user/documents/upload/fonts/hemi-head-latin-ext.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* === VARS === */
:root {
  --color-primary-h: 240;
  --color-primary-s: 80%;
  --color-primary-l: 22%;
  --c-black: #000000;
  --t-accent: #0dccfc;
  --t-primary: #ffffff;
  --color-tertiary-hover: #ffffff;
  --template-font: "Manrope";
  --template-headings-font: "HemiHead";
  --pem-color-border: rgba(36, 157, 182, 0.2);
  --pem-color-border-hover: rgba(36, 157, 182, 0.5);
  --pem-background-color-input: #2d4047;
  --pem-background-color-box:
    radial-gradient(
      circle at top left,
      rgba(36, 157, 182, 0.15) 0%,
      rgba(36, 157, 182, 0.05) 30%,
      transparent 100%
    ),
    #00000021;
}

/* === HEADER === */
.header-bottom-wrapper {
  border-bottom: 0 !important;
}

.p-detail-inner-header > h1 {
  color: #fff !important;
}

#header {
  position: sticky;
  top: 0;
  z-index: 9999;
  border-bottom: 1px solid var(--color-primary-hover) !important;
}

@media (min-width: 992px) {
  .header-bottom {
    height: 50px;
  }
}

:where(body.ums_page_element_headings--on)
  :where(.footer)
  .pageElement__heading {
  color: #000;
}

/* === CONTENT === */
@supports (width: 100vw) {
  @media (min-width: 768px) {
    .full-width {
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      width: 100% !important;
    }
  }
}

.popup-widget-inner,
.popup-widget:before {
  background: var(--color-primary);
}

.benefit-banners-full-width,
.homepage-banners-full-width,
.homepage-latest-contribution-full-width {
  display: none;
}

.empty-content p {
  color: #fff;
}

.customer-page .content {
  background: var(--color-primary);
}

.id--8 .content {
  background-color: transparent;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}

.customer-page thead tr {
  background-color: var(--color-secondary);
}

.customer-page .content {
  background-color: transparent;
}

.overall-wrapper {
  background-color: var(--color-primary);
}

@media (max-width: 767px) {
  .overall-wrapper {
    padding-top: 0px;
  }
}

#reg-info {
  color: #fff;
}

.quantity,
.quantity .decrease,
.quantity .increase {
  border-color: var(--pem-color-border);
  background-color: var(--pem-background-color-input);
}

.filter-count {
  background-color: var(--color-secondary);
}

.p-price-wrapper .price-additional,
.p-price-wrapper .standard-price-label {
  color: #ccc;
}

:where(body.ums_a11y_category_page--on) .listSorting__control--current,
:where(body.ums_a11y_category_page--on)
  .listSorting__control--current:focus-visible {
  background-color: var(--color-secondary);
}

.listSorting__controls > li > button {
  border-radius: 8px !important;
}

.listSorting__control--current {
  color: var(--color-primary-hover);
}

.p-detail-full-width #tab-content {
  background: transparent;
  box-shadow: none;
}

.shp-tabs-row .shp-tabs-holder ul.shp-tabs li.shp-tab a {
  border-radius: 8px;
  padding: 8px 24px 16px;
}

.active .shp-tab-link,
.shp-tab-link:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-tertiary);
}

.shp-tabs-holder {
  border-bottom: 1px solid var(--color-primary-hover);
}

.shp-tabs-row .shp-tabs-holder ul.shp-tabs li.shp-tab a {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.shp-tab-link:hover {
  color: #fff;
}

.shp-tabs-holder ul.shp-tabs li a {
  border-width: 0;
}

#content #filters {
  border-color: ar(--color-secondary);
}

.popup-widget.search-widget {
  background: none !important;
}

.content-wrapper {
  background-color: var(--color-primary) !important;
}

@media (min-width: 992px) {
  .content-wrapper {
    background-color: transparent !important;
  }
}

.content-modal {
  padding: 8px;
  background-color: var(--color-primary);
}

#cboxContent {
  background-color: var(--color-primary);
}

#cboxClose {
  background-color: transparent !important;
}

.btn.btn-sm,
a.btn.btn-sm {
  line-height: 16px;
  padding: 16px 16px;
}

.cookiesSetting__item__status {
  color: black;
}

.messages {
  z-index: 10000 !important;
}

.mce-content-body {
  color: black;
}

#description_ifr {
  color: var(--color-primary) !important;
  background-color: red !important;
}

.editor-active {
  color: var(--color-primary) !important;
  background-color: red !important;
}

.pageGrid.editor-active {
  background-color: red !important;
}

.pageGrid.editor-active b,
.pageGrid.editor-active {
  color: var(--color-primary) !important;
  background-color: red !important;
}


/* === PRODUCTS === */
.products-top-wrapper {
  display: none;
}

.product-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 10px 0 24px 0;
}

@media (max-width: 575px) {
  .product-benefits {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.product-benefit {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 10px;
  border: 1px solid rgba(36,157,182,.18);
  border-radius: 10px;
  background:
    linear-gradient(
    rgba(36,157,182,.08),
    rgba(36,157,182,.04)
  );
}

.product-benefit__icon {
  font-size: 18px;
  line-height: 1;
}

.product-benefit__label {
  font-size: 10px;
  color: #9aa4ad;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-benefit__value {
  font-weight: 600;
  color: #fff;
}

.default-variant .availability-label {
  display: none;
}

.discussion-form,
.product-question-form {
  background:
    radial-gradient(
      circle at top left,
      rgba(36, 157, 182, 0.15) 0%,
      rgba(36, 157, 182, 0.05) 30%,
      transparent 100%
    ),
    #00000021;
  border: 1px solid var(--pem-color-border);
  border-radius: 12px;
  transition:
    border-color 0.5s ease,
    transform 0.5s ease,
    background-color 0.5s ease;
}

.product-question-form {
  margin: 0;
  padding: 20px;
}

.latest-contribution-discussion {
  display: none !important;
}

.p-thumbnails.overflow-next:after {
  background-image: linear-gradient(
    90deg,
    rgba(35, 35, 35, 0) 0,
    rgba(35, 35, 35, 1) 50%
  );
}

.p-thumbnails.overflow-prev:before {
  background-image: linear-gradient(90deg, #232323 50%, rgba(35, 35, 35, 0));
}

.p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner a {
    margin-right: 20px;
}

.tab-pane .detail-parameters {
  background: linear-gradient(rgb(3 100 145 / 19%), rgb(15 63 112 / 18%));
}

.tab-content .detail-parameters {
  border-color: var(--pem-color-border);
}

.tab-content .detail-parameters th {
  border-right-color: var(--pem-color-border);
}

.tab-content .detail-parameters tr:nth-child(odd) {
  background-color: transparent;
}


/* === NAVIGATION === */
.menu-level-2 {
  border-bottom: 1px solid #098fb0 !important;
}

.navigation-in {
  font-size: 20px;
  line-height: 14px;
}

.navigation-in ul li a b {
  font-weight: 700 !important;
}

.navigation-in ul.menu-level-2 {
  background-color: transparent;
}

@media (min-width: 992px) {
  .navigation-in ul.menu-level-2 {
    background-color: var(--color-primary);
  }
}

@media (min-width: 1200px) {
  .navigation-in > ul > li.ext > ul > li {
    flex-basis: 15%;
    width: 15%;
  }
}

@media (min-width: 768px) {
  .navigation-in > ul > li.ext > ul > li > div {
    display: none;
  }
}

.navigation-in > ul > li.ext > ul > li > a img {
  width: 140px !important;
  height: 100px !important;
  max-width: 1400px !important;
  max-height: 100px !important;
}

@media (max-width: 767px) {
  .navigation-in .exp {
    background-color: var(--color-secondary);
  }
}

@media (max-width: 767px) {
  .navigation-in {
    background-color: var(--color-secondary);
  }
}

@media (min-width: 768px) {
  .navigation-in > ul > li.ext > ul,
  .navigation-in > ul > li.ext > ul > li {
    align-items: center !important;
  }
}

.responsive-nav .hidden-links {
  padding: 10px;
  border: 0;
  border-radius: 0;
  background-color: var(--color-secondary);
}

.responsive-nav .hidden-links>li {
  border: 0;
}

.responsive-nav .hidden-links a {
  color: var(--t-primary);
}

.breadcrumbs {
  background-color: transparent !important;
}

.breadcrumbs a,
.breadcrumbs .navigation-bullet {
  color: #fff;
}

/* === BRANDS / CATEGORIES === */
.subcategories.with-image li a .image {
  text-align: center !important;
  width: 200px;
  height: 140px;
}

.subcategories.with-image li a {
  flex-direction: column;
}

.subcategories.with-image li a .image {
  text-align: center !important;
  width: 100% !important;
}

.subcategories.with-image li a .image img {
  max-height: 100% !important;
}

.subcategories li a {
  border-style: none;
  height: auto;
}

.subcategories li a:before {
  content: none;
}

.subcategories.with-image li a .text {
  display: none;
}

.subcategories li a:hover {
  background-color: transparent;
}

/* === SEARCH === */
.searchWhisperer {
  background-color: transparent !important;
}

/* === FOOTER === */
.footer-bottom-full-width {
  background-color: #232323 !important;
}

.footer-bottom,
.footer-bottom-full-width {
  background-color: #232323;
}

#footer h4 {
  color: var(--color-primary);
}

#footer .footer-bottom,
#footer .footer-bottom a {
  color: #bbb;
}

#footer .footer-bottom a {
  color: var(--color-tertiary-hover);
}

#footer .footer-bottom a:hover {
  color: var(--color-primary-hover);
}

#footer .footer-rows {
  background: url("/user/documents/upload/img/logo/proemoto-znak.png") no-repeat
    right center;
}

@media (max-width: 767px) {
  #footer .footer-rows {
    background-position: center center;
    background-size: 85% auto;
  }
}

/* === CAROUSEL === */
@media (max-width: 991px) {
  .carousel .item img {
    height: 300px !important;
    object-fit: cover !important;
  }

  .extended-banner-texts {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
  }

  .extended-banner-title,
  .extended-banner-text {
    margin-bottom: 0 !important;
    grid-column: 1 !important;
  }

  .extended-banner-link {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
  }
}

@media (min-width: 992px) {
  .extended-banner-texts {
    background-color: rgba(3, 16, 30, 0.6);
    max-width: 380px;
  }

  @supports (backdrop-filter: blur(2px) saturate(120%)) {
    .extended-banner-texts {
      background-color: rgba(3, 16, 30, 0.4) !important;
      -webkit-backdrop-filter: blur(2px) saturate(120%);
      backdrop-filter: blur(2px) saturate(120%);
    }
  }
}

.carousel .extended-banner-texts,
.next-to-carousel-banners .extended-banner-texts {
  background-color: #161616;
  color: var(--color-tertiary-hover);
}

/* === SOCIALS === */
a.social-icon {
  background-color: var(--color-primary);
}

.social-buttons {
  padding: 10px;
  background-color: var(--color-primary);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.08) !important;
}

.social-icon-list {
  margin-top: 20px;
}

/* === CUSTOMER LOGIN === */
#login {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.08) !important;
}

.login-widget .popup-widget-inner,
.search-widget .popup-widget-inner {
  background: var(--pem-background-color-box);
  padding: 24px;
}

@media (min-width: 768px) {
  .customer-page .content,
  .id--4 .content,
  .id--8 .content {
    margin-top: 20px;
    margin-bottom: 40px;
    background: var(--pem-background-color-box);
    border: 1px solid var(--pem-color-border);
  }
}

/* === ORDER / CART === */
#checkoutSidebar .cart-content,
.checkout-box,
.checkout-box-wrapper,
.ordering-process .co-box,
.summary-wrapper {
  background: var(--pem-background-color-box);
  border: 1px solid var(--pem-color-border);
}

.checkout-box {
  background: transparent;
  border: none;
  text-align: center;
}

.co-box.co-contact-information {
  background-color: rgba(0, 0, 0, 0.13) !important;
}

.cart-content > .box.box-bg-default,
.ordering-process .co-box > .box.box-bg-default {
  background-color: initial;
}

.cart-item > div {
  border-color: var(--pem-color-border);
}

.cart-table {
  border-color: var(--pem-color-border);
}

.cart-table tr td,
.cart-table tr td.cart-p-image {
  background-color: var(--color-primary) !important;
}

.cart-table tr td {
  border-top-color: var(--pem-color-border);
}

.cart-widget-product-delete button {
  background: var(--color-primary) !important;
}

.cart-widget-product {
  color: #fff;
  border-bottom-color: var(--pem-color-border);
}

amount,
.cart-widget-product-name a {
  color: var(--color-primary);
}

.cart-widget {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.08) !important;
}

.cart-widget,
.cart-widget-button,
.cart-widget-bottom {
  background-color: var(--color-primary);
}

ol.cart-header li a,
ol.cart-header li strong,
.price-wrapper .price-secondary,
.recapitulation-shipping-billing-info--withVat,
.remove-item:before,
.cart-table .p-price .price-final,
.cart-table .p-name .main-link-variant,
.next-step-back,
a.next-step-back,
amount,
.cart-widget-product-name a,
.unit-value {
  color: #fff;
}

ol.cart-header li.completed a,
ol.cart-header li.completed strong {
  color: #aaa;
}

.for-free {
  color: #fff;
}

.country-flags.active .country-flags-inner {
  background-color: var(--pem-background-color-input);
  border-color: var(--pem-color-border);
}

.country-flags.active .country-flag.selected,
.country-flags.active .country-flag.suggested,
.country-flags.active .country-flag:hover {
  background-color: var(--color-secondary) !important;
  border-bottom-color: var(--pem-background-color-input);
}

.country-flags.active .country-flag {
  background-color: var(--pem-background-color-input);
}

.country-flags.active .country-flag.country-flag-preferred {
  background-color: var(--pem-background-color-input);
  border-bottom-color: var(--pem-background-color-input);
}

/* === FORMS === */
:where(.ums_forms_redesign--off) .form-control:focus,
:where(.ums_forms_redesign--on) .form-control:focus,
:where(.ums_forms_redesign--off) select:focus,
:where(.ums_forms_redesign--on) select:focus {
  color: var(--color-primary);
}

:where(.ums_forms_redesign--on) .question-tooltip {
  background-color: var(--color-secondary);
}

:focus-visible,
[tabindex="0"]:focus-visible,
input:focus-visible,
input[type="checkbox"].focus-visible + label,
input[type="checkbox"]:focus-visible + label,
input[type="radio"].focus-visible + label,
input[type="radio"]:focus-visible + label,
label:has(input[type="radio"].focus-visible),
label:has(input[type="radio"]:focus-visible),
select:focus-visible,
textarea:focus-visible {
  box-shadow: 0 0 0 2px var(--color-secondary);
  outline: none;
  outline-offset: 0;
}

.form-control,
select {
  color: #fff !important;
  background-color: var(--pem-background-color-input);
  border: none;
}

.p-variants-block .form-control {
  border: 1px solid var(--pem-color-border);
}

.btn.btn-primary {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: var(--colors-surface-white);
}

.btn.btn-primary:hover {
  background-color: var(--colors-foregrounds-content-quaternary);
  border-color: var(--colors-foregrounds-content-quaternary);
  color: var(--colors-foregrounds-content-inverted);
}

.form-legend .required-asterisk.required-asterisk--before {
  display: none;
}

#simple-variants > select {
  color: var(--color-primary);
}

/* === CONTACT === */
.proemoto-contact {
  margin: 30px 0;
}

.proemoto-contact * {
  box-sizing: border-box;
}

.proemoto-link-map {
  border-radius: 6px;
  padding: 6px 12px;
  color: var(--t-primary);
  background: var(--color-secondary);
}

.proemoto-link-map svg {
  margin-top: 4px;
}

.proemoto-link-map:hover {
  color: var(--t-primary);
  background: var(--colors-foregrounds-content-quaternary);
  text-decoration: none !important;
}

.proemoto-contact-grid,
.proemoto-company-grid {
  display: flex;
  flex-wrap: wrap;
}

.proemoto-contact-grid > [class*="col-"],
.proemoto-company-grid > [class*="col-"] {
  display: flex;
}

.proemoto-card,
.proemoto-company-box {
  width: 100%;
  margin-bottom: 24px;
  padding: 24px;
}

.proemoto-card,
.proemoto-company-box,
.formContact {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgb(3 100 145 / 19%), rgb(15 63 112 / 18%));
  border: 1px solid var(--pem-color-border);
  border-radius: 12px;
  transition:
    border-color 0.5s ease,
    transform 0.5s ease,
    background-color 0.5s ease;
}

.formContact {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at top left,
      rgba(36, 157, 182, 0.15) 0%,
      rgba(36, 157, 182, 0.05) 30%,
      transparent 100%
    ),
    #00000021;
}

.proemoto-company-box-showroom {
  position: relative;
}

.proemoto-company-box-showroom > * {
  position: relative;
  z-index: 1;
}

.proemoto-company-box-showroom::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url("/user/documents/upload/img/banners/proemoto-showroom-praha-vinor.webp")
    center center / cover no-repeat;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(0, 0, 0, 0.85) 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(0, 0, 0, 0.85) 100%
  );
  pointer-events: none;
}

@media (max-width: 575px) {
  .proemoto-company-box-showroom::after {
    mask-image: linear-gradient(
      to right,
      transparent 0%,
      rgba(0, 0, 0, 0.4) 100%
    );
    -webkit-mask-image: linear-gradient(
      to right,
      transparent 0%,
      rgba(0, 0, 0, 0.4) 100%
    );
  }
}

.proemoto-card {
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
  position: relative;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.proemoto-card::before,
.proemoto-company-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 40px;
  height: 2px;
  width: 50px;
  background-color: var(--color-secondary);
}

.proemoto-card:hover::before,
.proemoto-company-box:hover::before {
  width: 100px;
}

.proemoto-card:hover,
.proemoto-company-box:hover {
  border-color: var(--pem-color-border-hover);
  transform: translateY(-2px);
  background-color: #001a2da6;
}

.proemoto-card h3,
.proemoto-company-box h3 {
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--color-secondary);
}

.proemoto-contact-row {
  margin: 0 0 10px;
  line-height: 1.55;
  position: relative;
  padding-left: 40px;
}

.proemoto-contact-row:last-child {
  margin-bottom: 0;
}

.proemoto-contact-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  height: 20px;
  background: url("/user/documents/upload/img/icons/envelope.svg")
    center/contain no-repeat;
}

.proemoto-contact-row.phone::before {
  background: url("/user/documents/upload/img/icons/telephone.svg")
    center/contain no-repeat;
}

.proemoto-contact-row small {
  font-size: 100%;
  font-weight: 200;
}

.proemoto-label {
  display: block;
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #888;
}

.proemoto-contact a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.proemoto-contact a:hover {
  text-decoration: underline;
}

.proemoto-company {
  margin-top: 10px;
}

.proemoto-company-title {
  margin: 40px 0 18px;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}

.proemoto-company-list {
  margin: 0 0 24px 0;
  padding: 0;
  list-style: none;
  line-height: 1.65;
}

.proemoto-company-list li {
  margin: 0;
}

li.proemoto-top {
  margin-top: 16px;
}

.formContactTitle {
  text-align: center;
}

.formContact {
  max-width: 700px;
  margin: 0 auto 80px auto;
  padding: 0;
}

.formContact > p {
  margin: 0;
  padding: 40px 50px 20px 50px;
  text-align: center;
  font-size: 14px;
}

.formContact .form-control-wrapper {
  max-width: 100% !important;
}

#formContact {
  padding: 40px;
  width: auto;
}

#formContact:hover {
  border-color: var(--pem-color-border-hover);
}

@media (max-width: 767px) {
  .proemoto-contact {
    margin: 20px 0;
  }

  .proemoto-card,
  .proemoto-company-box {
    padding: 20px;
  }

  .proemoto-card h3,
  .proemoto-company-box h3 {
    font-size: 19px;
  }

  .proemoto-company-title {
    font-size: 22px;
  }

  .formContact > p {
    padding-right: 20px;
    padding-left: 20px;
  }

  #formContact {
    padding: 20px;
  }
}

/* === COFIDIS === */
.pp_cofidis {
  margin-top: 25px;
  width: 230px;
}

.pp_cofidis img {
  border-radius: 10px;
}