@charset "UTF-8";
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

@media (min-width: 1550px) {
  .container {
    max-width: 1440px;
  }
}

body {
  font-family: "Roboto", sans-serif;
  max-width: 1920px;
  margin: auto;
}

body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.alert {
  padding: 8px 10px;
  font-size: 13px;
}

.alert-danger {
  background-color: #fff;
  opacity: 0.7;
  border: none;
  color: red;
}

a:focus-visible, button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .page-index #content-wrapper {
    padding: 0;
  }
}

button {
  border: none;
  background: none;
}

h1, h2, h3, h4, h5, h6, p, span {
  color: #333333;
}

.custom-select:focus {
  box-shadow: none;
  border: 1px solid #007AFF;
}

.form-control {
  border-radius: 20px;
}

.form-control:focus {
  box-shadow: none;
}

input[name="password"] + span .btn-primary {
  height: 39px;
  padding: 0 !important;
  border-radius: 0 25px 25px 0 !important;
  width: 50px;
  background-color: #eee !important;
  border: 1px solid #A1A1A1 !important;
}

@media (min-width: 768px) {
  input[name="password"] + span .btn-primary {
    height: 41px;
  }
}

@media (min-width: 992px) {
  input[name="password"] + span .btn-primary {
    height: 42px;
  }
}

input[name="password"] + span .btn-primary:hover {
  height: 39px;
  padding: 0 !important;
  border-radius: 0 25px 25px 0 !important;
  width: 50px;
  border: 1px solid #A1A1A1 !important;
  background-color: #c8c8c8 !important;
}

@media (min-width: 768px) {
  input[name="password"] + span .btn-primary:hover {
    height: 41px;
  }
}

@media (min-width: 992px) {
  input[name="password"] + span .btn-primary:hover {
    height: 42px;
  }
}

input[name="password"] + span .btn-primary:focus {
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

body:has(.header-top.is-sticky) #scroll-up {
  display: flex;
}

body #scroll-up {
  display: none;
  position: fixed;
  bottom: 5%;
  left: 5%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 100;
  cursor: pointer;
  background-color: #0069d9;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  body #scroll-up {
    left: unset;
    bottom: 8%;
    right: 1%;
  }
}

body #scroll-up svg path {
  stroke: #fff;
}

body #customBtnGlogin .buttonText {
  color: #fff;
  text-shadow: none;
}

#category.category-id-218 #search_filters {
  display: none;
}

#password #wrapper {
  margin-bottom: 50px;
}

#password #wrapper .forgotten-password {
  border-color: #007AFF;
  border-radius: 25px;
}

#password #wrapper .form-control-submit {
  border-radius: 25px;
}

#password #wrapper .card-footer {
  border-color: #007AFF;
  border-radius: 0 0 25px 25px;
}

#module-is_favoriteproducts-favorite #wrapper {
  padding: 50px 0;
}

svg {
  fill: none !important;
}

.input-group-append {
  background-color: transparent;
  border: none;
  height: fit-content;
  width: fit-content;
}

#footer .container-newsletter {
  height: 240px;
  background: linear-gradient(#74D9FE, #00B5F8);
}

@media (min-width: 1400px) {
  #footer .container-newsletter {
    height: 180px;
  }
}

@media (min-width: 1550px) {
  #footer .container-newsletter {
    height: 200px;
  }
}

#footer .container-newsletter .container {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 100%;
}

#footer .container-newsletter .container .row {
  justify-content: space-between;
}

#footer .container-newsletter .container .row .section-header-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 768px) {
  #footer .container-newsletter .container .row .section-header-wrapper {
    width: 50%;
  }
}

#footer .container-newsletter .container .row .section-header-wrapper .h3.section-header {
  color: #181F26;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.15px;
}

@media (min-width: 768px) {
  #footer .container-newsletter .container .row .section-header-wrapper .h3.section-header {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1400px) {
  #footer .container-newsletter .container .row .section-header-wrapper .h3.section-header {
    font-size: 32px;
    line-height: 34px;
  }
}

@media (min-width: 1550px) {
  #footer .container-newsletter .container .row .section-header-wrapper .h3.section-header {
    font-size: 36px;
    line-height: 38px;
  }
}

#footer .container-newsletter .container .row .section-header-wrapper p {
  color: #181F26;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.15px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #footer .container-newsletter .container .row .section-header-wrapper p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1550px) {
  #footer .container-newsletter .container .row .section-header-wrapper p {
    font-size: 16px;
    line-height: 24px;
  }
}

#footer .container-newsletter .container .row .newsletter-col-wrapper {
  margin-top: 20px;
}

@media (min-width: 768px) {
  #footer .container-newsletter .container .row .newsletter-col-wrapper {
    margin-top: 0;
  }
}

#footer .container-newsletter .container .row .newsletter-col-wrapper form {
  display: flex;
  flex-direction: column;
  align-items: end;
}

#footer .container-newsletter .container .row .newsletter-col-wrapper .block_newsletter_alert {
  width: 100%;
  margin-top: 15px;
}

@media (min-width: 992px) {
  #footer .container-newsletter .container .row .newsletter-col-wrapper .block_newsletter_alert {
    width: 50%;
  }
}

#footer .container-newsletter .container .row .newsletter-col-wrapper .row {
  justify-content: flex-end;
}

#footer .container-newsletter .container .row .newsletter-col-wrapper .row .input-group {
  margin-bottom: 10px;
}

#footer .container-newsletter .container .row .newsletter-col-wrapper .row .input-group input.form-control {
  height: 40px;
  border-radius: 36px 0 0 36px;
  border: 0;
  padding-left: 25px;
  max-width: 65%;
}

@media (min-width: 768px) {
  #footer .container-newsletter .container .row .newsletter-col-wrapper .row .input-group input.form-control {
    height: 50px;
    max-width: 75%;
  }
}

@media (min-width: 1550px) {
  #footer .container-newsletter .container .row .newsletter-col-wrapper .row .input-group input.form-control {
    height: 60px;
  }
}

#footer .container-newsletter .container .row .newsletter-col-wrapper .row .input-group input.form-control::placeholder {
  color: #A4ABB3;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}

@media (min-width: 768px) {
  #footer .container-newsletter .container .row .newsletter-col-wrapper .row .input-group input.form-control::placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
}

@media (min-width: 1550px) {
  #footer .container-newsletter .container .row .newsletter-col-wrapper .row .input-group input.form-control::placeholder {
    font-size: 16px;
    line-height: 24px;
  }
}

#footer .container-newsletter .container .row .newsletter-col-wrapper .row .input-group input.form-control:focus {
  box-shadow: none;
}

#footer .container-newsletter .container .row .newsletter-col-wrapper .row .input-group input.form-control:focus-visible {
  outline: none;
}

#footer .container-newsletter .container .row .newsletter-col-wrapper .row .input-group input.btn-primary {
  height: 40px;
  border-radius: 0 36px 36px 0;
  border: 0;
  background-color: #181F26;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  top: -1px;
}

@media (min-width: 768px) {
  #footer .container-newsletter .container .row .newsletter-col-wrapper .row .input-group input.btn-primary {
    height: 50px;
  }
}

@media (min-width: 1550px) {
  #footer .container-newsletter .container .row .newsletter-col-wrapper .row .input-group input.btn-primary {
    height: 60px;
    font-size: 16px;
    line-height: 24px;
  }
}

#footer .container-newsletter .container .row .newsletter-col-wrapper .row .input-group input.btn-primary:hover {
  background-color: #3B4957;
}

#footer .container-newsletter .container .row .newsletter-col-wrapper .row .input-group input.btn-primary:focus {
  box-shadow: none;
}

#footer .container-newsletter .container .row .newsletter-col-wrapper .row .input-group input.btn-primary:focus-visible {
  outline: none;
}

#footer .container-newsletter .container .row .newsletter-col-wrapper .row .newsletter-checkbox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  cursor: pointer;
}

#footer .container-newsletter .container .row .newsletter-col-wrapper .row .newsletter-checkbox input {
  margin-right: 10px;
  border-radius: 4px;
  border: 1px solid #181F26;
}

#footer .container-newsletter .container .row .newsletter-col-wrapper .row .newsletter-checkbox label {
  font-size: 12px;
  font-weight: 300;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #000;
  cursor: pointer;
  margin-bottom: 0;
}

.header-nav {
  padding: 0 !important;
}

#header {
  margin-bottom: 0 !important;
  z-index: 100;
  overflow: visible;
}

#header .header-top {
  border-bottom: none;
}

#header .header-top .header-top__content {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

@media (min-width: 1550px) {
  #header .header-top .header-top__content {
    padding-bottom: 20px !important;
  }
}

#header .header-top .header-top__content .header-top__block--logo img.logo {
  max-width: 150px;
  max-height: 60px;
}

@media (min-width: 992px) {
  #header .header-top .header-top__content .header-top__block--logo img.logo {
    max-width: 210px;
  }
}

@media (min-width: 1200px) {
  #header .header-top .header-top__content .header-top__block--logo img.logo {
    max-width: 255px;
  }
}

#header .header-top .header-top__content .header-top__row {
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  #header .header-top .header-top__content .header-top__row {
    flex-wrap: nowrap;
  }
}

#header .header-top .header-top__content .header-top__row .header-top__wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

#header .header-top .header-top__content .header-top__row .ets_mm_megamenu {
  display: none;
}

#header .header-top .header-top__block--cart {
  padding: 0;
}

@media (min-width: 768px) {
  #header .header-top .header-top__block--cart {
    padding: 0 10px;
  }
}

#header .header-top .header-top__block--cart .header-top__icon-container {
  align-items: center;
  display: flex;
  justify-content: center;
}

#header .header-top .header-top__text-container {
  display: none;
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
  text-wrap: nowrap;
  color: #6F6F6F;
}

@media (min-width: 992px) {
  #header .header-top .header-top__text-container {
    display: block;
  }
}

@media (min-width: 1400px) {
  #header .header-top .header-top__text-container {
    font-size: 16px;
  }
}

#header .header-top .header-top__icon-container {
  align-items: center;
  display: flex;
  justify-content: center;
}

#header .header-top .header-top__link {
  padding: 10px 10px 10px 0;
}

#header .header-top .header-top__link:hover {
  background: #fff;
}

#header .header-top .header-top__link:hover svg path {
  stroke: #007AFF;
}

#header .header-top .header-top__link:hover .header-top__text-container {
  color: #007AFF;
}

#header .header-top .header-top__badge {
  background: #007AFF;
  right: -0.5em;
  top: 1.5em;
}

@media (min-width: 992px) {
  #header .header-top .header-top__badge {
    right: 0.6em;
  }
}

#header .header-top .header-top__block--search {
  max-width: fit-content;
}

@media (min-width: 992px) {
  #header .header-top .header-top__block--search .search-toggler {
    display: none !important;
  }
}

#header .header-top .header-top__link:focus,
#header .header-top .header-top__link:hover {
  background-color: #fff;
}

#header .header-top .header-icons-wrapper {
  display: flex;
  align-items: center;
}

#header .header-top.is-sticky {
  position: static !important;
}

#header .ets_mm_megamenu {
  display: none;
  margin-top: 0 !important;
}

@media (min-width: 1200px) {
  #header .ets_mm_megamenu {
    display: block;
  }
}

@media (min-width: 1400px) {
  #header .ets_mm_megamenu {
    padding: 10px 0;
  }
}

@media (min-width: 1550px) {
  #header .ets_mm_megamenu {
    padding: 20px 0;
  }
}

#header .ets_mm_megamenu .mm_menus_ul {
  display: flex;
  justify-content: space-between;
}

#header .ets_mm_megamenu .mm_menus_ul .mm_menus_li .mm_menu_content_title {
  background-color: transparent;
  align-items: center;
  display: flex;
  border: none;
  color: #6F6F6F;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

@media (min-width: 1400px) {
  #header .ets_mm_megamenu .mm_menus_ul .mm_menus_li .mm_menu_content_title {
    font-size: 16px;
  }
}

#header .ets_mm_megamenu .mm_menus_ul .mm_menus_li .mm_menu_content_title img {
  width: auto;
  height: 26px;
  margin-right: 12px;
}

#header .ets_mm_megamenu .mm_menus_ul .mm_menus_li .mm_menu_content_title:hover {
  color: #181F26;
}

#header .ets_mm_megamenu .mm_menus_ul .mm_menus_li .mm_arrow {
  display: none;
}

#header .ets_mm_megamenu .mm_menus_ul .mm_menus_li .mm_columns_ul {
  box-shadow: 0 4px 12px 0 #eee;
  border-radius: 36px;
  border: 1px solid #eee;
  height: 75vh;
  max-height: max-content;
  overflow: auto;
  -webkit-mask-image: linear-gradient(black, black);
  -webkit-mask-composite: destination-in;
  /* Firefox */
}

#header .ets_mm_megamenu .mm_menus_ul .mm_menus_li .mm_columns_ul::-webkit-scrollbar {
  width: 6px;
  background-color: #F3F3F3;
}

#header .ets_mm_megamenu .mm_menus_ul .mm_menus_li .mm_columns_ul::-webkit-scrollbar-thumb {
  background-color: #80bcfc;
  border-radius: 6px;
}

#header .ets_mm_megamenu .mm_menus_ul .mm_menus_li .mm_columns_ul::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

#header .ets_mm_megamenu .mm_menus_ul .mm_menus_li .mm_columns_ul * {
  scrollbar-width: thin;
  scrollbar-color: #888 #F3F3F3;
}

#header .ets_mm_megamenu .mm_menus_ul .mm_menus_li #panda-omnibus span {
  font-size: 11px;
}

#header .ets_mm_megamenu .ets_mm_url:hover {
  border-radius: 25px;
  background-color: #D9EFFF;
}

#header .ets_mm_megamenu li > .ets_mm_categories {
  border-radius: 25px;
  display: none;
}

#header .ets_mm_megamenu li > .ets_mm_categories li {
  border: none;
}

#header .ets_mm_megamenu li > .ets_mm_categories .ets_mm_url::before {
  content: '';
}

#header .ets_mm_megamenu .ets_mm_block > .h4 {
  margin-left: 3px;
}

#header .ets_mm_megamenu .ets_mm_categories .ets_mm_url::before {
  content: '';
}

#header .ets_mm_megamenu .ets_mm_block_content .has-sub > a:before {
  content: '';
}

#header .ets_mm_megamenu .layout_layout3 .ets_mm_block_content li > a::before {
  content: '';
}

#header .ets_mm_megamenu .mm_columns_ul {
  padding-top: 30px !important;
}

#header .ets_mm_megamenu .mm_block_type_product span.h4 {
  text-transform: capitalize;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}

#header .ets_mm_megamenu .ets_mm_block_content .product-miniature .favorite-btn {
  width: 30px;
  height: 30px;
  display: none;
}

#header .ets_mm_megamenu .ets_mm_block_content .product-miniature .mm-product-description {
  width: 100%;
}

#header .ets_mm_megamenu .ets_mm_block_content .product-miniature .mm-product-description span.product-title {
  font-size: 16px;
}

#header .ets_mm_megamenu .ets_mm_block_content .product-miniature .mm-product-description .product-desc,
#header .ets_mm_megamenu .ets_mm_block_content .product-miniature .mm-product-description div.item {
  font-size: 12px;
}

#header .ets_mm_megamenu .ets_mm_block_content .product-miniature .mm-product-description .price {
  font-weight: 600;
  font-size: 22px;
}

#header .ets_mm_megamenu .ets_mm_block_content .product-miniature .product-thumbnail {
  width: 250px;
  border: none;
}

#header .header-top__block--menu-toggle .header-top__icon-container {
  flex-direction: column;
  align-items: center;
}

#header .header-top__block--menu-toggle .header-top__icon-container svg {
  width: 26px;
  height: 26px;
}

#header .header-top__block--menu-toggle .header-top__icon-container svg rect {
  fill: #6F6F6F;
}

#header .mobile-row-wrapper {
  width: 100%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

@media (min-width: 768px) {
  #header .mobile-row-wrapper {
    width: fit-content;
    margin-top: 0;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  #header .mobile-row-wrapper {
    display: none;
  }
}

#header #_desktop_search_from {
  margin-right: 10px;
  max-width: 280px;
}

@media (min-width: 768px) {
  #header #_desktop_search_from {
    margin-right: 0;
  }
}

#header #_desktop_search_from .search-form {
  max-width: 280px;
}

#header #_desktop_search_from .search-form .search-form__input {
  border: 1px solid #007AFF;
  height: 40px;
}

@media (min-width: 992px) {
  #header #_desktop_search_from .search-form .search-form__input {
    height: 45px;
  }
}

@media (min-width: 1550px) {
  #header #_desktop_search_from .search-form .search-form__input {
    height: 58px;
  }
}

#header #_desktop_search_from .search-form .search-form__input::placeholder {
  font-weight: 300;
  font-size: 14px;
  color: #2E2E2E;
}

@media (min-width: 1400px) {
  #header #_desktop_search_from .search-form .search-form__input::placeholder {
    font-size: 16px;
  }
}

#header .blockcart__dropdown {
  border-radius: 32px;
  border: none;
  box-shadow: 0 4px 12px 0 #eee;
}

#header .blockcart__dropdown .cart-dropdown__title p {
  font-size: 20px;
}

#header .blockcart__dropdown .cart-dropdown__title i {
  color: #000;
}

#header .blockcart__dropdown .cart-dropdown__products {
  border-color: #D9EFFF;
}

#header .blockcart__dropdown .cart-products__desc p {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

#header .blockcart__dropdown .cart-products__desc .text-muted {
  color: #000 !important;
}

#header .blockcart__dropdown .cart-products__desc .price {
  font-size: 18px;
}

#header .blockcart__dropdown .cart-summary-line.cart-total .label {
  font-size: 16px;
}

#header .blockcart__dropdown .btn-primary {
  border-radius: 34px;
  padding: 15px;
}

.ets-dir-ltr.layout_layout3 .mm_menus_li {
  border-left: none;
}

#header .layout_layout3:not(.changestatus) .mm_columns_ul * {
  color: #6F6F6F !important;
}

#_mobile_top_menu .main-menu__dropdown {
  flex-direction: column;
}

@media (min-width: 768px) {
  #_mobile_top_menu .main-menu__item-link + span.d-block {
    display: flex !important;
  }
  #_mobile_top_menu .main-menu__item-header {
    display: flex;
  }
  #_mobile_top_menu .main-menu__dropdown {
    align-items: stretch;
  }
  #_mobile_top_menu .main-menu__sub {
    position: static;
    display: none !important;
  }
  #_mobile_top_menu .main-menu__sub.show {
    display: block !important;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    padding: 0 30px 20px;
  }
  #_mobile_top_menu .main-menu__sub.show .main-menu__list {
    flex-direction: column;
  }
  #_mobile_top_menu .main-menu__sub.show .main-menu__list .main-menu__item {
    max-width: 100%;
  }
  #_mobile_top_menu .main-menu__item--sub {
    padding: 5px 10px;
  }
  #_mobile_top_menu .main-menu__item--sub .d-md-block.collapse {
    display: none !important;
  }
  #_mobile_top_menu .main-menu__item--sub .d-md-block.collapse.show {
    display: block !important;
  }
}

#_desktop_language_selector,
#_mobile_language_selector {
  display: none;
}

.menu-desktop {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  background-color: #D9EFFF;
  position: relative;
  overflow: visible;
}

.menu-desktop li {
  margin-right: 10px;
}

.menu-desktop li a {
  padding: 20px;
  display: block;
  cursor: pointer;
}

.menu-desktop .menu-desktop__submenu {
  background-color: #fff;
  display: none;
  position: absolute;
  left: 0px;
  top: 60px;
  z-index: 100;
  width: 99%;
  max-height: 75vh;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 4px 12px 0 #eee;
  border-radius: 36px;
  border: 1px solid #eee;
  padding: 20px;
  margin: 0 5px;
  -webkit-mask-image: linear-gradient(black, black);
  -webkit-mask-composite: destination-in;
  /* Firefox */
}

.menu-desktop .menu-desktop__submenu::-webkit-scrollbar {
  width: 6px;
  background-color: #F3F3F3;
}

.menu-desktop .menu-desktop__submenu::-webkit-scrollbar-thumb {
  background-color: #80bcfc;
  border-radius: 6px;
}

.menu-desktop .menu-desktop__submenu::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.menu-desktop .menu-desktop__submenu * {
  scrollbar-width: thin;
  scrollbar-color: #888 #F3F3F3;
}

.menu-desktop .menu-desktop__submenu .col-2\(3\) {
  width: 20%;
}

.menu-desktop .menu-desktop__submenu .submenu-column--title {
  font-weight: 600;
  background-color: #fff;
  pointer-events: none;
}

.menu-desktop .menu-desktop__submenu .submenu-column.hide-title .submenu-column--title {
  display: none;
}

.menu-desktop .menu-desktop__submenu li a {
  padding: 10px;
  text-decoration: none;
  color: #181F26;
}

.menu-desktop .menu-desktop__submenu li a:hover {
  text-decoration: none;
  border-radius: 25px;
  background-color: #D9EFFF;
}

#burger-btn:has(.menu-dialog.is-open) #_desktop_search_from {
  display: none !important;
}

#burger-btn .menu-dialog {
  width: 100vw;
  margin: 0 0 0 0;
  top: 155px;
  position: absolute;
  border-radius: 0;
  z-index: 1000;
  left: 0;
  background: #fff;
}

@media (min-width: 768px) {
  #burger-btn .menu-dialog {
    top: 125px;
  }
}

#burger-btn .menu-dialog .menu-dialog__navigation {
  padding: 20px !important;
  border-radius: 0 !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 4px 10px rgba(0, 0, 0, 0.1);
  /* delikatny cień dodatkowy */
}

#burger-btn .menu-dialog .panda-accordion__trigger .panda-accordion__trigger__text {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

#burger-btn .menu-dialog .panda-accordion__trigger .panda-accordion__trigger--icon {
  background-image: url(../img/icons/arrow-confi.svg);
  width: 13px;
  height: 8px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px;
  transform: rotate(0deg);
  /* domyślnie strzałka w dół */
  transition: transform 0.3s ease;
}

#burger-btn .menu-dialog .panda-accordion__trigger:hover .panda-accordion__trigger__text {
  color: #007AFF;
}

#burger-btn .menu-dialog .panda-accordion__trigger[aria-expanded="true"] .panda-accordion__trigger--icon {
  transform: rotate(180deg);
}

#burger-btn .menu-dialog .menu-dialog-submenu {
  padding-left: 25px;
}

#burger-btn .menu-dialog .menu-dialog-submenu .single-link--text {
  font-size: 15px;
  font-weight: 400;
}

#burger-btn .menu-dialog .menu-dialog-submenu .menu-dialog-submenu__item {
  margin-bottom: 5px;
}

#burger-btn .menu-dialog .menu-dialog-submenu .menu-dialog-submenu__item:hover .single-link--text {
  color: #007AFF;
}

#burger-btn .menu-dialog .menu-dialog-submenu .menu-dialog-submenu__item:hover .single-link {
  text-decoration: none;
}

#burger-btn .header-top__block--menu-toggle {
  position: static !important;
}

.menu-dialog {
  display: none;
}

.menu-dialog .header-top__link {
  display: none;
}

.menu-dialog.is-open {
  display: block !important;
}

.panda-accordion__panel {
  display: none;
}

.panda-accordion__panel.open {
  display: block;
}

.pc_desktop_menu {
  display: none;
}

@media (min-width: 1200px) {
  .pc_desktop_menu {
    display: block;
  }
}

#footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#footer .footer-container {
  margin-top: 0;
  background-color: #181F26;
  padding-top: 0;
}

@media (min-width: 768px) {
  #footer .footer-container {
    padding-top: 40px;
  }
}

#footer .footer-container .container .row .col-md-3 {
  flex: 0 0 100%;
  max-width: 100%;
  border-bottom: 1px solid #fff;
}

@media (min-width: 768px) {
  #footer .footer-container .container .row .col-md-3 {
    flex: 0 0 33%;
    max-width: 33%;
    border: none;
  }
}

@media (min-width: 992px) {
  #footer .footer-container .container .row .col-md-3 {
    max-width: 20%;
    flex: 0 0 20%;
  }
}

#footer .footer-container .container .row .col-md-3 .mb-3 {
  margin-bottom: 0 !important;
  padding: 10px 0;
}

#footer .footer-container .container .row .col-md-3 span.h4 {
  color: #fff;
  font-size: 14px;
}

@media (min-width: 768px) {
  #footer .footer-container .container .row .col-md-3 span.h4 {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  #footer .footer-container .container .row .col-md-3 span.h4 {
    font-size: 18px;
  }
}

#footer .footer-container .container .row .col-md-3 .icon-collapse {
  color: #fff !important;
}

#footer .footer-container .container .row .col-md-3 .links-list__elem a {
  color: #fff;
  font-size: 13px;
}

@media (min-width: 1200px) {
  #footer .footer-container .container .row .col-md-3 .links-list__elem a {
    font-size: 14px;
  }
}

#footer .footer-container .container .row .col-md-3 .links-list__elem a:hover {
  color: #007AFF;
  text-decoration: none;
}

#footer .footer-container .container .row .col-md-3 .links-list__elem:not(:last-child) {
  margin: 0 0 5px;
}

#footer .footer-container .container .row .col-md-3 #footer_contact_list {
  color: #fff;
  font-size: 13px;
}

@media (min-width: 1200px) {
  #footer .footer-container .container .row .col-md-3 #footer_contact_list {
    font-size: 14px;
  }
}

#footer .footer-container .container .row .col-md-3 #footer_contact_list a {
  color: #fff;
  font-size: 13px;
}

#footer .footer-container .container .row .col-md-3 #footer_contact_list a:hover {
  color: #007AFF;
}

@media (min-width: 1200px) {
  #footer .footer-container .container .row .col-md-3 #footer_contact_list a {
    font-size: 14px;
  }
}

#footer .footer-container .container .row .block-social {
  align-items: flex-end;
  justify-content: center;
  display: flex;
}

