/*@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;900&display=swap");*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700;900&display=swap");

body {
  font-family: "Inter", sans-serif;
}

.row > * {
  position: relative;
}

a {
  text-decoration: none !important;
  outline: none;
}

#page-container {
  position: relative;
  min-height: 100vh;
  padding-bottom: 20px;
}
/* ----------------------------------------------------- hero-7 ----------------------------------------------- */

@media (min-width: 1200px) {
  .hero-7 .container {
    max-width: 1140px !important;
  }
}

.hero-7 .btn {
  padding: 10px 20px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.hero-7 .btn:focus {
  box-shadow: none;
}

.hero-7 .btn-sm {
  padding: 8px 12px;
  font-size: 12px;
}

.hero-7 .text-primary {
  color: #07bfa7 !important;
}

.hero-7 .btn-primary {
  background: #07bfa7;
  border-color: #07bfa7 !important;
}

.hero-7 .btn-primary:hover,
.hero-7 .btn-primary:focus,
.hero-7 .btn-primary:active,
.hero-7 .btn-primary.active,
.hero-7 .btn-primary.focus,
.hero-7 .btn-primary:not(:disabled):not(.disabled):active,
.hero-7 .btn-primary:not(:disabled):not(.disabled):active:focus,
.hero-7 .btn-primary .open > .dropdown-toggle.btn-primary {
  background: #06ab96;
  border-color: #06ab96;
}

.hero-7 .btn-info {
  background: #337ab7;
  border-color: #337ab7 !important;
}

.hero-7 .btn-info:hover,
.hero-7 .btn-info:focus,
.hero-7 .btn-info:active,
.hero-7 .btn-info.active,
.hero-7 .btn-info.focus,
.hero-7 .btn-info:not(:disabled):not(.disabled):active,
.hero-7 .btn-info:not(:disabled):not(.disabled):active:focus,
.hero-7 .btn-info .open > .dropdown-toggle.btn-primary {
  background: #2f6fa7;
  border-color: #2f6fa7;
}

.hero-7 .text-dark {
  color: #36485e !important;
}

.hero-7 .text-muted {
  color: #53575a !important;
}

.hero-7 .section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.hero-7 .navbar-custom {
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
}

.hero-7 .navbar-custom .navbar-nav li a {
  line-height: 26px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  transition: all 0.5s;
  background-color: transparent !important;
  padding: 6px 0;
  margin: 0 15px;
}

.hero-7 .navbar-custom .navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}

.hero-7 .navbar-custom .navbar-nav .logo {
  color: #ffffff !important;
  font-weight: 500;
}

.hero-7 .navbar-custom .navbar-nav .navbar-toggles {
  padding: 0.25rem 0.75rem;
  font-size: 18px;
  background: 0 0;
  border: 1px solid transparent;
  color: #ffffff;
  outline: 0;
}

.hero-7 .navbar-custom .navbar-nav .navbar-toggles-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
}

.hero-7 .navbar {
  padding: 0px;
}

.hero-7 .navbar .navbar-border {
  border-bottom: 1px solid rgba(86, 107, 156, 0.51);
  padding: 20px 0px;
}

.hero-7 .navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
}

.hero-7 .navbar-custom .navbar-nav li.active a,
.hero-7 .navbar-custom .navbar-nav li a:hover,
.hero-7 .navbar-custom .navbar-nav li a:active {
  color: #ffffff !important;
}

.hero-7 .navbar-toggle {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
}

.hero-7 .nav .open > a,
.hero-7 .nav .open > a:focus,
.hero-7 .nav .open > a:hover {
  background-color: transparent;
  border-color: #337ab7;
}

/*---NAVBAR STICKY--*/
.hero-7 .nav-sticky.navbar-custom {
  margin-top: 0px;
  background-color: #ffffff;
  box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  color: #000 !important;
}

.hero-7 .nav-sticky.navbar-custom.sticky-dark {
  background-color: #ffffff;
}

