/* Cookies */
#cmplz-document a, .editor-styles-wrapper .cmplz-unlinked-mode a {
    text-decoration: unset!important;
}
#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    max-width: unset;
}
/* Header */
body, html{
	overflow-x: hidden;
}
body, h1, h2, h3, h4, h5, h6{
	font-family: "Rubik", sans-serif!important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 0;
	position: relative;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li {
	padding-left: 25px;
	padding-bottom: 10px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:not(#menu-item-78) > a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #fff;
	bottom: -3px;
	left: 0;
	transform-origin: right;
	transform: scaleX(0);
	transition: transform .3s ease-in-out;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:not(#menu-item-78) > a:hover:before {
	transform-origin: left;
	transform: scaleX(1);
}
.top-bar .top-contacts a{
	    color: #fff;
    border-bottom: 1px solid;
}
.top-bar .top-contacts img{
	width: 20px;
}
.top-bar .top-contacts{
	color: #fff;
	font-size: 13px;
	display: flex;
}
.top-bar .is-search-form{
	width: max-content;
}
.top-bar{
	background-color: #000000;
    padding: 10px 0;
    border-bottom: 1px solid #6f6f6f;
}
.navbar-nav li.menu-item:hover ul.dropdown-menu {
	
}
.navbar-nav li.menu-item:hover ul.dropdown-menu li a:hover:before {
	transform-origin: left;
	transform: scaleX(1);
}
.navbar-nav li.menu-item:hover ul.dropdown-menu li{
	padding: 5px 0;
}
.navbar-nav li.menu-item:hover ul.dropdown-menu li a:active{
	color: #000;
}
.navbar-nav li.menu-item:hover ul.dropdown-menu li a{
	position: relative;
	padding: 0;
	display: inline;
}
.navbar-nav li.menu-item:hover ul.dropdown-menu li a:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #000;
	bottom: -3px;
	left: 0;
	transform-origin: right;
	transform: scaleX(0);
	transition: transform .3s ease-in-out;
}
.navbar-nav li.menu-item:hover ul.dropdown-menu {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	min-width: max-content;
	padding: 10px 25px;
	margin-left: 25px;
	border-radius: 15px 0;
	gap: 15px;
}
header#masthead {
  background-color: #000000;
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

header#masthead.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

/* Animation starting state */
header#masthead.animate-fixed {
  transform: translateY(-20px);
  opacity: 0;
}

/* When fixed and animating */
header#masthead.fixed.animate-fixed {
  transform: translateY(0);
  opacity: 1;
}