@media (min-width: 992px) {
  #footer .footer-container .container .row .block-social {
    align-items: flex-end;
    justify-content: flex-end;
  }
}

#footer .footer-container .container .row .block-social a {
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
  border: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer .footer-container .container .row .block-social a .icon {
  font-size: 26px;
  color: #fff;
}

#footer .footer-container .container .row .block-social a:hover {
  opacity: 0.7;
}

#footer .footer-container .container .row .block-social a:focus {
  box-shadow: none;
}

#footer .footer-container .container .row .block-social a[title="Facebook"] {
  background-color: #2373B4;
}

#footer .footer-container .container .row .block-social a[title="YouTube"] {
  background-color: #FF0020;
}

#footer .footer-container .container .row .block-social a[title="Instagram"] {
  background-color: #E843A3;
}

#footer .footer-container .container .row-delivery {
  margin-top: 15px;
}

@media (min-width: 992px) {
  #footer .footer-container .container .row-delivery {
    margin-top: 0;
  }
}

#footer .footer-container .container .row-delivery .delivery-icons h3 {
  color: #fff;
  font-size: 18px;
}

@media (min-width: 1200px) {
  #footer .footer-container .container .row-delivery .delivery-icons h3 {
    font-size: 22px;
  }
}

#footer .footer-container .container .row-delivery .delivery-icons ul.icons-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) {
  #footer .footer-container .container .row-delivery .delivery-icons ul.icons-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

#footer .footer-container .container .row-delivery .delivery-icons ul.icons-list img {
  width: 40px;
  margin: 5px;
  border-radius: 4px;
}

@media (min-width: 768px) {
  #footer .footer-container .container .row-delivery .delivery-icons ul.icons-list img {
    margin: 0 5px 0 0;
    width: 50px;
    height: 34px;
  }
}

#footer .footer-container .container .row-copyrights {
  justify-content: center;
  margin-top: 10px;
}

#footer .footer-container .container .row-copyrights .copyright {
  color: #fff;
  font-size: 12px;
}

@media (min-width: 1200px) {
  #footer .footer-container .container .row-copyrights .copyright {
    font-size: 14px;
  }
}

#footer .merchant-info {
  margin-top: 15px;
  margin-bottom: 15px;
}

#footer .merchant-info .merchant-item {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer .merchant-info .merchant-item .merchant-name {
  color: #fff;
  font-size: 14px;
}

#footer .merchant-info .merchant-item .merchant-tel a {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

#footer .merchant-info .merchant-item .merchant-tel a:hover {
  color: #007AFF;
  text-decoration: none;
}

#author-blog-comment-link {
  display: none;
}

.breadcrumb {
  background: none;
  padding: 20px 0;
}

.breadcrumb .breadcrumb-item {
  font-size: 14px;
  color: #333333;
}

.breadcrumb .breadcrumb-item a {
  font-size: 14px;
  color: #333333;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: '';
  background-image: url("../img/icons/arrow-breadcrumbs.svg");
  /* Ścieżka do pliku obrazu */
  background-size: contain;
  /* Dopasowanie obrazu */
  background-repeat: no-repeat;
  pointer-events: none;
  height: 8px;
}

.breadcrumb .breadcrumb-item:first-child {
  padding-left: 0;
}

#left-column {
  padding-left: 0;
}

#left-column .ets_block_categories,
#left-column .ets_block_archive,
#left-column .ets_block_search,
#left-column .ets_block_latest {
  display: none;
}

#left-column .card {
  border: none;
}

#left-column .card-header {
  background-color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  color: #333333;
}

#left-column .list-group-item {
  border: none;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

#left-column .list-group-item a {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

#left-column .list-group-item .icon-collapse {
  margin-left: 0;
}

#left-column .list-group-item-action-dropdown-link:focus,
#left-column .list-group-item-action-dropdown-link:hover,
#left-column .list-group-item-action-dropdown:focus,
#left-column .list-group-item-action-dropdown:hover,
#left-column .list-group-item-action:focus,
#left-column .list-group-item-action:hover {
  background-color: #fff;
  color: #007AFF;
}

#category .block-category h1 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
}

#category .products-selection {
  justify-content: space-between;
}

#category .products-selection .col-auto {
  display: flex;
  flex-direction: row;
}

#category .products-selection .col-auto .search-select-label,
#category .products-selection .col-auto .per-page-label {
  align-items: center;
  justify-content: center;
  display: flex;
  margin-right: 10px;
  white-space: nowrap;
  font-size: 14px;
  color: #333333;
}

#category .products-selection .col-auto select {
  max-width: 200px;
  font-size: 14px;
  color: #333333;
}

#js-product-list-top {
  justify-content: space-between;
}

.products-list .product-miniature {
  padding: 10px 15px !important;
  border-radius: 25px;
  box-shadow: none;
  border: none;
}

@media (min-width: 768px) {
  .products-list .product-miniature {
    box-shadow: 0px 4px 12px 0px rgba(61, 75, 92, 0.08);
    border: 1px solid #E9E9E9;
  }
}

.products-list .product-miniature .img-wrapper {
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  .products-list .product-miniature .img-wrapper {
    justify-content: space-between;
  }
}

.products-list .product-miniature .img-wrapper .panda-sticker img {
  width: 75px;
  height: 75px;
  position: absolute;
  right: 25px;
  top: 0;
}

@media (min-width: 992px) {
  .products-list .product-miniature .img-wrapper .panda-sticker img {
    position: static;
  }
}

.products-list .product-miniature .product-miniature__thumb .favorite-btn {
  display: none;
}

.products-list .product-miniature .product-miniature__thumb img {
  width: 217px;
  height: 180px;
  object-fit: contain;
}

.products-list .product-miniature .product-miniature__thumb .product-flags {
  top: auto;
  bottom: 0;
  left: -10px;
  margin-bottom: 0;
  height: fit-content;
}

.products-list .product-miniature .product-miniature__thumb .product-flags .product-flags__flag {
  margin-bottom: 0;
  border-radius: 16px !important;
  padding: 5px 10px;
  color: #2E2E2E;
  font-size: 13px;
  margin-top: 5px;
}

.products-list .product-miniature .product-miniature__thumb .product-flags .product-flags__flag--out_of_stock {
  background-color: #EC5D5B;
}

.products-list .product-miniature .product-miniature__thumb .product-flags .product-flags__flag--new {
  background-color: #8DE59B;
}

.products-list .product-miniature .product-miniature__thumb .product-flags .product-flags__flag--discount {
  background-color: #FFBE40;
}

.products-list .product-miniature .content-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .products-list .product-miniature .content-wrapper {
    flex-direction: row;
    margin-top: 0;
  }
}

.products-list .product-miniature .content-wrapper .product-miniature__title {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #000;
  margin-bottom: 15px !important;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .products-list .product-miniature .content-wrapper .product-miniature__title {
    width: 90%;
    text-align: left;
  }
}

.products-list .product-miniature .content-wrapper.col-12 {
  flex-basis: 0;
}

.products-list .product-miniature .content-wrapper .favorite-btn {
  box-shadow: none  !important;
  background-color: transparent;
  display: none;
}

@media (min-width: 992px) {
  .products-list .product-miniature .content-wrapper .favorite-btn {
    display: block;
    top: 0;
    right: -10px;
  }
}

.products-list .product-miniature .content-wrapper .favorite-btn .fav-text {
  display: none;
}

.products-list .product-miniature .content-wrapper .favorite-btn svg {
  position: absolute;
  top: 2px;
}

.products-list .product-miniature .content-wrapper .product-atrributes {
  display: flex;
}

.products-list .product-miniature .content-wrapper .product-atrributes .col-md-6,
.products-list .product-miniature .content-wrapper .product-atrributes .col-12 {
  padding: 0;
}

.products-list .product-miniature .content-wrapper .product-atrributes .col-md-6 .item,
.products-list .product-miniature .content-wrapper .product-atrributes .col-12 .item {
  display: flex;
  margin-bottom: 5px;
  justify-content: center;
}

@media (min-width: 768px) {
  .products-list .product-miniature .content-wrapper .product-atrributes .col-md-6 .item,
  .products-list .product-miniature .content-wrapper .product-atrributes .col-12 .item {
    justify-content: start;
  }
}

.products-list .product-miniature .content-wrapper .product-atrributes .col-md-6 .item div,
.products-list .product-miniature .content-wrapper .product-atrributes .col-12 .item div {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: #A1A1A1;
  margin-right: 5px;
}

@media (min-width: 1200px) {
  .products-list .product-miniature .content-wrapper .product-atrributes .col-md-6 .item div,
  .products-list .product-miniature .content-wrapper .product-atrributes .col-12 .item div {
    font-size: 13px;
  }
}

@media (min-width: 1400px) {
  .products-list .product-miniature .content-wrapper .product-atrributes .col-md-6 .item div,
  .products-list .product-miniature .content-wrapper .product-atrributes .col-12 .item div {
    font-size: 14px;
  }
}

.products-list .product-miniature .content-wrapper .product-atrributes .col-md-6 .guarantee .value,
.products-list .product-miniature .content-wrapper .product-atrributes .col-12 .guarantee .value {
  color: #0FBA00;
}

.products-list .product-miniature .content-wrapper .product-atrributes .col-md-6 .qty-atrribute .value.green,
.products-list .product-miniature .content-wrapper .product-atrributes .col-12 .qty-atrribute .value.green {
  width: 120px;
  background: #0FBA00;
  text-align: center;
  height: 24px;
  color: #fff;
  position: relative;
  border-radius: 10px;
}

.products-list .product-miniature .content-wrapper .product-atrributes .col-md-6 .qty-atrribute .value.green::after,
.products-list .product-miniature .content-wrapper .product-atrributes .col-12 .qty-atrribute .value.green::after {
  content: '';
  height: 24px;
  width: 10px;
  background-color: #eee;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 10px 10px 0;
}

.products-list .product-miniature .content-wrapper .product-atrributes .col-md-6 .qty-atrribute .value.red,
.products-list .product-miniature .content-wrapper .product-atrributes .col-12 .qty-atrribute .value.red {
  width: 120px;
  background: #eee;
  text-align: center;
  height: 24px;
  color: #333;
  position: relative;
  border-radius: 10px;
}

.products-list .product-miniature .content-wrapper .product-atrributes .col-md-6 .qty-atrribute .value.red::after,
.products-list .product-miniature .content-wrapper .product-atrributes .col-12 .qty-atrribute .value.red::after {
  content: '';
  height: 24px;
  width: 20px;
  background-color: #EC5D5B;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px 0 0 10px;
}

.products-list .product-miniature .content-wrapper .product-atrributes .col-md-6 .qty-atrribute .value.orange,
.products-list .product-miniature .content-wrapper .product-atrributes .col-12 .qty-atrribute .value.orange {
  width: 120px;
  background: #FFBE40;
  text-align: center;
  height: 24px;
  color: #fff;
  position: relative;
  border-radius: 10px;
}

.products-list .product-miniature .content-wrapper .product-atrributes .col-md-6 .qty-atrribute .value.orange::after,
.products-list .product-miniature .content-wrapper .product-atrributes .col-12 .qty-atrribute .value.orange::after {
  content: '';
  height: 24px;
  width: 30px;
  background-color: #eee;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 10px 10px 0;
}

.products-list .product-miniature .content-wrapper .quick-view {
  display: block;
  text-align: center;
  order: 2;
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CACACA;
  border-radius: 0;
}

@media (min-width: 768px) {
  .products-list .product-miniature .content-wrapper .quick-view {
    order: 1;
    margin-top: 0;
    padding-bottom: 8px;
    border-bottom: none;
  }
}

@media (min-width: 992px) {
  .products-list .product-miniature .content-wrapper .quick-view {
    text-align: end;
  }
}

.products-list .product-miniature .content-wrapper .quick-view .quick-view-label {
  color: #A1A1A1;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
}

@media (min-width: 992px) {
  .products-list .product-miniature .content-wrapper .quick-view .quick-view-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}

.products-list .product-miniature .content-wrapper .quick-view:focus {
  box-shadow: none;
}

.products-list .product-miniature .content-wrapper .quick-view:hover .quick-view-label {
  color: #007bff;
}

.products-list .product-miniature .content-wrapper .col-lg-4 {
  display: flex;
  flex-direction: column;
}

.products-list .product-miniature .content-wrapper .row.mt-auto {
  flex-direction: column;
  padding-right: 5px;
  order: 1;
}

@media (min-width: 768px) {
  .products-list .product-miniature .content-wrapper .row.mt-auto {
    order: 2;
  }
}

.products-list .product-miniature .content-wrapper .product-miniature__form {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  width: 100%;
}

@media (min-width: 768px) {
  .products-list .product-miniature .content-wrapper .product-miniature__form {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .products-list .product-miniature .content-wrapper .product-miniature__form {
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .products-list .product-miniature .content-wrapper .product-miniature__form {
    flex-direction: row;
  }
}

.products-list .product-miniature .content-wrapper .product-miniature__form button.add-to-cart {
  padding: 0;
  border-radius: 34px;
  font-size: 13px;
  height: 38px;
  margin: 5px auto;
  max-width: 140px;
}

@media (min-width: 768px) {
  .products-list .product-miniature .content-wrapper .product-miniature__form button.add-to-cart {
    max-width: 125px;
    margin: 0 0 0 2px;
    font-size: 13px;
    height: 43px;
  }
}

@media (min-width: 992px) {
  .products-list .product-miniature .content-wrapper .product-miniature__form button.add-to-cart {
    margin: 5px auto;
    max-width: 140px;
  }
}

@media (min-width: 1200px) {
  .products-list .product-miniature .content-wrapper .product-miniature__form button.add-to-cart {
    font-size: 13px;
    max-width: 125px;
    margin: 0 0 0 2px;
  }
}

@media (min-width: 1400px) {
  .products-list .product-miniature .content-wrapper .product-miniature__form button.add-to-cart {
    font-size: 14px;
    max-width: 140px;
  }
}

.products-list .product-miniature .content-wrapper .product-miniature__form .pandaQty {
  margin: auto;
  margin-right: 10px;
}

.products-list .product-miniature .content-wrapper .product-miniature__form .pandaQty .input-group {
  max-width: 140px;
}

@media (min-width: 1200px) {
  .products-list .product-miniature .content-wrapper .product-miniature__form .pandaQty .input-group {
    max-width: 80px;
  }
}

.products-list .product-miniature .content-wrapper .product-miniature__form .pandaQty .form-control {
  border: none;
}

.products-list .product-miniature .content-wrapper .product-miniature__form .pandaQty .form-control:focus {
  box-shadow: none;
}

.products-list .product-miniature .content-wrapper .product-miniature__form .bootstrap-touchspin {
  border-radius: 25px;
  border: 1px solid #449DFF;
}

.products-list .product-miniature .content-wrapper .product-miniature__form .bootstrap-touchspin .input-group-append,
.products-list .product-miniature .content-wrapper .product-miniature__form .bootstrap-touchspin .input-group-prepend {
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.products-list .product-miniature .content-wrapper .product-miniature__form .bootstrap-touchspin .input-group-append .btn-touchspin,
.products-list .product-miniature .content-wrapper .product-miniature__form .bootstrap-touchspin .input-group-prepend .btn-touchspin {
  width: 20px;
  height: 20px;
  background: #F3FBFF;
  border-radius: 50%;
  line-height: 20px;
}

.products-list .product-miniature .content-wrapper .product-miniature__form .bootstrap-touchspin .input-group-append {
  background: none;
  border: none;
  height: auto;
}

.products-list .product-miniature .content-wrapper .product-miniature__actions {
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  .products-list .product-miniature .content-wrapper .product-miniature__actions {
    justify-content: end;
  }
}

.products-list .product-miniature .content-wrapper .product-miniature__actions .btn-secondary {
  border-radius: 30px;
  background-color: #3B4957;
  border: none;
  font-size: 13px;
  height: 38px;
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 140px;
}

.products-list .product-miniature .content-wrapper .product-miniature__actions .btn-secondary:hover {
  background-color: #181F26;
}

@media (min-width: 768px) {
  .products-list .product-miniature .content-wrapper .product-miniature__actions .btn-secondary {
    height: 43px;
    font-size: 14px;
  }
}

.products-list .product-miniature .content-wrapper .product-miniature__pricing {
  text-align: center;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .products-list .product-miniature .content-wrapper .product-miniature__pricing {
    text-align: end;
    margin-bottom: 30px;
  }
}

.products-list .product-miniature .content-wrapper .product-miniature__pricing .panda-prive-with-tax .brutto {
  color: #333;
}

.products-list .product-miniature .content-wrapper .product-miniature__pricing #panda-omnibus {
  font-size: 12px;
  font-weight: 300;
  line-height: 19px;
  color: #2E2E2E;
  text-align: center;
}

@media (min-width: 992px) {
  .products-list .product-miniature .content-wrapper .product-miniature__pricing #panda-omnibus {
    text-align: end;
  }
}

.products-list .product-miniature .content-wrapper .price-wrapper {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .products-list .product-miniature .content-wrapper .price-wrapper {
    margin-top: 0;
  }
}

.products-list .product-miniature .content-wrapper .price-wrapper .price {
  margin-right: 5px;
  font-weight: 800;
  font-size: 22px;
}

.products-list .product-miniature .content-wrapper .price-wrapper .brutto {
  color: #007AFF;
}

.up {
  display: flex;
}

.up a {
  padding: 12px 22px;
  background-color: #181F26;
  border: none;
  border-radius: 25px;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  display: block;
  text-align: center;
  margin: auto;
}

.up a:hover {
  text-decoration: none;
  background-color: #3B4957;
}

.up a:focus {
  outline: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .up a {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .up a {
    font-size: 15px;
    padding: 15px 22px;
  }
}

@media (min-width: 1400px) {
  .up a {
    font-size: 16px;
  }
}

#js-product-list .pagination {
  display: flex !important;
}

#js-product-list .pagination .page-item {
  height: 38px;
  width: 38px;
}

#js-product-list .pagination .page-item .page-link {
  height: 38px;
  width: 38px;
  border: none;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

#js-product-list .pagination .page-item .page-link:hover {
  background-color: #fff;
  color: #000;
}

#js-product-list .pagination .page-item .page-link:focus {
  box-shadow: none;
}

#js-product-list .pagination .page-item.active .page-link {
  border-radius: 50%;
}

#js-product-list .pagination .page-item.active .page-link:hover {
  color: #fff;
  background-color: #007AFF;
}

#js-product-list-footer {
  margin-top: 40px;
  margin-bottom: 50px;
}

#js-product-list-footer h2 {
  font-family: Roboto;
  font-size: 22px;
  font-weight: 700;
  line-height: 25.78px;
  text-align: left;
  text-transform: uppercase;
}

#js-product-list-footer #category-description h3, #js-product-list-footer #category-description h2 {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-align: left;
  text-transform: inherit;
}

@media (min-width: 992px) {
  #js-product-list-footer #category-description h3, #js-product-list-footer #category-description h2 {
    font-size: 22px;
  }
}

#js-product-list-footer #category-description p {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: left;
}

#js-product-list-footer #category-description p strong {
  color: #007AFF;
  font-weight: 700;
}

#search_filters .search-filters__title {
  font-weight: 600;
  font-size: 16px;
}

#search_filters .custom-control-label {
  line-height: 24px;
}

#js-active-search-filters .card-header {
  background-color: transparent;
  border: none;
}

#js-active-search-filters .card {
  border: none;
}

.parts-section {
  margin-bottom: 35px;
}

.parts-section h3 {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  text-align: left;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 15px;
}

.parts-section .subcategory-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
}

.parts-section .subcategory-list .subcategory-item a {
  padding: 10px 25px;
  border-radius: 34px;
  font-size: 16px;
  font-weight: 500;
  background-color: #181F26;
  color: #fff;
  cursor: pointer;
  margin-right: 10px;
}

.parts-section .subcategory-list .subcategory-item a:hover {
  background-color: #007AFF;
  color: #fff;
  text-decoration: none;
}

body.modal-open .quickview {
  padding-left: 0 !important;
}

body.modal-open .quickview .modal-dialog {
  transform: none !important;
  top: 30px !important;
  margin: 0 20px;
  border-radius: 18px;
}

@media (min-width: 1200px) {
  body.modal-open .quickview .modal-dialog {
    margin: auto;
  }
}

body.modal-open .quickview .modal-header {
  border: none !important;
}

body.modal-open .quickview .modal-body {
  padding: 15px !important;
}

@media (min-width: 768px) {
  body.modal-open .quickview .modal-body {
    padding: 30px !important;
  }
}

@media (min-width: 1550px) {
  body.modal-open .quickview .modal-body {
    padding: 40px !important;
  }
}

body.modal-open .quickview .modal-body .col-lg-4 {
  position: relative;
}

body.modal-open .quickview .modal-body .col-lg-4 .panda-sticker img {
  width: 75px;
  height: 75px;
  position: absolute;
  right: 25px;
  top: 0;
}

body.modal-open .quickview .modal-body .card {
  border: none;
}

body.modal-open .quickview .modal-body .card img {
  max-height: 180px;
  object-fit: contain;
}

@media (min-width: 768px) {
  body.modal-open .quickview .modal-body .card img {
    max-height: 220px;
  }
}

@media (min-width: 992px) {
  body.modal-open .quickview .modal-body .card img {
    max-height: 250px;
  }
}

body.modal-open .quickview .modal-body .product-flags {
  top: auto;
  bottom: 0;
  left: -10px;
  margin-bottom: 0;
  height: fit-content;
}

body.modal-open .quickview .modal-body .product-flags .product-flags__flag {
  margin-bottom: 0;
  border-radius: 16px !important;
  padding: 5px 10px;
  color: #2E2E2E;
  font-size: 13px;
  margin-top: 5px;
}

body.modal-open .quickview .modal-body .product-flags .product-flags__flag--out_of_stock {
  background-color: #EC5D5B;
}

body.modal-open .quickview .modal-body .product-flags .product-flags__flag--new {
  background-color: #8DE59B;
}

body.modal-open .quickview .modal-body .product-flags .product-flags__flag--discount {
  background-color: #FFBE40;
}

body.modal-open .quickview .modal-body .title-wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  margin-right: 20px;
}

@media (min-width: 768px) {
  body.modal-open .quickview .modal-body .title-wrapper {
    border-bottom: 1px solid #A1A1A1;
  }
}

body.modal-open .quickview .modal-body .title-wrapper .modal-title {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  body.modal-open .quickview .modal-body .title-wrapper .modal-title {
    font-size: 20px;
    text-align: left;
    font-weight: 500;
  }
}

@media (min-width: 992px) {
  body.modal-open .quickview .modal-body .title-wrapper .modal-title {
    font-size: 24px;
  }
}

body.modal-open .quickview .modal-body .under-title {
  display: flex;
  align-items: center;
  display: none;
}

@media (min-width: 768px) {
  body.modal-open .quickview .modal-body .under-title {
    display: flex;
  }
}

body.modal-open .quickview .modal-body .under-title .favorite-btn {
  display: flex;
  background-color: #fff;
  box-shadow: none !important;
  border: none;
  color: #A1A1A1;
  margin-right: 15px;
}

body.modal-open .quickview .modal-body .under-title .favorite-btn:active {
  background-color: #fff;
  border: none;
  color: #A1A1A1;
}

body.modal-open .quickview .modal-body .under-title .favorite-btn .favorite-btn__content {
  font-size: 16px;
  margin-right: 8px;
  position: relative;
  bottom: 2px;
}

body.modal-open .quickview .modal-body .under-title .favorite-btn .material-icons {
  font-size: 16px;
}

body.modal-open .quickview .modal-body .under-title .favorite-btn .fav-text {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #A1A1A1;
  text-align: left;
}

@media (min-width: 1200px) {
  body.modal-open .quickview .modal-body .under-title .favorite-btn .fav-text {
    font-size: 13px;
  }
}

@media (min-width: 1400px) {
  body.modal-open .quickview .modal-body .under-title .favorite-btn .fav-text {
    font-size: 14px;
  }
}

body.modal-open .quickview .modal-body .under-title .producent-wrapper {
  display: none;
}

@media (min-width: 768px) {
  body.modal-open .quickview .modal-body .under-title .producent-wrapper {
    flex-direction: row;
    display: flex;
  }
}

body.modal-open .quickview .modal-body .under-title .producent-wrapper .producent.item:not(:has(.value)) {
  display: none;
}

body.modal-open .quickview .modal-body .under-title .producent-wrapper .item {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  body.modal-open .quickview .modal-body .under-title .producent-wrapper .item {
    justify-content: start;
  }
}

@media (min-width: 768px) {
  body.modal-open .quickview .modal-body .under-title .producent-wrapper .item:first-of-type {
    margin-right: 5px;
    border-right: 1px solid #A1A1A1;
  }
}

body.modal-open .quickview .modal-body .under-title .producent-wrapper .item div {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: #A1A1A1;
  margin-right: 5px;
}

@media (min-width: 1200px) {
  body.modal-open .quickview .modal-body .under-title .producent-wrapper .item div {
    font-size: 13px;
  }
}

@media (min-width: 1400px) {
  body.modal-open .quickview .modal-body .under-title .producent-wrapper .item div {
    font-size: 14px;
  }
}

body.modal-open .quickview .modal-body .atrributes-wrapper {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
}

@media (min-width: 768px) {
  body.modal-open .quickview .modal-body .atrributes-wrapper {
    flex-direction: row;
  }
}

body.modal-open .quickview .modal-body .atrributes-wrapper .item {
  display: flex;
  margin-bottom: 5px;
  justify-content: center;
}

@media (min-width: 768px) {
  body.modal-open .quickview .modal-body .atrributes-wrapper .item {
    justify-content: start;
  }
}

body.modal-open .quickview .modal-body .atrributes-wrapper .item div {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: #A1A1A1;
  margin-right: 5px;
}

@media (min-width: 1200px) {
  body.modal-open .quickview .modal-body .atrributes-wrapper .item div {
    font-size: 13px;
  }
}