.hero-7 .nav-sticky .navbar-nav li a {
  color: #000;
}

.hero-7 .nav-sticky .navbar-brand {
  color: #000 !important;
  font-weight: 600;
}

.hero-7 .nav-sticky.navbar-custom .navbar-border {
  border-bottom: none;
  padding: 20px 0px !important;
}

.hero-7 .nav-sticky.navbar-custom .navbar-nav li.active a,
.hero-7 .nav-sticky.navbar-custom .navbar-nav li a:hover,
.hero-7 .nav-sticky.navbar-custom .navbar-nav li a:active {
  color: #07bfa7 !important;
}

.hero-7 .nav-sticky.navbar-custom .navbar-toggles {
  padding: 0.25rem 0.75rem;
  border: 1px solid transparent;
  outline: 0;
}

.hero-7 .nav-sticky .navbar-nav {
  margin-top: 0px;
}

.hero-7 .bg-home {
  background-size: cover;
  padding: 80px 0px 200px 0px;
  position: relative;
  background-position: center center;
  background-image: linear-gradient(
    -45deg,
    #004023 0%,
    #003473 50%,
    #09005a 100%
  );
  clip-path: polygon(50% 0%, 100% 0, 100% 80%, 0 100%, 0 0);
}

.hero-7 .home-bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.hero-7 .home-heading {
  color: #ffffff;
  font-size: 35px;
  /* font-size: 42px;
	max-width: 500px;*/
  line-height: 1.4;
}

.hero-7 .home-desc {
  color: #7d94bb;
  font-size: 17px;
  line-height: 1.8;
}

.hero-7 .subcribe-form form {
  position: relative;
  max-width: 350px;
}

.hero-7 .subcribe-form button {
  position: absolute;
  top: 7px;
  outline: none !important;
  font-size: 14px;
  padding: 5px 25px;
  left: 8px;
}

.hero-7 .subcribe-form button:focus {
  border: none;
}

.hero-7 .subcribe-form input {
  padding: 10px 20px;
  width: 100%;
  font-size: 17px;
  border: none;
  outline: none !important;
  padding-left: 130px;
  background-color: #013272;
  border-radius: 5px;
  color: #ffffff;
}

.hero-7 .custom {
  color: #ffffff;
  border: 2px solid #07bfa7;
  font-size: 14px;
  border-radius: 3px;
  background-color: #07bfa7;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-7 .white {
  color: #ffffff;
  border: 2px solid #ffffff;
  background-color: transparent;
  font-size: 14px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-7 .btn-outline-light:hover {
  color: #6671e5;
  background-color: #f8f9fa;
  border-color: #6671e5;
}

.hero-7 .btn-outline-light:focus {
  color: #07bfa7;
}

.hero-7 .btn-outline-light:active {
  box-shadow: 0 0 0 0.25rem rgb(248 249 250 / 50%);
  color: #07bfa7;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.hero-7 .features-section {
  position: relative;
  margin-top: -200px;
}
.hero-7 .features-section .features-box {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 3px 4px 5px 1px rgb(62 63 120 / 33%);
}
.pilkas {
  background-color: #e9ecef;
}
.hero-7 .features-section .features-box .features-icon i {
  background-color: rgba(27, 188, 155, 0.12);
  display: inline-block;
  font-size: 80px;
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 50%;
  text-align: center;
}

.hero-7 .features-section .features-box .features-contant {
  overflow: hidden;
}

@media (max-width: 768px) {
  .hero-7 .vertical-content {
    display: inherit;
  }

  .hero-7 .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px !important;
    /* background-color: #36485e !important;*/
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    color: #ffffff !important;
  }

  .hero-7 .navbar-toggler i {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    /* color: #ffffff;*/
  }

  .hero-7 .bg-home {
    height: auto;
  }

  .hero-7 .nav-sticky.navbar-custom .navbar-nav li a {
    /* color: #ffffff !important;*/
  }

  .hero-7 .nav-sticky .logo {
    color: #ffffff !important;
  }

  .hero-7 .navbar-custom > .container {
    width: 90%;
  }
  .hero-7 .nav-sticky .navbar-toggler {
    color: #07bfa7;
  }
}