header#masthead ul.navbar-nav{
	width: 100%;
	justify-content: flex-end;
}
button:focus {
	outline: unset!important;
}
.desc.grey{
	color: #9B9B9B;
}
.desc.white{
	color: #fff;
}
.desc.black{
	color: #000;
}
.desc a{
	color: #000;
	border-bottom: 1px solid;
}
.desc{
	font-size: 16px;
	font-weight: 300;
}
.entry-header .entry-title.white{
	color: #fff;
}
.entry-header .entry-title{
	font-weight: bold;
	color: #000;
	font-size: 35px;
	line-height: 1;
	border-bottom: unset;
}
.section-title{
	font-weight: bold;
	color: #000;
	font-size: 35px;
	line-height: 1;
}
a:hover {
	text-decoration: unset !important;
}
.main-btn.red:hover{
	background-color: transparent;
	color: #E00000;
}
.main-btn.black-outline:hover{
	background-color: #000;
	color: #fff;
}
.main-btn.black-outline{
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}
.main-btn.white-outline:hover{
	background-color: #fff;
	color: #000;
}
.main-btn.white-outline{
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
}
.main-btn.red{
	background-color: #E00000;
	border: 2px solid #E00000;
	color: #fff;
}
.main-btn{
	padding: 8px 23px !important;
	border-radius: 50px;
	transition: all 0.2s;
	font-weight: bold;
	font-size: 15px;
	display: inline-block;
	min-width: 150px;
	text-align: center;
}
.navbar-nav {
	align-items: baseline;
}
.navbar-nav #menu-item-78 a:hover{
	background-color: transparent;
}
.navbar-nav #menu-item-78 a{
	background-color: #E00000;
	padding: 8px 23px !important;
	border-radius: 50px;
	transition: all 0.2s;
	border: 2px solid #E00000;
}
.dekstop .navbar-brand img{
	height: 90px;
}
.mobile .navbar-brand img{
	height: 60px;
}
.mobile .hover-menu  .aws-container .aws-wrapper input.aws-search-field {
	font-size: 15px;
}
.mobile .hover-menu .navbar-nav .nav-link {
	font-size: 15px;
}
.mobile .hover-menu .navbar-nav {
	gap: 0px;
}
.mobile .hover-menu .close-icon{
	text-align: right;
}
.mobile .hover-menu {
	width: 70%;
	position: fixed;
	top: 0;
	background-color: #000;
	z-index: 9999;
	right: 0;
	height: 100vh;
	padding: 15px;
	overflow-x: scroll;
}
header.mobile .right{
	display: flex;
	align-items: baseline;
}
header.mobile .main-btn{
	font-size: 13px;
	padding: 5px 16px !important;
}
body:not(.theme-preset-active) header.mobile .navbar-nav > li {
	padding-left: 0px;
	padding-bottom: 15px;
}
/* Hero */
.hero-section .desc{
	font-size: 16px;
	color: #fff;
	font-weight: 300;
}
.hero-section h1{
	font-weight: bold;
	color: #fff;
	font-size: 48px;
	text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
}
.hero-section .row{
	height: 600px;
}
.hero-section .main-img{
	height: 600px;
	background-size: cover;
	background-position: center;
	position: relative;
}
/* About srction */
.about-section  .about-feature h2{
	font-weight: bold;
	color: #fff;
	font-size: 23px;
}
.about-section  .about-feature{
	background-size: cover;
	height: 500px;
	border-radius: 30px;
	padding: 30px;
}
/* Auto rent */
.custom-select-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
}
.custom-select-wrapper select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: white;
	width: 100%;
	height: 40px;
	border-radius: 30px;
	border: 1px solid;
	padding: 5px 25px;
	color: #000;
	font-style: italic;
	font-size: 15px;
}
.custom-select-wrapper::after {
	content: "▼";
	font-size: 16px;
	color: white;
	background-color: #E00000;
	padding: 7px 12px;
	position: absolute;
	right: 1px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
}
#reservation-results .results .post .parameters .param img{
	filter: brightness(0) invert(1);

}
#reservation-results .results .post .bottom-info .price-info #kaina-viso span{
	font-weight: 400;
}
#reservation-results .results .post .bottom-info .price-info #kaina-viso{
	font-weight: bold;
	color: #fff;
	font-size: 15px;
}
#reservation-results .results .post .bottom-info .price-info #kaina-diena{
	font-weight: bold;
	color: #fff;
	font-size: 28px;
}
#reservation-results .results .post .bottom-info .main-btn{
	padding: 7px 13px !important;
	font-size: 13px;
	min-width: unset;
}
#reservation-results .results .post .bottom-info{
	position: absolute;
	bottom: 30px;
	gap: 30px;
	align-items: flex-end;
}
#reservation-results .results .post .parameters .param{
	background-color: #e00000;
	color: #fff;
	font-size: 10px;
	padding: 5px 15px;
	border-radius: 30px;
}
#reservation-results .results .post .parameters .d-flex{
	gap: 5px;
}
#reservation-results .results .post .head-info .subtitle{
	color: #fff;
}
#reservation-results .results .post .parameters,
#reservation-results .results .post .head-info {
	position: relative;
}
#reservation-results .results .post .head-info .title{
	font-weight: bold;
	color: #fff;
	font-size: 28px;
}
#reservation-results .results .post::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 40%),
	linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 30%);
	pointer-events: none;
	border-radius: 30px;
}
#reservation-results .results .post{
	background-size: cover;
	height: 500px;
	border-radius: 30px;
	padding: 30px;
	background-position: center;
	background-repeat: repeat;
	position: relative;
}
.page-template-page-automobiliu-nuoma .filter-options .form-row{
	margin-left: 0px;
}
.page-template-page-automobiliu-nuoma .filter-options label{
	font-weight: bold;
	font-size: 15px;
	color: #000;
}
.page-template-page-automobiliu-nuoma .filter-options{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.page-template-page-automobiliu-nuoma #reservation-results h2{
    font-weight: bold;
    color: #000;
    font-size: 35px;
    line-height: 1;
    border-bottom: unset;
}
.page-template-page-automobiliu-nuoma .dropdown-list .dropdown-item .address-explain{
    font-size: 12px;
}
.page-template-page-automobiliu-nuoma .dropdown-list .dropdown-item .address-title{
    font-weight: bold;
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
}
.page-template-page-automobiliu-nuoma .dropdown-list .dropdown-item.active, .page-template-page-automobiliu-nuoma .dropdown-list .dropdown-item:active {
    color: #9B9B9B;
    text-decoration: none;
    background-color: #fff;
}
.page-template-page-automobiliu-nuoma .dropdown-list .dropdown-item{
    border-bottom: 1px dashed;
    padding: 10px 0;
}
.page-template-page-automobiliu-nuoma .dropdown-list{
    border-radius: 30px;
    border: 1px solid;
    padding: 15px 25px 25px 25px;
    color: #000;
    font-size: 15px;
    background-color: #fffffffa;
    margin-top: 7px;
    max-height: unset;
    width: 500px;
}
.page-template-page-automobiliu-nuoma .why-choose-us-section .item-wrap:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 30px;
}
.page-template-page-automobiliu-nuoma .why-choose-us-section .item-wrap{
    border-radius: 30px;
    padding: 30px;
    position: relative;
    min-height: 250px;
}
.page-template-page-automobiliu-nuoma .why-choose-us-section .item-wrap .desc{
    color: #fff;
    position: relative;
}
#car-reservation-form button[type="submit"]:hover{
    background-color: transparent;
    color: #E00000;
}
#car-reservation-form button[type="submit"]{
    padding: 8px 23px !important;
    border-radius: 50px;
    transition: all 0.2s;
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    min-width: 150px;
    text-align: center;
    background-color: #E00000;
    border: 2px solid #E00000;
    color: #fff
}
.form-control:focus {
    box-shadow: unset!important;
}
:focus-visible {
	outline:  unset!important;
}
#driver-info-form .error-message,
#car-reservation-form .error-message{
	color: #e00000;
	font-weight: bold;
	font-size: 13px;
}
#car-reservation-form .time-input input{
	background: url('/wp-content/uploads/2024/09/calendar.svg') no-repeat 13px #ffffffc7; /* Add the icon image */
	background-size: 20px 20px; /* Adjust the size of the icon */
}
#car-reservation-form input#droppoff-input,
#car-reservation-form input#pickup-input{
	background: url('/wp-content/uploads/2024/09/search.svg') no-repeat 13px #ffffffc7; /* Add the icon image */
	background-size: 20px 20px; /* Adjust the size of the icon */
}
#car-reservation-form .time-input input,
#car-reservation-form input[type="text"]{
    height: 40px;
    border-radius: 30px;
    border: 1px solid;
    padding: 5px 45px;
    color: #000;
    font-style: italic;
    font-size: 15px;
    background-color: #ffffffc7;
	width: 100%;
}
#car-reservation-form .vehicle-type .item{
    font-family: "Rubik", sans-serif !important;
    font-weight: bold;
    font-size: 15px;
}
#car-reservation-form input[type="radio"] {
    background-color: #ddd;
    background-image: -webkit-linear-gradient(0deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%),
    -webkit-linear-gradient(90deg, transparent 20%, hsla(0,0%,100%,.7), transparent 80%);
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin-right: 15px;
    position: relative;
    width: 12px;
    -webkit-appearance: none;
}
#car-reservation-form input[type="radio"]:after {
    border-radius: 21px;
    content: '';
    display: block;
    height: 6px;
    left: 3px;
    position: relative;
    top: 3px;
    width: 6px;
}
#car-reservation-form input[type="radio"]:checked:after {
    background-color: #e00000;
}
.car-reservation-wrap .main-title{
	font-weight: bold;
	color: #000;
	font-size: 35px;
	line-height: 1;
	border-bottom: unset;
}
.car-reservation-wrap .driver-info .form-group input {
	width: 100%;
	padding: 5px;
	height: 40px;
	border-radius: 30px;
	border: 1px solid;
	padding: 5px 25px;
	color: #000;
	font-style: italic;
	font-size: 15px;
	background-color: #ffffffc7;
}
.iti.iti--allow-dropdown{
	width: 100%;
}
.car-reservation-wrap .additional-servises .service.select ,
.car-reservation-wrap .select-insurance .insurance.select{
	border: 2px solid red;
}
.car-reservation-wrap .select-insurance .insurance .title{
	font-weight: bold;
	margin-bottom: 18px;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	font-size: 21px;
	line-height: 1;
}
.car-reservation-wrap .select-insurance .insurance .price span{
	font-weight: 400;
	font-size: 16px;
}
.car-reservation-wrap .select-insurance .insurance .price{
	font-weight: bold;
	color: #000;
	font-size: 25px;
	line-height: 1;
	border-bottom: unset;
	margin-top: 2em;
}
.car-reservation-wrap .driver-info,
.car-reservation-wrap .select-insurance .insurance{
	border: 2px solid #f4f4f9;
	border-radius: 30px;
	padding: 20px;
	margin-bottom: 2em;
}
.car-reservation-wrap .price-wrap .total-price,
.car-reservation-wrap .price-wrap .car-title .car-title{
	font-weight: bold;
	color: #000;
	font-size: 25px;
	line-height: 1;
	border-bottom: unset;
}
.car-reservation-wrap .car-info-wrap .image-wrap {
	background-color: #e00000;
	color: #fff;
	font-size: 15px;
	padding: 5px 15px;
	border-radius: 30px;
	width: max-content;
}
.car-reservation-wrap .car-info-wrap .image-wrap img{

	filter: brightness(0) invert(1);
}
.car-reservation-wrap .car-info-wrap .param label{
	font-weight: 600;
	font-size: 15px;
	display: block;
	color: #000;
}
.car-reservation-wrap .price-wrap label{
	font-weight: bold;
	font-size: 15px;
	color: #000;
}
.car-reservation-wrap .car-info-wrap{
	background-color: #ffffffa6;
	border-radius: 30px;
	padding: 30px;
	margin-top: 1em;
}
.car-reservation-wrap .price-wrap{
	background-color: #ffffffa6;
	border-radius: 30px;
	padding: 30px;
	margin-top: 3em;
}
#car-reservation-form{
    background-color: #ffffffa6;
    border-radius: 30px;
    padding: 30px;
    margin-top: 3em;
}
.page-template-page-automobiliu-nuoma .extras-section .item-wrap{
    background-size: cover;
    height: 500px;
    border-radius: 30px;
    padding: 30px;
}
.page-template-page-automobiliu-nuoma .extras-section .item-wrap h3{
    font-weight: bold;
    color: #000;
    font-size: 23px;
}
.page-template-page-automobiliu-nuoma .why-choose-us-section .item-wrap h3{
    font-weight: bold;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.2;
    position: relative;
}
.page-template-page-automobiliu-nuoma .why-choose-us-section .grid-2{
    margin-bottom: 50px;
}
/* Our offer */
.offer-section .offer-item h3{
	font-weight: bold;
	color: #000;
	font-size: 23px;
}
.offer-section .offer-item img{
	object-fit: cover;
	height: 250px;
	border-radius: 30px;
	width: 100%;
	object-position: center;
}
.offer-section{
	background-color: #F4F4F4;	
}
/* Reviews */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #e00000;
}
.review-section .item span{
	font-weight: bold;
	color: #000;
	font-size: 16px;
}
.review-section  .item .stars {
	justify-content: center;
	gap: 4px;
}
.review-section  .item .stars img{
	width: 20px;
}
.review-section .item{
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 30px;
	padding: 30px;
	text-align: center;
	margin-bottom: 1em;
}
.error-404.not-found .number-bg{
	font-weight: bold;
	font-size: 80px;
	background: linear-gradient(90deg, #e00000, #000000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent; /* Makes the actual text color transparent */
}
/* Cta section */
.cta-section .d-flex{
	gap: 40px;
}
.cta-section .title-bg.white{
	color: #fff;
}
.cta-section .title-bg{
	max-width: 70%;
	text-align: center;
	margin: 0 auto 1em;
}
.title-bg{
	font-weight: bold;
	color: #000;
	font-size: 45px;
	line-height: 1.3;
}
/* Footer */
body:not(.theme-preset-active) footer#colophon {
	color: #99979c;
	background-color: #000;
	text-align: center;
}
#footer-widget .widget  .menu-item{
	padding-bottom: 10px;
}
#footer-widget .nav-link{
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	padding: 0;
	border-bottom: 1px solid transparent;
}
#footer-widget .textwidget a:hover{
	border-bottom: 1px solid;
}
#footer-widget .textwidget a{
	color: #fff;
	padding-bottom: 2px;
	transition:  all 0.2s;
	border-bottom: 1px solid transparent;
}
#footer-widget .textwidget .d-flex a,
#footer-widget .textwidget .d-flex a:hover{
	border-bottom: unset;
	padding-bottom: 0;
}
#footer-widget .textwidget{
	font-size: 16px;
	font-weight: 300;
	color: #fff;
}
#footer-widget .widget-title{
	font-weight: bold;
	color: #fff;
	font-size: 23px;
	margin-top: 0;
}
#footer-widget .nav > li > a:focus,
#footer-widget .nav > li > a:hover {
	border-bottom: 1px solid;
	display: inline-block;
}
#footer-widget .top-menu ul li a:hover:before {
	transform-origin: left;
	transform: scaleX(1);
}
#footer-widget .top-menu ul li a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #fff;
	bottom: -5px;
	left: 0;
	transform-origin: right;
	transform: scaleX(0);
	transition: transform .3s ease-in-out;
}
#footer-widget .top-menu ul li a{
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	transition:  all 0.2s;
	position: relative;
}
#footer-widget .top-menu ul{
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-around;
}
#footer-widget{
	background-color: #000;
}
/* Template: paslaugos */
.services_list .single_service {
	margin-bottom: 30px;
}
.services_list .single_service .single_service--content{
	padding-left: 30px;
}
.services_list .single_service:nth-child(even){
	background-color: #F4F4F4;
}