@media (min-width: 1400px) {
  body.modal-open .quickview .modal-body .atrributes-wrapper .item div {
    font-size: 14px;
  }
}

body.modal-open .quickview .modal-body .atrributes-wrapper .guarantee .value {
  color: #0FBA00;
}

body.modal-open .quickview .modal-body .atrributes-wrapper .qty-atrribute .value.green {
  width: 120px;
  background: #0FBA00;
  text-align: center;
  height: 24px;
  color: #fff;
  position: relative;
  border-radius: 10px;
}

body.modal-open .quickview .modal-body .atrributes-wrapper .qty-atrribute .value.green::after {
  content: '';
  height: 24px;
  width: 10px;
  background-color: #eee;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 10px 10px 0;
}

body.modal-open .quickview .modal-body .atrributes-wrapper .qty-atrribute .value.red {
  width: 120px;
  background: #eee;
  text-align: center;
  height: 24px;
  color: #333;
  position: relative;
  border-radius: 10px;
}

body.modal-open .quickview .modal-body .atrributes-wrapper .qty-atrribute .value.red::after {
  content: '';
  height: 24px;
  width: 20px;
  background-color: #EC5D5B;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px 0 0 10px;
}

body.modal-open .quickview .modal-body .atrributes-wrapper .qty-atrribute .value.orange {
  width: 120px;
  background: #FFBE40;
  text-align: center;
  height: 24px;
  color: #fff;
  position: relative;
  border-radius: 10px;
}

body.modal-open .quickview .modal-body .atrributes-wrapper .qty-atrribute .value.orange::after {
  content: '';
  height: 24px;
  width: 30px;
  background-color: #eee;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 10px 10px 0;
}

body.modal-open .quickview .modal-body .atrributes-wrapper .producy-action-wrapper #add-to-cart-or-refresh {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

@media (min-width: 768px) {
  body.modal-open .quickview .modal-body .atrributes-wrapper .producy-action-wrapper #add-to-cart-or-refresh {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  body.modal-open .quickview .modal-body .atrributes-wrapper .producy-action-wrapper #add-to-cart-or-refresh {
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  body.modal-open .quickview .modal-body .atrributes-wrapper .producy-action-wrapper #add-to-cart-or-refresh {
    flex-direction: row;
    justify-content: center;
  }
}

body.modal-open .quickview .modal-body .atrributes-wrapper .producy-action-wrapper #add-to-cart-or-refresh button.add-to-cart {
  border-radius: 34px;
  font-size: 13px;
  height: 38px;
  margin: 5px auto;
  max-width: 140px;
  padding: 0 12px;
}

@media (min-width: 768px) {
  body.modal-open .quickview .modal-body .atrributes-wrapper .producy-action-wrapper #add-to-cart-or-refresh button.add-to-cart {
    max-width: 125px;
    margin: 0 0 0 2px;
    font-size: 13px;
    height: 43px;
  }
}

@media (min-width: 992px) {
  body.modal-open .quickview .modal-body .atrributes-wrapper .producy-action-wrapper #add-to-cart-or-refresh button.add-to-cart {
    margin: 5px auto;
    max-width: 140px;
  }
}

@media (min-width: 1200px) {
  body.modal-open .quickview .modal-body .atrributes-wrapper .producy-action-wrapper #add-to-cart-or-refresh button.add-to-cart {
    font-size: 13px;
    max-width: 125px;
    margin: 0 0 0 2px;
  }
}

@media (min-width: 1400px) {
  body.modal-open .quickview .modal-body .atrributes-wrapper .producy-action-wrapper #add-to-cart-or-refresh button.add-to-cart {
    font-size: 14px;
    max-width: 140px;
  }
}

body.modal-open .quickview .modal-body .atrributes-wrapper .producy-action-wrapper #add-to-cart-or-refresh .pandaQty {
  margin: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  body.modal-open .quickview .modal-body .atrributes-wrapper .producy-action-wrapper #add-to-cart-or-refresh .pandaQty {
    margin: 0;
  }
}

body.modal-open .quickview .modal-body .atrributes-wrapper .producy-action-wrapper #add-to-cart-or-refresh .pandaQty .input-group {
  max-width: 140px;
}

@media (min-width: 1200px) {
  body.modal-open .quickview .modal-body .atrributes-wrapper .producy-action-wrapper #add-to-cart-or-refresh .pandaQty .input-group {
    max-width: 80px;
  }
}

body.modal-open .quickview .modal-body .atrributes-wrapper .producy-action-wrapper #add-to-cart-or-refresh .pandaQty .form-control {
  border: none;
}

body.modal-open .quickview .modal-body .atrributes-wrapper .producy-action-wrapper #add-to-cart-or-refresh .pandaQty .form-control:focus {
  box-shadow: none;
}

body.modal-open .quickview .modal-body .atrributes-wrapper .producy-action-wrapper #add-to-cart-or-refresh .bootstrap-touchspin {
  border-radius: 25px;
  border: 1px solid #449DFF;
}

body.modal-open .quickview .modal-body .atrributes-wrapper .producy-action-wrapper #add-to-cart-or-refresh .bootstrap-touchspin .input-group-append,
body.modal-open .quickview .modal-body .atrributes-wrapper .producy-action-wrapper #add-to-cart-or-refresh .bootstrap-touchspin .input-group-prepend {
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

body.modal-open .quickview .modal-body .atrributes-wrapper .producy-action-wrapper #add-to-cart-or-refresh .bootstrap-touchspin .input-group-append .btn-touchspin,
body.modal-open .quickview .modal-body .atrributes-wrapper .producy-action-wrapper #add-to-cart-or-refresh .bootstrap-touchspin .input-group-prepend .btn-touchspin {
  width: 20px;
  height: 20px;
  background: #F3FBFF;
  border-radius: 50%;
  line-height: 20px;
}

body.modal-open .quickview .modal-body .atrributes-wrapper .producy-action-wrapper #add-to-cart-or-refresh .bootstrap-touchspin .input-group-append {
  background: none;
  border: none;
  height: auto;
}

body.modal-open .quickview .modal-body .atrributes-wrapper .producy-action-wrapper #add-to-cart-or-refresh .bootstrap-touchspin #quantity_wanted {
  border: none;
}

body.modal-open .quickview .modal-body .atrributes-wrapper .producy-action-wrapper #add-to-cart-or-refresh .bootstrap-touchspin #quantity_wanted:focus {
  outline: none;
  box-shadow: none;
}

body.modal-open .quickview .modal-body .atrributes-wrapper .producy-action-wrapper .js-product-actions-buttons {
  display: none;
}

body.modal-open .quickview .modal-body .atrributes-wrapper .product-miniature__pricing #panda-omnibus {
  font-size: 12px;
  font-weight: 300;
  line-height: 19px;
  color: #2E2E2E;
  text-align: start;
}

body.modal-open .quickview .modal-body .atrributes-wrapper .product-miniature__pricing .panda-prive-with-tax .brutto {
  color: #333;
}

body.modal-open .quickview .modal-body .atrributes-wrapper .price-wrapper {
  text-align: start;
}

body.modal-open .quickview .modal-body .atrributes-wrapper .price-wrapper .price {
  margin-right: 5px;
  font-weight: 800;
  font-size: 22px;
}

body.modal-open .quickview .modal-body .atrributes-wrapper .price-wrapper .brutto {
  color: #007AFF;
}

body.modal-open .quickview .modal-body .product-add-to-cart {
  width: 100%;
}

body.modal-open .quickview .modal-body .desc-title {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #A1A1A1;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 53px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  margin: 0 10px;
}

@media (min-width: 768px) {
  body.modal-open .quickview .modal-body .desc-title {
    margin: 0 30px 0 10px;
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  body.modal-open .quickview .modal-body .desc-title {
    margin: 0 30px;
    font-size: 24px;
  }
}

body.modal-open .quickview .modal-body .product-description {
  margin: 30px;
}

body.modal-open .quickview .modal-body .product-description h1 {
  font-size: 16px !important;
  color: #282828;
}

@media (min-width: 768px) {
  body.modal-open .quickview .modal-body .product-description h1 {
    font-size: 18px !important;
  }
}

body.modal-open .quickview .modal-body .product-description h2 {
  font-size: 16px !important;
  color: #282828;
}

@media (min-width: 768px) {
  body.modal-open .quickview .modal-body .product-description h2 {
    font-size: 18px !important;
  }
}

body.modal-open .quickview .modal-body .product-description h3 {
  font-size: 16px !important;
  color: #282828;
}

@media (min-width: 768px) {
  body.modal-open .quickview .modal-body .product-description h3 {
    font-size: 18px !important;
  }
}

body.modal-open .quickview .modal-body .product-description p {
  font-family: Roboto;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: #282828;
}

@media (min-width: 768px) {
  body.modal-open .quickview .modal-body .product-description p {
    font-size: 14px !important;
    line-height: 24px;
  }
}

body.modal-open .quickview .modal-body .product-description img {
  max-width: 30%;
}

.product-container .title-wrapper {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .product-container .title-wrapper {
    border-bottom: 1px solid #A1A1A1;
  }
}

.product-container .title-wrapper .modal-title {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .product-container .title-wrapper .modal-title {
    font-size: 20px;
    text-align: left;
    font-weight: 500;
  }
}

@media (min-width: 992px) {
  .product-container .title-wrapper .modal-title {
    font-size: 24px;
  }
}

.product-container .under-title {
  display: flex;
  align-items: center;
  display: none;
}

@media (min-width: 768px) {
  .product-container .under-title {
    display: flex;
    justify-content: space-between;
  }
}

.product-container .under-title .favorite-btn {
  display: flex;
  background-color: #fff;
  box-shadow: none !important;
  border: none;
  color: #A1A1A1;
  padding-right: 0 !important;
}

.product-container .under-title .favorite-btn:active {
  background-color: #fff;
  border: none;
  color: #A1A1A1;
}

.product-container .under-title .favorite-btn .favorite-btn__content {
  font-size: 16px;
  margin-right: 8px;
  position: relative;
}

.product-container .under-title .favorite-btn .material-icons {
  font-size: 16px;
}

.product-container .under-title .favorite-btn .fav-text {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #A1A1A1;
  text-align: left;
}

@media (min-width: 1200px) {
  .product-container .under-title .favorite-btn .fav-text {
    font-size: 13px;
  }
}

@media (min-width: 1400px) {
  .product-container .under-title .favorite-btn .fav-text {
    font-size: 14px;
  }
}

.product-container .under-title .producent-wrapper {
  display: none;
}

@media (min-width: 768px) {
  .product-container .under-title .producent-wrapper {
    flex-direction: row;
    display: flex;
  }
}

.product-container .under-title .producent-wrapper .item {
  display: flex;
  justify-content: center;
  height: 14px;
}

@media (min-width: 768px) {
  .product-container .under-title .producent-wrapper .item {
    justify-content: start;
    margin-right: 8px;
    border-right: 1px solid #A1A1A1;
    padding-right: 6px;
  }
}

@media (min-width: 768px) {
  .product-container .under-title .producent-wrapper .item:last-of-type {
    border: none;
  }
}

.product-container .under-title .producent-wrapper .item div {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: #A1A1A1;
  margin-right: 5px;
}

@media (min-width: 1200px) {
  .product-container .under-title .producent-wrapper .item div {
    font-size: 13px;
  }
}

@media (min-width: 1400px) {
  .product-container .under-title .producent-wrapper .item div {
    font-size: 14px;
  }
}

.product-container .section-header {
  margin-top: 20px;
}

.product-container .section-header .section-title {
  font-weight: 400;
  font-size: 16px;
}

@media (min-width: 1200px) {
  .product-container .section-header .section-title {
    font-size: 20px;
  }
}

.product-container .product-miniature__actions .btn-secondary {
  max-width: 220px;
  margin: auto;
}

.product-container .related-products-wrapper {
  max-height: 350px;
  overflow: auto;
  /* Firefox */
}

@media (min-width: 768px) {
  .product-container .related-products-wrapper {
    max-height: 350px;
  }
}

@media (min-width: 992px) {
  .product-container .related-products-wrapper {
    max-height: 647px;
  }
}

@media (min-width: 1200px) {
  .product-container .related-products-wrapper {
    max-height: 460px;
  }
}

@media (min-width: 1550px) {
  .product-container .related-products-wrapper {
    max-height: 455px;
  }
}

.product-container .related-products-wrapper::-webkit-scrollbar {
  width: 6px;
  background-color: #F3F3F3;
}

.product-container .related-products-wrapper::-webkit-scrollbar-thumb {
  background-color: #80bcfc;
  border-radius: 6px;
}

.product-container .related-products-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.product-container .related-products-wrapper * {
  scrollbar-width: thin;
  scrollbar-color: #888 #F3F3F3;
}

.product-container .card-product-wrapper {
  border: 1px solid #E6E6E6;
  background-color: #F3F3F3;
  padding: 12px;
  border-radius: 10px;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 15px 5px 5px 5px;
}

.product-container .card-product-wrapper:first-of-type {
  margin-top: 5px;
}

.product-container .card-product-wrapper:hover {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.product-container .card-product-wrapper.product-added {
  position: relative;
  background: #fff;
}

.product-container .card-product-wrapper.product-added::after {
  content: url("../img/icons/check-blue.png");
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.product-container .card-product-wrapper .card-product-img {
  width: 25%;
  margin-right: 10px;
  border-radius: 10px;
}

.product-container .card-product-wrapper .card-product-name {
  font-size: 14px;
}

.product-container .card-product-wrapper .card-product-price {
  font-size: 16px;
  font-weight: 600;
  color: #007AFF;
  margin-left: 5px;
}

.product-container .fix-ur-phone {
  margin-top: 15px;
  border: 1px solid #E6E6E6;
  background-color: #F3F3F3;
  padding: 12px;
  border-radius: 10px;
}

.product-container .fix-ur-phone .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-container .fix-ur-phone .wrapper img {
  display: block;
  width: 50px;
  height: 50px;
}

.product-container .fix-ur-phone .wrapper a {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #282828;
}

.product-container .information-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.product-container .information-wrapper .button-wrapper {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.product-container .information-wrapper .button-wrapper a {
  border-radius: 25px;
}

.product-container .information-wrapper .bottom-wrap {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .product-container .information-wrapper .bottom-wrap {
    flex-direction: row;
  }
}

.product-container .information-wrapper .col-6 {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .product-container .information-wrapper .col-6 {
    width: 50%;
    max-width: 50%;
  }
}

.product-container .information-wrapper .short-description {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: #282828;
}

.product-container .information-wrapper .see-all-wrapper .btn {
  border: 1px solid #E6E6E6;
  background-color: #F3F3F3;
  border-radius: 10px;
}

.product-container .information-wrapper .see-all-wrapper .btn:focus {
  box-shadow: none;
}

.product-container .information-wrapper .see-all-wrapper .btn:hover {
  background-color: #dadada;
}

.product-container .information-wrapper .see-all-wrapper .btn svg {
  height: 8px;
  margin-left: 8px;
}

.product-container .information-wrapper .loyalty-program {
  margin-top: 15px;
  border: 1px solid #E6E6E6;
  background-color: #F3F3F3;
  padding: 12px;
  border-radius: 10px;
}

.product-container .information-wrapper .loyalty-program .wrapper {
  display: flex;
}

.product-container .information-wrapper .loyalty-program .wrapper img {
  display: block;
  width: 66px;
  height: 66px;
}

.product-container .information-wrapper .loyalty-program .wrapper a {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #282828;
}

.product-container .product-additional-info {
  display: none;
}

.product-container .product-miniature__form {
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .product-container .product-miniature__form {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .product-container .product-miniature__form {
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .product-container .product-miniature__form {
    flex-direction: row;
  }
}

.product-container .product-miniature__form button.add-to-cart {
  padding: 0;
  border-radius: 34px;
  font-size: 13px;
  height: 38px;
  margin: 5px auto;
  max-width: 140px;
}

@media (min-width: 768px) {
  .product-container .product-miniature__form button.add-to-cart {
    max-width: 125px;
    margin: 0 0 0 2px;
    font-size: 13px;
    height: 43px;
  }
}

@media (min-width: 992px) {
  .product-container .product-miniature__form button.add-to-cart {
    margin: 5px auto;
    max-width: 140px;
  }
}

@media (min-width: 1200px) {
  .product-container .product-miniature__form button.add-to-cart {
    font-size: 13px;
    max-width: 125px;
    margin: 0 0 0 2px;
  }
}

@media (min-width: 1400px) {
  .product-container .product-miniature__form button.add-to-cart {
    font-size: 14px;
    max-width: 140px;
  }
}

.product-container .product-miniature__form .pandaQty {
  margin: auto;
  margin-right: 10px;
}

@media (min-width: 992px) {
  .product-container .product-miniature__form .pandaQty {
    margin: 0;
  }
}

.product-container .product-miniature__form .pandaQty .input-group {
  max-width: 140px;
}

@media (min-width: 1200px) {
  .product-container .product-miniature__form .pandaQty .input-group {
    max-width: 80px;
  }
}

.product-container .product-miniature__form .pandaQty .form-control {
  border: none;
}

.product-container .product-miniature__form .pandaQty .form-control:focus {
  box-shadow: none;
}

.product-container .product-miniature__form .bootstrap-touchspin {
  border-radius: 25px;
  border: 1px solid #449DFF;
}

.product-container .product-miniature__form .bootstrap-touchspin .input-group-append,
.product-container .product-miniature__form .bootstrap-touchspin .input-group-prepend {
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-container .product-miniature__form .bootstrap-touchspin .input-group-append .btn-touchspin,
.product-container .product-miniature__form .bootstrap-touchspin .input-group-prepend .btn-touchspin {
  width: 20px;
  height: 20px;
  background: #F3FBFF;
  border-radius: 50%;
  line-height: 20px;
}

.product-container .product-miniature__form .bootstrap-touchspin .input-group-append {
  background: none;
  border: none;
  height: auto;
}

.product-container .product-miniature__pricing {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 25px;
}

.product-container .product-miniature__pricing #panda-omnibus {
  font-size: 12px;
  font-weight: 300;
  line-height: 19px;
  color: #2E2E2E;
  text-align: center;
}

.product-container .product-miniature__pricing .panda-prive-with-tax .brutto {
  color: #333;
}

.product-container .price-wrapper {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .product-container .price-wrapper {
    margin-top: 0;
  }
}

.product-container .price-wrapper .price {
  margin-right: 5px;
  font-weight: 800;
  font-size: 36px;
}

.product-container .price-wrapper .brutto {
  color: #007AFF;
}

.product-container .product-counter {
  margin-top: 30px;
}

.product-container .product-counter .wrapper-counter {
  border: 1px solid #E6E6E6;
  background-color: #F3F3F3;
  border-radius: 10px;
  padding: 12px;
}

.product-container .product-counter .wrapper-counter p {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  line-height: 30px;
  color: #333333;
  margin-bottom: 5px;
}

.product-container .product-counter .wrapper-counter p.delivery-text {
  font-size: 12px;
  margin-top: 5px;
}

.product-container .product-counter .wrapper-counter p.counter-text strong {
  color: #FF0000;
  margin-left: 4px;
}

.product-container .product-counter .wrapper-counter p .panda-whatsapp {
  font-size: 14px;
  background: #4ed462;
  color: #fff;
  padding: 8px 15px;
  border-radius: 34px;
  font-weight: 600;
  transition: background-color 0.1s ease;
}

.product-container .product-counter .wrapper-counter p .panda-whatsapp svg {
  width: 18px;
  margin-right: 7px;
  transition: fill 0.1s ease;
}

.product-container .product-counter .wrapper-counter p .panda-whatsapp:hover {
  text-decoration: none;
  background-color: #000;
}

.product-container .product-counter .wrapper-counter p .panda-whatsapp:hover svg {
  fill: #000;
}

.product-container .marketing-info {
  margin-top: 15px;
  border: 1px solid #E6E6E6;
  background-color: #F3F3F3;
  border-radius: 10px;
}

.product-container .marketing-info .item {
  display: flex;
  justify-content: center;
  padding: 12px 30px;
  border-bottom: 1px solid #E6E6E6;
}

@media (min-width: 768px) {
  .product-container .marketing-info .item {
    justify-content: start;
  }
}

.product-container .marketing-info .item div {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
}

@media (min-width: 1200px) {
  .product-container .marketing-info .item div {
    font-size: 13px;
  }
}

@media (min-width: 1400px) {
  .product-container .marketing-info .item div {
    font-size: 14px;
  }
}

.product-container .marketing-info .qty-atrribute .value.green {
  width: 120px;
  background: #0FBA00;
  text-align: center;
  height: 24px;
  color: #fff;
  position: relative;
  margin-right: 5px;
  border-radius: 10px;
}

.product-container .marketing-info .qty-atrribute .value.green::after {
  content: '';
  height: 24px;
  width: 10px;
  background-color: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 10px 10px 0;
}

.product-container .marketing-info .qty-atrribute .value.red {
  width: 120px;
  background: #fff;
  text-align: center;
  height: 24px;
  color: #333;
  position: relative;
  margin-right: 5px;
  border-radius: 10px;
}

.product-container .marketing-info .qty-atrribute .value.red::after {
  content: '';
  height: 24px;
  width: 20px;
  background-color: #EC5D5B;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px 0 0 10px;
}

.product-container .marketing-info .qty-atrribute .value.orange {
  width: 120px;
  background: #FFBE40;
  text-align: center;
  height: 24px;
  color: #fff;
  position: relative;
  margin-right: 5px;
  border-radius: 10px;
}

.product-container .marketing-info .qty-atrribute .value.orange::after {
  content: '';
  height: 24px;
  width: 30px;
  background-color: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 10px 10px 0;
}

.product-container .marketing-info .gratis-delivery {
  display: flex;
  padding: 8px 30px;
  border-bottom: 1px solid #E6E6E6;
}

.product-container .marketing-info .gratis-delivery .gratis-delivery-wrapper-icon {
  background-color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-container .marketing-info .gratis-delivery .gratis-delivery-wrapper-icon svg {
  height: 22px;
  width: 22px;
}

.product-container .marketing-info .gratis-delivery .gratis-delivery-label {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  margin-left: 10px;
  color: #0FBA00;
}

.product-container .marketing-info .delivery-time {
  display: flex;
  padding: 8px 30px;
}

.product-container .marketing-info .delivery-time .delivery-time-wrapper-icon {
  background-color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-container .marketing-info .delivery-time .delivery-time-wrapper-icon svg {
  height: 22px;
  width: 22px;
}

.product-container .marketing-info .delivery-time .delivery-time-label {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  margin-left: 10px;
}

.product-container .product-main-images {
  height: auto;
  position: relative;
}

.product-container .product-main-images .img-fluid {
  max-height: 460px;
  border: 1px solid #E7E7E7;
  padding: 20px;
  border-radius: 10px;
  object-fit: contain;
}

.product-container .product-main-images__modal-trigger-layer {
  position: absolute;
  bottom: 10px;
  z-index: 80;
  left: 10px;
}

.product-container .product-thumbs__elem {
  padding: 5px;
  border-radius: 10px;
}

.product-container .product-thumbs__elem img {
  padding: 5px;
  border: 1px solid #E7E7E7;
  object-fit: contain;
}

.product-container .product-flags {
  top: 5px;
  left: 8px;
  margin-bottom: 0;
  height: fit-content;
}

.product-container .product-flags .product-flags__flag {
  margin-bottom: 0;
  border-radius: 16px !important;
  padding: 5px 10px;
  color: #2E2E2E;
  font-size: 13px;
  margin-top: 5px;
}

.product-container .product-flags .product-flags__flag--out_of_stock {
  background-color: #EC5D5B;
}

.product-container .product-flags .product-flags__flag--new {
  background-color: #8DE59B;
}

.product-container .product-flags .product-flags__flag--discount {
  background-color: #FFBE40;
}

.product-container .panda-sticker img {
  width: 75px;
  height: 75px;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 20;
}

.product-tabs {
  border: none;
}

.product-tabs .card-header {
  background-color: #fff;
  border-bottom: 1px solid #A1A1A1;
}

.product-tabs .card-header .nav-tabs .nav-link {
  font-family: Roboto;
  font-size: 17px;
  font-weight: 400;
  line-height: 44px;
  text-align: left;
  color: #282828;
  border: none;
}

@media (min-width: 992px) {
  .product-tabs .card-header .nav-tabs .nav-link {
    font-size: 20px;
    font-weight: 400;
    line-height: 44px;
  }
}

.product-tabs .card-header .nav-tabs .nav-link.active {
  border: none;
  background-color: transparent;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 700;
  line-height: 44px;
  text-align: left;
  color: #282828;
}

@media (min-width: 992px) {
  .product-tabs .card-header .nav-tabs .nav-link.active {
    font-size: 20px;
    font-weight: 400;
    line-height: 44px;
  }
}

.product-tabs .card-header .nav-tabs .nav-link:hover,
.product-tabs .card-header .nav-tabs .nav-link:focus {
  border: none;
}

.product-tabs #description:not(:has(.product-description-wrapper-right)) .col-md-8 {
  width: 100% !important;
  max-width: unset;
  flex: auto;
}

.product-tabs #description:not(:has(.product-description-wrapper-right)) .col-md-4 {
  display: none;
}

.product-tabs #description .tab-pane-wrapper {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .product-tabs #description .tab-pane-wrapper {
    flex-direction: row;
  }
}

.product-tabs #description ul li {
  list-style-position: outside;
}

.product-tabs #description h1 {
  font-size: 20px !important;
  font-family: "Roboto", sans-serif !important;
}

@media (min-width: 992px) {
  .product-tabs #description h1 {
    font-size: 24px !important;
  }
}

.product-tabs #description h2 {
  font-size: 19px !important;
  font-family: "Roboto", sans-serif !important;
}

@media (min-width: 992px) {
  .product-tabs #description h2 {
    font-size: 22px !important;
  }
}

.product-tabs #description h3 {
  font-size: 17px !important;
  font-family: "Roboto", sans-serif !important;
}

@media (min-width: 992px) {
  .product-tabs #description h3 {
    font-size: 20px !important;
  }
}