.footer-alt-sm {
  background-color: rgba(75, 170, 233, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  /*position: absolute;
		bottom: 0;
	width: 100%;*/
}
.footer-alt-lg {
  background-color: rgba(75, 170, 233, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.1);

  position: unset;
  position: fixed;
  position: absolute;
  bottom: 0;
  width: 100%;
}
a.prendimas-link {
  color: #07bfa7;
  font-size: 15px;
}
.brandlogo-dark {
  background-image: url("../images/logo-dark.webp");
  width: 200px;
  height: 50px;
  background-size: 180px;
  background-repeat: no-repeat;
}
.brandlogo {
  background-image: url("../images/logo.webp");
  width: 200px;
  height: 50px;
  background-size: 180px;
  background-repeat: no-repeat;
}
.paslaugos-box {
  max-height: 337px;
  height: 337px;
}
.paslaugos-mygtukai {
  bottom: 48px;
  position: absolute;
}

/*X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
  .copyright-text {
    text-align: center !important;
  }
  .detailed-text {
    text-align: center !important;
  }

  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  tfoot,
  th,
  td,
  tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  td:nth-child(1) {
    /* background-color: #2a303a;*/
    /* color: #eeeeee;*/
  }

  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #aab2b9;
    position: relative;
    padding-left: 50%;
  }

  td:before {
    /* Now like a table header */
    /*position: absolute;*/
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  td.pro-quantity {
    height: 55px;
  }

  /*
		Label the data
	*/
  td:nth-of-type(1):before {
    content: "";
  }
  td:nth-of-type(2):before {
    content: "";
  }
  td:nth-of-type(3):before {
    content: "";
  }
  td:nth-of-type(4):before {
    content: "";
  }
  td:nth-of-type(5):before {
    content: "";
  }
  .navbar-nav {
    background-color: #051262;
  }

  .nav-sticky .navbar-nav {
    background-color: #fff;
  }
  .hero-7 .nav-sticky .navbar-toggler {
    color: #07bfa7;
  }
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
}

/*X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1199.98px) {
  .paslaugos-box {
    height: auto;
  }
  .paslaugos-mygtukai {
    position: unset;
  }
}
.white2 {
  color: #07bfa7;
  border: 2px solid #07bfa7;
  background-color: transparent;
  font-size: 14px;
  border-radius: 3px;
  text-transform: uppercase;
}

.header-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  background-color: #e9ecef;
}
.header-top-settings ul li {
  color: #555;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  margin-left: 40px;
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}

.box-shadow {
  box-shadow: rgb(0 0 0 / 12%) 0px 7px 29px 0px;
}
.price {
  height: 55px;
  width: 150px;
  color: #ffffff;
  line-height: 55px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.price::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 8px;
  background: #6671e5;
}
.price::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 8px;
  transform: rotate(-5deg);
  background: rgba(102, 113, 229, 0.58);
}
.price-detailed {
  height: 55px;
  width: 150px;
  color: #ffffff;
  line-height: 55px;

  position: relative;
  z-index: 1;
}
.price-detailed::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 8px;
  background: #6671e5;
}
.price-detailed::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 8px;
  transform: rotate(-5deg);
  background: rgba(102, 113, 229, 0.58);
}

.lh-base {
  font-weight: 600;
}

.cart-notification {
  top: 0px;
  right: 5px;
  position: absolute;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 10px;
  color: #fff;
  border-radius: 50%;
  background-color: #cc2121;
}

.toastPlacement {
  top: 0 !important;
  right: 0 !important;
  position: fixed;
  z-index: 1111;
}
.pro-qty {
  width: 90px;
  height: 40px;
  border: 1px solid #ddd;
  padding: 0 15px;
  float: left;
}
.pro-qty input {
  width: 28px;
  float: left;
  border: none;
  height: 40px;
  line-height: 34px;
  padding: 0;
  text-align: center;
  background-color: transparent;
}
.pro-qty .qtybtn {
  width: 15px;
  display: block;
  float: left;
  line-height: 38px;
  cursor: pointer;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #555;
}
#voucher_error {
  color: red;
  font-size: 13px;
}
#must_read {
  color: red;
  font-size: 13px;
}
.checkoutaccordion .card {
  border: none;
  padding: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 30px;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.checkoutaccordion h3 {
  background-color: #f7f7f7;
  border-top: 3px solid #07bfa7;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 20px;
  position: relative;
  text-transform: none;
  margin: 0;
}
.custom-control-label {
  font-size: 14px;
  line-height: 1;
  padding-left: 10px;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
}
.checkoutaccordion h3 span {
  color: #07bfa7;
  /* cursor: pointer; */
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: 10px;
}
.checkoutaccordion .card .card-body {
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 20px;
}
.single-payment-method {
  margin-bottom: 20px;
}
.order-summary-table {
  background-color: #f7f7f7;
  margin-top: 0px;
}
.order-payment-method {
  background-color: #f7f7f7;
  padding: 15px 20px 15px;
}
.order-summary-details h5 {
  color: #111;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 500;
}
.checkout-billing-details-wrap h5 {
  color: #111;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 500;
}