.services_list .single_service--wrap .service-image{
	    object-fit: cover;
    height: 350px;
    border-radius: 30px;
    width: 100%;
    object-position: center;
}
.services_list .single_service--wrap{
	display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
}

/* Template: paslauga */
p#breadcrumbs a{
	color: #9B9B9B;
}
p#breadcrumbs{
	color: #9B9B9B;
	font-size: 14px;
}
.page-template-page-apie-mus .intro ul{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.page-template-page-apie-mus .gallery img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.page-template-page-apie-mus .gallery {
	gap: 10px;
}
.page-template-page-paslauga .gallery {
	gap: 10px;
}
.page-template-page-paslaugos .cta-section,
.page-template-page-apie-mus .cta-section,
.page-template-page-paslauga .cta-section{
	background-size: cover;
	background-position: center;
}

.page-template-page-paslauga .gallery img{
	width: 100%;
	height: 150px;
	object-fit: cover;
}
/* Bookly */
.bookly-table.bookly-box .bookly-form-group[data-type="staff"]{
	display: none;
}
html .ladda-button[data-style=zoom-in] .ladda-label {
	text-transform: none !important;
	font-size: 15px !important;
}
html .bookly-box.bookly-nav-steps button:hover .ladda-label {
	color: #e00000 !important;
}
html .bookly-box.bookly-nav-steps button:hover {
	background-color: transparent !important;
}

html .bookly-box.bookly-nav-steps button {
	padding: 10px 23px !important;
	border-radius: 50px !important;
	transition: all 0.2s !important;
	border: 2px solid #E00000 !important;
	font-size: 16px !important;
	text-transform: unset !important;
	margin-bottom: 0;
}
/* Woocommerce */
.woocommerce-product-details__short-description{
	height: 50px;
}
.woocommerce-loop-product__title{
	height: 60px;
}
.woocommerce-account .u-column2.col-2{
	max-width: unset;
	padding-right: 0;
}
.woocommerce-account .u-column1.col-1{
	max-width: unset;
	padding-left: 0;
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow: unset!important;
}
html .woocommerce-info a:hover,
html .woocommerce-info a:focus{
	color: #83AF9B!important;
	background-color: transparent!important;
	border-color: transparent!important;
}
html .woocommerce-info a{
	border: none;
	padding: 0;
	background-color: transparent;
	margin-top: 0 !important;
	color: #83AF9B;
	font-weight: 300;
	border-bottom: 1px solid;
	border-radius: 0;
}
html .woocommerce-info {
	border-top-color: #83AF9B;
}
html .woocommerce-info::before {
	color: #83AF9B;
}
.woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button{
	display: none;
}
.woocommerce-MyAccount-navigation ul{
	list-style: none;
	padding: 0;
}
.header-actions .header-action__icon .cart-total{
	position: absolute;
	background-color: #E00000;
	color: #fff;
	right: -10px;
	bottom: -10px;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 13px;
}
.header-actions .header-action__icon{
	position: relative;
}
.header-actions{
	display: flex;
	gap: 15px;
	padding-left: 30px;
	margin-top: -9px;
}
.woocommerce-cart-form__cart-item .product-name a,
.recommended-services ul.products li .woocommerce-LoopProduct-link{
	pointer-events: none;
}
ul.products li .woocommerce-product-details__short-description{
	font-size: 13px;
}
.recommended-services ul.products li{
	width: 100%!important;
}
.recommended-services ul.products:before {
	display: none!important;
}
.recommended-services ul.products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
div.paysera-payments div.paysera-payment-method {
	margin-bottom: 0px;
}
.woocommerce-cart .entry-content .return-to-shop{
	display: none;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
	background: #fff;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #F4F4F4;
}

#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #fff;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}
.woocommerce-ResetPassword.lost_reset_password .btn-primary:hover,
.woocommerce-Button.woocommerce-form-register__submit:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
html .woocommerce ul.products li.product .button:hover,
html .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
form.woocommerce-checkout #place_order:hover{
	background-color: transparent;
	color: #E00000!important;
	border: 2px solid #E00000!important;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details .woocommerce-table__product-name.product-name a{
	pointer-events: none;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot{
	display: none;
}
.woocommerce-account .woocommerce-table.shop_table.order_details #tr-_billing_wooccm11{
	display: none;
}
.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions {
	display: flex;
    gap: 20px;
    padding-top: 7px;
}
.woocommerce table.my_account_orders .button {
	white-space: nowrap;
	background-color: transparent;
	padding: 0;
	color: #E00000;
	border-bottom: 1px solid;
	border-radius: 0;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: block;
	width: 100%;
}
.woocommerce-ResetPassword.lost_reset_password .btn-primary,
.woocommerce-Button.woocommerce-form-register__submit,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
html .woocommerce ul.products li.product .button,
html .woocommerce-cart-form__contents button[name="update_cart"],
html .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
form.woocommerce-checkout #place_order{
	padding: 8px 23px !important;
	border-radius: 50px;
	transition: all 0.2s;
	font-weight: bold;
	font-size: 15px;
	display: inline-block;
	min-width: 150px;
	text-align: center;
	background-color: #E00000;
	border: 2px solid #E00000;
	color: #fff!important;
	height: 42.5px;
	line-height: 21px;
}
html .woocommerce-privacy-policy-link:hover,
html .woocommerce-LostPassword.lost_password a:hover{
	color: #000;
}
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper{
	width: 100%;
}
.woocommerce-account .woocommerce-form-row label,
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label{
	width: 100%;
	line-height: 1;
	color: #000;
}
.woocommerce-account .password-input,
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row{
	width: 100%;
}
form.woocommerce-checkout #customer_details .col-12,
form.woocommerce-checkout #order_review .col-12{
	padding: 0px;
}
form.woocommerce-checkout #order_review{
	width: 50%;
	float: left;
	padding-left: 30px;
}
form.woocommerce-checkout #customer_details{
	width: 50%;
	float: left;
}
form.woocommerce-checkout .woocommerce-additional-fields,
form.woocommerce-checkout #order_review_heading{
	display: none;	
}
/* Pickup / Dropoff */
.dropdown-list {
	display: none; /* Hidden by default */
	position: absolute; /* Adjust positioning as needed */
	background-color: white;
	border: 1px solid #ddd;
	z-index: 1000; /* Ensure it appears above other elements */
	max-height: 200px; /* Limit dropdown height */
	overflow-y: auto; /* Scroll if too long */
	width: 100%; /* Full width to match input */
}
.dropdown-item {
	padding: 8px;
	cursor: pointer;
}
.dropdown-item:hover {
	background-color: #f0f0f0; /* Highlight on hover */
}