.product-tabs #description h4 {
  font-size: 15px !important;
  font-family: "Roboto", sans-serif !important;
}

@media (min-width: 992px) {
  .product-tabs #description h4 {
    font-size: 18px !important;
  }
}

.product-tabs #description h5 {
  font-size: 14px !important;
  font-family: "Roboto", sans-serif !important;
}

@media (min-width: 992px) {
  .product-tabs #description h5 {
    font-size: 16px !important;
  }
}

.product-tabs #description p,
.product-tabs #description span {
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
}

@media (min-width: 992px) {
  .product-tabs #description p,
  .product-tabs #description span {
    font-size: 15px !important;
  }
}

.product-tabs #description .product-description-wrapper-right img {
  max-width: 300px;
  margin: auto;
}

@media (min-width: 768px) {
  .product-tabs #description .product-description-wrapper-right img {
    max-width: 220px;
  }
}

@media (min-width: 992px) {
  .product-tabs #description .product-description-wrapper-right img {
    max-width: 300px;
  }
}

@media (min-width: 1200px) {
  .product-tabs #description .product-description-wrapper-right img {
    max-width: 420px;
  }
}

#_desktop_language_selector .panda-select,
#_desktop_language_selector .panda-select-lang, #_mobile_language_selector .panda-select,
#_mobile_language_selector .panda-select-lang {
  position: relative;
  max-width: 50px;
  margin-right: 10px;
  /* Style the arrow inside the select element: */
  /* style the items (options), including the selected item: */
  /* Style items (options): */
  /* Hide the items when the select box is closed: */
}

#_desktop_language_selector .panda-select select,
#_desktop_language_selector .panda-select-lang select, #_mobile_language_selector .panda-select select,
#_mobile_language_selector .panda-select-lang select {
  display: none;
  /*hide original SELECT element: */
}

#_desktop_language_selector .panda-select .panda-select-selected,
#_desktop_language_selector .panda-select-lang .panda-select-selected, #_mobile_language_selector .panda-select .panda-select-selected,
#_mobile_language_selector .panda-select-lang .panda-select-selected {
  padding: 0;
  position: relative;
}

#_desktop_language_selector .panda-select .select-selected:after, #_desktop_language_selector .panda-select .panda-select-selected:after,
#_desktop_language_selector .panda-select-lang .select-selected:after,
#_desktop_language_selector .panda-select-lang .panda-select-selected:after, #_mobile_language_selector .panda-select .select-selected:after, #_mobile_language_selector .panda-select .panda-select-selected:after,
#_mobile_language_selector .panda-select-lang .select-selected:after,
#_mobile_language_selector .panda-select-lang .panda-select-selected:after {
  position: absolute;
  content: url(../img/icons/arrow-confi.svg);
  top: 6px;
  right: -10px;
  width: 0;
  height: 0;
  transform: scale(0.7);
}

#_desktop_language_selector .panda-select .select-items div,
#_desktop_language_selector .panda-select .select-selected
.panda-select-items div,
#_desktop_language_selector .panda-select .panda-select-selected,
#_desktop_language_selector .panda-select-lang .select-items div,
#_desktop_language_selector .panda-select-lang .select-selected
.panda-select-items div,
#_desktop_language_selector .panda-select-lang .panda-select-selected, #_mobile_language_selector .panda-select .select-items div,
#_mobile_language_selector .panda-select .select-selected
.panda-select-items div,
#_mobile_language_selector .panda-select .panda-select-selected,
#_mobile_language_selector .panda-select-lang .select-items div,
#_mobile_language_selector .panda-select-lang .select-selected
.panda-select-items div,
#_mobile_language_selector .panda-select-lang .panda-select-selected {
  color: #ffffff;
  cursor: pointer;
}

#_desktop_language_selector .panda-select .select-items, #_desktop_language_selector .panda-select .panda-select-items,
#_desktop_language_selector .panda-select-lang .select-items,
#_desktop_language_selector .panda-select-lang .panda-select-items, #_mobile_language_selector .panda-select .select-items, #_mobile_language_selector .panda-select .panda-select-items,
#_mobile_language_selector .panda-select-lang .select-items,
#_mobile_language_selector .panda-select-lang .panda-select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

#_desktop_language_selector .panda-select .select-hide,
#_desktop_language_selector .panda-select-lang .select-hide, #_mobile_language_selector .panda-select .select-hide,
#_mobile_language_selector .panda-select-lang .select-hide {
  display: none;
}

#_desktop_language_selector .panda-select svg,
#_desktop_language_selector .panda-select-lang svg, #_mobile_language_selector .panda-select svg,
#_mobile_language_selector .panda-select-lang svg {
  width: 24px;
}

.search-result__products .products-list__block {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

.search-result__products .products-list__block .product-miniature {
  padding: 0 !important;
  border: none;
  display: flex;
  flex-direction: row;
}

.js-search-result {
  border-radius: 25px;
  left: -40%;
  right: auto;
  margin-left: -20%;
}

@media (min-width: 425px) {
  .js-search-result {
    margin-left: -35%;
  }
}

@media (min-width: 992px) {
  .js-search-result {
    width: 175%;
    margin-left: 0;
  }
}

.js-search-result .search-result__bottom a {
  border-radius: 25px;
}

.js-search-result .product-miniature--smaller .product-miniature {
  display: flex;
  flex-direction: row;
  border: none;
}

.js-search-result .product-miniature--smaller .product-miniature .product-flags {
  display: none !important;
}

.js-search-result .product-miniature--smaller .product-miniature .favorite-btn {
  display: none;
}

.js-search-result .product-miniature--smaller .product-miniature .product-miniature__thumb {
  margin-right: 10px;
  max-width: 110px;
}

.js-search-result .product-miniature--smaller .product-miniature #panda-omnibus {
  font-size: 12px;
}

.js-search-result .product-miniature--smaller .product-miniature .product-miniature__title {
  margin-bottom: 5px !important;
}

.js-search-result .product-miniature--smaller .product-miniature .price-discount-wrapper {
  font-size: 12px;
}

.js-search-result .product-miniature--smaller .product-miniature .price-discount-wrapper .price {
  font-size: 12px;
}

.js-search-result .product-miniature--smaller .product-miniature .price-wrapper .brutto {
  margin-left: 3px;
  color: #007bff;
}

.material-icons.search:before {
  content: '';
}

#search #search_widget {
  float: none;
}

#module-pandasearch-search #js-product-list-top {
  display: none;
}

#module-pandasearch-search #content-wrapper {
  padding: 60px 0;
}

.product-line-grid {
  align-items: center;
}

.product-line-grid:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.product-line-grid__row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media (min-width: 768px) {
  .product-line-grid__row {
    flex-wrap: nowrap;
  }
}

.product-line-grid__block {
  padding: 0 .625rem;
}

.product-line-grid__block--image {
  align-self: flex-start;
  flex: 0 0 80px;
  max-width: 80px;
  order: -3;
}

@media (min-width: 768px) {
  .product-line-grid__block--image {
    align-self: center;
    flex: 0 0 100px;
    max-width: 100px;
  }
}

.product-line-grid__block--prod {
  flex: 0 0 calc(100% - 8.125rem);
  max-width: calc(100% - 8.125rem);
  order: -2;
}

@media (min-width: 768px) {
  .product-line-grid__block--prod {
    flex: 1 1 auto;
    max-width: inherit;
  }
}

.product-line-grid__block--qty {
  flex: 0 0 50%;
  margin: .9375rem 0 0;
  max-width: 50%;
}

@media (min-width: 768px) {
  .product-line-grid__block--qty {
    flex: 0 0 8.125rem;
    margin: 0;
    max-width: 8.125rem;
  }
}

.product-line-grid__block--total {
  flex: 0 0 50%;
  margin: .9375rem 0 0;
  max-width: 50%;
  text-align: right;
}

@media (min-width: 768px) {
  .product-line-grid__block--total {
    flex: 0 0 7.5rem;
    margin: 0;
    max-width: 7.5rem;
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .product-line-grid__block--total {
    flex: 0 0 9.375rem;
    max-width: 9.375rem;
  }
}

.product-line-grid__block--delete {
  flex: 0 0 3.125rem;
  max-width: 3.125rem;
  text-align: center;
}

@media (max-width: 767.98px) {
  .product-line-grid__block--delete {
    align-self: flex-start;
    order: -1;
    padding-top: .3125rem;
  }
}

.checkout-step:not(:first-child) {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.125);
}

.checkout-step__header {
  border-bottom: 0;
}

.checkout-step .step-number {
  display: inline-block;
}

.checkout-step .content {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.125);
}

.checkout-step .not-allowed {
  cursor: not-allowed;
  opacity: .5;
}

.checkout-step .content,
.checkout-step .done,
.checkout-step .step-edit {
  display: none;
}

.checkout-step.-unreachable .step-title {
  cursor: not-allowed;
  opacity: .5;
}

.checkout-step.-current .step-title {
  cursor: default;
}

.checkout-step.-current .content {
  display: block;
}

.checkout-step.-reachable.-complete .done {
  display: inline-block;
}

.checkout-step.-current.-reachable.-complete .done,
.checkout-step.-current.-reachable.-complete .step-edit,
.checkout-step.-reachable.-complete .content {
  display: none;
}

.checkout-step.-current.-reachable.-complete .step-number {
  display: inline-block;
}

.checkout-step.-current.-reachable.-complete .content {
  display: block;
}

.js-payment-binary,
.js-payment-binary .accept-cgv {
  display: none;
}

.js-payment-binary.disabled {
  cursor: not-allowed;
  opacity: .6;
}

.js-payment-binary.disabled:before {
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.js-payment-binary.disabled .accept-cgv {
  display: block;
}

.checkout-option__col--thumb {
  flex: 0 0 3.125rem;
  max-width: 3.125rem;
}

@media (min-width: 576px) {
  .checkout-option__col--thumb {
    flex: 0 0 3.75rem;
    max-width: 3.75rem;
  }
}

.checkout-option-block {
  position: relative;
}

.checkout-option-block > input {
  left: -99999em;
  position: absolute;
}

.checkout-option-block.selected .card {
  border-color: #007bff;
}

#blockcart-modal .modal-dialog .modal-content {
  border-radius: 25px !important;
}

.modal-footer .btn-primary {
  width: 300px;
  margin: auto;
  border-radius: 25px;
}

.cart-dropdown__content .alert-warning {
  color: #EC5D5B;
  border: 1px solid #E6E6E6;
  background-color: #F3F3F3;
}

#cart .cart-container,
#cart .cart-summary {
  border: none;
}

#cart .card-header {
  background-color: #fff;
  border-bottom: 1px solid #A1A1A1;
}

#cart .block-promo .btn-primary {
  border-radius: 0 25px 25px 0;
}

#cart .block-promo .cart-summary-line a.text-danger {
  display: flex;
  align-items: baseline;
}

#cart .block-promo .input-group-append {
  background: none;
  border: none;
  height: auto;
}

#cart .checkout .btn-primary {
  border-radius: 25px;
  background-color: #007AFF;
  border-radius: 25px;
  padding: 12px 22px;
  border: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  display: block;
  text-align: center;
  max-width: 300px;
  margin: auto;
}

#cart .checkout .btn-primary:hover {
  text-decoration: none;
  background-color: #0069d9;
}

#cart .checkout .btn-primary:focus {
  outline: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  #cart .checkout .btn-primary {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  #cart .checkout .btn-primary {
    font-size: 15px;
    padding: 15px 22px;
  }
}

@media (min-width: 1400px) {
  #cart .checkout .btn-primary {
    font-size: 16px;
  }
}

#cart .cart-grid {
  margin-bottom: 40px;
}

#cart .cart-items .product-line-grid__row {
  display: flex;
  justify-content: space-between;
}

#cart .cart-items .current-price {
  display: flex;
  flex-direction: column;
}

#cart .cart-items .current-price .price--regular {
  font-size: 14px;
}

#cart .cart-items .product-line-grid__title a {
  text-transform: uppercase;
}

#cart .cart-items .product-line-grid__block--qty,
#cart .cart-items .product-line-grid__block--total,
#cart .cart-items .product-line-grid__block--delete {
  display: flex;
  align-items: center;
}

#cart .cart-items .product-line-grid__block--qty {
  max-width: 100%;
}

#cart .cart-items .product-line-grid__block--total {
  margin-top: 0;
}

#cart .cart-items .remove-from-cart span {
  font-size: 24px !important;
  color: #212529;
}

#cart .cart-items .remove-from-cart:hover span {
  color: #EC5D5B;
}

#cart .cart-items .bootstrap-touchspin {
  border-radius: 25px;
  border: 1px solid #449DFF;
}

#cart .cart-items .bootstrap-touchspin .input-group-append,
#cart .cart-items .bootstrap-touchspin .input-group-prepend {
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#cart .cart-items .bootstrap-touchspin .input-group-append .btn-touchspin,
#cart .cart-items .bootstrap-touchspin .input-group-prepend .btn-touchspin {
  width: 20px;
  height: 20px;
  background: #F3FBFF;
  border-radius: 50%;
  line-height: 20px;
}

#cart .cart-items .js-cart-line-product-quantity {
  border: none;
}

#cart .cart-items .product-line-grid {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

#cart .cart-items .product-line-grid__block--prod {
  max-width: 250px;
  margin-left: 10px;
}

@media (min-width: 1200px) {
  #cart .cart-items .product-line-grid__block--prod {
    max-width: 325px;
  }
}

#cart .cart-items .product-line-grid__block--total {
  width: 120px;
  margin-left: 10px;
  flex-basis: auto;
}

#cart .cart-items .qty-total-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 30%;
}

@media (min-width: 768px) {
  #cart .cart-items .qty-total-wrapper {
    width: fit-content;
  }
}

@media (min-width: 992px) {
  #cart .cart-items .qty-total-wrapper {
    flex-direction: row;
  }
}

#cart .cart-items .qty-total-wrapper .total-wrapper {
  display: flex;
  margin-top: 10px;
}

@media (min-width: 992px) {
  #cart .cart-items .qty-total-wrapper .total-wrapper {
    margin-top: 0;
  }
}

#cart .cart-items .qty-total-wrapper .input-group-append {
  background: none;
  border: none;
  height: auto;
}

#cart .btn-outline-primary {
  border: none;
  color: #212529;
}

#checkout .ets_mm_megamenu {
  position: static !important;
}

#checkout #content-wrapper {
  margin: 50px 0;
}

#checkout #content-wrapper .card {
  border: none;
}

#checkout #content-wrapper .card-header {
  background-color: #fff;
  border-bottom: 1px solid #A1A1A1;
}

#checkout #content-wrapper .card-header .material-icons.edit:before {
  display: none;
}

#checkout #content-wrapper .card-header .step-edit i {
  font-size: 20px;
}

#checkout #content-wrapper .btn-primary,
#checkout #content-wrapper .btn-outline-primary {
  background-color: #007AFF;
  border-radius: 25px;
  padding: 12px 22px;
  border: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  display: block;
  text-align: center;
}

#checkout #content-wrapper .btn-primary:hover,
#checkout #content-wrapper .btn-outline-primary:hover {
  text-decoration: none;
  background-color: #0069d9;
}

#checkout #content-wrapper .btn-primary:focus,
#checkout #content-wrapper .btn-outline-primary:focus {
  outline: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  #checkout #content-wrapper .btn-primary,
  #checkout #content-wrapper .btn-outline-primary {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  #checkout #content-wrapper .btn-primary,
  #checkout #content-wrapper .btn-outline-primary {
    font-size: 15px;
    padding: 15px 22px;
  }
}

@media (min-width: 1400px) {
  #checkout #content-wrapper .btn-primary,
  #checkout #content-wrapper .btn-outline-primary {
    font-size: 16px;
  }
}

#checkout #content-wrapper .address-item .card {
  border: 1px solid #A1A1A1;
  border-radius: 25px;
}

#checkout #content-wrapper .address-item .card .card-header {
  border-radius: 25px 25px 0 0;
}

#checkout #content-wrapper .address-item .card .address__footer a:first-child {
  border-right: 1px solid #A1A1A1;
}

#checkout #content-wrapper .address-item .card .card-footer {
  border-top: 1px solid #A1A1A1;
}

#checkout #content-wrapper .address-item .card .address__footer a:hover {
  border-radius: 0 0 25px 0;
}

#checkout #content-wrapper .address-item .card .address__footer a:first-child:hover {
  border-radius: 0 0 0 25px;
}

#checkout #content-wrapper .js-address-form .btn-outline-primary {
  max-width: 200px;
}

#checkout .cart-grid-right {
  flex: 1;
  position: relative;
}

#checkout .cart-grid-right #js-checkout-summary {
  position: sticky;
  top: 107px;
}

#checkout .nav-pills .nav-link.active {
  border-radius: 25px;
}

#checkout .card-body .block-promo .btn-primary {
  border-radius: 0 25px 25px 0 !important;
  height: 42px;
  padding: 12px 22px !important;
}

#checkout .card-body .block-promo .cart-summary-line a.text-danger {
  display: flex;
  align-items: baseline;
}

#checkout .card-body .block-promo .cart-summary-line a.text-danger:hover {
  text-decoration: none;
}

#checkout .card-body .block-promo .cart-summary-line a.text-danger:hover .material-icons {
  color: #EC5D5B;
}

.custom-select {
  border-radius: 25px;
}

.checkout-step:not(.-unreachable) .step-edit {
  display: block;
}

.js-cart-summary-products .cart-products__desc p {
  text-transform: uppercase;
}

.form-group .form-label span {
  color: #EC5D5B;
}

.form-group .custom-control-label span {
  color: #EC5D5B;
}

.checkbox-row label span {
  color: #EC5D5B;
}

.js-delivery-option.selected {
  border: 1px solid #007bff;
  border-radius: 8px;
}

.js-delivery-option.selected label {
  background-color: #F3FBFF;
}

.checkout-option.selected {
  border: 1px solid #007bff;
  border-radius: 8px;
}

.checkout-option.selected label {
  background-color: #F3FBFF;
}

.js-additional-information .alert-info {
  border-radius: 8px;
  border: 1px solid #007bff;
  background: transparent;
}

.inpost-shipping-container {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.inpost-shipping-container .col-sm-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
}

.inpost-shipping-container .col-sm-12 .js-inpost-closest-machine {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.inpost-shipping-container .col-sm-12 .js-inpost-closest-machine .btn:hover,
.inpost-shipping-container .col-sm-12 .js-inpost-closest-machine .btn:focus {
  text-decoration: underline;
}

.carrier-extra-content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#checkout #content-wrapper .address-item.selected label {
  border: 1px solid #007bff;
  background-color: #F3FBFF;
}

.payment-options .checkout-option,
.delivery-options .checkout-option {
  border: 1px solid #A1A1A1;
  border-radius: 8px;
}

.payment-options .checkout-option__col--thumb,
.delivery-options .checkout-option__col--thumb {
  display: flex;
  max-width: 30%;
  flex: 0 0 30%;
  align-items: center;
}

@media (min-width: 768px) {
  .payment-options .checkout-option__col--thumb,
  .delivery-options .checkout-option__col--thumb {
    max-width: 20%;
    flex: 0 0 20%;
  }
}

.payment-options .checkout-option__col--thumb .fake-checkbox,
.delivery-options .checkout-option__col--thumb .fake-checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid #A1A1A1;
  border-radius: 5px;
  margin-right: 10px;
}

.payment-options .checkout-option__col--thumb img,
.delivery-options .checkout-option__col--thumb img {
  width: 45px;
}

@media (min-width: 768px) {
  .payment-options .checkout-option__col--thumb img,
  .delivery-options .checkout-option__col--thumb img {
    max-width: 60%;
    width: 80px;
  }
}

.payment-options .checkout-option.selected,
.delivery-options .checkout-option.selected {
  border: 1px solid #007bff;
}

.payment-options .checkout-option.selected .fake-checkbox,
.delivery-options .checkout-option.selected .fake-checkbox {
  position: relative;
}

.payment-options .checkout-option.selected .fake-checkbox::after,
.delivery-options .checkout-option.selected .fake-checkbox::after {
  content: url(../img/icons8-check-16.png);
  position: absolute;
  top: -2px;
}

.delivery-options .checkout-option__thumb {
  display: flex;
  max-width: 100%;
  flex: 0 0 100%;
  align-items: center;
}

#payment-option-7-container .checkout-option__thumb {
  width: 60%;
}

#payment-option-7-container .checkout-option__thumb img {
  width: 80px;
  flex: 0 0 100%;
  max-width: 100%;
}

#checkout .checkout-block:not(#thecheckout-confirm) .inner-area {
  border: none;
  box-shadow: none;
}

#checkout .delivery-options .delivery-option-row {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #A1A1A1;
  margin-bottom: 10px;
  cursor: pointer;
}

#checkout .delivery-options .delivery-option-row.selected {
  border: 1px solid #007bff;
  background-color: #F3FBFF;
}

#checkout .delivery-options .delivery-option-label {
  cursor: pointer;
}

#checkout .checkout-block[class*='num-'] .block-header:before {
  border-radius: 8px;
}

#checkout .block-header {
  font-weight: 500;
  margin-bottom: 35px;
}

#checkout .address-name-header,
#checkout .shipping-method-header,
#checkout .payment-method-header,
#checkout .account-header {
  margin: 20px 0;
  padding-left: 0;
}

#checkout .form-group.countrySelect {
  display: none;
}

#checkout .shopping-cart-header {
  margin-top: 8px;
}

#checkout .custom-radio input[type=radio]:checked + span {
  background-color: #007bff;
  border-color: #007bff;
}

#checkout .custom-radio {
  border: 1px solid #a1a1a1;
}

#checkout .inpost-shipping-button {
  background-color: #007bff;
  border-color: #007bff;
  border-radius: 25px;
  color: #fff;
}

#checkout .inpost-shipping-button:hover {
  background-color: #212529;
  border-color: #212529;
}

#checkout .inner-area .offer-login {
  text-align: start;
  align-items: center;
}

@media (min-width: 768px) {
  #checkout .inner-area .offer-login {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

#checkout .inner-area .offer-login.expanded {
  justify-content: center;
}

#checkout .inner-area .offer-login .already-account-label {
  flex-basis: auto;
}

#checkout .inner-area .offer-login a {
  font-size: 16px !important;
}

#checkout .inner-area .offer-login .social-login {
  margin-top: 2px;
  border-bottom: none;
}

@media (min-width: 768px) {
  #checkout .customer-addresses select {
    border-radius: 25px;
  }
  #checkout #login-form .form-group label.has-float-label {
    width: 100%;
  }
}

#checkout .delivery-option-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

#checkout .payment-logo img {
  width: 80px;
  height: 2em;
}

#checkout .shipping-radio {
  display: flex;
  justify-content: center;
  align-items: center;
}

#checkout .form-footer .btn-primary {
  margin: auto;
}

#checkout .business-fields-separator {
  display: none !important;
}

#checkout .shipping-radio .custom-radio {
  margin-top: 2px;
}

#checkout .payment-option {
  align-items: center;
}

#checkout .payment-option .custom-radio {
  margin-top: 0;
}

@media (min-width: 992px) {
  #checkout .form-group label.has-float-label {
    width: 90%;
  }
}

#checkout #conditions-to-approve label::after {
  content: '*';
  color: #EC5D5B;
}

#checkout .carrier-ref-5 + .carrier-extra-content,
#checkout .carrier-ref-6 + .carrier-extra-content {
  display: none !important;
}

#checkout #delivery_message {
  border-radius: 10px;
}

#checkout .addresses-selection {
  margin-bottom: 25px;
}

#checkout #conditions-to-approve .custom-checkbox {
  margin-top: 5px;
}

#checkout .inpost-shipping-container .row .col-sm-12 {
  margin: 0;
  padding: 0;
}

#checkout .inpost-shipping-container .row .col-sm-6 {
  margin: 15px 0;
}

#checkout .inpost-shipping-container .row .col-md-7 {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

#checkout .inpost-shipping-container .row .js-inpost-closest-machine {
  display: flex;
  flex-direction: column;
}

#checkout .inpost-shipping-container .row .js-inpost-closest-machine .btn {
  margin: auto;
  color: #007bff;
}

#checkout .inpost-shipping-container .row .js-inpost-closest-machine .btn:hover {
  text-decoration: underline;
  color: #000;
}

#checkout .inpost-shipping-container .row .inpost-shipping-customer-change-wrapper {
  text-align: left;
}

#checkout .inpost-shipping-container .row .inpost-shipping-customer-change-form {
  padding: 20px 0;
}

#checkout .inpost-shipping-container .row .inpost-shipping-customer-change-form .form-group input {
  border: 1px solid #A1A1A1;
  border-radius: 20px;
  padding: 10px;
  font-size: 14px;
}

#checkout .inpost-shipping-container .row .inpost-shipping-customer-change-form .form-group input:focus, #checkout .inpost-shipping-container .row .inpost-shipping-customer-change-form .form-group input:hover {
  border-color: #007bff;
}

#checkout .classic-login {
  margin-left: 0;
}

#checkout .social-login {
  padding-left: 0;
}

#checkout a.cart-line-product-quantity-down {
  background-image: url(../img/icons8-subtract-15.png);
  background-size: initial;
}

#checkout a.cart-line-product-quantity-up {
  background-image: url(../img/icons8-plus-15.png);
  background-size: initial;
}

#checkout .social-login {
  border-left: 0;
}

#checkout .business-private-checkboxes {
  margin-bottom: 40px !important;
}

#checkout .has-float-label select.form-control {
  background-position: right 0.8em top 0.6em;
}

#checkout .icon-remove-red-eye {
  margin-top: 0;
  margin-right: 10px;
}

#checkout .form-group.password {
  margin-top: 25px;
}

#checkout .payment-options .tc-main-title {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #A1A1A1;
  margin-bottom: 10px;
  cursor: pointer;
}

#checkout .payment-options .tc-main-title.selected {
  border: 1px solid #007bff;
  background-color: #F3FBFF;
}

#checkout .payment-options .tc-main-title #payment-option-6-additional-information a {
  font-weight: 600;
}