.checkbox {
  opacity: 0;
  position: absolute;
}

.label {
  background-color: #07bfa752;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  position: relative;
  height: 26px;
  width: 50px;
  transform: scale(1);
}

.label .ball {
  background-color: #003668;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  height: 22px;
  width: 22px;
  transform: translateX(0px);
  transition: transform 0.2s linear;
}

.checkbox:checked + .label .ball {
  transform: translateX(24px);
}

.fa-moon {
  color: #f1c40f;
}

.fa-sun {
  color: #f39c12;
}

.dark body {
  background: #292c35;
  color: #aab2b9;
}
.dark .features-section .features-box {
  background-color: #33373e;
  border-radius: 5px;
  box-shadow: 0 5px 5px rgb(249 249 249 / 9%);
}
.dark .home-heading {
  color: #aab2b9;
}
.dark .custom {
  border: 2px solid #0d5e54;
  border-color: #0d5e54 !important;
  background-color: #0d5e54;
  color: #aab2b9;
}
div#switch {
  padding: 6px 0;
  margin: 0 20px;
}
.dark .nav-sticky.navbar-custom.sticky-dark {
  background-color: #2a303a;
}
.dark .nav-sticky .navbar-nav li a {
  color: #aab2b9 !important;
}
.dark .label {
  background-color: #6a6f7c87;
}
.dark .label .ball {
  background-color: #292c35;
}
.dark .label .ball {
  transform: translateX(24px);
}
.dark .table {
  color: #aab2b9;
}
.dark .form-control {
  background-color: #33373e;
  color: #aab2b9;
}
.dark .btn-light {
  color: #aab2b9;
  background-color: #33373e;
  border-color: #f8f9fa;
}
.dark .pro-qty input {
  color: #aab2b9;
}
.dark h5 {
  color: #aab2b9;
}
.dark .checkoutaccordion h3 {
  background-color: #0d5e54;
  color: #aab2b9;
}
.dark .checkoutaccordion .card .card-body {
  background-color: #33373e;
}
.dark .order-summary-table {
  background-color: #2a303a;
}
.dark .order-payment-method {
  background-color: #2a303a;
}

.krpLink {
  color: #07bfa7;
  font-weight: 600;
}
.form-floating-group input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
ul.parsisiuntimai {
  list-style-type: none;
  padding-left: 3px;
}
.parsisiunLink {
  color: #07bfa7;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
.middle td {
  /*vertical-align: middle;*/
}
