.no-overflow {
  overflow: hidden;
}

.full-width{
  width:100%;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.back-green-soft{
  background: #1AD19B;
}

.back-white{
  background: rgb(255, 255, 255);
}

.back-grey{
  background:rgb(236, 236, 236);
}


/* Papildai */

@import url(//fonts.googleapis.com/css?family=montserrat:300,400,500,700);
#banner1 {
  font-family: "montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
  background: right -5.5em center no-repeat #e9f3f8;
}

#banner1 h1,
#banner1 h2,
#banner1 h3,
#banner1 h4,
#banner1 h5,
#banner1 h6 {
  color: #3e4555;
}

#banner1 .bg-light {
  background-color: #f4f8fa !important;
}

#banner1 h2 {
  font-size: 48px;
  line-height: 1;
  letter-spacing: -1px;
}

#banner1 .line-height {
  height: 72px;
}

#banner1 .form-control.text-email {
  color: #8d97ad;
  border-radius: 36px 0 0 36px;
  text-indent: 35px;
  width: 61%;
  -webkit-box-shadow: -5px 0 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -5px 0 30px 0 rgba(0, 0, 0, 0.05);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

#banner1 .form-control.text-email:focus {
  box-shadow: none;
}

#banner1 .btn-sub {
  border-radius: 0 36px 36px 0;
  width: auto;
  padding: 0 16px;
  cursor: pointer;
  margin-left: -4px;
  -webkit-box-shadow: 5px 0 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 5px 0 30px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#banner1 .btn-sub:hover {
  opacity: 0.8;
}

@media (min-width: 2301px) and (max-width: 2700px) {
  #banner1 {
    background-position: 70% center;
  }
}

@media (min-width: 1900px) and (max-width: 2300px) {
  #banner1 {
    background-position: 80% center;
  }
}

@media (min-width: 1500px) and (max-width: 1680px) {
  #banner1 {
    background-position: right center;
  }
}

@media (max-width: 1100px) {
  #banner1 {
    background-position: right -14em center;
  }
  #banner1 h2 {
    font-size: 40px;
  }
  #banner1 .form-control.text-email {
    width: 59%;
  }
  #banner1 .btn-sub {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .banner {
    padding: 30px 0;
  }
  #banner1 {
    background-image: none;
  }
  #banner1 .line-height {
    font-size: 14px;
    line-height: 50px;
  }
  #banner1 .form-control.text-email {
    border-radius: 25px 0 0 25px;
    text-indent: 20px;
  }
  #banner1 .btn-sub {
    border-radius: 0 25px 25px 0;
    padding: 0 15px;
  }
  #banner1 img {
    margin-top: 25px;
  }
}

@media (max-width: 320px) {
  #banner1 .btn-sub {
    padding: 0 10px;
  }
}