#checkout .payment-options label {
  cursor: pointer;
}

#checkout .checkout-block :is(.custom-radio input[type=radio], .custom-checkbox input[type=checkbox]) {
  display: none !important;
}

#checkout span.custom-checkbox {
  align-items: center !important;
}

#checkout #confirm_order {
  margin: auto;
}

#checkout .cart-item .product-line {
  margin-top: 10px;
  margin-bottom: 10px;
}

#checkout .product-line-qty .qty-box {
  box-shadow: none;
}

#checkout .product-line-qty .input.cart-line-product-quantity {
  margin-left: 20px;
}

#checkout .product-line-qty .cart-line-product-quantity-down {
  left: -21px;
  top: 0;
  height: 36px;
  border-radius: 25px 0 0 25px;
  border-color: #007bff;
  border-right: 1px solid transparent;
}

#checkout .product-line-qty .cart-line-product-quantity-up {
  height: 36px;
  border-bottom: 1px solid #007bff;
  border-color: #007bff;
  border-radius: 0 25px 25px 0;
  border-left: 1px solid transparent;
}

#checkout .product-line-qty .cart-line-product-quantity {
  border-color: #007bff;
  border-left: none;
  border-right: none;
}

#checkout .product-line-qty .cart-line-product-quantity:focus, #checkout .product-line-qty .cart-line-product-quantity:focus-visible {
  outline: none;
}

#checkout a.cart-line-product-quantity-up:hover,
#checkout a.cart-line-product-quantity-down:hover {
  box-shadow: none;
  background-color: white;
  background-size: auto;
}

#checkout a:hover {
  color: #007bff;
  text-decoration: none;
}

#checkout .block-promo {
  margin: 15px 0;
}

#checkout .cart-voucher > p > a.promo-code-button.collapsed {
  border: none;
  padding-left: 0;
  background-color: #fff;
}

#checkout .cart-voucher > p > a.promo-code-button.collapsed:hover {
  color: #212529;
}

#checkout .block-promo .promo-input-button .promo-input {
  border: 2px solid #007bff;
  border-radius: 5px 0 0 5px;
}

#checkout .block-promo .promo-input-button .promo-input:focus, #checkout .block-promo .promo-input-button .promo-input:hover {
  border: 2px solid #007bff;
  border-radius: 5px 0 0 5px;
  outline: none;
}

#checkout .block-promo .promo-input-button .promo-input:focus-visible {
  border: 2px solid #007bff;
  border-radius: 5px 0 0 5px;
  outline: none;
}

#checkout #content-wrapper .promo-input-button .btn-primary {
  border-radius: 0 25px 25px 0;
  color: #fff;
  padding: 0 20px;
  height: 35px;
}

@media (min-width: 768px) {
  #checkout #content-wrapper .promo-input-button .btn-primary {
    height: 38px;
  }
}

@media (min-width: 992px) {
  #checkout #content-wrapper .promo-input-button .btn-primary {
    height: 40px;
  }
}

#checkout #content-wrapper .promo-input-button .btn-primary span {
  color: #fff;
}

#checkout .cart-summary-line .value {
  color: #007bff;
}

#checkout .condition-label label {
  cursor: pointer;
}

#checkout .has-float-label input:placeholder-shown:not(:focus):not(:-webkit-autofill) ~ span.field-label,
#checkout .has-float-label select:placeholder-shown:not(:focus) ~ span.field-label {
  top: 10px;
}

#checkout .has-float-label input.form-control,
#checkout .has-float-label select.form-control {
  border: 1px solid #A1A1A1;
  border-radius: 20px;
  padding: 10px;
  font-size: 14px;
}

#checkout .has-float-label input.form-control:focus, #checkout .has-float-label input.form-control:hover,
#checkout .has-float-label select.form-control:focus,
#checkout .has-float-label select.form-control:hover {
  border-color: #007bff;
}

#checkout .has-float-label input.form-control:focus ~ .field-label,
#checkout .has-float-label input.form-control:not(:placeholder-shown) ~ .field-label,
#checkout .has-float-label select.form-control:focus ~ .field-label,
#checkout .has-float-label select.form-control:not(:placeholder-shown) ~ .field-label {
  top: -20px;
}

#checkout .has-float-label label,
#checkout .has-float-label span.field-label {
  font-size: 14px;
  padding-left: 10px;
}

#checkout .effects-helper {
  display: none;
}

#checkout .form-group {
  margin-bottom: 25px;
}

#checkout .form-group.checkbox {
  margin-bottom: 0;
}

#checkout .login-block-moved {
  border: none;
}

#checkout #create_account {
  margin-bottom: 0;
}

#checkout .checkout-block {
  padding-bottom: 0;
}

#checkout .checkout-block .inner-area {
  padding-bottom: 0;
}

.remaining-amount-to-free-shipping-container.free, .remaining-amount-to-free-shipping-container {
  display: block !important;
  background-color: #F3FBFF !important;
  border-radius: 10px;
}

.remaining-amount-progress .inside-bar {
  background-color: #007bff !important;
}

#bankwire-modal .modal-header {
  justify-content: flex-start;
  align-items: center;
}

#bankwire-modal .modal-header button {
  margin: 0 20px 0 0;
}

#bankwire-modal .modal-header h2 {
  margin-bottom: 0;
}

#identity #content, #addresses #content, #address #content, #history #content, #order-detail #content, #module-psgdpr-gdpr #content {
  margin-bottom: 50px;
}

#identity #content .page-header, #addresses #content .page-header, #address #content .page-header, #history #content .page-header, #order-detail #content .page-header, #module-psgdpr-gdpr #content .page-header {
  text-align: left !important;
  text-transform: uppercase;
}

#identity #content .page-header h1, #addresses #content .page-header h1, #address #content .page-header h1, #history #content .page-header h1, #order-detail #content .page-header h1, #module-psgdpr-gdpr #content .page-header h1 {
  font-size: 18px;
}

@media (min-width: 992px) {
  #identity #content .page-header h1, #addresses #content .page-header h1, #address #content .page-header h1, #history #content .page-header h1, #order-detail #content .page-header h1, #module-psgdpr-gdpr #content .page-header h1 {
    font-size: 22px;
  }
}

#identity #content .form-control-submit, #addresses #content .form-control-submit, #address #content .form-control-submit, #history #content .form-control-submit, #order-detail #content .form-control-submit, #module-psgdpr-gdpr #content .form-control-submit {
  border-radius: 25px;
}

#identity #content .card, #addresses #content .card, #address #content .card, #history #content .card, #order-detail #content .card, #module-psgdpr-gdpr #content .card {
  border: 1px solid #A1A1A1;
  border-radius: 25px;
}

#identity #content .card .card-header, #addresses #content .card .card-header, #address #content .card .card-header, #history #content .card .card-header, #order-detail #content .card .card-header, #module-psgdpr-gdpr #content .card .card-header {
  border-radius: 25px 25px 0 0;
}

#identity #content .card .address__footer a:first-child, #addresses #content .card .address__footer a:first-child, #address #content .card .address__footer a:first-child, #history #content .card .address__footer a:first-child, #order-detail #content .card .address__footer a:first-child, #module-psgdpr-gdpr #content .card .address__footer a:first-child {
  border-right: 1px solid #A1A1A1;
}

#identity #content .card .card-footer, #addresses #content .card .card-footer, #address #content .card .card-footer, #history #content .card .card-footer, #order-detail #content .card .card-footer, #module-psgdpr-gdpr #content .card .card-footer {
  border-top: 1px solid #A1A1A1;
}

#identity #content .card .address__footer a:hover, #addresses #content .card .address__footer a:hover, #address #content .card .address__footer a:hover, #history #content .card .address__footer a:hover, #order-detail #content .card .address__footer a:hover, #module-psgdpr-gdpr #content .card .address__footer a:hover {
  border-radius: 0 0 25px 0;
}

#identity #content .card .address__footer a:first-child:hover, #addresses #content .card .address__footer a:first-child:hover, #address #content .card .address__footer a:first-child:hover, #history #content .card .address__footer a:first-child:hover, #order-detail #content .card .address__footer a:first-child:hover, #module-psgdpr-gdpr #content .card .address__footer a:first-child:hover {
  border-radius: 0 0 0 25px;
}

#identity #content .card-header, #addresses #content .card-header, #address #content .card-header, #history #content .card-header, #order-detail #content .card-header, #module-psgdpr-gdpr #content .card-header {
  border-bottom: 1px solid #A1A1A1;
}

#addresses #content .addresses-footer .btn {
  border-radius: 25px;
}

#history #content .view-order-details-link {
  border-radius: 25px;
  max-width: 220px;
  margin: auto;
}

#history #content .label-pill {
  white-space: normal;
}

#history #content table {
  border-collapse: separate;
  /* Ustaw na "separate", aby zadziałało zaokrąglenie */
  border-spacing: 0;
  /* Zapewnia, że nie ma przerwy między komórkami */
  border-radius: 25px;
  overflow: hidden;
  /* Aby przyciąć zawartość w zaokrąglonych rogach */
  border: 2px solid #dee2e6;
}

#history #content td, #history #content th {
  padding: 10px;
  border: none;
}

#history #content td:last-child, #history #content th:last-child {
  border-right: none;
}

#history #content tr:last-child td {
  border-bottom: none;
}

#history #content .order-actions .col-sm-6 {
  width: 100%;
  max-width: 100%;
}

#history #content .view-order-details-link {
  background: transparent;
  color: #212529;
  border: none;
}

#history #content .view-order-details-link:hover, #history #content .view-order-details-link:focus {
  color: #007AFF;
  background: transparent;
  border: none;
  box-shadow: none;
}

#order-detail #content table {
  border-collapse: separate;
  /* Ustaw na "separate", aby zadziałało zaokrąglenie */
  border-spacing: 0;
  /* Zapewnia, że nie ma przerwy między komórkami */
  border-radius: 25px;
  overflow: hidden;
  /* Aby przyciąć zawartość w zaokrąglonych rogach */
  border: 1px solid #A1A1A1;
}

#order-detail #content td, #order-detail #content th {
  padding: 10px;
  border: none;
}

#order-detail #content td:last-child, #order-detail #content th:last-child {
  border-right: none;
}

#order-detail #content tr:last-child td {
  border-bottom: none;
}

#order-detail #content .card-group .col-sm-6:first-of-type {
  margin-right: 20px;
}

#order-detail #content .product-table {
  border: none;
}

.customer-links .customer-links__footer {
  background-color: #007AFF;
  border-radius: 25px;
  padding: 12px 22px;
  border: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  display: block;
  text-align: center;
  padding: 0 !important;
  max-width: 220px;
  margin: 10px auto;
}

.customer-links .customer-links__footer:hover {
  text-decoration: none;
  background-color: #0069d9;
}

.customer-links .customer-links__footer:focus {
  outline: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .customer-links .customer-links__footer {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .customer-links .customer-links__footer {
    font-size: 15px;
    padding: 15px 22px;
  }
}

@media (min-width: 1400px) {
  .customer-links .customer-links__footer {
    font-size: 16px;
  }
}

.customer-links .customer-links__footer a {
  color: #fff;
}

.customer-links #author-blog-comment-link {
  display: none;
}

.customer-links li::marker {
  display: none;
}

.customer-links .link-item {
  font-weight: 400;
}

.customer-links .link-item i {
  color: #333;
}

.customer-links a.active {
  border-radius: 25px;
  background-color: #D9EFFF;
  color: #fff;
}

.customer-links a.active:hover {
  background-color: #D9EFFF;
  color: #fff;
}

.customer-links .customer-links__list li {
  display: none;
}

#aem-affiliate-link .ets_svg, #aem-loyalty-link .ets_svg {
  display: flex;
  align-items: center;
  min-height: 26px;
  height: 26px;
}

#aem-affiliate-link .link-item svg, #aem-loyalty-link .link-item svg {
  fill: currentColor !important;
  width: 26px;
  height: 26px;
}

.ets-am-content .ets-am-content-links li a.active:before {
  background-color: #007AFF;
}

#module-ets_affiliatemarketing-dashboard #wrapper svg, #module-ets_affiliatemarketing-history #wrapper svg, #module-ets_affiliatemarketing-withdraw #wrapper svg, #module-ets_affiliatemarketing-voucher #wrapper svg, #module-ets_affiliatemarketing-loyalty #wrapper svg {
  fill: currentColor !important;
}

#module-ets_affiliatemarketing-dashboard .stat-filter .form-inline, #module-ets_affiliatemarketing-history .stat-filter .form-inline, #module-ets_affiliatemarketing-withdraw .stat-filter .form-inline, #module-ets_affiliatemarketing-voucher .stat-filter .form-inline, #module-ets_affiliatemarketing-loyalty .stat-filter .form-inline {
  display: block;
}

#module-ets_affiliatemarketing-dashboard .stat-filter .form-inline .eam_select_filter.col-lg-5 div, #module-ets_affiliatemarketing-dashboard .stat-filter .form-inline .eam_select_filter.col-mb-12 div, #module-ets_affiliatemarketing-history .stat-filter .form-inline .eam_select_filter.col-lg-5 div, #module-ets_affiliatemarketing-history .stat-filter .form-inline .eam_select_filter.col-mb-12 div, #module-ets_affiliatemarketing-withdraw .stat-filter .form-inline .eam_select_filter.col-lg-5 div, #module-ets_affiliatemarketing-withdraw .stat-filter .form-inline .eam_select_filter.col-mb-12 div, #module-ets_affiliatemarketing-voucher .stat-filter .form-inline .eam_select_filter.col-lg-5 div, #module-ets_affiliatemarketing-voucher .stat-filter .form-inline .eam_select_filter.col-mb-12 div, #module-ets_affiliatemarketing-loyalty .stat-filter .form-inline .eam_select_filter.col-lg-5 div, #module-ets_affiliatemarketing-loyalty .stat-filter .form-inline .eam_select_filter.col-mb-12 div {
  display: flex;
}

#module-ets_affiliatemarketing-dashboard .stat-filter button.btn:hover, #module-ets_affiliatemarketing-dashboard .stat-filter button.btn:focus, #module-ets_affiliatemarketing-history .stat-filter button.btn:hover, #module-ets_affiliatemarketing-history .stat-filter button.btn:focus, #module-ets_affiliatemarketing-withdraw .stat-filter button.btn:hover, #module-ets_affiliatemarketing-withdraw .stat-filter button.btn:focus, #module-ets_affiliatemarketing-voucher .stat-filter button.btn:hover, #module-ets_affiliatemarketing-voucher .stat-filter button.btn:focus, #module-ets_affiliatemarketing-loyalty .stat-filter button.btn:hover, #module-ets_affiliatemarketing-loyalty .stat-filter button.btn:focus {
  background-color: #007AFF;
  border-color: #007AFF;
  color: #fff;
}

#module-ets_affiliatemarketing-dashboard .input-group-append, #module-ets_affiliatemarketing-history .input-group-append, #module-ets_affiliatemarketing-withdraw .input-group-append, #module-ets_affiliatemarketing-voucher .input-group-append, #module-ets_affiliatemarketing-loyalty .input-group-append {
  background: transparent;
  border: none;
}

#authentication #wrapper {
  margin-bottom: 50px;
}

#authentication #wrapper .user-form {
  border: 1px solid #007bff;
  border-radius: 25px;
}

@media (min-width: 768px) {
  #authentication #wrapper .user-form .user-form__content {
    border-right: 1px solid #007bff;
  }
}

#authentication #wrapper .user-form .user-form__content .forgot-password {
  text-align: start !important;
}

#authentication #wrapper .user-form .user-form__content .forgot-password a {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
  color: #282828;
}

#authentication #wrapper .user-form .user-form__content .forgot-password a:hover {
  color: #007bff;
}

#authentication #wrapper .user-form .user-form__content .form-footer #submit-login {
  border-radius: 25px;
  padding: 8px 20px;
  width: fit-content;
  margin: auto;
}

#authentication #wrapper .user-form .user-form__content .lub {
  text-align: center;
  margin: 10px 0;
}

#authentication #wrapper .user-form .user-form__content .social-media-login {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 992px) {
  #authentication #wrapper .user-form .user-form__content .social-media-login {
    flex-direction: row;
  }
}

#authentication #wrapper .user-form .user-form__content .social-media-login .google-login,
#authentication #wrapper .user-form .user-form__content .social-media-login .facebook-login {
  font-size: 12px;
  padding: 10px 12px;
  border-radius: 25px;
  color: #fff;
  max-width: fit-content;
}

#authentication #wrapper .user-form .user-form__content .social-media-login .google-login {
  background-color: #FF0000;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  #authentication #wrapper .user-form .user-form__content .social-media-login .google-login {
    margin-bottom: 0;
  }
}

#authentication #wrapper .user-form .user-form__content .social-media-login .google-login:hover {
  background-color: #b30000;
  text-decoration: none;
}

#authentication #wrapper .user-form .user-form__content .social-media-login .facebook-login {
  background-color: #4B93FF;
}

#authentication #wrapper .user-form .user-form__content .social-media-login .facebook-login:hover {
  background-color: #0065fe;
  text-decoration: none;
}

#authentication #wrapper .user-form__block {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  #authentication #wrapper .user-form__block {
    margin-bottom: 0;
  }
}

#authentication #wrapper .user-form__block .card-body {
  flex: 0 1 auto;
}

#authentication #wrapper .user-form__block .user-b2b {
  flex-direction: column;
}

#authentication #wrapper .user-form__block .btn-primary {
  border-radius: 25px;
  padding: 8px 20px;
  font-size: 14px;
}

#registration #content-wrapper {
  margin-bottom: 50px;
}

#registration #content-wrapper .user-form {
  border-color: #007bff;
  border-radius: 25px;
}

#registration #content-wrapper .form-control-submit {
  border-radius: 25px;
}

#registration #content-wrapper .card-footer {
  border-color: #007bff;
}

#module-pandaregisterb2b-registerb2b .registerb2b-wrapper {
  padding: 30px;
  margin: 50px 0;
  border: 1px solid #007AFF;
  border-radius: 25px;
}

#module-pandaregisterb2b-registerb2b .title-wrapper h2 {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  color: #333;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  #module-pandaregisterb2b-registerb2b .title-wrapper h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 992px) {
  #module-pandaregisterb2b-registerb2b .title-wrapper h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

#module-pandaregisterb2b-registerb2b #registerb2b .register-top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

#module-pandaregisterb2b-registerb2b #registerb2b .register-top .form-group {
  width: 100%;
}

@media (min-width: 768px) {
  #module-pandaregisterb2b-registerb2b #registerb2b .register-top .form-group {
    width: 50%;
  }
}

@media (min-width: 992px) {
  #module-pandaregisterb2b-registerb2b #registerb2b .register-top .form-group {
    width: 33%;
  }
}

#module-pandaregisterb2b-registerb2b #registerb2b .register-top .form-group label {
  margin-left: 20px;
  font-size: 14px;
}

#module-pandaregisterb2b-registerb2b #registerb2b .register-top .form-group input {
  max-width: 80%;
  margin-left: 20px;
}

#module-pandaregisterb2b-registerb2b .subtitle-wrapper h3 {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  color: #333;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  #module-pandaregisterb2b-registerb2b .subtitle-wrapper h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 992px) {
  #module-pandaregisterb2b-registerb2b .subtitle-wrapper h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

#module-pandaregisterb2b-registerb2b .register-bottom {
  display: flex;
  margin-top: 15px;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  #module-pandaregisterb2b-registerb2b .register-bottom {
    flex-wrap: nowrap;
  }
}

#module-pandaregisterb2b-registerb2b .register-bottom .form-group label {
  font-size: 14px;
}

#module-pandaregisterb2b-registerb2b .register-bottom .form-group input[name="email"] {
  width: 80%;
  margin-left: 10px;
}

#module-pandaregisterb2b-registerb2b .register-bottom .form-group .input-group {
  width: 83%;
}

#module-pandaregisterb2b-registerb2b .register-bottom .form-group .input-group label {
  margin-left: 10px;
  font-size: 14px;
}

#module-pandaregisterb2b-registerb2b .register-bottom .form-group .input-group input {
  margin-left: 10px;
}

#module-pandaregisterb2b-registerb2b .register-bottom .form-group .input-group .btn-primary {
  border-radius: 0 25px 25px 0;
  width: 80px;
  font-size: 14px;
  height: 39px;
}

@media (min-width: 768px) {
  #module-pandaregisterb2b-registerb2b .register-bottom .form-group .input-group .btn-primary {
    height: 41px;
  }
}

@media (min-width: 992px) {
  #module-pandaregisterb2b-registerb2b .register-bottom .form-group .input-group .btn-primary {
    height: 42px;
  }
}

#module-pandaregisterb2b-registerb2b .checkbox-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  #module-pandaregisterb2b-registerb2b .checkbox-row {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  #module-pandaregisterb2b-registerb2b .checkbox-row {
    flex-wrap: nowrap;
  }
}

#module-pandaregisterb2b-registerb2b .checkbox-row label {
  margin-left: 20px;
  width: 80%;
  font-size: 12px;
}

#module-pandaregisterb2b-registerb2b input[name="password"] + span .btn-primary {
  background-color: #007bff  !important;
  border-color: #007bff !important;
  color: #fff;
}

#module-pandaregisterb2b-registerb2b input[name="password"] + span .btn-primary:hover {
  background-color: #0069d9 !important;
  border-color: #0062cc !important;
  color: #fff;
}

#module-pandaregisterb2b-registerb2b .register-btn {
  margin-top: 15px;
}

#module-pandaregisterb2b-registerb2b .register-btn .form-footer {
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  #module-pandaregisterb2b-registerb2b .register-btn .form-footer {
    justify-content: flex-end;
    margin-right: 50px;
  }
}

#module-pandaregisterb2b-registerb2b .register-btn .form-footer .form-control-submit {
  border-radius: 25px;
}

.register-b2b-wrapper.success {
  padding: 30px;
  margin: 50px 0;
  border: 1px solid #007AFF;
  border-radius: 25px;
}

.register-b2b-wrapper.success .text {
  width: 60%;
  margin: auto;
  text-align: center;
}

.user-form__content-register h2 {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.user-form__content-register .register-b2b h4.h3,
.user-form__content-register .register-b2c h4.h3 {
  font-size: 18px;
  margin-bottom: 10px !important;
  color: #007AFF;
}

.user-form__content-register .register-b2b .text-register,
.user-form__content-register .register-b2c .text-register {
  font-size: 14px;
  margin: 10px auto;
  width: 85%;
}

.user-form__content-register .register-b2b {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E6E6E6;
}

#contact #left-column {
  padding-left: 10px;
}

#contact .col-lg-10 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  #contact .col-lg-10 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

#contact .col-lg-10 .card {
  border: none;
}

#contact .col-lg-10 .card .card-header {
  background-color: #fff;
  border-bottom: 1px solid #A1A1A1;
}

#contact .col-lg-10 .card input[name="fileUpload"] {
  border-radius: 25px;
}

#contact .col-lg-10 .card .custom-file-label {
  border-radius: 25px;
}

#contact .col-lg-10 .card .btn-primary {
  border-radius: 25px;
}

#contact .contact-rich .block {
  padding-left: 0;
  box-shadow: none;
}

#cms #content {
  margin-bottom: 50px;
}

#cms .page-header h1 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
}

#cms #content-wrapper h2 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
}

#cms #content-wrapper h3 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
}

#cms #content-wrapper h4 {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
}

#cms #content-wrapper p,
#cms #content-wrapper span {
  font-size: 15px;
}

#ourahopspage {
  margin: 40px 0;
}

#ourahopspage .page-header h1 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  text-align: center;
  margin-bottom: 30px;
}

#ourahopspage .top-part {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  #ourahopspage .top-part {
    flex-direction: row;
  }
}

#ourahopspage .top-part .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  #ourahopspage .top-part .image-wrapper {
    margin-bottom: 0;
  }
}

#ourahopspage .top-part .image-wrapper img {
  width: auto;
  border-radius: 25px;
  height: 200px;
}

@media (min-width: 992px) {
  #ourahopspage .top-part .image-wrapper img {
    height: 250px;
  }
}

#ourahopspage .top-part .col-4,
#ourahopspage .top-part .col-3 {
  display: flex;
  align-items: center;
}

#ourahopspage .top-part .company-info .name {
  font-weight: 600;
  margin-bottom: 15px;
}

#ourahopspage .top-part .open-hours {
  width: 85%;
  margin-top: 15px;
}

@media (min-width: 768px) {
  #ourahopspage .top-part .open-hours {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  #ourahopspage .top-part .open-hours {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  #ourahopspage .top-part .open-hours {
    width: 50%;
  }
}

#ourahopspage .top-part .open-hours .item {
  display: flex;
  justify-content: space-between;
}

#ourahopspage .middle-part {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #A1A1A1;
}

#ourahopspage .middle-part .service-page {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 40px;
}

#ourahopspage .middle-part .service-page .service-item {
  width: 50%;
  display: flex;
}

@media (min-width: 768px) {
  #ourahopspage .middle-part .service-page .service-item {
    width: 25%;
  }
}

#ourahopspage .middle-part .service-page .service-item img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: baseline;
}

#ourahopspage .middle-part .service-page .service-item h2.h4 {
  width: 80%;
  font-weight: 600;
  font-size: 14px;
}

@media (min-width: 768px) {
  #ourahopspage .middle-part .service-page .service-item h2.h4 {
    width: 90%;
    font-size: 16px;
  }
}

#ourahopspage .bottom-part iframe {
  width: 100%;
  max-height: 320px;
}

#delivery-page {
  margin: 40px 0;
}

#delivery-page .page-header h1 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  text-align: center;
  margin-bottom: 30px;
}

#delivery-page .delivery-section {
  margin-top: 30px;
}

#delivery-page .delivery-section h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333333;
  text-align: center;
  margin-bottom: 30px;
}

#delivery-page .delivery-section .delivery-wrapper {
  display: flex;
  flex-wrap: wrap;
}