/* Responsive */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.grid-3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	#footer-widget .top-menu ul {
		padding: 0 15px;
		display: grid;
		gap: 15px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media only screen and (max-width: 767px) {
	.hero-section .main-img:before {
		content: "";
		display: block;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background-color: rgba(0, 0, 0, .3);
	}

	.hero-section h1 {
		font-size: 32px;
	}
	.hero-section .row,
	.hero-section .main-img {
		height: 500px;
	}
	.hero-section .desc {
		text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
	}
	.page-template-page-kontaktai iframe{
		height: 350px;
	}
	.page-template-page-kontaktai .grid-2,
	.grid-3 {
		gap: 15px;
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.title-bg {
		font-size: 25px;
	}
	.cta-section .d-flex {
		gap: 8px;
	}
	#footer-widget .top-menu ul {
		padding: 0 15px;
		display: grid;
		gap: 15px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	#footer-widget .widget_media_image img{
		height: 100px!important;
		width: auto;
	}
	#footer-widget {
		text-align: center;
	}
	.error-404.not-found .number-bg {
		font-size: 59px;
	}
	.dropdown-menu li a {
		color: #fff;
	}
	html .navbar-nav li.menu-item:hover ul.dropdown-menu .dropdown-item:focus, html .navbar-nav li.menu-item:hover ul.dropdown-menu  .dropdown-item:hover {
		color: #fff;
		text-decoration: none;
		background-color: unset;
	}
	html .navbar-nav li.menu-item:hover ul.dropdown-menu {
		display: grid;
		grid-template-columns: repeat(1, minmax(0, 1fr));
		min-width: max-content;
		padding: 0;
		margin-left: 0px!important;
		border-radius: 15px 0; 
		margin-top: 14px;
	}
	#car-reservation-form .grid-2{
		gap: 1rem;
		display: grid;
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	#car-reservation-form .vehicle-type .d-flex {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	#car-reservation-form #dropoff-dropdown-list .dropdown-item ,
	#car-reservation-form #pickup-dropdown-list .dropdown-item {
		white-space: normal;
	}
	.page-template-page-automobiliu-nuoma .dropdown-list {
		width: 324px;
	}
	.page-template-page-automobiliu-nuoma .filter-options {
		gap: 20px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.page-template-page-automobiliu-nuoma .why-choose-us-section .grid-2 {
		 margin-bottom: 15px;
		 grid-template-columns: repeat(1, minmax(0, 1fr));
		 gap: 15px;
	 }
	header#masthead {
		margin-bottom: -1px;
	}
	.car-reservation-wrap .car-info-wrap .grid-4 {
		gap: 30px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	form#driver-info-form .grid-2 {
		gap: 0px;
		display: grid;
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	form.woocommerce-checkout #customer_details {
		width: 100%;
	}
	form.woocommerce-checkout #order_review {
		width: 100%;
		padding-left: 0px;
		margin-top: 2rem;
	}
	div.paysera-payments.grid div.paysera-payment-method {
		width: 50%;
	}
	.recommended-services ul.products {
		grid-template-columns: repeat(2, 1fr);
	}
	.woocommerce-account .u-column1.col-1 {
		padding-right: 0;
	}
	.woocommerce-account .u-column2.col-2 {
		padding-left: 0;
	}
	
	.woocommerce-product-details__short-description{
		height: 70px;
	}
	.woocommerce-loop-product__title{
		height: 80px;
	}
	.services_list .single_service--wrap {
		grid-template-columns: 1fr;
	}
	.services_list .single_service .single_service--content {
		padding-left: 0px;
		padding: 0px 30px 30px;
	}
	.services_list .single_service--wrap .service-image {
		height: 250px;
	}
	.page-template-page-paslauga .grid-2 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.top-bar .d-flex{
		flex-direction: column;
		gap: 10px;
	}
	.top-bar .search{
		width: 100%;
	}
	.top-bar .is-search-form {
		width: auto;
	}
	.top-bar .top-contacts {
	    text-align: center;
        gap: 5px;
        flex-direction: column;
	}

}