#banner1 .btn-success-gradiant {
  background: #005d87;
  background: -webkit-linear-gradient(legacy-direction(to right), #005d87 0%, #5ca3d3 100%);
  background: -webkit-gradient(linear, left top, right top, from(#005d87), to(#5ca3d3));
  background: -webkit-linear-gradient(left, #005d87 0%, #1dc8cc 100%);
  background: -o-linear-gradient(left, #005d87 0%, #5ca3d3 100%);
  background: linear-gradient(to right, #005d87 0%, #5ca3d3 100%);
}

#banner1 .font-weight-medium {
  font-weight: 500;
}

#banner1 .font-16 {
  font-size: 16px;
}


/* Blog module */
@import url(//fonts.googleapis.com/css?family=montserrat:300,400,500,600,700,800);
.blog-home3 {
  font-family: "montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.blog-home3 h1,
.blog-home3 h2,
.blog-home3 h3,
.blog-home3 h4,
.blog-home3 h5,
.blog-home3 h6 {
  /* color: #3e4555; */
}

.blog-home3 h5 {
    line-height: 22px;
    font-size: 18px;
}

.blog-home3 a.link {
    /* color: #3e4555; */
}

.blog-home3 a.link:hover {
    color: #316ce8;
}

.blog-home3 .font-weight-medium {
  font-weight: 500;
}

.blog-home3 .bg-light {
  background-color: #f4f8fa !important;
}

.blog-home3 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.blog-home3 .card.card-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.blog-home3 .on-hover {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.blog-home3 .on-hover:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}


/* Blokų su melsvu title ir img aprašas */
.blog-home3 .bg-success-gradiant {
  background-color: #3F4C5B;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  /* text-transform: uppercase; */
  /* font-weight: bold; */
  transition: background-color 0.3s;
}

.blog-home3 .date-pos {
  font-size: 12px;
}

.blog-home3 a {
  overflow: hidden;
}

.blog-home3 a img {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;

  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.blog-home3 a img:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

/* Kontaktai */
.contact3 {
  font-family: "montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.contact3 h1,
.contact3 h2,
.contact3 h3,
.contact3 h4,
.contact3 h5,
.contact3 h6 {
  color: #3e4555;
}

.contact3 .font-weight-medium {
  font-weight: 500;
}

.contact3 p{
  font-weight: 500;
  font-size: 0.9em;
}

.contact3 .card-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.contact3 .btn-danger-gradiant {
  background: #005d87;
  background: -webkit-linear-gradient(legacy-direction(to right), #005d87 0%, #5ca3d3 100%);
  background: -webkit-gradient(linear, left top, right top, from(#005d87), to(#5ca3d3));
  background: -webkit-linear-gradient(left, #005d87 0%, #1dc8cc 100%);
  background: -o-linear-gradient(left, #005d87 0%, #5ca3d3 100%);
  background: linear-gradient(to right, #005d87 0%, #5ca3d3 100%);
}

.contact3 .btn-danger-gradiant:hover {
  background: #0070a3;
  background: -webkit-linear-gradient(legacy-direction(to right), #0070a3 0%, #5ca3d3 100%);
  background: -webkit-gradient(linear, left top, right top, from(#0070a3), to(#5ca3d3));
  background: -webkit-linear-gradient(left, #0070a3 0%, #1dc8cc 100%);
  background: -o-linear-gradient(left, #0070a3 0%, #5ca3d3 100%);
  background: linear-gradient(to right, #0070a3 0%, #5ca3d3 100%);
}

/* Hero blokas */
.c2a10 {
  font-family: "montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
  background-size: cover;
  background-attachment: fixed;
  background-position: left center;
}

.c2a10 h1,
.c2a10 h2,
.c2a10 h3,
.c2a10 h4,
.c2a10 h5,
.c2a10 h6 {
  color: #3e4555;
}

.c2a10 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.c2a10 .text-box {
  padding: 30px 20px;
}

.c2a10 .both-space {
  margin: 80px 0;
}

.c2a10 .btn-info-gradiant {
  background: #188ef4;
  background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
  background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
  background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
  background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
}

.c2a10 .btn-info-gradiant:hover {
  background: #316ce8;
  background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0%, #188ef4 100%);
  background: -webkit-gradient(linear, left top, right top, from(#316ce8), to(#188ef4));
  background: -webkit-linear-gradient(left, #316ce8 0%, #188ef4 100%);
  background: -o-linear-gradient(left, #316ce8 0%, #188ef4 100%);
  background: linear-gradient(to right, #316ce8 0%, #188ef4 100%);
}

.c2a10 .btn-md {
  padding: 15px 45px;
  font-size: 16px;
}

/* Meniu pagridninis */
@import url(https://fonts.googleapis.com/css?family=montserrat:300,400,500,600,700,800);
.header2 {
  font-family: "montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.header2 h1,
.header2 h2,
.header2 h3,
.header2 h4,
.header2 h5,
.header2 h6 {
  color: #3e4555;
}

.header2.bg-success-gradiant {
    background: #ffffff;
    /* background: -webkit-linear-gradient(legacy-direction(to right), #ffffff 0%, #bef5ff 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#bef5ff));
    background: -webkit-linear-gradient(left, #ffffff 0%, #bef5ff 100%);
    background: -o-linear-gradient(left, #ffffff 0%, #bef5ff 100%);
    background: linear-gradient(to right, #ffffff 0%, #bef5ff 100%); */
}

.header2 .font-12 {
  font-size: 12px;
}

.header2 .dropdown-item {
  padding: 8px 1rem;
  color: #353535;
}

.header2 .h2-nav .navbar-nav .nav-item .nav-link {
    padding: 12px 0px;
    color: #353535;
    font-weight: 500;
    font-size: 0.9em;
}

.header2 .h2-nav .navbar-nav .nav-item .nav-link:hover {
    color: #696969;
    border:none;
}

.header2 .h2-nav .navbar-nav .nav-item .nav-link:active {
  color: #696969;
  border:none;
}

.header2 .h2-nav .navbar-nav .nav-item {
  margin: 0 20px;
  position: relative;
}

@media (min-width: 1024px) {
  .header2 .navbar-nav > .dropdown .dropdown-menu {
    min-width: 210px;
    margin-top: 0px;
    position: absolute;
  }
  .header2 .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

.header2 .dropdown-toggle::after {
  display: none;
}

.header2 .dropdown-submenu > .dropdown-menu.menu-right {
  left: auto;
  right: 100%;
  top: 0;
}

@media (min-width: 1024px) {
    .header2 .hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
            display: block;
            margin-top: 0px;
            position: absolute;
    }
}

.header2 .btn-dark {
    color: #fff;
    background-color: #325b99;
    border-color: #3068bd;
}

.header2 .btn-dark:hover {
    color: #fff;
    background-color: #3c7bda;
    border-color: #386fc2;
}

.header2 .h2-nav .navbar-nav .nav-item .btn {
    opacity: 0.95;
}

.header2 .h2-nav .navbar-nav .nav-item .btn:hover {
    opacity: 1;
}

.header2 .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0;
    border-radius: 0.25rem;
    display: none;
}


/* Prekų ms */
.pricing6 {
  font-family: "montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
}

.pricing6 h1,
.pricing6 h2,
.pricing6 h3,
.pricing6 h4,
.pricing6 h5,
.pricing6 h6 {
  color: #3e4555;
}

.pricing6 .font-weight-medium {
  font-weight: 500;
}

.pricing6 .bg-light {
  background-color: #f4f8fa !important;
}

.pricing6 h5 {
    line-height: 22px;
    font-size: 18px;
}

.pricing6 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.pricing6 .card.card-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.pricing6 .price-box sup {
  top: -20px;
  font-size: 16px;
}

.pricing6 .price-box .display-5 {
  line-height: 58px;
  font-size: 3rem;
}

.pricing6 .btn-info-gradiant {
    background: #188ef4;
    background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
    background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
    background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
    background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
}

.pricing6 .btn-info-gradiant:hover {
    background: #316ce8;
    background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0%, #188ef4 100%);
    background: -webkit-gradient(linear, left top, right top, from(#316ce8), to(#188ef4));
    background: -webkit-linear-gradient(left, #316ce8 0%, #188ef4 100%);
    background: -o-linear-gradient(left, #316ce8 0%, #188ef4 100%);
    background: linear-gradient(to right, #316ce8 0%, #188ef4 100%);
}

.pricing6 .btn-md {
    padding: 15px 45px;
    font-size: 16px;
}

.pricing6 .text-info {
    color: #188ef4 !important;
}

.pricing6 .badge-danger {
    background-color: #ff4d7e;
}

.pricing6 .font-14 {
    font-size: 14px;
}

/* Navigacija */
nav .nav-item a{
  font-weight: 400;
  
}


/* إ eإ،ؤ—lis bloko apaؤچiai*/
.box-shadow{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}

.text-green{
  color:rgb(15, 177, 101);
}

.text-grey{
  color: #646464;
}

.text-grey-bold{
  color: #1b1b1b;
}

.text-red{
  color: #ad2525;
}

.text-white{
  color: #ffffff;
}

.nav-text-up{
  font-size: 1.2em;
}

.overflow-hidden{
  overflow: hidden;
}

.svarbus-blokas{
  background-color: #08577e;
}

body{
  margin-top:0em;
  font-family: "montserrat", sans-serif;
}


/* Prilipős kvietimas veikti */
.sticky-call {
  position: fixed;
  bottom: 0;
  right: 32px;
  z-index: 2;

  background: #188ef4;
  background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
  background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
  background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
  background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);  

  color: white;

  border-radius: 3px;
}


/* Apatinė dalis */
footer h5 a{
  color:#1d1d1d;
  font-size: 13px;
  text-decoration: none;
  font-weight: 700;
}

footer li a{
  color:#272727;
  font-size: 12px;
  text-decoration: none;
  font-weight: 500;
}

footer{
  background: rgb(243, 243, 243);
}


/* Breadcrumb */
.breadcrumb {
  background-color: #fff;
}

.breadcrumb li{
  font-size: 0.85em;
}

.breadcrumb li a{
  color: #353535;
}

.kontaktu_nuoroda_antrastei{
  font-weight: 600;
  color: #242424;
}

/* Karuselį pirmam puslapiui */
.carousel-item {
  height: 100%;
  min-height: 550px;
  background: no-repeat center center scroll;
  background-size: cover;
}
.carousel{
  margin-top: 25px;
}


/* Krepšelį */
/* Krepšelį - PABAIGA */

/* Additional Styles */
.nepasirinkta{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}

.smulkios_nuorodos  a{
  font-size:0.80em;
  color: #015e88;
  font-weight: 700;
}

.smulkios_nuorodos{
  margin-bottom: 20px;
}

.lengvai_pilkas_fonas{
  background-color: #f7f7f7;
}

.soc_nuorodos_back_melsvas{
  color:#fff;
}

.soc_nuorodos_back_melsvas:hover{
  color:rgb(235, 235, 235);
}

.stronger{
  font-weight: 600;
  font-size: 1.2em;
}

*, *::before, *::after {
  box-sizing: border-box;
}

/* Remove outline for focus states but ensure accessibility */
.nav-link:focus, .dropdown-item:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25); /* Example focus style */
}

.right-content{
  gap: 8px;
}

.mega_meniu_links:active {
  background-color: #ebebeb;
}

/* lentelės papildomi stiliai */
.table_didmenos_prekiu_sarasas {
  width: 100%;
  margin:0 auto;
  font-size: 0.9em;
}

.table_didmenos_prekiu_sarasas .table_small_header{
  font-size: 0.9em;
  padding:3px 10px 3px 0;
}


/* Dilerio Menu */
.dilerio_menu .nav-link{
  padding: 12px 22px 12px 0;
  color: #353535;
  font-weight: 500;
  font-size: 0.9em;
}

.dilerio_menu .active{
  padding: 12px 22px 12px 0;
  color: #0a0a0a;
  font-weight: 600;
  font-size: 0.9em;
}

.dilerio_menu .nav-link:hover{
  padding: 12px 22px 12px 0;
  color: #315c80;
  text-decoration: underline;
}

.nav-item {
  margin-right: 16px;
  /* font-size: 13px; */
  /* text-transform: uppercase; */
  /* font-weight: 500; */
  /* letter-spacing: -1px; */
  color: #4c4c4c;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  max-width: 100%;
  white-space: normal;
}

.nav-item .nav-link {
  /*! color: inherit; */ /* Ensures the link inherits color from the parent */
}

/* Hover effect and coloring for navigation items */
.nav-item .nav-link:hover,
.nav-item .nav-link:focus,
.nav-item:hover > .nav-link,
.nav-item:focus > .nav-link {
  color: #3F4C5B;
}

/* Dropdown Menu Styles */
/* Commented out conflicting styles */
/*
.navbar-nav .hovered > .dropdown-menu {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    transition-property: all;
    transition-property: visibility,-webkit-transform,transform,opacity;
}

.navbar-nav .dropdown > .dropdown-menu {
    left: 50%;
    -webkit-transform: translate(-50%,.5rem);
    transform: translate(-50%,.5rem);
}

.navbar-nav .dropdown > .dropdown-menu, .navbar-nav .dropright > .dropdown-menu {
    display: block !important;
    visibility: hidden;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    opacity: 0;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.dropdown-menu {
    background-clip: border-box;
}

.dropdown-menu {
    top: 95%;
    background-color: #f1f1f1;
}

/* Commented out global a tag styles that conflict with dropdowns */
/*
a, a:visited, a:active, a:hover {
  text-decoration: none;
}

a, a:visited {
  color: #745cf9;
  font-weight: 600;
  cursor: pointer;
}

a {
  background-color: transparent;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
*/

/* New Dropdown Menu Styling */
.main-navigation .menu > li ul {
  background: #0e1015;
  left: 0;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 99;
  top: 100%;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  visibility: hidden;
  margin-top: -1px;
}

.main-navigation .menu > li.show ul {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.relative{
  position:relative;
}

@media screen and (min-width: 992px) {
  .main-navigation ul {
    display: block;
  }
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  margin-top: 0px;
  padding-left: 0;
}

.dropdown-menu {
  border-radius: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: auto;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  margin-top: -25px; /* pull it up a bit */
}

/* Ensure .dropdown has position: relative */
.navbar-nav .dropdown {
    position: relative;
}

/* Show dropdown when parent has .show */
.navbar-nav .dropdown.show > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

.apribota_nuotrauka{
  height:170px;
  overflow: hidden;
}
/* Mega Menu Links */
.mega_meniu_links{
  font-size:0.9em;
  font-weight: 500;
}

.mega_meniu_links:active {
  background-color: #ebebeb;
}

/* Additional Styles */
.mega_meniu_theme_photo{
  width:100%;
}

.blue_font{
  color: #08577e;
}

.blue_bg_success_gradiant {
  background: #08577e;
  background: -webkit-linear-gradient(legacy-direction(to right), #08577e 0%, #1d7dc2 100%);
  background: -webkit-gradient(linear, left top, right top, from(#08577e), to(#1d7dc2));
  background: -webkit-linear-gradient(left, #08577e 0%, #1d7dc2 100%);
  background: -o-linear-gradient(left, #08577e 0%, #1d7dc2 100%);
  background: linear-gradient(to right, #08577e 0%, #1d7dc2 100%);
}

.blue_bg_success_gradiant:hover {
  background: #0a6796;
  background: -webkit-linear-gradient(legacy-direction(to right), #0a6796 0%, #1d7dc2 100%);
  background: -webkit-gradient(linear, left top, right top, from(#0a6796), to(#1d7dc2));
  background: -webkit-linear-gradient(left, #0a6796 0%, #1d7dc2 100%);
  background: -o-linear-gradient(left, #0a6796 0%, #1d7dc2 100%);
  background: linear-gradient(to right, #0a6796 0%, #1d7dc2 100%);
}

.label_small{
  font-size:0.85em;
}


/* Remove outline for focus states but ensure accessibility */
.nav-link:focus, .dropdown-item:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25); /* Example focus style */
}

.mega_meniu_links:active {
  background-color: #ebebeb;
}


/* lentelės papildomi stiliai */
.table_didmenos_prekiu_sarasas {
  width: 100%;
  margin:0 auto;
  font-size: 0.9em;
}

.table_didmenos_prekiu_sarasas .table_small_header{
  font-size: 0.9em;
  padding:3px 10px 3px 0;
}


/* Dilerio Menu */
.dilerio_menu .nav-link{
  padding: 12px 22px 12px 0;
  color: #353535;
  font-weight: 500;
  font-size: 0.9em;
}

.dilerio_menu .active{
  padding: 12px 22px 12px 0;
  color: #0a0a0a;
  font-weight: 600;
  font-size: 0.9em;
}

.dilerio_menu .nav-link:hover{
  padding: 12px 22px 12px 0;
  color: #315c80;
  text-decoration: underline;
}
.cart_item_count{
  position: absolute;
  top: 0px;
  right: 0;
  color:#fff;
}

/* Custom Button Styling */
.btn-custom {
  background-color: #3F4C5B;
  color: #fff;
  border: 2px solid #3F4C5B;
  padding: 10px 26px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  transition: all 0.3s ease;
  white-space: normal;
  display: inline-block;
  text-align: center;
}

.btn-custom:hover,
.btn-custom:focus {
  background-color: #2E3A47; /* Darker shade on hover */
  border-color: #2E3A47;
  color: #fff;
  text-decoration: none;
}

/* Carousel Styles */
.carousel-item {
  /* height: 100vh; Make the carousel full height */
  /* min-height: 600px; Set a minimum height */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  padding: 0; /* Ensure full height for consistent alignment */
}

/* Heading Styles */
.carousel-caption h1,
.text-content h1 {
  font-size: 60px;
  line-height: 64px;
  font-family: 'montserrat', sans-serif;
  font-weight: 400;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  margin-bottom: 24px;
}

/* Paragraph Styles */
.carousel-caption p,
.text-content p {
  font-size: 24px;
  line-height: 32px;
  font-family: 'montserrat', sans-serif;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  margin-bottom: 32px;
}

/* Button Styling in Carousel */
.carousel-caption .btn,
.text-content .btn {
  font-size: 18px;
  padding: 12px 30px;
  margin: 5px;
  background-color: #3F4C5B;
  color: #fff;
  border: 2px solid #3F4C5B;
  transition: all 0.3s ease;
  /* text-transform: uppercase; */
  font-weight: 700;
  letter-spacing: 1px;
}

.carousel-caption .btn:hover,
.carousel-caption .btn:focus,
.text-content .btn:hover,
.text-content .btn:focus {
  background-color: #2E3A47;
  border-color: #2E3A47;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .carousel-caption h1,
  .text-content h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .carousel-caption p,
  .text-content p {
    font-size: 18px;
    line-height: 24px;
  }

  .btn-custom,
  .carousel-caption .btn,
  .text-content .btn {
    font-size: 14px;
    padding: 8px 20px;
  }
}

@media (max-width: 576px) {
  .carousel-caption h1,
  .text-content h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .carousel-caption p,
  .text-content p {
    font-size: 16px;
    line-height: 22px;
  }

  .btn-custom,
  .carousel-caption .btn,
  .text-content .btn {
    font-size: 12px;
    padding: 6px 18px;
  }
}
.wrapper{
  margin-top: 76px;

}

/* Enhance the Apply Filters Button */
.filter-section .btn {
    margin-top: 1rem;
}

/* Card Hover Effect */
.card:hover {
    transform: translateY(-5px);
    transition: transform 0.3s;
}

/* Ensure Images Cover the Card Image Area */
.card-img-top {
    object-fit: cover;
    height: 200px; /* Adjust height as needed */
}

/* Active Pagination Link Styling */
.pagination .active .page-link {
    background-color: #3F4C5B;
    border-color: #3F4C5B;
    color: #fff;
}

/* Disabled Pagination Link Styling */
.pagination .disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

/* Responsive Adjustments for Filter Sections */
@media (max-width: 767px) {
    .filter-section {
        margin-bottom: 15px;
    }
}

/* Label Spacing */
.filter-section label {
    margin-bottom: 5px;
}

/* Optional: Add a subtle box-shadow to the product grid */
.product-grid .card {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Optional: Smooth Transition for Pagination Links */
.pagination .page-link {
    transition: background-color 0.2s, border-color 0.2s;
}

/* Optional: Adjust the spacing between product items */
.product-grid .product-item {
    padding: 0.5rem;
}

/* Ensure the card's body uses flexbox for consistent layout */
.card-body {
    display: flex;
    flex-direction: column;
}
.btn-primary:hover{
  background: #6c757d !important;
border-color: #6c757d !important;
  border-collapse: #6c757d !important;
}

.navbar {
  background: rgb(0, 0, 0);
  color: white;
}

.header2 .h2-nav .navbar-nav .nav-item .nav-link {
  color: white;
}

.red-icon {
 color: rgb(227, 30, 36);
}

.bg-black {
  background: rgb(0, 0, 0);
}
.opacity {
  opacity: 90%;
}

.left-caret {
  font-size: 35px;
}

.buy-button {
  background: rgb(227, 30, 36);
  color: white;
  width: 100%;
  border: none;
  font-size: 12px;
  display: block;
  text-align: center;
}

.buy-button:hover {
  background: rgb(180, 26, 29);
  text-decoration: none;
  color: white;
}

.send-button {
  background: rgb(227, 30, 36);
  color: white;
  border: none;
  font-size: 12px;
  display: block;
  text-align: center;
}

.send-button:hover {
   background: rgb(180, 26, 29);
   text-decoration: none;
   color: white;
 }

.contacts-section {
  padding: 50px;
  background-image: url(https://gilmera.aiva9001.com/shop_CI3/data/img/Section.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

}

.bg-light {
  background: rgb(234,234,234);
}