#delivery-page .delivery-section .delivery-wrapper .col-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#delivery-page .delivery-section .delivery-wrapper img {
  max-width: 100px;
  margin-bottom: 30px;
  min-height: 62px;
  object-fit: contain;
}

#delivery-page .delivery-section .delivery-wrapper h3 {
  font-size: 18px;
  min-height: 65px;
}

#loyalty-program {
  margin: 50px 0;
}

#loyalty-program .top-container {
  border-radius: 10px;
  border: 1px solid #007AFF;
  padding: 40px;
}

#loyalty-program .top-container h1 {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  line-height: 23.44px;
  text-align: center;
  color: #007AFF;
  text-transform: uppercase;
  margin-top: 30px;
}

@media (min-width: 768px) {
  #loyalty-program .top-container h1 {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  #loyalty-program .top-container h1 {
    font-size: 20px;
    font-weight: 800;
  }
}

#loyalty-program .top-container h2 {
  font-family: Roboto;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

@media (min-width: 768px) {
  #loyalty-program .top-container h2 {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  #loyalty-program .top-container h2 {
    font-size: 34px;
    line-height: 58.59px;
  }
}

@media (min-width: 1550px) {
  #loyalty-program .top-container h2 {
    font-size: 36px;
  }
}

#loyalty-program .top-container .steps-wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 40px 0;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  #loyalty-program .top-container .steps-wrapper {
    justify-content: space-between;
  }
}

#loyalty-program .top-container .steps-wrapper .step {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  #loyalty-program .top-container .steps-wrapper .step {
    width: 33%;
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  #loyalty-program .top-container .steps-wrapper .step {
    width: 20%;
    margin-top: 0;
  }
}

#loyalty-program .top-container .steps-wrapper .step picture {
  width: fit-content;
  height: 60px;
}

#loyalty-program .top-container .steps-wrapper .step picture img {
  width: fit-content;
  height: 60px;
}

#loyalty-program .top-container .steps-wrapper .step h3 {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 500;
  line-height: 23.44px;
  text-align: center;
  color: #333333;
  margin-top: 15px;
}

@media (min-width: 768px) {
  #loyalty-program .top-container .steps-wrapper .step h3 {
    font-size: 18px;
    font-weight: 700;
  }
}

#loyalty-program .bottom-container {
  margin: 50px 0;
}

#loyalty-program .bottom-container .accordion {
  border: 1px solid #282828;
  padding: 20px;
  border-radius: 10px;
}

#loyalty-program .bottom-container .accordion-header {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.09px;
  text-align: left;
  color: #007AFF;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

#loyalty-program .bottom-container .accordion-header span {
  color: #007AFF;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
}

#loyalty-program .bottom-container .accordion-header span picture {
  width: 18px;
  display: block;
}

#loyalty-program .bottom-container .accordion-header span picture img {
  width: 18px;
  margin-right: 10px;
  transform: rotate(180deg);
  transition: transform 0.3s;
}

#loyalty-program .bottom-container .accordion-header.open {
  border-bottom: 1px solid #282828;
}

#loyalty-program .bottom-container .accordion-header.open img {
  transform: rotate(360deg);
}

#loyalty-program .bottom-container .accordion-content {
  padding: 0;
  max-height: 0;
  /* Zaczynamy od 0 wysokości */
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

#loyalty-program .bottom-container .accordion-content.active {
  max-height: 2000px;
  padding: 30px 0;
}

.panda-banner {
  overflow: hidden;
  background: #2E2E2E;
}

.panda-banner .panda-banner-swiper {
  height: 36px;
}

.panda-banner .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.panda-banner__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 24px;
}

.panda-banner .panda-banner__item {
  color: #FFF;
  font-size: 12px;
  line-height: 16px;
}

.panda-banner .panda-banner__item a {
  color: #FFF;
}

@media (min-width: 768px) {
  .panda-banner .panda-banner__item {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (min-width: 992px) {
  .panda-banner .panda-banner__item {
    font-size: 16px;
    line-height: 24px;
  }
}

.featured-products {
  margin: 50px 0 !important;
}

.featured-products .featured-products__header {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.15px;
  color: #4E79A8;
  margin-bottom: 20px !important;
}

@media (min-width: 768px) {
  .featured-products .featured-products__header {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1400px) {
  .featured-products .featured-products__header {
    font-size: 32px;
    line-height: 34px;
  }
}

@media (min-width: 1550px) {
  .featured-products .featured-products__header {
    font-size: 36px;
    line-height: 38px;
  }
}

@media (min-width: 768px) {
  .featured-products .featured-products__header {
    margin-bottom: 40px !important;
  }
}

.featured-products .featured-products__header p {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.15px;
  color: #4E79A8;
}

@media (min-width: 768px) {
  .featured-products .featured-products__header p {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1400px) {
  .featured-products .featured-products__header p {
    font-size: 32px;
    line-height: 34px;
  }
}

@media (min-width: 1550px) {
  .featured-products .featured-products__header p {
    font-size: 36px;
    line-height: 38px;
  }
}

.featured-products article.product-miniature {
  border: none;
}

.featured-products .panda-sticker {
  position: absolute;
  width: 75px;
  height: 75px;
  top: -5px;
  left: -5px;
}

.featured-products .panda-sticker img {
  height: 75px;
}

.featured-products .quick-view {
  display: none;
}

.featured-products .product-miniature__thumb {
  margin: auto;
}

.featured-products .product-miniature__thumb img {
  width: 150px;
}

@media (min-width: 768px) {
  .featured-products .product-miniature__thumb img {
    width: 200px;
  }
}

.featured-products .product-flags {
  top: auto;
  bottom: 0;
  left: -10px;
  margin-bottom: 0;
  height: fit-content;
}

.featured-products .product-flags .product-flags__flag {
  margin-bottom: 0;
  border-radius: 16px !important;
  padding: 5px 10px;
  color: #2E2E2E;
  font-size: 13px;
  margin-top: 5px;
}

.featured-products .product-flags .product-flags__flag--out_of_stock {
  background-color: #EC5D5B;
}

.featured-products .product-flags .product-flags__flag--new {
  background-color: #8DE59B;
}

.featured-products .product-flags .product-flags__flag--discount {
  background-color: #FFBE40;
}

.featured-products .product-miniature__functional-btn--top {
  font-size: 17px;
  bottom: auto;
  right: -30px;
  top: -2px;
}

@media (min-width: 768px) {
  .featured-products .product-miniature__functional-btn--top {
    right: -5px;
    top: -5px;
  }
}

.featured-products .product-miniature__functional-btn--top svg {
  vertical-align: baseline;
}

.featured-products .btn-secondary {
  border-radius: 30px;
  background-color: #3B4957;
  border: none;
  font-size: 13px;
  height: 38px;
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 140px;
  margin: auto;
}

.featured-products .btn-secondary:hover {
  background-color: #181F26;
}

@media (min-width: 768px) {
  .featured-products .btn-secondary {
    height: 43px;
    font-size: 14px;
  }
}

.featured-products .product-miniature__title {
  text-transform: uppercase;
  text-align: center;
  max-width: 230px;
  margin: auto;
}

.featured-products .product-miniature__title a {
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .featured-products .product-miniature__title a {
    font-size: 16px;
  }
}

.featured-products .product-miniature__title a:hover {
  text-decoration: none;
}

.featured-products .product-miniature__pricing {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  flex-direction: column;
}

@media (min-width: 768px) {
  .featured-products .product-miniature__pricing {
    margin-bottom: 15px;
  }
}

.featured-products .product-miniature__pricing .panda-prive-with-tax {
  display: flex;
  justify-content: center;
}

.featured-products .product-miniature__pricing .panda-prive-with-tax .brutto {
  color: #333;
  margin-left: 8px;
  font-size: 15px;
  line-height: 24px;
}

.featured-products .product-miniature__pricing .price-regular-discount {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1200px) {
  .featured-products .product-miniature__pricing .price-regular-discount {
    flex-direction: row;
  }
}

.featured-products .product-miniature__pricing #panda-omnibus {
  font-size: 12px;
  font-weight: 300;
  line-height: 19px;
  color: #2E2E2E;
  text-align: center;
}

.featured-products .product-miniature__pricing .price {
  margin-right: 5px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .featured-products .product-miniature__pricing .price {
    font-size: 20px;
  }
}

.featured-products .product-miniature__pricing .brutto {
  font-size: 14px;
  color: #007AFF;
}

@media (min-width: 768px) {
  .featured-products .product-miniature__pricing .brutto {
    font-size: 16px;
  }
}

.featured-products .product-miniature__pricing .price-discount-wrapper {
  order: 2;
}

@media (min-width: 1200px) {
  .featured-products .product-miniature__pricing .price-discount-wrapper {
    order: 1;
  }
}

.featured-products .product-miniature__pricing .price-wrapper {
  order: 1;
}

@media (min-width: 1200px) {
  .featured-products .product-miniature__pricing .price-wrapper {
    order: 2;
  }
}

.featured-products .product-miniature__pricing .price--regular {
  font-size: 13px;
}

@media (min-width: 768px) {
  .featured-products .product-miniature__pricing .price--regular {
    font-size: 14px;
  }
}

.featured-products .product-miniature__pricing .price--regular + .brutto {
  display: none;
}

.featured-products .product-miniature__actions {
  opacity: 1;
  transition: ease 0.2s;
}

@media (min-width: 768px) {
  .featured-products .product-miniature__actions {
    opacity: 0;
  }
}

.featured-products .favorite-btn .fav-text {
  display: none;
}

.featured-products .product-miniature__form {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media (min-width: 768px) {
  .featured-products .product-miniature__form {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .featured-products .product-miniature__form {
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .featured-products .product-miniature__form {
    flex-direction: row;
  }
}

.featured-products .product-miniature__form button.add-to-cart {
  padding: 0;
  border-radius: 34px;
  font-size: 13px;
  height: 38px;
  margin: 5px auto;
  max-width: 140px;
}

@media (min-width: 768px) {
  .featured-products .product-miniature__form button.add-to-cart {
    max-width: 125px;
    margin: 0 0 0 2px;
    font-size: 13px;
    height: 43px;
  }
}

@media (min-width: 992px) {
  .featured-products .product-miniature__form button.add-to-cart {
    margin: 5px auto;
    max-width: 140px;
  }
}

@media (min-width: 1200px) {
  .featured-products .product-miniature__form button.add-to-cart {
    font-size: 13px;
    max-width: 125px;
    margin: 0 0 0 2px;
  }
}

@media (min-width: 1400px) {
  .featured-products .product-miniature__form button.add-to-cart {
    font-size: 14px;
    max-width: 140px;
  }
}

.featured-products .product-miniature__form .pandaQty {
  margin: auto;
}

@media (min-width: 1200px) {
  .featured-products .product-miniature__form .pandaQty {
    margin: 0;
  }
}

.featured-products .product-miniature__form .pandaQty .input-group {
  max-width: 140px;
}

@media (min-width: 1200px) {
  .featured-products .product-miniature__form .pandaQty .input-group {
    max-width: 80px;
  }
}

.featured-products .product-miniature__form .pandaQty .form-control {
  border: none;
}

.featured-products .product-miniature__form .pandaQty .form-control:focus {
  box-shadow: none;
}

.featured-products .product-miniature__form .bootstrap-touchspin {
  border-radius: 25px;
  border: 1px solid #449DFF;
}

.featured-products .product-miniature__form .bootstrap-touchspin .input-group-append,
.featured-products .product-miniature__form .bootstrap-touchspin .input-group-prepend {
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.featured-products .product-miniature__form .bootstrap-touchspin .input-group-append .btn-touchspin,
.featured-products .product-miniature__form .bootstrap-touchspin .input-group-prepend .btn-touchspin {
  width: 20px;
  height: 20px;
  background: #F3FBFF;
  border-radius: 50%;
  line-height: 20px;
}

.featured-products .product-miniature__form .bootstrap-touchspin .input-group-append {
  background: none;
  border: none;
  height: auto;
}

.featured-products .btn-all-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.featured-products .btn-all-wrapper .btn-all {
  padding: 20px;
  background-color: #007AFF;
  max-width: 250px;
}

.featured-products .btn-all-wrapper .btn-all:hover {
  background-color: #0069d9;
}

@media (min-width: 768px) {
  .featured-products .btn-all-wrapper .btn-all {
    padding: 25px;
  }
}

.featured-products .product-slider__item {
  padding: 10px 8px;
}

.featured-products .product-slider__item:hover {
  cursor: pointer;
}

.featured-products .product-slider__item:hover .product-miniature__actions {
  opacity: 1;
}

.featured-products .product-slider__item:hover .product-miniature {
  box-shadow: 0 4px 12px 0 #E9E9E9;
  border-radius: 18px;
}

.featured-products .featured-products__navigation {
  display: none !important;
}

@media (min-width: 768px) {
  .featured-products .featured-products__navigation {
    display: flex !important;
    justify-content: space-between;
  }
}

.featured-products .featured-products__navigation .swiper-button-custom {
  color: #6F6F6F;
}

.blog-section {
  background-color: #E7F6FF;
}

.blog-section .page_home {
  background-color: #E7F6FF;
  margin-bottom: 0;
  padding-bottom: 55px;
}

.blog-section .page_home .title_blog {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.15px;
  margin: 30px 0;
  text-align: center;
  color: #4E79A8;
  text-transform: capitalize;
  margin-bottom: 40px !important;
}

@media (min-width: 768px) {
  .blog-section .page_home .title_blog {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1400px) {
  .blog-section .page_home .title_blog {
    font-size: 32px;
    line-height: 34px;
  }
}

@media (min-width: 1550px) {
  .blog-section .page_home .title_blog {
    font-size: 36px;
    line-height: 38px;
  }
}

.blog-section .page_home .owl-item .ets-blog-item .ets_item_img {
  padding: 20px;
  background: #fff;
  border-radius: 18px;
}

.blog-section .page_home .owl-item .ets-blog-item .ets_item_img img {
  border-radius: 18px;
  height: 165px;
  object-fit: cover;
  box-shadow: 0px 4px 12px 0px rgba(61, 75, 92, 0.08);
}

.blog-section .page_home .owl-item .ets-blog-item .ets-blog-latest-post-content {
  padding: 20px;
  background: #fff;
  border-radius: 18px;
  min-height: 500px;
}

.blog-section .page_home .owl-item .ets-blog-item .ets-blog-latest-post-content .ets_title_block {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: inherit;
  height: 82px;
}

.blog-section .page_home .owl-item .ets-blog-item .ets-blog-latest-post-content .ets_title_block:hover {
  color: #007AFF;
}

@media (min-width: 992px) {
  .blog-section .page_home .owl-item .ets-blog-item .ets-blog-latest-post-content .ets_title_block {
    font-size: 17px;
    line-height: 19px;
    height: 71px;
  }
}

.blog-section .page_home .owl-item .ets-blog-item .ets-blog-latest-post-content .blog_description p {
  font-size: 11px;
}

@media (min-width: 992px) {
  .blog-section .page_home .owl-item .ets-blog-item .ets-blog-latest-post-content .blog_description p {
    font-size: 14px;
  }
}

.blog-section .page_home .owl-item .ets-blog-item .ets-blog-latest-post-content .ets-blog-sidear-post-meta {
  display: block;
}

.blog-section .page_home .owl-item .ets-blog-item .ets-blog-latest-post-content .ets-blog-sidear-post-meta .post-date {
  display: flex;
  justify-content: center;
}

.blog-section .page_home .owl-item .ets-blog-item .ets-blog-latest-post-content .ets-blog-sidear-post-meta .post-date svg {
  height: 15px;
  margin-right: 3px;
}

.blog-section .page_home .owl-item .ets-blog-item .ets-blog-latest-post-content .read_more {
  border: none;
  color: #007AFF;
  font-size: 12px;
}

.blog-section .page_home .owl-item .ets-blog-item .ets-blog-latest-post-content .read_more:hover {
  color: #000;
}

@media (min-width: 992px) {
  .blog-section .page_home .owl-item .ets-blog-item .ets-blog-latest-post-content .read_more {
    font-size: 14px;
  }
}

#ets_blog_page #content-wrapper {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  #ets_blog_page #content-wrapper {
    flex-direction: row;
  }
}

#ets_blog_page #left-column {
  padding-left: 0;
  flex: 0;
}

@media (min-width: 768px) {
  #ets_blog_page #left-column {
    flex: 0 0 25%;
  }
}

#ets_blog_page #left-column .block {
  box-shadow: none;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  #ets_blog_page #left-column .block {
    margin-bottom: 30px;
  }
}

#ets_blog_page #left-column .ets_block_latest {
  display: none;
}

#ets_blog_page #left-column .title_blog {
  text-transform: initial;
}

#ets_blog_page #left-column .ets_block_categories li:not(:last-child) a {
  border-bottom: none;
}

#ets_blog_page #left-column .ets_block_categories a {
  padding-left: 20px;
  border-radius: 25px;
}

#ets_blog_page #left-column .ets_block_categories a:hover {
  background-color: #D9EFFF;
  color: #414141;
}

#ets_blog_page #left-column .blog_view_all_button {
  display: none;
}

#ets_blog_page #left-column .ets_block_search input.form-control {
  border-radius: 25px;
  border-color: #007AFF;
}

#ets_blog_page #left-column .ets_block_search input.form-control:focus {
  box-shadow: none;
  background: #f8f9fa;
}

#ets_blog_page #left-column .icon_search {
  right: 8px;
}

#ets_blog_page #left-column .icon_search::before {
  color: #414141;
}

#ets_blog_page .ets-blog-list .post-wrapper {
  padding: 20px;
  background: #E7F6FF;
  border-radius: 25px;
}

#ets_blog_page .ets-blog-list .post-wrapper .ets_item_img {
  border-radius: 25px;
}

#ets_blog_page .ets-blog-list .post-wrapper img {
  border-radius: 25px;
  height: 220px;
  object-fit: cover;
}

#ets_blog_page .ets-blog-list .post-wrapper .ets_title_block {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: inherit;
  height: fit-content;
}

#ets_blog_page .ets-blog-list .post-wrapper .ets_title_block:hover {
  color: #007AFF;
}

@media (min-width: 992px) {
  #ets_blog_page .ets-blog-list .post-wrapper .ets_title_block {
    font-size: 17px;
    line-height: 19px;
  }
}

#ets_blog_page .ets-blog-list .post-wrapper .blog_description p {
  font-size: 11px;
  line-height: 17px;
}

@media (min-width: 992px) {
  #ets_blog_page .ets-blog-list .post-wrapper .blog_description p {
    font-size: 14px;
  }
}

#ets_blog_page .ets-blog-list .post-wrapper .read_more {
  border: none;
  color: #007AFF;
  font-size: 12px;
}

#ets_blog_page .ets-blog-list .post-wrapper .read_more:hover {
  color: #000;
}

@media (min-width: 992px) {
  #ets_blog_page .ets-blog-list .post-wrapper .read_more {
    font-size: 14px;
  }
}

#ets_blog_page .blog-paggination .links > b {
  border: none;
  background-color: #007AFF;
  border-radius: 50%;
}

#ets_blog_page .blog-paggination .links a {
  border: none;
}

.ets_image-single img {
  width: 100%;
  max-width: 350px;
  object-fit: cover;
}

.page-heading .title_cat {
  font-size: 22px;
  text-transform: inherit !important;
}

@media (min-width: 768px) {
  .page-heading .title_cat {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .page-heading .title_cat {
    font-size: 30px;
  }
}

.ets-blog-wrapper.ets-blog-wrapper-blog-list {
  width: 100%;
}

.post-details h2 {
  font-size: 16px;
}

@media (min-width: 768px) {
  .post-details h2 {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .post-details h2 {
    font-size: 22px;
  }
}

.post-details h3 {
  font-size: 14px;
}

@media (min-width: 768px) {
  .post-details h3 {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .post-details h3 {
    font-size: 18px;
  }
}

.post-details h4 {
  font-size: 13px;
}

@media (min-width: 768px) {
  .post-details h4 {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .post-details h4 {
    font-size: 16px;
  }
}

.ets_comment_form_blog {
  background-color: #fff !important;
  border: none !important;
}

.ets_blog_layout_list input[type="text"],
textarea.form-control {
  border-radius: 25px !important;
  padding-left: 20px !important;
}

.ets_blog_layout_list input[type="text"]:focus,
textarea.form-control:focus {
  box-shadow: none;
  background: #f8f9fa !important;
}

.ets_comment_form_blog .title_blog {
  text-transform: initial;
}

.blog-rate-post .blog_rating_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-rate-post label {
  line-height: 29px;
  margin: 0 !important;
}

.ets-blog-form-comment .blog-submit .button {
  text-transform: inherit;
  background-color: #007AFF;
  border-radius: 25px;
  padding: 12px 22px;
  border: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  display: block;
  text-align: center;
}

.ets-blog-form-comment .blog-submit .button:hover {
  text-decoration: none;
  background-color: #0069d9;
}

.ets-blog-form-comment .blog-submit .button:focus {
  outline: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .ets-blog-form-comment .blog-submit .button {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .ets-blog-form-comment .blog-submit .button {
    font-size: 15px;
    padding: 15px 22px;
  }
}

@media (min-width: 1400px) {
  .ets-blog-form-comment .blog-submit .button {
    font-size: 16px;
  }
}

.ets-blog-form-comment .blog-submit .button:hover {
  background-color: #0069d9 !important;
}

.ets_blog-comments-list .title_blog {
  text-transform: inherit !important;
}

.title_blog {
  text-transform: inherit !important;
}

.ets-blog-related-posts-list-li {
  display: contents;
}

.ets-blog-related-posts-list .ets_item_img {
  padding: 20px;
  background: #fff;
}

.ets-blog-related-posts-list .ets_item_img img {
  border-radius: 25px;
  height: 175px;
  object-fit: cover;
}

.ets-blog-related-posts-list .ets_title_block {
  padding: 0 20px;
  text-transform: inherit;
}

.ets-blog-related-posts-list .blog_description {
  padding: 0 20px;
}

.ets-blog-related-posts-list .read_more {
  padding: 0 20px;
  border: none;
  color: #007AFF;
  font-size: 12px;
}

.ets-blog-related-posts-list .read_more:hover {
  color: #000;
}

@media (min-width: 992px) {
  .ets-blog-related-posts-list .read_more {
    font-size: 14px;
  }
}

#ets_blog_page #left-column .ets_block_categories, #ets_blog_page #left-column .ets_block_archive, #ets_blog_page #left-column .ets_block_search {
  display: block;
}

.owl-controls {
  width: 100%;
  left: 0;
}

.owl-controls .owl-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.owl-controls .owl-nav .owl-prev, .owl-controls .owl-nav .owl-next {
  background: transparent !important;
  border: none !important;
}

.owl-controls .owl-nav .owl-prev::before, .owl-controls .owl-nav .owl-next::before {
  color: #6F6F6F;
}

.owl-controls .owl-nav .owl-prev:hover, .owl-controls .owl-nav .owl-next:hover {
  background-color: transparent !important;
}

#panda-about-us {
  background: linear-gradient(90deg, #74D9FE -70.98%, #00B5F8 131.37%);
  height: 350px;
  display: flex;
  position: relative;
}

@media (min-width: 768px) {
  #panda-about-us {
    height: 500px;
  }
}

#panda-about-us .about-us-wrapper-img {
  height: 500px;
  width: 50%;
  position: absolute;
  right: 0;
  display: none;
}

@media (min-width: 768px) {
  #panda-about-us .about-us-wrapper-img {
    display: block;
  }
}

#panda-about-us .about-us-wrapper-img .about-us-img {
  background-image: url(../img/about-us-photo.webp);
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}

#panda-about-us .text-column {
  align-content: center;
}

@media (min-width: 768px) {
  #panda-about-us .text-column {
    padding-left: 0;
  }
}

#panda-about-us .text-column .preheader {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 7px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #panda-about-us .text-column .preheader {
    line-height: 30px;
    letter-spacing: 11px;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  #panda-about-us .text-column .about-us-text-wrapper {
    padding-left: 0;
  }
}

#panda-about-us .text-column .about-us-header {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 38px;
  font-size: 30px;
  letter-spacing: 0.15px;
  color: #181F26;
}

#panda-about-us .text-column .about-us-header span {
  color: #fff;
  display: block;
}

@media (min-width: 768px) {
  #panda-about-us .text-column .about-us-header {
    line-height: 41px;
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  #panda-about-us .text-column .about-us-header {
    line-height: 50px;
    font-size: 42px;
  }
}

@media (min-width: 1200px) {
  #panda-about-us .text-column .about-us-header {
    line-height: 67px;
    font-size: 52px;
  }
}

#panda-about-us .text-column .about-us-text {
  width: 80%;
  color: #000;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  #panda-about-us .text-column .about-us-text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1200px) {
  #panda-about-us .text-column .about-us-text {
    font-size: 15px;
    line-height: 24px;
  }
}

@media (min-width: 1400px) {
  #panda-about-us .text-column .about-us-text {
    font-size: 16px;
  }
}

#panda-about-us .btn-secondary {
  padding: 12px 22px;
  background-color: #181F26;
  border: none;
  border-radius: 25px;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  display: block;
  text-align: center;
  max-width: 170px;
  background-color: #007AFF;
}

#panda-about-us .btn-secondary:hover {
  text-decoration: none;
  background-color: #3B4957;
}

#panda-about-us .btn-secondary:focus {
  outline: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  #panda-about-us .btn-secondary {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  #panda-about-us .btn-secondary {
    font-size: 15px;
    padding: 15px 22px;
  }
}

@media (min-width: 1400px) {
  #panda-about-us .btn-secondary {
    font-size: 16px;
  }
}

#panda-info-b2b {
  background-image: url(../img/baner_sekcja_b2b_info.webp);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 440px;
}

#panda-info-b2b .container {
  display: flex;
  height: 100%;
  align-items: center;
}

#panda-info-b2b .content-wrapper {
  width: 100%;
  display: flex;
  margin: 0 10px;
  padding: 30px;
  border-radius: 43px;
  background-color: rgba(255, 255, 255, 0.85);
  flex-direction: column;
}

