/*
Theme Name: Upay 2025
Theme URI: http://www.spletosfera.com/
Author: Spletosfera
Author URI: http://www.spletosfera.com/
Description: Spletosfera
Version: 1.0
Text Domain: spletosfera*/
@import url("css/bootstrap.min.css");
@import url("css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* - Body - */
body {
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  /* - Headings - */
  /* - Colors - */
  /* - Links - */
  /* - Buttons - */
  /* - Header - */
  /* - Content - */
  /*- Modal -*/
  /*- Footer -*/
}

@media (min-width: 992px) {
  body {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Outfit", sans-serif;
  color: #000000;
  margin: 0px 0px 25px 0px !important;
  font-weight: bold;
}

body h1 {
  font-size: 2rem;
}

body h2 {
  font-size: 1.75rem;
}

body h3 {
  font-size: 1.5rem;
}

body h4 {
  font-size: 1.125rem;
}

@media (min-width: 992px) {
  body h1 {
    font-size: 3rem;
  }
  body h2 {
    font-size: 2rem;
  }
  body h3 {
    font-size: 1.75rem;
  }
  body h4 {
    font-size: 1.25rem;
  }
}

@media (min-width: 1200px) {
  body h1 {
    font-size: 4rem;
  }
  body h2 {
    font-size: 2.5rem;
  }
  body h3 {
    font-size: 2rem;
  }
  body h4 {
    font-size: 1.5rem;
  }
}

body .text-primary {
  color: #4030C8;
}

body .text-secondary {
  color: #26b781;
}

body .light-bg-secondary {
  background-color: #ffecdf;
}

body a {
  word-wrap: break-word;
  color: #4030C8;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

body a:hover, body a:active {
  color: #26b781;
  text-decoration: none;
}

body .btn {
  padding: .75rem 1.5rem;
  font-size: 1.125rem;
  border-radius: 30px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
  border: 1px solid transparent;
}

body .btn.btn-lg {
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  body .btn.btn-lg {
    font-size: 1.5rem;
  }
}

body .btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .btn-primary {
  color: #ffffff !important;
  background-color: #26b781 !important;
  border-color: #26b781 !important;
}

body .btn-primary:hover {
  color: #ffffff !important;
  background-color: #4030C8 !important;
  border-color: #4030C8 !important;
}

body .btn-secondary {
  color: #ffffff !important;
  background-color: #4030C8 !important;
  border-color: #4030C8 !important;
}

body .btn-secondary:hover {
  color: #ffffff !important;
  background-color: #26b781 !important;
  border-color: #26b781 !important;
}

body header {
  line-height: 1rem;
}

body header.nav-header {
  background: #ffffff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}

body header .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

body header .navbar-brand img.logo {
  max-width: 50px;
  width: 100%;
  height: auto;
  margin: 0px 0;
}

@media (min-width: 320px) {
  body header .navbar-brand img.logo {
    max-width: 70px;
  }
}

@media (min-width: 992px) {
  body header .navbar-brand img.logo {
    max-width: 110px;
  }
}

body header .navbar-brand .slogan {
  font-size: 1rem;
  margin-left: 10px;
}

body header .navbar-toggler {
  padding: .25rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: .25rem;
  -webkit-transition: -webkit-box-shadow .15s ease-in-out;
  transition: -webkit-box-shadow .15s ease-in-out;
  transition: box-shadow .15s ease-in-out;
  transition: box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

body header .offcanvas .offcanvas-header {
  padding-bottom: 0px;
}

body header .offcanvas .offcanvas-header h5.offcanvas-title {
  margin-bottom: 0px !important;
}

body header .offcanvas .offcanvas-body ul.navbar-nav li a:hover {
  color: #4030C8;
}

body header .offcanvas .offcanvas-body ul.navbar-nav li.current-menu-item a {
  color: #4030C8;
}

body header .nav ul {
  list-style-type: none;
  margin-bottom: 0px;
  padding-left: 0px;
}

body header .nav ul li {
  display: inline-block;
  vertical-align: middle;
}

body header .nav ul li a {
  font-size: 1.125rem;
  font-weight: 600;
  margin-right: 10px;
}

@media (min-width: 768px) {
  body header .nav ul li a {
    margin-right: 20px;
  }
  body header .nav ul li a i {
    font-size: 22px;
  }
}

body header .btn {
  padding: .5rem 1rem !important;
  font-size: 1.125rem !important;
  border-radius: 30px !important;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
  border: 1px solid transparent;
}

body header .btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body header .navbar-toggler .icon-bar {
  width: 20px;
  height: 2px;
  background-color: #4030C8;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 4px;
}

body header .navbar-toggler .icon-bar:last-of-type {
  margin-bottom: 0px;
}

body header .navbar-toggler .icon-bar.top-bar {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}

body header .navbar-toggler .icon-bar.middle-bar {
  opacity: 0;
}

body header .navbar-toggler .icon-bar.bottom-bar {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
}

body header .navbar-toggler.collapsed .top-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

body header .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

body header .navbar-toggler.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

body header .switch-wrapper .switch {
  position: relative;
  height: 43px;
  width: 140px;
  margin: 0px auto;
  background: #DEE4F8;
  border-radius: 30px;
  margin-right: 20px;
}

@media (min-width: 768px) {
  body header .switch-wrapper .switch {
    width: 200px;
  }
}

body header .switch-wrapper .switch .switch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 70px;
  line-height: 43px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  font-size: .875rem;
  cursor: pointer;
}

@media (min-width: 768px) {
  body header .switch-wrapper .switch .switch-label {
    width: 100px;
    font-size: 1.125rem;
    font-weight: 600;
  }
}

body header .switch-wrapper .switch .switch-input {
  display: none;
}

body header .switch-wrapper .switch .switch-input:checked + .switch-label {
  color: #ffffff;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: color, text-shadow;
  transition-property: color, text-shadow;
}

body header .switch-wrapper .switch .switch-input:checked + .switch-label-kupec ~ .switch-selector {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  background-color: #4030C8;
}

body header .switch-wrapper .switch .switch-input:checked + .switch-label-trgovec ~ .switch-selector {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #4030C8;
}

body header .switch-wrapper .switch .switch-selector {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  display: block;
  width: 70px;
  height: 43px;
  border-radius: 30px;
  background-color: #DEE4F8;
  -webkit-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  border: 3px solid #DEE4F8;
}

@media (min-width: 768px) {
  body header .switch-wrapper .switch .switch-selector {
    width: 100px;
  }
}

body main {
  /* - Accorion - */
  /* - Merchants - */
  /* - Form - */
  /* - Owl Carousel - */
}

body main .vc_row .vc_column-inner {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  body main .vc_row .vc_column-inner {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

body main .vc_row .vc_column-inner .wpb_text_column:last-of-type {
  margin-bottom: 0px;
}

body main .front-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#201864), to(#4030C8));
  background-image: linear-gradient(to bottom, #201864, #4030C8);
  height: 110px;
}

@media (min-width: 480px) {
  body main .front-header {
    height: 150px;
  }
}

@media (min-width: 768px) {
  body main .front-header {
    height: 200px;
  }
}

@media (min-width: 992px) {
  body main .front-header {
    height: 300px;
  }
}

@media (min-width: 1200px) {
  body main .front-header {
    height: 350px;
  }
}

@media (min-width: 1440px) {
  body main .front-header {
    height: 400px;
  }
}

body main .front-header h1 {
  color: #ffffff;
}

body main .front-header .vc_column-inner {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

body main .front-header.buyer {
  height: 330px;
}

@media (min-width: 480px) {
  body main .front-header.buyer {
    height: 380px;
  }
}

@media (min-width: 768px) {
  body main .front-header.buyer {
    height: 380px;
  }
}

@media (min-width: 992px) {
  body main .front-header.buyer {
    height: 460px;
  }
}

@media (min-width: 1200px) {
  body main .front-header.buyer {
    height: 480px;
  }
}

@media (min-width: 1440px) {
  body main .front-header.buyer {
    height: 500px;
  }
}

body main .front-header-bottom {
  margin-top: -80px;
}

@media (min-width: 480px) {
  body main .front-header-bottom {
    margin-top: -130px;
  }
}

@media (min-width: 768px) {
  body main .front-header-bottom {
    margin-top: -180px;
  }
}

@media (min-width: 992px) {
  body main .front-header-bottom {
    margin-top: -230px;
  }
}

@media (min-width: 1200px) {
  body main .front-header-bottom {
    margin-top: -310px;
  }
}

@media (min-width: 1440px) {
  body main .front-header-bottom {
    margin-top: -330px;
  }
}

body main .front-header-bottom .vc_column-inner {
  padding-top: 0px;
  padding-bottom: 0px;
}

body main .front-header-bottom .vc_column-inner .wpb_single_image .vc_single_image-wrapper img {
  margin-bottom: 0px;
  max-height: 500px;
}

body main .front-header-bottom.buyer {
  margin-top: -200px;
}

@media (min-width: 480px) {
  body main .front-header-bottom.buyer {
    margin-top: -280px;
  }
}

@media (min-width: 768px) {
  body main .front-header-bottom.buyer {
    margin-top: -310px;
  }
}

@media (min-width: 992px) {
  body main .front-header-bottom.buyer {
    margin-top: -320px;
  }
}

@media (min-width: 1200px) {
  body main .front-header-bottom.buyer {
    margin-top: -310px;
  }
}

@media (min-width: 1440px) {
  body main .front-header-bottom.buyer {
    margin-top: -330px;
  }
}

body main .main-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#201864), to(#4030C8));
  background-image: linear-gradient(to bottom, #201864, #4030C8);
  color: #ffffff;
}

body main .main-header h1 {
  color: #ffffff;
  margin-bottom: 0px !important;
}

body main img {
  width: 100%;
  padding: 25px;
}

body main svg {
  margin: 0px 50px;
}

body main svg.portrait {
  margin: 0px 100px;
}

body main ul li, body main ol li {
  padding-bottom: 10px;
}

body main .light-grey-background {
  background-color: #EEEEEE;
  color: #000000;
}

body main .light-grey-background .vc_custom_heading {
  color: #000000;
}

body main .light-blue-background {
  background-color: #DEE4F8;
  color: #000000;
}

body main .light-blue-background.with-image .vc_column-inner {
  padding-bottom: 0px;
}

body main .light-blue-background.with-image .vc_column-inner .vc_column-inner:first-of-type {
  padding-bottom: 0px;
}

body main .light-blue-background.with-image .vc_column-inner .vc_column-inner:first-of-type .wpb_single_image {
  margin-bottom: -35px;
}

body main .light-blue-background.with-image .vc_column-inner .vc_column-inner:first-of-type .wpb_single_image img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

body main .light-blue-background .vc_custom_heading {
  color: #000000;
}

body main .blue-background {
  background-color: #4030C8;
  color: #ffffff;
}

body main .blue-background .vc_custom_heading {
  color: #ffffff;
}

body main .blue-gradient-to-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4030C8), to(#201864));
  background-image: linear-gradient(to bottom, #4030C8, #201864);
  color: #ffffff;
}

body main .blue-gradient-to-top .vc_custom_heading {
  color: #ffffff;
}

@media (min-width: 768px) {
  body main .blue-gradient-to-top .vc_row-flex {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    -webkit-column-gap: 25px;
            column-gap: 25px;
  }
}

body main .blue-gradient-to-top .vc_row-flex .box:first-of-type {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  body main .blue-gradient-to-top .vc_row-flex .box:first-of-type {
    margin-bottom: 0px;
  }
}

body main .blue-gradient-to-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#201864), to(#4030C8));
  background-image: linear-gradient(to bottom, #201864, #4030C8);
  color: #ffffff;
}

body main .blue-gradient-to-bottom .vc_custom_heading {
  color: #ffffff;
}

body main .box {
  border-radius: 30px;
}

body main .box.light-blue {
  background-color: #DEE4F8;
  text-align: center;
}

body main .box.light-blue .vc_custom_heading {
  text-align: center;
}

body main .box.light-blue .wpb_content_element:last-of-type {
  margin-bottom: 0px;
}

body main .box.light-blue .vc_column-inner {
  padding-top: 25px;
  padding-bottom: 25px;
}

body main .box.blue {
  background-color: #4030C8;
  color: #ffffff;
}

body main .box.blue .vc_custom_heading {
  color: #ffffff;
}

body main .box.blue .light-blue .vc_column-inner {
  background-color: #DEE4F8;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 0;
  min-height: 400px;
}

@media (min-width: 768px) {
  body main .box.blue .light-blue .vc_column-inner {
    border-top-left-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
  }
}

body main .box.blue .light-blue .vc_column-inner .wpb_single_image img {
  padding: 0px 25px;
}

body main .box.blue-with-border {
  background-color: #4030C8;
  border: 3px solid #DEE4F8;
  padding: 0px 10px;
  min-height: 460px;
}

body main .box.blue-with-border .vc_column-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body main .box.step {
  border-radius: 0px;
}

body main .box.step.one {
  background-image: url("/wp-content/themes/upay-2025/img/one.svg");
  background-size: auto 50px;
  background-position: top 40px right 25px;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  body main .box.step.one {
    background-size: auto 70px;
  }
}

body main .box.step.two {
  background-image: url("/wp-content/themes/upay-2025/img/two.svg");
  background-size: auto 50px;
  background-position: top 40px right 25px;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  body main .box.step.two {
    background-size: auto 70px;
  }
}

body main .box.step.three {
  background-image: url("/wp-content/themes/upay-2025/img/three.svg");
  background-size: auto 50px;
  background-position: top 40px right 25px;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  body main .box.step.three {
    background-size: auto 70px;
  }
}

body main .box.step.four {
  background-image: url("/wp-content/themes/upay-2025/img/four.svg");
  background-size: auto 50px;
  background-position: top 40px right 25px;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  body main .box.step.four {
    background-size: auto 70px;
  }
}

body main .box.step.five {
  background-image: url("/wp-content/themes/upay-2025/img/five.svg");
  background-size: auto 50px;
  background-position: top 40px right 25px;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  body main .box.step.five {
    background-size: auto 70px;
  }
}

body main .box.step.six {
  background-image: url("/wp-content/themes/upay-2025/img/six.svg");
  background-size: auto 50px;
  background-position: top 40px right 25px;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  body main .box.step.six {
    background-size: auto 70px;
  }
}

body main .box.step.large {
  background-size: contain !important;
  background-position: center !important;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  body main .box.step.large {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

body main .box.step.large .wpb_wrapper {
  display: block !important;
  height: auto !important;
}

body main .box.step.left {
  background-size: auto 200px;
  background-position: top 50px left 25px;
}

body main .box.step.left .wpb_wrapper {
  display: block !important;
  height: auto !important;
}

body main .box.step .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body main .box.step .wpb_wrapper .wpb_text_column {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

body main .box.step .wpb_wrapper .vpb_single_image {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

body main .wpb_single_image.scroll {
  max-width: 400px;
  width: 100%;
  height: 500px;
  margin: 0 auto 50px auto;
  overflow-y: scroll;
  scrollbar-width: thin;
  border: 5px solid #000000;
  border-top-width: 30px;
  border-bottom-width: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  body main .wpb_single_image.scroll {
    height: 600px;
  }
}

body main .wpb_single_image.scroll img {
  padding: 0px;
  width: 100%;
  display: block;
}

body main .wpb_single_image.scroll .vc_single_image-wrapper {
  display: block;
}

body main .terms ol li::marker {
  font-weight: 700;
  font-size: 1.75rem;
}

@media (min-width: 992px) {
  body main .terms ol li::marker {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  body main .terms ol li::marker {
    font-size: 2.5rem;
  }
}

body main .terms ol li ol li::marker {
  font-weight: normal;
  font-size: inherit;
}

body main ul.no-bullets {
  list-style-type: none;
  padding-left: 50px;
}

body main ul.no-bullets ul {
  list-style-type: none;
  padding-left: 50px;
}

body main .table thead th {
  border-bottom-color: #4030C8 !important;
}

body main .table td {
  border-bottom-color: #DEE4F8;
}

body main .table td.table-primary {
  background-color: #4030C8;
  color: #ffffff;
}

body main .table td.table-secondary {
  background-color: #26b781;
  color: #4030C8;
}

body main .vc_tta-container {
  margin-top: 0px;
  margin-bottom: 0px;
}

body main .vc_tta-container .vc_tta.vc_general .vc_tta-tab > a {
  padding: .75rem 1.5rem !important;
  margin: 5px 5px;
}

body main .vc_tta-container .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  border-color: #EEEEEE;
  background-color: #EEEEEE;
  color: #000000;
}

body main .vc_tta-container .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  border-color: #4030C8;
  background-color: #4030C8;
  color: #ffffff;
}

body main .vc_tta-container .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel {
  margin-bottom: 15px;
}

body main .vc_tta-container .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border-radius: 30px !important;
  border-color: #DEE4F8;
  background-color: #DEE4F8;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

body main .vc_tta-container .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading h4 {
  font-weight: 400;
  font-size: 1.375rem;
  text-transform: none;
  margin-bottom: 0px !important;
}

body main .vc_tta-container .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title > a {
  color: #000000;
}

body main .vc_tta-container .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #4030C8;
  background-color: #4030C8;
}

body main .vc_tta-container .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #ffffff;
}

body main .vc_tta-container .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a i::before {
  border-color: #ffffff;
}

body main .form {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

body main .accordion .accordion-item {
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.125);
  border-width: 1px;
}

body main .accordion .accordion-item .accordion-header {
  /*border-bottom: 1px solid $secondary !important;*/
}

body main .accordion .accordion-item .accordion-header .accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 0rem;
  font-size: 18px;
  color: #000000;
  text-align: left;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out;
  border-bottom: 1px solid #26b781 !important;
  -webkit-box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0);
          box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0);
}

body main .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #26b781;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0);
          box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0);
  /*border-bottom: 1px solid #fbc976 !important;*/
}

body main .accordion .accordion-item .accordion-header .accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='plus' class='svg-inline--fa fa-plus fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgb(255, 185, 128)' d='M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.2rem;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

body main .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='minus' class='svg-inline--fa fa-minus fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgb(255, 185, 128)' d='M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'%3E%3C/path%3E%3C/svg%3E");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

body main .accordion .accordion-item .accordion-body {
  padding: 1rem 0rem;
}

body main .merchants {
  margin: 20px 0px 50px 0px;
}

body main .merchants img {
  width: auto;
  height: 50px;
  margin: 20px 10px;
}

@media (min-width: 768px) {
  body main .merchants img {
    margin: 20px 20px;
  }
}

@media (min-width: 992px) {
  body main .merchants img {
    height: 80px;
    margin: 20px 40px;
  }
}

body main .form-control {
  display: block;
  width: 100%;
  /*padding: 10px;*/
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 2px solid #cccccc;
  border-radius: .75rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  margin: 0px 0 10px 0;
}

body main .form-control:focus {
  border: 2px solid #4030C8;
}

body main .form-control.wpcf7-not-valid {
  border: 2px solid #ff0000;
}

body main .wpcf7-not-valid-tip {
  color: #ff0000;
}

body main .owl-item .item {
  text-align: center;
  margin: 20px 0 30px 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

body main .owl-item .item img {
  max-width: 100px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px;
  opacity: .5;
}

body main .owl-item.active .center .item {
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  margin: 20px 0 30px 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

body main .owl-item.active .center .item img {
  max-width: 100px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px;
  opacity: 1;
}

body #prodajna-mesta.modal.show {
  padding-right: 0px !important;
}

body #prodajna-mesta .modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0rem;
  outline: 0;
}

body #prodajna-mesta .modal-content .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

body #prodajna-mesta .modal-content .modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0rem;
}

body #prodajna-mesta .modal-content .modal-body iframe {
  margin-bottom: -10px;
  border-bottom-left-radius: calc(.3rem - 1px);
  border-bottom-right-radius: calc(.3rem - 1px);
  height: 100vh;
  width: 100%;
}

body .modal-backdrop {
  z-index: 150;
}

body footer {
  color: #ffffff;
  padding: 50px 0 50px 0;
  background-color: #201864;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  /*- Copyright -*/
}

body footer .footer-col {
  padding-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  body footer .footer-col {
    text-align: left;
  }
}

body footer .footer-col .top-widget {
  margin-bottom: 50px;
}

body footer .footer-col h3 {
  color: #ffffff;
  font-size: 1.375rem;
}

body footer .footer-col img.logo {
  max-width: 70px;
  width: 100%;
  height: auto;
  margin: 5px 0px 25px 0;
}

@media (min-width: 768px) {
  body footer .footer-col img.logo {
    max-width: 110px;
  }
}

body footer .footer-col ul.menu {
  list-style: none;
  padding-left: 0px;
}

body footer .footer-col ul.menu li.current-menu-item a {
  color: #26b781;
}

body footer .footer-col a {
  color: #ffffff;
}

body footer .footer-col a:hover {
  color: #26b781;
}

body footer .footer-col-middle {
  padding-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

body footer .footer-icon {
  margin-bottom: 25px;
  display: block;
}

body footer .footer-icon img {
  width: 60px;
  height: auto;
  margin-bottom: 25px;
}

body footer .footer-copyright {
  margin-top: 50px;
  color: #ffffff;
  min-height: 20px;
  height: auto;
  line-height: 25px;
  vertical-align: middle;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  body footer .footer-copyright {
    min-height: 40px;
    line-height: 40px;
    margin-bottom: 0px;
  }
}

body footer .footer-copyright .separator {
  color: #ffffff;
}

body footer .footer-copyright img {
  max-width: 100px;
  width: auto;
  height: auto;
  vertical-align: middle;
}

body footer .footer-copyright a {
  color: #ffffff;
  text-transform: none;
}

body footer .footer-copyright a:hover {
  color: #26b781;
}
/*# sourceMappingURL=style.css.map */