@media (min-width: 768px) {
  #panda-info-b2b .content-wrapper {
    margin: 0 30px;
    padding: 35px;
  }
}

@media (min-width: 992px) {
  #panda-info-b2b .content-wrapper {
    flex-direction: row;
  }
}

#panda-info-b2b .content-wrapper .info-b2b-header {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.15px;
  color: #4E79A8;
  text-align: center;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  #panda-info-b2b .content-wrapper .info-b2b-header {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1400px) {
  #panda-info-b2b .content-wrapper .info-b2b-header {
    font-size: 32px;
    line-height: 34px;
  }
}

@media (min-width: 1550px) {
  #panda-info-b2b .content-wrapper .info-b2b-header {
    font-size: 36px;
    line-height: 38px;
  }
}

@media (min-width: 768px) {
  #panda-info-b2b .content-wrapper .info-b2b-header {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  #panda-info-b2b .content-wrapper .info-b2b-header {
    text-align: start;
  }
}

#panda-info-b2b .content-wrapper .info-b2b-subheader {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.15px;
  color: #181F26;
  margin-bottom: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  #panda-info-b2b .content-wrapper .info-b2b-subheader {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1400px) {
  #panda-info-b2b .content-wrapper .info-b2b-subheader {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (min-width: 1550px) {
  #panda-info-b2b .content-wrapper .info-b2b-subheader {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (min-width: 992px) {
  #panda-info-b2b .content-wrapper .info-b2b-subheader {
    text-align: start;
  }
}

#panda-info-b2b .content-wrapper .info-b2b-text {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}

@media (min-width: 768px) {
  #panda-info-b2b .content-wrapper .info-b2b-text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1200px) {
  #panda-info-b2b .content-wrapper .info-b2b-text {
    font-size: 15px;
    line-height: 24px;
  }
}

@media (min-width: 1400px) {
  #panda-info-b2b .content-wrapper .info-b2b-text {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  #panda-info-b2b .content-wrapper .info-b2b-text {
    text-align: start;
  }
}

#panda-info-b2b .wrapper-buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

@media (min-width: 768px) {
  #panda-info-b2b .wrapper-buttons {
    flex-direction: row;
    justify-content: space-around;
    align-items: end;
  }
}

@media (min-width: 992px) {
  #panda-info-b2b .wrapper-buttons {
    flex-direction: column;
  }
}

#panda-info-b2b .wrapper-buttons .btn-secondary {
  padding: 12px 22px;
  background-color: #181F26;
  border: none;
  border-radius: 25px;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  display: block;
  text-align: center;
  max-width: 240px;
  width: 240px;
  margin-top: 10px;
}

#panda-info-b2b .wrapper-buttons .btn-secondary:hover {
  text-decoration: none;
  background-color: #3B4957;
}

#panda-info-b2b .wrapper-buttons .btn-secondary:focus {
  outline: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  #panda-info-b2b .wrapper-buttons .btn-secondary {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  #panda-info-b2b .wrapper-buttons .btn-secondary {
    font-size: 15px;
    padding: 15px 22px;
  }
}

@media (min-width: 1400px) {
  #panda-info-b2b .wrapper-buttons .btn-secondary {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  #panda-info-b2b .wrapper-buttons .btn-secondary {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  #panda-info-b2b .wrapper-buttons .btn-secondary {
    max-width: 270px;
    width: 270px;
  }
}

#panda-info-b2b .wrapper-buttons .btn-primary {
  max-width: 240px;
  width: 240px;
  background-color: #007AFF;
  border-radius: 25px;
  padding: 12px 22px;
  border: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  display: block;
  text-align: center;
}

@media (min-width: 1200px) {
  #panda-info-b2b .wrapper-buttons .btn-primary {
    max-width: 270px;
    width: 270px;
  }
}

#panda-info-b2b .wrapper-buttons .btn-primary:hover {
  text-decoration: none;
  background-color: #0069d9;
}

#panda-info-b2b .wrapper-buttons .btn-primary:focus {
  outline: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  #panda-info-b2b .wrapper-buttons .btn-primary {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  #panda-info-b2b .wrapper-buttons .btn-primary {
    font-size: 15px;
    padding: 15px 22px;
  }
}

@media (min-width: 1400px) {
  #panda-info-b2b .wrapper-buttons .btn-primary {
    font-size: 16px;
  }
}

#panda-delivery-service {
  background-image: url(../img/delivery-service.webp);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 440px;
}

#panda-delivery-service .container {
  display: flex;
  height: 100%;
  align-items: center;
}

#panda-delivery-service .content-wrapper {
  max-width: 800px;
  margin: auto;
  padding: 30px;
  border-radius: 43px;
  background-color: rgba(255, 255, 255, 0.85);
}

#panda-delivery-service .content-wrapper .wrapper-icons {
  display: flex;
  margin: auto;
  justify-content: space-around;
}

@media (min-width: 768px) {
  #panda-delivery-service .content-wrapper .wrapper-icons {
    width: 60%;
  }
}

#panda-delivery-service .content-wrapper .wrapper-icons .icon-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

#panda-delivery-service .content-wrapper .wrapper-icons .icon-box svg {
  max-width: 55px;
  max-height: 55px;
}

#panda-delivery-service .content-wrapper .wrapper-icons .icon-box .icon-text {
  color: #181F26;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #panda-delivery-service .content-wrapper .wrapper-icons .icon-box .icon-text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1200px) {
  #panda-delivery-service .content-wrapper .wrapper-icons .icon-box .icon-text {
    font-size: 15px;
    line-height: 24px;
  }
}

@media (min-width: 1400px) {
  #panda-delivery-service .content-wrapper .wrapper-icons .icon-box .icon-text {
    font-size: 16px;
  }
}

#panda-delivery-service .content-wrapper .wrapper-text {
  margin: auto;
}

@media (min-width: 768px) {
  #panda-delivery-service .content-wrapper .wrapper-text {
    width: 75%;
  }
}

#panda-delivery-service .content-wrapper .wrapper-text .info-b2b-header {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.15px;
  color: #4E79A8;
  text-align: center;
}

@media (min-width: 768px) {
  #panda-delivery-service .content-wrapper .wrapper-text .info-b2b-header {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1400px) {
  #panda-delivery-service .content-wrapper .wrapper-text .info-b2b-header {
    font-size: 32px;
    line-height: 34px;
  }
}

@media (min-width: 1550px) {
  #panda-delivery-service .content-wrapper .wrapper-text .info-b2b-header {
    font-size: 36px;
    line-height: 38px;
  }
}

#panda-delivery-service .content-wrapper .wrapper-text .info-b2b-text {
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #181F26;
}

@media (min-width: 768px) {
  #panda-delivery-service .content-wrapper .wrapper-text .info-b2b-text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1200px) {
  #panda-delivery-service .content-wrapper .wrapper-text .info-b2b-text {
    font-size: 15px;
    line-height: 24px;
  }
}

@media (min-width: 1400px) {
  #panda-delivery-service .content-wrapper .wrapper-text .info-b2b-text {
    font-size: 16px;
  }
}

#panda-icons-advantages {
  background-color: #181F26;
  height: fit-content;
}

@media (min-width: 768px) {
  #panda-icons-advantages {
    height: 80px;
  }
}

@media (min-width: 992px) {
  #panda-icons-advantages {
    height: 70px;
  }
}

#panda-icons-advantages .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
  padding: 0;
}

@media (min-width: 768px) {
  #panda-icons-advantages .container {
    padding: 0 10px;
  }
}

@media (min-width: 992px) {
  #panda-icons-advantages .container {
    flex-wrap: nowrap;
  }
}

#panda-icons-advantages .container .panda-icon-box {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 7px 10px;
  border-bottom: 1px solid #fff;
}

@media (min-width: 768px) {
  #panda-icons-advantages .container .panda-icon-box {
    width: 33%;
    border-bottom: 0;
    padding: 0;
  }
}

@media (min-width: 992px) {
  #panda-icons-advantages .container .panda-icon-box {
    width: fit-content;
    justify-content: center;
  }
}

#panda-icons-advantages .container .panda-icon-box svg {
  width: 16px;
}

@media (min-width: 1400px) {
  #panda-icons-advantages .container .panda-icon-box svg {
    width: 20px;
  }
}

#panda-icons-advantages .container .panda-icon-box .advantage-text {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin-left: 8px;
}

@media (min-width: 768px) {
  #panda-icons-advantages .container .panda-icon-box .advantage-text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1200px) {
  #panda-icons-advantages .container .panda-icon-box .advantage-text {
    font-size: 15px;
    line-height: 24px;
  }
}

@media (min-width: 1400px) {
  #panda-icons-advantages .container .panda-icon-box .advantage-text {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  #panda-icons-advantages .container .panda-icon-box .advantage-text {
    font-size: 13px;
    margin-left: 4px;
  }
}

@media (min-width: 1200px) {
  #panda-icons-advantages .container .panda-icon-box .advantage-text {
    font-size: 14px;
    margin-left: 8px;
  }
}

#panda-badge-info {
  background-image: url(../img/badge-info-background.webp);
  background-size: cover;
  background-position: bottom;
  height: fit-content;
}

@media (min-width: 768px) {
  #panda-badge-info {
    height: 500px;
  }
}

@media (min-width: 992px) {
  #panda-badge-info {
    height: 600px;
  }
}

#panda-badge-info .container {
  height: 100%;
}

#panda-badge-info .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

@media (min-width: 768px) {
  #panda-badge-info .content-wrapper {
    padding: 0;
    align-items: baseline;
  }
}

#panda-badge-info .content-wrapper .badge-info-header {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.15px;
  align-self: baseline;
}

@media (min-width: 768px) {
  #panda-badge-info .content-wrapper .badge-info-header {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1400px) {
  #panda-badge-info .content-wrapper .badge-info-header {
    font-size: 32px;
    line-height: 34px;
  }
}

@media (min-width: 1550px) {
  #panda-badge-info .content-wrapper .badge-info-header {
    font-size: 36px;
    line-height: 38px;
  }
}

#panda-badge-info .content-wrapper .badge-info-subheader {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}

#panda-badge-info .content-wrapper .badge-info-text {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  width: 100%;
}

@media (min-width: 768px) {
  #panda-badge-info .content-wrapper .badge-info-text {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1200px) {
  #panda-badge-info .content-wrapper .badge-info-text {
    font-size: 15px;
    line-height: 24px;
  }
}

@media (min-width: 1400px) {
  #panda-badge-info .content-wrapper .badge-info-text {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  #panda-badge-info .content-wrapper .badge-info-text {
    width: 85%;
  }
}

#panda-badge-info .content-wrapper .badge-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) {
  #panda-badge-info .content-wrapper .badge-container {
    justify-content: baseline;
  }
}

@media (min-width: 992px) {
  #panda-badge-info .content-wrapper .badge-container {
    flex-wrap: nowrap;
  }
}

#panda-badge-info .content-wrapper .badge-container img {
  width: 90px;
  margin-right: 15px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  #panda-badge-info .content-wrapper .badge-container img {
    width: 100px;
  }
}

@media (min-width: 992px) {
  #panda-badge-info .content-wrapper .badge-container img {
    width: 120px;
    margin-right: 10px;
  }
}

#panda-badge-info .content-wrapper .btn-secondary {
  padding: 12px 22px;
  background-color: #181F26;
  border: none;
  border-radius: 25px;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  display: block;
  text-align: center;
  max-width: 230px;
  margin-top: 30px;
}

#panda-badge-info .content-wrapper .btn-secondary:hover {
  text-decoration: none;
  background-color: #3B4957;
}

#panda-badge-info .content-wrapper .btn-secondary:focus {
  outline: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  #panda-badge-info .content-wrapper .btn-secondary {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  #panda-badge-info .content-wrapper .btn-secondary {
    font-size: 15px;
    padding: 15px 22px;
  }
}

@media (min-width: 1400px) {
  #panda-badge-info .content-wrapper .btn-secondary {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  #panda-badge-info .content-wrapper .btn-secondary {
    max-width: 280px;
  }
}

.homeslider {
  height: 72vh;
  max-height: 620px;
  margin-top: -10px;
  display: block;
}

.homeslider .homeslider__list {
  background: linear-gradient(180deg, #74D9FE 0%, #00B5F8 100%);
}

.homeslider .homeslider__list .homeslider__slide {
  background: linear-gradient(180deg, #74D9FE 0%, #00B5F8 100%);
}

.homeslider .homeslider__list .homeslider__slide a {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: end;
  height: 100%;
}

.homeslider .homeslider__list .homeslider__slide picture {
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .homeslider .homeslider__list .homeslider__slide picture {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
    max-width: 55%;
  }
}

.homeslider .homeslider__list .homeslider__slide picture img {
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
}

@media (min-width: 1200px) {
  .homeslider .homeslider__list .homeslider__slide picture img {
    object-position: right;
  }
}

.homeslider .homeslider__list .homeslider__slide .homeslider__caption {
  width: 80%;
  top: 50%;
  left: 50%;
  padding: 30px;
  border-radius: 43px;
  background-color: rgba(255, 255, 255, 0.85);
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .homeslider .homeslider__list .homeslider__slide .homeslider__caption {
    width: 44%;
    left: 50px;
    background-color: transparent;
    transform: translate(0, -50%);
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .homeslider .homeslider__list .homeslider__slide .homeslider__caption {
    left: 80px;
    width: 45%;
  }
}

@media (min-width: 1400px) {
  .homeslider .homeslider__list .homeslider__slide .homeslider__caption {
    width: 43%;
  }
}

@media (min-width: 1920px) {
  .homeslider .homeslider__list .homeslider__slide .homeslider__caption {
    width: 36%;
    left: 250px;
  }
}

.homeslider .homeslider__list .homeslider__slide .homeslider__caption .homeslider__subheader {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 5px;
  font-size: 14px;
  margin-bottom: 8px;
  text-align: center;
}

@media (min-width: 768px) {
  .homeslider .homeslider__list .homeslider__slide .homeslider__caption .homeslider__subheader {
    color: #fff;
    text-align: left;
    font-size: 14px;
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .homeslider .homeslider__list .homeslider__slide .homeslider__caption .homeslider__subheader {
    line-height: 30px;
    letter-spacing: 7px;
    font-size: 20px;
    width: 80%;
  }
}

@media (min-width: 1400px) {
  .homeslider .homeslider__list .homeslider__slide .homeslider__caption .homeslider__subheader {
    letter-spacing: 11px;
  }
}

.homeslider .homeslider__list .homeslider__slide .homeslider__caption .homeslider__title {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 35px;
  font-size: 28px;
  letter-spacing: 0.15px;
  color: #181F26;
  margin-bottom: 10px;
  text-align: center;
}

.homeslider .homeslider__list .homeslider__slide .homeslider__caption .homeslider__title span {
  color: #007AFF;
  display: block;
}

@media (min-width: 768px) {
  .homeslider .homeslider__list .homeslider__slide .homeslider__caption .homeslider__title span {
    color: #fff;
  }
}

@media (min-width: 768px) {
  .homeslider .homeslider__list .homeslider__slide .homeslider__caption .homeslider__title {
    line-height: 41px;
    font-size: 35px;
    margin-bottom: 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .homeslider .homeslider__list .homeslider__slide .homeslider__caption .homeslider__title {
    line-height: 45px;
    font-size: 36px;
  }
}

@media (min-width: 1200px) {
  .homeslider .homeslider__list .homeslider__slide .homeslider__caption .homeslider__title {
    line-height: 55px;
    font-size: 40px;
  }
}

@media (min-width: 1400px) {
  .homeslider .homeslider__list .homeslider__slide .homeslider__caption .homeslider__title {
    font-size: 42px;
  }
}

.homeslider .homeslider__list .homeslider__slide .homeslider__caption .homeslider__desc {
  text-align: center;
}

@media (min-width: 768px) {
  .homeslider .homeslider__list .homeslider__slide .homeslider__caption .homeslider__desc {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .homeslider .homeslider__list .homeslider__slide .homeslider__caption .homeslider__desc {
    width: 75%;
  }
}

.homeslider .homeslider__list .homeslider__slide .homeslider__caption .btn-all-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 5%;
}

@media (min-width: 768px) {
  .homeslider .homeslider__list .homeslider__slide .homeslider__caption .btn-all-wrapper {
    justify-content: start;
  }
}

.homeslider .homeslider__list .homeslider__slide .homeslider__caption .btn-all-wrapper .btn-secondary {
  padding: 12px 22px;
  background-color: #181F26;
  border: none;
  border-radius: 25px;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  display: block;
  text-align: center;
  background-color: #007AFF;
  padding: 10px 24px;
}

.homeslider .homeslider__list .homeslider__slide .homeslider__caption .btn-all-wrapper .btn-secondary:hover {
  text-decoration: none;
  background-color: #3B4957;
}

.homeslider .homeslider__list .homeslider__slide .homeslider__caption .btn-all-wrapper .btn-secondary:focus {
  outline: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .homeslider .homeslider__list .homeslider__slide .homeslider__caption .btn-all-wrapper .btn-secondary {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .homeslider .homeslider__list .homeslider__slide .homeslider__caption .btn-all-wrapper .btn-secondary {
    font-size: 15px;
    padding: 15px 22px;
  }
}

@media (min-width: 1400px) {
  .homeslider .homeslider__list .homeslider__slide .homeslider__caption .btn-all-wrapper .btn-secondary {
    font-size: 16px;
  }
}

.homeslider .homeslider__arrow--prev {
  left: 5px;
  bottom: 5px;
  height: fit-content;
  top: auto;
  border: 2px solid #fff;
  padding: 0;
  border-radius: 50%;
}

.homeslider .homeslider__arrow--prev i {
  color: #fff;
  font-size: 20px;
}

@media (min-width: 768px) {
  .homeslider .homeslider__arrow--prev {
    left: 1%;
    bottom: 50%;
  }
}

@media (min-width: 1550px) {
  .homeslider .homeslider__arrow--prev {
    left: 2%;
  }
}

@media (min-width: 1920px) {
  .homeslider .homeslider__arrow--prev {
    left: 5%;
    bottom: 50%;
  }
}

.homeslider .homeslider__arrow--next {
  right: 5px;
  bottom: 5px;
  height: fit-content;
  top: auto;
  border: 2px solid #fff;
  padding: 0;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .homeslider .homeslider__arrow--next {
    right: 1%;
    bottom: 50%;
  }
}

@media (min-width: 1550px) {
  .homeslider .homeslider__arrow--next {
    right: 2%;
  }
}

@media (min-width: 1920px) {
  .homeslider .homeslider__arrow--next {
    right: 5%;
    bottom: 50%;
  }
}

.homeslider .homeslider__arrow--next i {
  color: #fff;
  font-size: 20px;
}

#module-pandastickerspage-stickers #panda-badge-info {
  height: 520px;
}

#module-pandastickerspage-stickers .sticker-descriptions-container {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
}

#module-pandastickerspage-stickers .sticker-descriptions-container .sticker-description {
  padding: 30px;
  border: 1px solid #e9e9e9;
  border-radius: 18px;
  min-height: 565px;
  box-shadow: 0px 4px 12px 0px rgba(61, 75, 92, 0.08);
  margin: 25px 15px;
  position: relative;
}

@media (min-width: 992px) {
  #module-pandastickerspage-stickers .sticker-descriptions-container .sticker-description {
    min-height: 500px;
  }
}

@media (min-width: 1400px) {
  #module-pandastickerspage-stickers .sticker-descriptions-container .sticker-description {
    min-height: 450px;
  }
}

#module-pandastickerspage-stickers .sticker-descriptions-container .sticker-description::after {
  content: '';
  height: 250px;
  width: 47px;
  border-radius: 10px;
  background-color: #eee;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  transform: rotate(90deg) translate(270%, -50%);
}

@media (min-width: 992px) {
  #module-pandastickerspage-stickers .sticker-descriptions-container .sticker-description::after {
    transform: translate(0, -50%);
    right: -27px;
    top: 50%;
    bottom: auto;
    left: auto;
  }
}

@media (min-width: 1400px) {
  #module-pandastickerspage-stickers .sticker-descriptions-container .sticker-description::after {
    right: -17px;
  }
}

#module-pandastickerspage-stickers .sticker-descriptions-container .sticker-description.aftermarket::after {
  background: linear-gradient(180deg, #F7C6FF 0%, #C15AD2 100%);
}

#module-pandastickerspage-stickers .sticker-descriptions-container .sticker-description.original::after {
  background: linear-gradient(180deg, #C6FAFF 0%, #5AC7D2 100%);
}

#module-pandastickerspage-stickers .sticker-descriptions-container .sticker-description.pull::after {
  background: linear-gradient(180deg, #FFD6EE 0%, #D25AA2 100%);
}

#module-pandastickerspage-stickers .sticker-descriptions-container .sticker-description.outlet::after {
  background: linear-gradient(180deg, #A0F0AC 0%, #3CB34F 100%);
}

#module-pandastickerspage-stickers .sticker-descriptions-container .sticker-description.oem::after {
  background: linear-gradient(180deg, #FFD5C3 0%, #D74D3A 100%);
}

#module-pandastickerspage-stickers .sticker-descriptions-container .sticker-description.refurb::after {
  background: linear-gradient(180deg, #FFFB98 0%, #FF930F 100%);
}

#module-pandastickerspage-stickers .sticker-descriptions-container .sticker-description .sticker-description-top {
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
}

@media (min-width: 1400px) {
  #module-pandastickerspage-stickers .sticker-descriptions-container .sticker-description .sticker-description-top {
    flex-direction: row;
    margin-bottom: 40px;
  }
}

#module-pandastickerspage-stickers .sticker-descriptions-container .sticker-description .sticker-description-top .img-wrapper {
  padding: 25px 50px;
  border-radius: 20px;
  background-color: #F3F3F3;
  display: flex;
  justify-content: center;
}

@media (min-width: 1400px) {
  #module-pandastickerspage-stickers .sticker-descriptions-container .sticker-description .sticker-description-top .img-wrapper {
    padding: 25px 65px;
  }
}

#module-pandastickerspage-stickers .sticker-descriptions-container .sticker-description .sticker-description-top .img-wrapper img {
  width: 120px;
  height: 120px;
  margin: auto;
}

@media (min-width: 1400px) {
  #module-pandastickerspage-stickers .sticker-descriptions-container .sticker-description .sticker-description-top .img-wrapper img {
    width: 130px;
    height: 130px;
  }
}

#module-pandastickerspage-stickers .sticker-descriptions-container .sticker-description .sticker-description-top .title-wrapper {
  font-family: Roboto;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.15000000596046448px;
  text-align: center;
  margin: auto;
  max-width: 200px;
  padding-top: 20px;
}

@media (min-width: 992px) {
  #module-pandastickerspage-stickers .sticker-descriptions-container .sticker-description .sticker-description-top .title-wrapper {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (min-width: 1400px) {
  #module-pandastickerspage-stickers .sticker-descriptions-container .sticker-description .sticker-description-top .title-wrapper {
    font-size: 33px;
    padding: 0;
  }
}

#module-pandastickerspage-stickers .sticker-descriptions-container .sticker-description .sticker-description-bottom {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15000000596046448px;
  text-align: center;
}

@media (min-width: 768px) {
  #module-pandastickerspage-stickers .sticker-descriptions-container .sticker-description .sticker-description-bottom {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  #module-pandastickerspage-stickers .sticker-descriptions-container .sticker-description .sticker-description-bottom {
    width: 90%;
    text-align: left;
  }
}

@media (min-width: 1400px) {
  #module-pandastickerspage-stickers .sticker-descriptions-container .sticker-description .sticker-description-bottom {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  #configurator {
    position: absolute;
    z-index: 50;
    left: auto;
    top: clamp(308px, 50vh, 456px);
  }
}

#configurator hr {
  display: none;
}

#configurator .panda-configurator-left {
  background: #fff;
  border-radius: 24px;
  padding: 20px;
  box-shadow: 0px 4px 12px 0px rgba(61, 75, 92, 0.08);
  width: 330px;
  margin: auto;
}

@media (min-width: 768px) {
  #configurator .panda-configurator-left {
    padding: 25px;
    width: 325px;
    margin: inherit;
  }
}

@media (min-width: 992px) {
  #configurator .panda-configurator-left {
    padding: 25px;
    width: 380px;
  }
}

@media (min-width: 1200px) {
  #configurator .panda-configurator-left {
    padding: 30px;
  }
}

#configurator .panda-configurator-left .panda-configurator-header {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  margin-bottom: 0;
}

#configurator .panda-configurator-left .panda-configurator-headersWrapper {
  margin-bottom: 0;
}

#configurator .panda-configurator-left .panda-configurator-form {
  padding: 0;
}

#configurator .panda-configurator-left .panda-configurator-form .panda-configurator-messageWrapper {
  font-size: 12px;
}

#configurator .panda-configurator-left .panda-configurator-inputWrapper input {
  border-radius: 25px;
  border: 1px solid #f8f8f8;
  box-shadow: 0px 4px 12px 0px rgba(61, 75, 92, 0.08);
  padding: 25px;
}

#configurator .panda-configurator-left .panda-configurator-inputWrapper input::placeholder {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  color: #a4abb3;
}

#configurator .panda-configurator-left .panda-configurator-inputWrapper input:focus-visible {
  outline: 1px solid #007AFF;
}

#configurator .panda-configurator-left .panda-configurator-inputWrapper {
  position: relative;
}

#configurator .panda-configurator-left .panda-configurator-inputWrapper svg {
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 400;
  width: 12px;
  transform: translateY(-50%);
}

#configurator .panda-configurator-left .panda-configurator-hints {
  border-radius: 25px;
  scrollbar-width: thin;
  scrollbar-color: #007AFF #f1f1f1;
  /* Dla WebKit */
}

#configurator .panda-configurator-left .panda-configurator-hints::-webkit-scrollbar {
  width: 12px;
  background-color: #f1f1f1;
}

#configurator .panda-configurator-left .panda-configurator-hints::-webkit-scrollbar-thumb {
  background-color: #007AFF;
  border-radius: 6px;
}

#configurator .panda-configurator-left .panda-configurator-hints::-webkit-scrollbar-thumb:hover {
  background-color: #007AFF;
}

#configurator .panda-configurator-left .panda-configurator-hints::-webkit-scrollbar-button {
  display: none;
}

#configurator .panda-configurator-left .panda-configurator-hint {
  background-color: #fff;
}

#configurator .panda-configurator-left .panda-configurator-hint span {
  padding: 12px;
  min-width: 100px;
  border-radius: 25px;
  display: block;
  color: #000;
}

#configurator .panda-configurator-left .panda-configurator-hint:hover span {
  background-color: #D9EFFF;
}

#configurator .panda-configurator-hint.select {
  background-color: #fff;
}

#configurator .panda-configurator-hint.select span {
  background-color: #D9EFFF;
}

#configurator .panda-configurator-plates {
  margin: 15px 0;
}

#configurator .panda-configurator-plates li {
  border: 1px solid #007AFF;
  font-size: 12px;
  padding: 0 5px;
}

#configurator .panda-configurator-plates li div {
  height: auto;
}

#configurator .panda-configurator-plates li svg {
  height: 15px;
}

.container.configurator-container {
  background: linear-gradient(180deg, #74D9FE 0%, #00B5F8 100%);
  padding: 30px 10px;
}

@media (min-width: 768px) {
  .container.configurator-container {
    background: none;
    padding: 0;
  }
}

.container.configurator-container .panda-mobile-text {
  width: 80%;
  text-align: center;
  margin: auto;
}

@media (min-width: 768px) {
  .container.configurator-container .panda-mobile-text {
    display: none;
  }
}

#module-pandafeatures-configurator #products #js-product-list-top {
  display: none;
}

#module-pandafeatures-configurator .configorationWrapper {
  margin-bottom: 50px;
}

#module-pandafeatures-configurator #left-column {
  margin-top: 40px;
}

#module-pandafeatures-configurator #content-wrapper {
  margin-top: 20px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  #module-pandafeatures-configurator #content-wrapper {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}

#module-pandafeatures-configurator #left-column .card-header {
  padding-top: 0;
}

#module-pandafeatures-configurator .configorationWrapper-top {
  display: flex;
  align-items: end;
}

#module-pandafeatures-configurator .configorationWrapper-top h4 {
  margin-bottom: 0;
  line-height: 24px;
  font-size: 20px;
}

#module-pandafeatures-configurator .configorationWrapper-top .plateWrapper {
  font-size: 20px;
  line-height: 24px;
  margin-left: 20px;
  font-weight: 600;
  color: #007AFF;
}

#module-pandafeatures-configurator .configorationWrapper-top .plateWrapper .plate {
  color: #007AFF;
}

#module-pandafeatures-configurator .confi-search-row {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  #module-pandafeatures-configurator .confi-search-row {
    flex-direction: row;
  }
}

#module-pandafeatures-configurator .confi-search-row #search_configurator {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  #module-pandafeatures-configurator .confi-search-row #search_configurator {
    margin-bottom: 0;
  }
}

#module-pandafeatures-configurator .confi-search-row #search_configurator input {
  border: 1px solid #007AFF;
  border-radius: 25px;
  padding: 5px 10px;
  font-size: 14px;
  height: 36px;
  width: 200px;
}

#module-pandafeatures-configurator .confi-search-row #search_configurator input:focus-visible {
  outline: none;
}

#module-pandafeatures-configurator .confi-search-row .btn-primary {
  background-color: #007AFF;
  border-radius: 25px;
  padding: 12px 22px;
  border: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  display: block;
  text-align: center;
  padding: 8px 22px !important;
  font-size: 14px !important;
  width: 200px;
}

#module-pandafeatures-configurator .confi-search-row .btn-primary:hover {
  text-decoration: none;
  background-color: #0069d9;
}

#module-pandafeatures-configurator .confi-search-row .btn-primary:focus {
  outline: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  #module-pandafeatures-configurator .confi-search-row .btn-primary {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  #module-pandafeatures-configurator .confi-search-row .btn-primary {
    font-size: 15px;
    padding: 15px 22px;
  }
}

@media (min-width: 1400px) {
  #module-pandafeatures-configurator .confi-search-row .btn-primary {
    font-size: 16px;
  }
}

#module-pandafeatures-configurator .listing-text-box {
  box-shadow: 0px 4px 12px 0px rgba(61, 75, 92, 0.08);
  border: 1px solid #E9E9E9;
  background-color: #F3F3F3;
  border-radius: 25px;
}

#module-pandafeatures-configurator .listing-text-box .text-box {
  border: none;
  background-color: #F3F3F3;
  display: flex;
  flex-direction: column;
  width: fit-content;
  justify-content: center;
  align-items: center;
  margin: auto;
}

@media (min-width: 992px) {
  #module-pandafeatures-configurator .listing-text-box .text-box {
    flex-direction: row;
  }
}

#module-pandafeatures-configurator .listing-text-box .text-box h3 {
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 20px;
}

@media (min-width: 992px) {
  #module-pandafeatures-configurator .listing-text-box .text-box h3 {
    font-size: 24px;
    margin-right: 50px;
    margin-bottom: 0;
  }
}

#module-pandafeatures-configurator .listing-text-box .text-box .btn-primary {
  background-color: #007AFF;
  border-radius: 25px;
  padding: 12px 22px;
  border: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  display: block;
  text-align: center;
}

#module-pandafeatures-configurator .listing-text-box .text-box .btn-primary:hover {
  text-decoration: none;
  background-color: #0069d9;
}

#module-pandafeatures-configurator .listing-text-box .text-box .btn-primary:focus {
  outline: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  #module-pandafeatures-configurator .listing-text-box .text-box .btn-primary {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  #module-pandafeatures-configurator .listing-text-box .text-box .btn-primary {
    font-size: 15px;
    padding: 15px 22px;
  }
}

@media (min-width: 1400px) {
  #module-pandafeatures-configurator .listing-text-box .text-box .btn-primary {
    font-size: 16px;
  }
}

#module-pandafeatures-configurator .products-list__block.hide {
  display: none;
}

.sticky-followme {
  position: fixed;
  display: none;
  flex-direction: column;
  row-gap: 36px;
  padding: 10px;
  right: 0;
  top: 300px;
  z-index: 50;
  border-radius: 26px 0 0 26px;
  background: #EEEEEE;
  width: 50px;
}

@media (min-width: 992px) {
  .sticky-followme {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 1550px) {
  .sticky-followme {
    top: 350px;
    padding: 20px;
  }
}

.sticky-followme__logos {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.sticky-followme__logos a {
  transition: all 0.3s ease;
  background-color: #2E2E2E;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sticky-followme__logos a:hover {
  background-color: #007BFF;
}

.sticky-followme__logos img {
  height: 16px;
  width: 16px;
}

.sticky-followme.mobile {
  display: block;
  border-radius: 0 26px 26px 0;
  left: 5%;
  bottom: 1%;
  top: auto;
  background-color: transparent;
  transition: bottom 0.4s cubic-bezier(0.5, 0, 0.5, 1);
  padding: 0;
  width: fit-content;
}

@media (min-width: 992px) {
  .sticky-followme.mobile {
    display: none;
  }
}

.sticky-followme.mobile .sticky-followme__logos {
  row-gap: 0;
  width: fit-content;
}

.sticky-followme.mobile a {
  background: linear-gradient(135deg, #59f370 0%, #31c031 100%);
  height: 30px;
  width: 30px;
}

.sticky-followme.mobile svg {
  width: 28px;
  height: 28px;
  padding: 4px;
}

#returnsandcomplains {
  margin: 50px 0;
}

#returnsandcomplains h1 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.15px;
  margin-bottom: 40px !important;
}

@media (min-width: 768px) {
  #returnsandcomplains h1 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1400px) {
  #returnsandcomplains h1 {
    font-size: 32px;
    line-height: 34px;
  }
}

@media (min-width: 1550px) {
  #returnsandcomplains h1 {
    font-size: 36px;
    line-height: 38px;
  }
}

#returnsandcomplains h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.15px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  #returnsandcomplains h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1400px) {
  #returnsandcomplains h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (min-width: 1550px) {
  #returnsandcomplains h2 {
    font-size: 32px;
    line-height: 38px;
  }
}

#returnsandcomplains h2:last-of-type {
  margin-top: 30px;
}

#returnsandcomplains span {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  display: block;
}

@media (min-width: 768px) {
  #returnsandcomplains span {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1200px) {
  #returnsandcomplains span {
    font-size: 15px;
    line-height: 24px;
  }
}

@media (min-width: 1400px) {
  #returnsandcomplains span {
    font-size: 16px;
  }
}

.forms-container {
  margin-bottom: 50px;
  margin-top: 30px;
}

.forms-container h3 {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

@media (min-width: 768px) {
  .forms-container h3 {
    font-size: 22px;
  }
}

.forms-container .forms-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .forms-container .forms-wrapper {
    flex-direction: row;
  }
}

.forms-container .forms-wrapper .form-box {
  border: 2px solid #007AFF;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: 20px 0;
}

@media (min-width: 768px) {
  .forms-container .forms-wrapper .form-box {
    margin: 0 20px;
  }
}

.forms-container .forms-wrapper .form-box a {
  width: 100%;
  height: 100%;
  text-align: center;
  /* margin: auto; */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
}

#repairservicepage {
  margin: 50px 0;
}

#repairservicepage h1 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.15px;
  margin-bottom: 40px !important;
}

@media (min-width: 768px) {
  #repairservicepage h1 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1400px) {
  #repairservicepage h1 {
    font-size: 32px;
    line-height: 34px;
  }
}

@media (min-width: 1550px) {
  #repairservicepage h1 {
    font-size: 36px;
    line-height: 38px;
  }
}

#repairservicepage h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.15px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  #repairservicepage h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1400px) {
  #repairservicepage h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (min-width: 1550px) {
  #repairservicepage h2 {
    font-size: 32px;
    line-height: 38px;
  }
}

#repairservicepage h2:last-of-type {
  margin-top: 30px;
}

#repairservicepage span {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

@media (min-width: 768px) {
  #repairservicepage span {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1200px) {
  #repairservicepage span {
    font-size: 15px;
    line-height: 24px;
  }
}

@media (min-width: 1400px) {
  #repairservicepage span {
    font-size: 16px;
  }
}

#repairservicepage .fix-steps {
  margin-top: 60px;
}

#repairservicepage .fix-steps h3 {
  font-size: 18px;
}

@media (min-width: 768px) {
  #repairservicepage .fix-steps h3 {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  #repairservicepage .fix-steps h3 {
    font-size: 22px;
  }
}

#repairservicepage .fix-steps h3 span {
  font-weight: 700;
  color: #1b82d6;
  font-size: 18px;
}

@media (min-width: 768px) {
  #repairservicepage .fix-steps h3 span {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  #repairservicepage .fix-steps h3 span {
    font-size: 22px;
  }
}

#repairservicepage .fix-steps .steps-wrapper {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

#repairservicepage .fix-steps .steps-wrapper .step {
  margin-bottom: 20px;
}

#repairservicepage .fix-steps .steps-wrapper .step .row-top {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 10px;
  height: 48px;
}

#repairservicepage .fix-steps .steps-wrapper .step .row-top h4 {
  margin-bottom: 0;
}

#repairservicepage .fix-steps .steps-wrapper .step .row-top img {
  width: 40px;
  margin-right: 10px;
  height: fit-content;
}

#repairservicepage .fix-steps .steps-wrapper .step .row-top img.phone {
  width: 25px;
}

#repairservicepage .fix-steps .steps-wrapper .step .row-top img.car {
  width: 55px;
}

#repairservicepage .services-container {
  margin: 80px 0;
}

#repairservicepage .services-container .services-wrapper {
  display: flex;
  flex-wrap: wrap;
}

#repairservicepage .services-container .services-wrapper .service-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 20px 10px;
}

#repairservicepage .services-container .services-wrapper .service-box img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

#repairservicepage .services-container .services-wrapper .service-box h5 {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #repairservicepage .services-container .services-wrapper .service-box h5 {
    font-size: 17px;
  }
}

#repairservicepage .brands {
  margin-top: 50px;
}

#repairservicepage .brands .brands-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 15px 0 30px 0;
}

@media (min-width: 992px) {
  #repairservicepage .brands .brands-wrapper {
    flex-wrap: nowrap;
  }
}

#repairservicepage .brands .brands-wrapper img {
  width: 110px;
  height: 55px;
  margin: 30px;
}

@media (min-width: 992px) {
  #repairservicepage .brands .brands-wrapper img {
    margin: 0;
  }
}

#repairservicepage .brands .text {
  text-align: center;
  width: 100%;
  display: block;
}

#about-us-page .page-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
  padding: 30px 0 0 0;
}

#about-us-page .page-header .subheader {
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 4px;
  color: #007AFF;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #about-us-page .page-header .subheader {
    letter-spacing: 8px;
  }
}

@media (min-width: 1200px) {
  #about-us-page .page-header .subheader {
    font-size: 20px;
    letter-spacing: 11px;
  }
}

#about-us-page .page-header h1 {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #about-us-page .page-header h1 {
    font-size: 35px;
  }
}

@media (min-width: 1200px) {
  #about-us-page .page-header h1 {
    font-size: 50px;
  }
}

#about-us-page .bg-section {
  height: 430px;
  background-image: linear-gradient(#74D9FE, #00B5F8);
  opacity: 40%;
  border-radius: 20px 0 0 20px;
  width: 100%;
  position: absolute;
  margin-top: 60px;
  z-index: 1;
}

#about-us-page .company-section {
  position: sticky;
  z-index: 5;
}

#about-us-page .company-section .bg-container {
  display: flex;
  background-image: url(../img/bg_about_us.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 40px 10px 50px;
  flex-direction: column;
}

@media (min-width: 768px) {
  #about-us-page .company-section .bg-container {
    flex-direction: row;
    padding: 60px 40px 50px 50px;
  }
}

#about-us-page .company-section .photo-part {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  #about-us-page .company-section .photo-part {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

#about-us-page .company-section .photo-part .container {
  height: 450px;
  position: relative;
}

#about-us-page .company-section .photo-part .container .owner-photo {
  position: absolute;
  left: 0;
  top: 40%;
  animation: floatIcons 10s linear infinite;
  width: 100%;
}

@media (min-width: 768px) {
  #about-us-page .company-section .photo-part .container .owner-photo {
    left: 32%;
    width: 70%;
  }
}

@media (min-width: 1200px) {
  #about-us-page .company-section .photo-part .container .owner-photo {
    top: 10%;
  }
}

#about-us-page .company-section .photo-part .container .circle-white {
  position: absolute;
  width: 100%;
  top: 20%;
}

@media (min-width: 768px) {
  #about-us-page .company-section .photo-part .container .circle-white {
    left: 10%;
    width: 70%;
  }
}

@media (min-width: 1200px) {
  #about-us-page .company-section .photo-part .container .circle-white {
    top: 0;
  }
}

#about-us-page .company-section .text-part {
  margin-top: 20px;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  #about-us-page .company-section .text-part {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

#about-us-page .company-section .text-part h2 {
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 0.15px;
  font-weight: 700;
  color: #000;
  margin-bottom: 35px;
}

@media (min-width: 1200px) {
  #about-us-page .company-section .text-part h2 {
    font-size: 36px;
    line-height: 38px;
  }
}

#about-us-page .company-section .text-part span {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.15px;
  color: #000;
  display: block;
}

@media (min-width: 1200px) {
  #about-us-page .company-section .text-part span {
    font-size: 18px;
  }
}

#about-us-page .company-section .text-part span:first-of-type {
  margin-bottom: 25px;
}

#about-us-page .service-eqp,
#about-us-page .phone-parts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  #about-us-page .service-eqp,
  #about-us-page .phone-parts {
    flex-direction: row;
  }
}

#about-us-page .service-eqp img,
#about-us-page .phone-parts img {
  width: 100%;
  object-fit: contain;
}

#about-us-page .service-eqp {
  margin-top: 40px;
}

@media (min-width: 992px) {
  #about-us-page .service-eqp .col-md-8 {
    padding-left: 10%;
  }
}

#about-us-page .service-eqp .col-md-8 h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: 0.15px;
}

@media (min-width: 992px) {
  #about-us-page .service-eqp .col-md-8 h2 {
    font-size: 30px;
    line-height: 32px;
  }
}

@media (min-width: 1200px) {
  #about-us-page .service-eqp .col-md-8 h2 {
    font-size: 36px;
    line-height: 38px;
  }
}

#about-us-page .service-eqp .col-md-8 h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.15px;
}

@media (min-width: 992px) {
  #about-us-page .service-eqp .col-md-8 h3 {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  #about-us-page .service-eqp .col-md-8 h3 {
    font-size: 20px;
  }
}

#about-us-page .service-eqp .col-md-8 span {
  display: block;
  width: 84%;
  font-size: 16px;
  line-height: 160%;
}

@media (min-width: 1200px) {
  #about-us-page .service-eqp .col-md-8 span {
    font-size: 18px;
  }
}

#about-us-page .phone-parts {
  margin-bottom: 60px;
  margin-top: 60px;
}

@media (min-width: 1200px) {
  #about-us-page .phone-parts {
    margin-top: 30px;
  }
}

#about-us-page .phone-parts .col-md-6 {
  order: 2;
}

@media (min-width: 768px) {
  #about-us-page .phone-parts .col-md-6 {
    order: 1;
  }
}

@media (min-width: 992px) {
  #about-us-page .phone-parts .col-md-6 {
    margin-right: 40px;
  }
}

#about-us-page .phone-parts .col-md-6 h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: 0.15px;
}

@media (min-width: 992px) {
  #about-us-page .phone-parts .col-md-6 h2 {
    font-size: 30px;
    line-height: 32px;
  }
}

@media (min-width: 1200px) {
  #about-us-page .phone-parts .col-md-6 h2 {
    font-size: 36px;
    line-height: 38px;
  }
}

#about-us-page .phone-parts .col-md-6 h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.15px;
}

@media (min-width: 992px) {
  #about-us-page .phone-parts .col-md-6 h3 {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  #about-us-page .phone-parts .col-md-6 h3 {
    font-size: 20px;
  }
}

#about-us-page .phone-parts .col-md-6 span {
  display: block;
  width: 84%;
  font-size: 16px;
  line-height: 160%;
}

@media (min-width: 1200px) {
  #about-us-page .phone-parts .col-md-6 span {
    font-size: 18px;
  }
}

#about-us-page .phone-parts .col-md-5 {
  order: 1;
}

@media (min-width: 768px) {
  #about-us-page .phone-parts .col-md-5 {
    order: 2;
  }
}

#about-us-page .better-life {
  background-image: linear-gradient(#C5EFFE, #99E1FC);
  padding: 60px 0 30px 0;
}

#about-us-page .better-life .advantages {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
}

@media (min-width: 768px) {
  #about-us-page .better-life .advantages {
    flex-direction: row;
  }
}

#about-us-page .better-life .advantages .col-4 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  #about-us-page .better-life .advantages .col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}

#about-us-page .better-life .advantages .col-4:nth-of-type(2) {
  position: relative;
  display: none;
}

@media (min-width: 992px) {
  #about-us-page .better-life .advantages .col-4:nth-of-type(2) {
    display: block;
  }
}

#about-us-page .better-life .advantages .col-4:nth-of-type(2) img {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  animation: floatIcons 8s linear infinite;
}

#about-us-page .better-life .advantages .col-4:nth-of-type(3) {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  #about-us-page .better-life .advantages .col-4:nth-of-type(3) {
    flex-direction: row;
    width: 66%;
    flex: 0 0 66%;
    max-width: 66%;
  }
}

@media (min-width: 992px) {
  #about-us-page .better-life .advantages .col-4:nth-of-type(3) {
    flex-direction: column;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}

#about-us-page .better-life .adv-item {
  display: flex;
  margin-top: 10px;
  flex-direction: column;
}

@media (min-width: 992px) {
  #about-us-page .better-life .adv-item {
    flex-direction: row;
  }
}

#about-us-page .better-life .adv-item picture {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  #about-us-page .better-life .adv-item picture {
    display: block;
  }
}

#about-us-page .better-life .adv-item img {
  margin-bottom: 15px;
  width: 51px;
}

@media (min-width: 992px) {
  #about-us-page .better-life .adv-item img {
    margin-right: 20px;
    margin-bottom: 0;
  }
}

#about-us-page .better-life .adv-item h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
}

@media (min-width: 992px) {
  #about-us-page .better-life .adv-item h3 {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  #about-us-page .better-life .adv-item h3 {
    font-size: 20px;
  }
}

#about-us-page .better-life .adv-item p {
  font-size: 16px;
  line-height: 160%;
  text-align: center;
}

@media (min-width: 992px) {
  #about-us-page .better-life .adv-item p {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  #about-us-page .better-life .adv-item p {
    font-size: 18px;
  }
}

#about-us-page .better-life .headers {
  text-align: center;
}

#about-us-page .better-life .headers h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 0.15px;
}

@media (min-width: 1200px) {
  #about-us-page .better-life .headers h2 {
    font-size: 36px;
    line-height: 38px;
  }
}

#about-us-page .better-life .headers h4 {
  width: 80%;
  font-size: 16px;
  line-height: 160%;
  margin: auto;
  font-weight: 400;
}

@media (min-width: 992px) {
  #about-us-page .better-life .headers h4 {
    width: 40%;
  }
}

@media (min-width: 1200px) {
  #about-us-page .better-life .headers h4 {
    font-size: 18px;
  }
}

#about-us-page .about-contact {
  height: 580px;
  background-color: #282828;
}

@media (min-width: 768px) {
  #about-us-page .about-contact {
    padding-top: 70px;
  }
}

#about-us-page .about-contact .container {
  flex-direction: column;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#about-us-page .about-contact .container h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  #about-us-page .about-contact .container h2 {
    font-size: 42px;
    line-height: 38px;
  }
}

#about-us-page .about-contact .container p {
  color: #fff;
  font-size: 16px;
  line-height: 160%;
  width: 60%;
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  #about-us-page .about-contact .container p {
    width: 30%;
  }
}

@media (min-width: 1200px) {
  #about-us-page .about-contact .container p {
    font-size: 18px;
  }
}

#about-us-page .about-contact .container .btn-secondary {
  padding: 12px 22px;
  background-color: #181F26;
  border: none;
  border-radius: 25px;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  display: block;
  text-align: center;
  background-color: #007AFF;
  padding: 10px 40px !important;
  margin-top: 30px;
}

#about-us-page .about-contact .container .btn-secondary:hover {
  text-decoration: none;
  background-color: #3B4957;
}

#about-us-page .about-contact .container .btn-secondary:focus {
  outline: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  #about-us-page .about-contact .container .btn-secondary {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  #about-us-page .about-contact .container .btn-secondary {
    font-size: 15px;
    padding: 15px 22px;
  }
}

@media (min-width: 1400px) {
  #about-us-page .about-contact .container .btn-secondary {
    font-size: 16px;
  }
}

#about-us-page .about-contact .container .lot-circle-bg,
#about-us-page .about-contact .container .circle-bold-bg,
#about-us-page .about-contact .container .circle-bg {
  position: absolute;
}

#about-us-page .about-contact .container .lot-circle-bg {
  bottom: 1%;
  left: 5%;
}

@media (min-width: 768px) {
  #about-us-page .about-contact .container .lot-circle-bg {
    bottom: 8%;
    left: 18%;
  }
}

#about-us-page .about-contact .container .circle-bg {
  left: 30%;
  top: 10%;
}

@media (min-width: 768px) {
  #about-us-page .about-contact .container .circle-bg {
    left: 25%;
    top: 13%;
  }
}

#about-us-page .about-contact .container .circle-bold-bg {
  bottom: 22%;
  right: 7%;
}

@media (min-width: 768px) {
  #about-us-page .about-contact .container .circle-bold-bg {
    bottom: 27%;
    right: 20%;
  }
}

@keyframes floatIcons {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(3px, -6px);
  }
  50% {
    transform: translate(0, -12px);
  }
  75% {
    transform: translate(-3px, -6px);
  }
  100% {
    transform: translate(0, 0);
  }
}

#pandaseotext {
  background-color: #E7F6FF;
  padding: 40px 0;
}

#pandaseotext h1 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.15px;
  width: 80%;
  text-align: center;
  margin: auto;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  #pandaseotext h1 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1400px) {
  #pandaseotext h1 {
    font-size: 32px;
    line-height: 34px;
  }
}

@media (min-width: 1550px) {
  #pandaseotext h1 {
    font-size: 36px;
    line-height: 38px;
  }
}

#pandaseotext h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.15px;
}

@media (min-width: 768px) {
  #pandaseotext h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1400px) {
  #pandaseotext h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (min-width: 1550px) {
  #pandaseotext h2 {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (min-width: 1400px) {
  #pandaseotext h2 {
    font-size: 26px;
    line-height: 34px;
  }
}

#pandaseotext h3,
#pandaseotext h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.15px;
}

@media (min-width: 768px) {
  #pandaseotext h3,
  #pandaseotext h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1400px) {
  #pandaseotext h3,
  #pandaseotext h4 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (min-width: 1550px) {
  #pandaseotext h3,
  #pandaseotext h4 {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (min-width: 1400px) {
  #pandaseotext h3,
  #pandaseotext h4 {
    font-size: 26px;
    line-height: 34px;
  }
}

#pandaseotext p,
#pandaseotext span {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

@media (min-width: 768px) {
  #pandaseotext p,
  #pandaseotext span {
    font-size: 14px;
    line-height: 20px;
  }
}

.add-custom-category {
  margin-bottom: 30px;
}

.add-custom-category .link-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.add-custom-category .custom-category-link {
  margin: 10px;
  padding: 10px;
  font-weight: 600;
  color: #181F26;
  white-space: nowrap;
  word-break: normal;
  cursor: pointer;
  display: block;
}

.add-custom-category .custom-category-link:hover {
  color: #007AFF;
  text-decoration: none;
}
