/*
Theme Name: Didmena
Text Domain: Didmena
Version: 1.2
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: Jauna Reklama
Author URI: https://www.jaunareklama.lt/
Theme URI: 
*/

/*
font-family: 'Poppins', sans-serif;
font-family: 'Work Sans', sans-serif;
*/
@font-face {
  font-family: "Inter 18pt";
  src: url("assets/fonts/Inter_18pt-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("assets/fonts/Inter_18pt-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("assets/fonts/Inter_18pt-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("assets/fonts/Inter_18pt-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("assets/fonts/Inter_18pt-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("assets/fonts/Inter_18pt-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("assets/fonts/Inter_18pt-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("assets/fonts/Inter_18pt-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Comic sans ms";
  src: url("assets/fonts/Comic-Sans_MS.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
/* Woo shop */
/* Shop page  */
.shop-content {
  display: flex;
}
.shop-sidebar.husky-filters {
  width: 25%;
}
.shop-main-content-e-shop {
  width: 75%;
}
.woof_redraw_zone {
  background: #f3efeb;
}
.woof_container_katalogas {
  padding: 0;
  margin: 0;
}
.woof_container_inner_katalogas {
  margin: 0 0 30px 0;
  position: relative;
}
.single-product .woof_container_inner_katalogas {
  margin: 30px 0;
}
div.single-main-woo .left span.onsale {
  display: none;
}
.woof_container_inner_katalogas::before {
  content: "";
  position: absolute;
  bottom: -30px;
  height: 30px;
  width: 100%;
  z-index: 1;
}
.woof_block_html_items ul.woof_list {
  display: flex;
  flex-direction: column;
}
.woof_container_inner_katalogas h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: var(--color-2ea9dd);
  padding: 20px 0 20px 17px;
  margin: 0;
}
.woof_container_inner h4 {
  font-size: 16px;
  font-weight: 500;
}
.woof_container_stock h4,
.woof_container_onsales h4 {
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 0 8px;
}
.woof_block_html_items ul.woof_list li {
  margin: 0;
}
.woof_block_html_items ul.woof_list li span {
  padding: 14px 0 14px 17px;
  text-align: left;
  border: none;
  border-bottom: 1px solid #fff;
  color: #4e4e4e;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 300;
  background: #f3efeb;
  margin: 0;
}
.woof_block_html_items ul.woof_list span.woof_label_term.checked {
  background-color: var(--color-00aeef);
  color: #fff;
  border-bottom: 1px solid #fff;
}
.woof_block_html_items ul.woof_list li span:hover {
  color: var(--color-ec008c);
  background: #f3efeb;
  border-bottom: 1px solid #fff;
}
.woof_checkbox_sales_container,
.woof_checkbox_instock_container,
.woof_price_filter,
.woof_container_popierius,
.woof_container_pavirius,
.woof_container_bigavimas {
  padding: 20px 13px 0 9px;
  margin: 0;
}
.woof_checkbox_sales_container .woof_container_inner,
.woof_checkbox_instock_container .woof_container_inner,
.woof_price_filter .woof_container_inner,
.woof_container_popierius .woof_container_inner,
.woof_container_pavirius .woof_container_inner {
  padding: 0 0 17px 8px;
  border-bottom: 1px solid #d7d7d7;
}
.woof_container_bigavimas .woof_container_inner {
  padding: 0 0 17px 8px;
}
.icheckbox_square-blue,
.iradio_square-blue {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #868686;
  background: none !important;
  position: relative;
  cursor: pointer;
}
.icheckbox_square-blue.checked::after,
.iradio_square-blue.checked::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 1000;
  color: red;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}
.woof_redraw_zone label {
  font-size: 14px;
  color: #4e4e4e;
  font-weight: 300;
}
.woof_redraw_zone label:hover {
  color: #9c2b2a;
}
.shop-main-content-e-shop {
  display: flex;
  margin: 0 0 0 20px;
  flex-direction: column;
}
h2.shop-title {
  margin: 15px 0 19px 0;
}
.shop-main-content-e-shop .products {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  width: 100%;
}
.shop-main-content-e-shop .products .custom-product-item {
  position: relative;
  transition: all 0.3s ease-in-out;
  flex: 1 1 calc(33% - 20px);
  width: calc(33% - 20px);
  max-width: 320px;
  box-sizing: border-box;
}
.jr-viewed-products-grid.columns-3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.single-product .jr-viewed-products-grid.columns-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 60px 65px;
}

.single-product .jr-viewed-products-grid .jr-viewed-product-item {
  flex: 1 1 calc(33.3% - 60px);
  width: calc(33.3% - 60px);
  max-width: 33.3%;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  padding: 0;
  text-align: left;
  background: transparent;
  box-shadow: none;
  margin-bottom: 0;
}

.single-product .jr-viewed-products-grid .jr-product-image {
  height: 270px;
  border: none;
  aspect-ratio: unset;
}

.single-product .jr-viewed-products-grid .jr-product-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.single-product .jr-viewed-products-grid .jr-product-info {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  gap: 16px;
}

.single-product h4.jr-product-title {
  font-weight: 500;
  margin-top: 0;
  color: #888;
  text-align: left;
}
.single-product .jr-product-price bdi {
  font-size: 18px;
  font-weight: bold;
  color: #231f20;
}

.single-product .jr-product-price {
  text-align: left;
}

@media screen and (max-width: 750px) {
  .single-product .jr-viewed-products-grid.columns-3 {
    gap: 30px;
  }
  .single-product .jr-viewed-products-grid .jr-product-image {
    height: 220px;
  }
}

@media screen and (max-width: 600px) {
  .single-product .jr-viewed-product-item {
    flex: 1 1 calc(50% - 30px);
    width: calc(50% - 30px);
    max-width: 50%;
  }
  .single-product h4.jr-product-title {
    font-size: 14px;
  }

  .single-product .jr-product-price {
    font-size: 14px;
  }

  .single-product .jr-viewed-products-grid .jr-product-info {
    padding-top: 10px;
    gap: 8px;
  }

  .single-product .jr-viewed-products-grid .jr-viewed-product-item {
    flex: 1 1 50%;
    width: 50%;
    max-width: 50%;
  }
  .single-product
    .jr-viewed-products-grid
    .jr-viewed-product-item:nth-child(3) {
    display: none;
  }
  .single-product .jr-viewed-products-grid .jr-product-image {
    height: 170px;
  }
}
@media screen and (max-width: 500px) {
  .single-product .jr-viewed-products-grid .jr-product-image {
    height: 145px;
  }
}
@media screen and (max-width: 400px) {
  .single-product .jr-viewed-products-grid.columns-3 {
    gap: 10px;
  }
  .single-product
    .jr-viewed-products-wrapper
    .jr-viewed-products-grid.columns-3
    .jr-viewed-product-item {
    flex: 0 0 calc(50% - 5px) !important;
    width: calc(50% - 5px) !important;
    max-width: calc(50% - 5px) !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.jr-viewed-products-grid .jr-product-image {
  height: auto;
  aspect-ratio: 4 / 3;
}

.jr-viewed-products-grid .jr-product-image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
@media (max-width: 1260px) and (min-width: 768px) {
  .custom-product-item .product-price {
    flex-wrap: wrap;
  }
  .custom-product-item .product-price::after {
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  .shop-main-content-e-shop .products {
    gap: 0;
  }
  .jr-viewed-products-grid.columns-3 {
    display: flex;
  }
  .shop-main-content-e-shop .products .custom-product-item,
  .jr-viewed-product-item {
    flex: 1 1 calc(50% - 20px);
    width: calc(50% - 20px);
    max-width: none;
    margin-left: 10px;
    margin-right: 10px;
  }
  .jr-viewed-products-grid.columns-3 {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .jr-viewed-products-grid.columns-3 .jr-viewed-product-item {
    flex: 1 1 0;
    min-width: 0;
  }

  .jr-viewed-products-grid .jr-product-image {
    aspect-ratio: 1 / 1;
  }
  .custom-product-item .product-price {
    flex-wrap: wrap;
  }
  .custom-product-item .product-price::after,
  .jr-product-price::after {
    flex-basis: 100%;
  }
}

@media (max-width: 400px) {
  .jr-viewed-products-grid.columns-3 {
    flex-direction: column;
  }
  .shop-main-content-e-shop .products .custom-product-item,
  .jr-viewed-product-item {
    flex: 1 1 calc(100% - 20px);
    width: calc(100% - 20px);
    max-width: none;
    margin-left: 10px;
    margin-right: 10px;
  }
  .jr-viewed-products-grid.columns-3 .jr-viewed-product-item {
    flex: 0 0 100%;
  }
}

.shop-main-content-e-shop .products .custom-product-item a {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.shop-main-content-e-shop .products .custom-product-item .product-image {
  background: #fff;
  width: 100%;
  height: 332px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d5d5d5;
  padding: 20px 0;
}
.shop-main-content-e-shop .products .custom-product-item .product-image img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.shop-main-content-e-shop .products .custom-product-item .onsale,
.custom-related-products .custom-product-item span.onsale {
  position: absolute;
  top: 8px;
  right: 8px;
  left: auto;
  height: 33px;
  width: 33px;
  line-height: 3;
  font-size: 10px;
  font-weight: 800;
  background-color: var(--color-ec008c);
}
.product-main-txt {
  display: flex;
  flex-direction: column;
  height: 29%;
  width: 100%;
  padding-top: 20px;
  gap: 16px;
}
.product-main-txt p.product-title {
  font-weight: 500;
}
.product-short-description p {
  font-size: 13px;
  font-weight: 300;
  color: #4e4e4e !important;
}
.product-price {
  display: flex;
  /* flex-direction: row-reverse; */
  flex-direction: row;
  justify-content: flex-start;
  gap: 5px;
  align-items: baseline;
}
.product-price bdi {
  font-size: 18px;
  font-weight: bold;
  color: #231f20;
}
.product-price ins bdi {
  color: var(--color-ec008c);
  font-size: 18px;
  font-weight: bold;
}
.product-price del {
  text-decoration: none !important;
  padding-top: 2px;
}
.product-price del bdi,
.product-price del bdi span.woocommerce-Price-currencySymbol {
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through #4e4e4e;
}
.single-main-woo .product-price del bdi,
.single-main-woo .product-price del bdi span.woocommerce-Price-currencySymbol {
  font-size: 20px;
}
.product-price ins {
  text-decoration: none !important;
}
.woof_container_inner span.irs-grid {
  display: none;
}
.woof_container_inner span.irs-handle.from,
.woof_container_inner span.irs-handle.to {
  height: 16px;
  width: 8px;
  background: var(--color-2ea9dd);
  border: none;
  border-radius: 2px;
  top: 43px;
}
.woof_container_inner span.irs-bar {
  background-color: var(--color-2ea9dd) !important;
  top: 50px !important;
}
.woof_container_inner .irs--round .irs-line {
  top: 50px !important;
}
.woof_container_inner span.irs-from,
.woof_container_inner span.irs-to,
.woof_container_inner span.irs-max {
  padding: 7px 25px !important;
  border-radius: 0;
  background-color: transparent !important;
  border: 1px solid #868686;
  color: #000 !important;
  font-weight: 300;
}
.woof_container_inner span.irs-from::before,
.woof_container_inner span.irs-to::before {
  display: none;
}
span.price-tag-name {
  position: absolute;
  left: 39%;
  top: 6%;
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 300;
}
.woof_container_inner span.irs-from {
  left: 0 !important;
}
.woof_container_inner span.irs-to {
  left: 71% !important;
}
a.woof_front_toggle {
  color: #333333;
  font-size: 11px;
  height: 22px;
  width: 22px;
  padding: 5px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}
a.woof_front_toggle img {
  height: 5px !important;
}
.woof_products_top_panel {
  line-height: 15px;
  height: 100%;
  overflow: unset;
}
.woof_products_top_panel.totalTags {
  margin-top: 25px;
  min-height: 60px;
  height: 100%;
  max-height: 250px;
  overflow: visible;
}
.woo-results ul.woof_products_top_panel_ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  max-height: 60px;
  padding-top: 5px !important;
  gap: 15px 0;
}
.woo-results .woocommerce-message {
  display: none;
}
.woo-results ul.woof_products_top_panel_ul li ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0;
}
p.woocommerce-result-count,
.woof_products_top_panel button.woof_reset_button_2 {
  display: none;
}
span.woo-results-devider {
  padding: 0 2px 0 13px;
  font-size: 19px;
  color: #e3e3e3;
}
.woof_products_top_panel ul li:first-child {
  display: none;
}
.woof_products_top_panel ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 130px;
  min-height: 29px;
  padding: 0 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
}
.woof_products_top_panel ul li a span.woof_remove_ppi {
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 300;
  background: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 8px 0 0;
}
.woof_products_top_panel ul li a span.woof_remove_ppi::after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #5c5c5c;
}
.woocommerce .woocommerce-ordering {
  margin: 0;
}
.woocommerce-ordering select.orderby {
  border: 1px solid #cdcdcd;
  height: 35px;
  padding: 0 0 0 10px;
}
.woocommerce-ordering select.orderby,
.woocommerce-ordering select.orderby option {
  font-size: 17px;
  font-weight: 300;
}
.woocommerce-ordering-main {
  display: flex;
  align-items: center;
}
.woocommerce-ordering-main p {
  font-size: 14px;
  font-weight: 300;
  color: #414141;
  margin-right: 15px;
}
.woo-products-per-page {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
.woo-products-per-page form {
  margin-bottom: 0px !important;
}
.woo-products-per-page label,
.woo-products-per-page label span {
  color: #414141;
  font-size: 13px;
  font-weight: 300;
}
.woo-products-per-page select#products-per-page {
  border: 1px solid #c3c3c3;
  padding: 4px;
}
.woo-products-per-page select#products-per-page,
.woo-products-per-page select#products-per-page option {
  color: #4e4e4e;
  font-size: 13px;
  font-weight: 300;
}
.woo-results {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  margin: 0 0 32px 0;
  flex-direction: column-reverse;
}
.woo-results.totalTags {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  height: 100%;
  max-height: 250px;
}
.woocommerce nav.woocommerce-pagination ul {
  border-top: 5px solid #f3f0ec !important;
  display: flex !important;
  border: none;
  position: relative;
  align-items: center;
  height: 107px;
  gap: 10px;
}
.woocommerce nav.woocommerce-pagination ul::before {
  display: none !important;
}
.woocommerce-pagination ul li {
  border: none !important;
}
.woocommerce-pagination ul li a.next.page-numbers {
  height: 92px;
  width: 92px;
  background: #bebdbd;
  color: #231f1f;
  font-size: 29px;
  font-weight: 600;
  right: 0;
  top: -5px;
  position: absolute;
  border-radius: 0px;
  border: none;
  line-height: 2.3 !important;
}
.woocommerce-pagination ul li a.prev.page-numbers {
  height: 92px;
  width: 92px;
  background: #f3f0ec;
  color: #231f1f;
  font-size: 29px;
  font-weight: 600;
  right: 0;
  top: -5px;
  position: absolute;
  border-radius: 0px;
  border: none;
  line-height: 2.3 !important;
}
.woocommerce-pagination ul li a.page-numbers {
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 1.5 !important;
  font-size: 16px;
  font-weight: bold;
  color: #4e4e4e;
}
.woocommerce-pagination ul li .current {
  border-radius: 50%;
  height: 42px;
  width: 42px;
  background-color: #d93b39 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 1.5 !important;
}
.products-containeer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 45px;
}
.products-containeer ul.products::after,
.products-containeer ul.products::before {
  display: none;
}
.shop-content nav.woocommerce-pagination {
  display: none;
}
.products-containeer .pagation-naujienos {
  padding: 0px 0 55px;
}
.mob-filter-bar {
  color: #fff;
  background: var(--color-2ea9dd);
  padding: 20px 17px 20px 17px;
  margin: 0;
  display: none;
  align-items: center;
  justify-content: space-between;
}
.mob-filter-bar i {
  transition: all 0.3s ease-in-out;
}
.mob-filter-bar i.active {
  transform: rotate(180deg);
}
.custom-product-item .product-price::after,
.jr-product-price::after {
  content: " (be PVM)";
  font-size: 12px;
  color: #666;
}
.jr-viewed-products-mobile {
  display: none;
}
.jr-viewed-products-empty {
  display: none;
}
.jr-product-price {
  white-space: nowrap;
}
.jr-product-price {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px;
  align-items: baseline;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .jr-product-price::after {
    flex-basis: 100%;
  }
}
.jr-ajax-filters-form h4.jr-product-title,
.jr-viewed-products-mobile h4.jr-product-title {
  color: #888;
}
.jr-ajax-filters-form .jr-product-price bdi,
.jr-viewed-products-mobile .jr-product-price bdi {
  font-size: 18px;
  font-weight: bold;
  color: #231f20;
}

/* Shop page end */
/* Woo Single page */
form#commentform {
  display: none;
}
div.single-main-woo {
  display: flex;
  margin: 30px 0 85px 0;
}
div.single-main-woo .left {
  width: 54.5%;
  padding: 0 55px 0 40px;
  padding: 0;
  position: relative;
  max-height: 765px;
}
div.single-main-woo .right {
  width: 45.5%;
  padding: 0 0 0 35px;
}
.main-single-images {
  border: 1px solid #dadada;
}
/* .main-single-images .slick-list.draggable {
  display: flex !important;
} */
.main-single-images .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 600px;
}
.main-single-images .slick-slide img {
  width: 82%;
  object-fit: contain;
}
.thumbnail-single-images .slick-list.draggable {
  padding: 20px 0 !important;
}
.main-single-images-navs {
  position: absolute;
  top: 40%;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.thumbnail-single-images .slick-slide.slick-current {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.thumbnail-single-images .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #dadada;
  margin-left: 10px;
  margin-right: 10px;
  height: 100px;
}
.thumbnail-single-images .slick-slide img {
  max-width: 100%;
}
.thumbnail-single-images {
  margin: 0 -10px 0 -10px;
}
.main-single-images-navs .main-arrow i {
  padding: 0;
  cursor: pointer;
}
.main-single-images-navs .main-arrow i:hover {
  background-color: transparent;
}
div.single-main-woo .right h2.product-title {
  margin: 0 0 25px;
}
.variation-label {
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
}

.variation-label input {
  display: none;
}

.variation-label:hover {
  background-color: #f0f0f0;
  border-radius: 5px;
  padding: 5px 10px;
}

.variation-label input:checked + span {
  font-weight: bold;
  color: #0073aa;
}
div.single-main-woo .right .product-description p {
  font-weight: 300;
  margin-bottom: 30px;
}
.single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stock-status {
  float: right;
  display: flex;
  width: 45%;
  /* height: 89px; */
  align-items: center;
  justify-content: flex-end;
}
.stock-status p {
  font-size: 13px;
  font-weight: 300;
}
.product-price-single-prod p.price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: baseline;
  margin: 25px 0;
  gap: 10px;
}
.product-price-single-prod p.price ins,
.product-price-single-prod p.price del {
  text-decoration: none;
}
.product-price-single-prod p.price ins span {
  font-size: 27px;
  font-weight: bold;
  color: #d93c3a;
  text-decoration: none;
}
.product-price-single-prod p.price del span {
  font-size: 21px;
  font-weight: 400;
  color: #4e4e4e;
  text-decoration: line-through #4e4e4e;
}
.single_variation_wrap .woocommerce-variation-add-to-cart input,
.add-to-cart-container-novar form.cart .quantity input {
  width: 111px !important;
  height: 40px;
  text-align: left !important;
  padding: 10px 10px 10px 20px;
  font-size: 17px;
  font-weight: 300;
  color: #4e4e4e;
  border: 1px solid #cdcdcd;
}
.single_variation_wrap .woocommerce-variation-add-to-cart input:focus,
.add-to-cart-container-novar form.cart .quantity input:focus,
.comment-form-comment textarea:focus {
  outline: none;
}
.single_variation_wrap button.single_add_to_cart_button,
form#commentform .form-submit input,
.add-to-cart-container-novar form.cart button.single_add_to_cart_button {
  padding: 12px 35px 12px 35px !important;
  border-radius: 50px !important;
  background: var(--color-ffdf25) !important;
  border: none !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  letter-spacing: 2px !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
}
.single_variation_wrap button.single_add_to_cart_button img,
form#commentform .form-submit input img,
.add-to-cart-container-novar form.cart button.single_add_to_cart_button img {
  height: 21px;
  width: 21px;
  margin-right: 15px;
}
.add-to-cart-container-novar form.cart button.single_add_to_cart_button {
  text-transform: uppercase;
  padding: 15px 35px !important;
}
img.image-single-prod-bag {
  margin-right: 10px;
}
.product-description {
  margin: 25px 0 0 0;
  padding: 25px 0 25px 0;
  border-top: 1px solid #afaeae;
  border-bottom: 1px solid #afaeae;
}
.woocommerce-Reviews h3.woocommerce-Reviews-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 35px;
}
.woo-quantity {
  margin: 0 0 8px;
}
.woo-lowest-quantity {
  margin: 30px 0 0;
}
.add-to-cart-container th.label {
  margin: 20px 0 8px;
  font-size: 13px;
  color: #414141;
  font-weight: 400;
  display: block !important;
}
.woo-quantity,
.woo-lowest-quantity {
  font-size: 13px;
  color: #414141;
  font-weight: 400;
  display: block;
}
.short-description p {
  font-size: 14px;
  font-weight: 300;
  color: var(--color-232323);
  margin: 0 0 15px;
}
.woocommerce-Reviews h3.woocommerce-Reviews-title {
  padding: 20px 0 30px 0;
}
.open-close-single_prod {
  margin-bottom: 20px;
}
.product-comments ol.commentlist {
  padding: 0;
}
.product-comments {
  border-bottom: 1px solid #afaeae;
  padding: 25px 0;
}
#review_form_wrapper {
  display: none;
}
div#review_form_wrapper {
  padding: 25px 0 0;
}
.woocommerce-Reviews ol.commentlist .comment-meta {
  display: flex;
  flex-direction: column-reverse;
  padding: 0 0 30px;
}
.woocommerce-Reviews ol.commentlist span.comment-date {
  font-size: 14px;
  font-weight: 300;
  color: #d93c3a;
}
.woocommerce-Reviews ol.commentlist strong {
  font-size: 20px;
  font-weight: 600;
}
.woocommerce p.stars a {
  color: #d93c3a;
}
#review_form_wrapper h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0;
}
#review_form span#reply-title {
  padding: 12px 0 12px 0;
  border-radius: 50px;
  background: transparent;
  border: 1px solid #535353;
  color: #545454;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41%;
  cursor: pointer;
  text-wrap: nowrap;
}
.comment-form-comment textarea {
  height: 150px !important;
  border: 1px solid #cdcdcd;
  margin: 10px 0 0 0;
  resize: none;
}
.variable-item-contents {
  align-items: flex-start !important;
}
.comment-text .star-rating {
  position: relative;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  color: #ccc;
}
.comment-text .star-rating:before {
  content: "\2605\2605\2605\2605\2605" !important;
  display: block;
  opacity: 0;
}
.comment-text .star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #f5a623;
}
.comment-text .star-rating span:before {
  content: "\2605\2605\2605\2605\2605" !important;
  display: block;
}

.woo-variation-items-wrapper ul {
  gap: 10px 0;
}
.woo-variation-items-wrapper ul li {
  border: 1px solid #dadada !important;
  color: #5c5c5c !important;
  margin: 0 10px 0 0 !important;
}
.woo-variation-items-wrapper ul li:hover,
.woo-variation-items-wrapper ul li.selected {
  border: none !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}
a.reset_variations,
.woocommerce-variation-availability {
  display: none !important;
}
.single-product-image-new {
  height: 500px;
  border: 1px solid #dadada;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product-image-new img {
  /* height: 100% !important; */
}
.add-to-cart-container-novar {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}
.add-to-cart-container-novar form.cart {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.add-to-cart-container-novar form.cart .print-app-btn {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}
.single-main-woo form.cart #pa-buttons button {
  padding: 12px !important;
  border-radius: 50px !important;
  background: var(--color-ffdf25) !important;
  border: none !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  letter-spacing: 2px !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
}
.add-to-cart-container-novar .stock-status {
  align-items: flex-end;
}
.product-description-novar {
  margin: 25px 0 0;
  padding: 25px 0 25px;
  border-top: 1px solid #afaeae;
  border-bottom: 1px solid #afaeae;
}
.add-to-cart-container .product-price span.woocommerce-Price-amount bdi,
.add-to-cart-container .product-price span.woocommerce-Price-amount bdi span,
.single-main-woo .product-price bdi,
.single-main-woo .product-price bdi span {
  font-size: 27px;
}
.open-close-single_prod,
.open-close-single_prod-rew {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
}
.open-close-single_prod-rew {
  padding: 25px 0;
}
.closing_cont_single-prod-rew {
  margin: 0 0 25px;
}
.closing_cont_single-prod {
  margin: 30px 0 0;
}
.open-close-single_prod h3,
.open-close-single_prod-rew h3 {
  font-size: 24px;
  font-weight: 500;
}
.open-close-single_prod i,
.open-close-single_prod-rew i {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.open-close-single_prod i.active,
.open-close-single_prod-rew i.active {
  transform: rotate(180deg);
}
.comment-form-comment textarea {
  border-radius: 8px;
  padding: 10px;
}
.product-comments input {
  width: 100%;
  height: 35px;
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #cdcdcd;
}
.product-comments input:focus {
  outline: none;
}
.product-comments input#wp-comment-cookies-consent {
  width: 14px;
  height: 14px;
  padding: 0;
}
.product-comments .form-submit input#submit {
  padding: 15px 35px !important;
  height: unset;
}
.variation-btn {
  display: flex;
  align-items: flex-end;
  gap: 50px;
}
.printapp-previews > .printapp-previews-thumbnails > div,
.printapp-previews > .printapp-previews-thumbnails {
  width: unset !important;
}
.printapp-previews > .printapp-previews-thumbnails .slick-slide {
  height: 100% !important;
}
.printapp-previews > .printapp-previews-thumbnails .slick-slide img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
.single-prond-mainCont {
  display: flex;
  gap: 35px;
  padding: 0 0 70px;
}
.single-prond-mainCont .shop-sidebar.husky-filters .woof_container {
  display: none;
}
.single-prond-mainCont
  .shop-sidebar.husky-filters
  .woof_container.woof_container_katalogas {
  display: block;
}
.prod-right {
  width: 100%;
}
.quantinity-prod .wc-custom-upload {
  display: flex;
}
.simp-quan {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quantinity-prod {
  width: 100%;
}
.add-to-cart-container .wc-client-upload {
  padding: 20px 0 10px 0;
}
.custom-upload-btn {
  display: inline-block;
  padding: 12px 15px;
  font-size: 13px;
  font-weight: 800;
  background: #f0eded;
  color: var(--color-232323);
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.custom-upload-btn:hover {
  background: rgb(204, 204, 204);
}
.wc-custom-upload {
  position: relative;
  margin-bottom: 1em;
}
.quantinity-prod .wc-custom-upload span.custom-upload-filename {
  width: 70%;
  background: #ffffff;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  padding-left: 15px;
}
form.variations_form table.variations {
  width: 100%;
}
form.variations_form table.variations tr {
  display: flex;
  flex-direction: column;
  padding: 15px 0;
}
form.variations_form table.variations tr th.label {
  font-size: 18px;
}
.wc-custom-upload-out span.name {
  display: block;
}
form.variations_form table.variations tr th.label,
.wc-custom-upload-out span.name {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-232323);
}
form.variations_form table.variations tr td.value select {
  border-style: none !important;
  padding: 10px 15px;
  width: 100%;
}
.simp-quan .simp-quan-prods span {
  font-size: 14px;
  color: var(--color-232323);
}
.simp-quan .simp-quan-prods span.not-less {
  font-size: 11px;
}
.single_variation_wrap button.single_add_to_cart_button {
  height: 59px;
}
.custom-product-item .product-image {
  height: 270px;
}
.single-prod-related h3 {
  font-size: 32px;
  font-weight: 600;
  margin: 60px 0 30px;
}
.woocommerce img,
.woocommerce-page img {
  height: auto;
  max-width: 100%;
}

.single-product-image-new img {
  max-width: 100%;
  max-height: 100%;
}
p.price.price-from {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
p.price.price-from span,
.woocommerce-variation-price span {
  font-size: 20px;
  font-weight: 500;
}
p.price.price-from ins {
  text-decoration: none;
}
p.price.price-from {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  gap: 10px;
}
/* .single-prod-carousel img {
  height: 100%;
} */
.single-prod-carousel .slick-track {
  display: flex;
}
.simple-var-prod {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.printapp-adapting .single-product-image-new {
  visibility: hidden;
}
.printapp-adapting .single-prod-carousel {
  opacity: 0;
}

.printapp-ready .single-prod-carousel {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.woocommerce-product-gallery__wrapper {
  display: none;
}
.single-prod-carousel.pa-hidden {
  filter: blur(1rem);
}
.printapp-ready .single-prod-carousel {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  filter: blur(0);
}
/* Woo Single page end*/
/* Cart page */
.cart-all-prod {
  padding: 50px 0 95px 0;
}
.woocommerce-cart .single-page ul li {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cart-all-prod-main {
  display: flex;
}
.cart-all-prod-main .woocommerce-cart-form {
  width: 70%;
  padding: 0 90px 0 0;
}
.cart-all-prod-main .cart-collaterals {
  width: 30%;
  padding: 30px 25px 40px 25px;
  background-color: #fff;
  min-height: 480px;
}
.cart-all-prod-main .cart-collaterals .cart_totals {
  width: 100%;
}
.cart-all-prod-main .woocommerce-cart-form .shop_table {
  border: none;
}
table.cart td {
  border-top: unset !important;
  border-bottom: 1px solid #f3f0ec;
}
table.cart tr:last-child td {
  border-bottom: none;
}
.product-thumbnail a img {
  object-fit: contain;
  height: 100% !important;
  width: 95px;
}
.product-thumbnail a {
  height: 92px;
  width: 100%;
  max-width: 95px;
  display: block;
  border: 1px solid #d5d5d5;
}
.cart-info-remove p.product-name a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.cart-info-remove p.product-short-description,
.product-tags a {
  font-size: 12px;
  font-weight: 300;
  margin: 10px 0 10px 0;
  text-decoration: none;
}
.cart-info-remove .product-remove a.remove {
  display: flex;
  gap: 12px;
  font-size: 12px;
  font-weight: 400;
  width: 50%;
  color: var(--color-ec008c) !important;
}
.cart-info-remove .product-remove a.remove:hover {
  background-color: transparent;
}
.quantity-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.quantity-wrapper span.quantity-minus,
.quantity-wrapper span.quantity-plus {
  font-size: 21px;
  font-weight: 500;
  cursor: pointer;
}
.quantity-wrapper span.quantity-minus:hover,
.quantity-wrapper span.quantity-plus:hover {
  color: #d93c3a;
}
.quantity-wrapper input {
  background: #f9f9f9;
  border: 1px solid #c7c7c7;
  font-size: 14px;
}
.quantity-wrapper input:focus {
  border: 1px solid #c7c7c7;
  outline: none;
}
.quantity-wrapper input[type="number"]::-webkit-inner-spin-button,
.quantity-wrapper input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-subtotal span.woocommerce-Price-amount {
  font-size: 14px;
  font-weight: bold;
}
.back-toshop-cart {
  display: flex;
  margin-top: 25px;
}
.back-toshop-cart a {
  padding: 15px 47px;
  background: #f3efeb;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  text-wrap: nowrap;
}
.back-toshop-cart i {
  margin-right: 10px;
}
.cart_totals table.shop_table {
  border: none !important;
}
.cart_totals table.shop_table td,
.cart_totals table.shop_table th {
  border: unset !important;
}
.cart_totals div.delivery p,
.cart_totals div.delivery form {
  display: none;
}
.cart-subtotal,
.delivery,
.pristatymo-kaina-cont,
.cart-discount,
.checkout-pvm {
  display: flex;
  justify-content: space-between;
}
.cart-discount {
  margin: 10px 0;
}
.cart-discount p {
    margin: 0;
    margin-left: auto;
    text-align: right;
}
.pristatymo-kaina-cont span,
.cart-discount span,
.checkout-pvm span {
  font-size: 16px;
  font-weight: 400;
}
a.woocommerce-remove-coupon {
    border: none;
    font-size: 14px !important;
    font-weight: 800 !important;
    color: var(--color-ec008c) !important;
    background-color: transparent !important;
    letter-spacing: 0.5px;
    text-decoration: none;
}
a.woocommerce-remove-coupon:hover {
    opacity: 0.7;
}
.cart-subtotal {
  margin: 30px 0 10px;
}
.cart-subtotal span bdi,
.delivery ul li label,
.coupon span.coupon-pav,
.cart-discount span:last-child,
.checkout-pvm span:last-child {
  font-weight: 600;
  font-size: 16px;
}
.cart-subtotal span {
  font-size: 16px;
}
.cart_totals .coupon {
  margin: 40px 0 20px 0;
}
.coupon form {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
}
.coupon form input#coupon_code {
  background: #f0eded;
  width: 100%;
  margin-right: 10px;
  height: 33px;
  padding: 10px;
  border: none;
  font-size: 12px;
  font-weight: 300;
}
.coupon form input#coupon_code:focus {
  outline: none;
  border: 1px solid #d2d2d2;
}
.order-total {
  display: flex;
  justify-content: space-between;
  padding: 25px 0 40px 0;
  border-top: 1px solid #d2d2d2;
}
/*.wc-to-checkout-custom a,
.wc-checkout-custom a {
  padding: 15px 0 15px 0 !important;
  border-radius: 50px !important;
  background: var(--color-ec008c) !important;
  border: none !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  letter-spacing: 2px !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}*/
.cart-collaterals .order-total span {
  font-size: 26px;
  font-weight: 600;
}
.cart-collaterals .order-total p {
  color: var(--color-ec008c);
}
.cart_totals h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0px;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #d2d2d2;
}
h1.shop-title {
  font-size: 48px;
}
.cart-all-prod h1.shop-title {
  margin: 0 0 70px;
}
.woocommerce-cart-form__cart-item td.product-thumbnail {
  padding: 30px 0 20px 0 !important;
}
.coupon form button {
  border: none;
  font-size: 14px !important;
  font-weight: 800 !important;
  color: var(--color-ec008c) !important;
  background-color: transparent !important;
  letter-spacing: 0.5px;
}
.woocommerce-checkout-order .coupon {
  padding: 0 0 20px;
  margin: 20px 0 0 0;
}
.woocommerce-cart-form-tbody .product-tags-mob,
.quantity-wrapper.for-mobile,
.price-ammount-mob,
.product-thumbnail-mob {
  display: none;
}
.cart-all-prod-main ul li::before {
  display: none !important;
}
.cart-all-prod-main ul.woocommerce-cart-form__cart-item.cart_item,
.woocommerce-cart-form-thead ul {
  display: flex;
}
.woocommerce-cart-form-thead ul {
  margin: 0 0 10px;
}
.cart-all-prod-main ul.woocommerce-cart-form__cart-item.cart_item {
  padding: 25px 0;
  border-bottom: 1px solid #c2c2c2;
}
ul.woocommerce-cart-form__cart-item li.cart-info-remove .variation {
  display: flex;
  gap: 10px;
  margin: 0;
}
ul.woocommerce-cart-form__cart-item li.cart-info-remove .variation dd p,
ul.woocommerce-cart-form__cart-item li.cart-info-remove .variation dt {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
ul.woocommerce-cart-form__cart-item li.cart-info-remove .variation dd p {
  font-weight: 300;
}
ul.woocommerce-cart-form__cart-item li.cart-info-remove {
  width: 39.9%;
}
.woocommerce-cart-form-thead ul .product-name {
  width: 49.9%;
}
ul.woocommerce-cart-form__cart-item li.product-thumbnail {
  width: 10%;
  margin-right: 30px;
}
ul.woocommerce-cart-form__cart-item li.product-quantity,
ul.woocommerce-cart-form__cart-item li.product-subtotal,
ul.woocommerce-cart-form__cart-item li.prod-tags-li,
.woocommerce-cart-form-thead ul li.product-notes,
.woocommerce-cart-form-thead ul li.product-quantity,
.woocommerce-cart-form-thead ul li.product-price {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 16.6%;
}
.cart-page,
.woocommerce-cart #breadcrumbs,
.woocommerce-checkout #breadcrumbs,
.woocommerce-account #breadcrumbs {
  background-color: var(--color-ecded5);
}
.cartTotal-price-mob {
  display: none;
}
/* Cart page end */
/* Checkout page */
.checkout-page h2 {
  font-size: 30px;
}
.checkout-page {
  position: relative;
  overflow: hidden;
  background-color: var(--color-ecded5);
}
form.woocommerce-checkout .col2-set .col-2,
form.woocommerce-checkout ul li::before,
.product-allItems .all-prods,
#mp-wc-pickup-point-shipping {
  display: none;
}
.woocommerce-checkout-payment ul li::before {
  display: none !important;
}
form.woocommerce-checkout {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px;
}
form.woocommerce-checkout ul li {
  margin: 0;
  list-style: none !important;
}
#mp-wc-pickup-point-shipping span,
.select2-results__options span,
.select2-search__field,
.mp-selected-pickup-point-info {
  font-size: 14px;
}
body.woocommerce-checkout {
  overflow-x: clip;
}
#mp-wc-pickup-point-shipping
  span#select2-mp-wc-pickup-point-shipping-select-container {
  padding: 5px 10px !important;
}
#mp-wc-pickup-point-shipping
  .select2-container--default
  .select2-selection--single {
  height: 35px;
}
form.woocommerce-checkout .form-items-ins {
  display: flex;
  gap: 75px;
}
h1.page-title {
  margin: 0 0 25px;
}
form.woocommerce-checkout div#customer_details {
  width: 70%;
}
form.woocommerce-checkout div#order_review {
  width: 30%;
}
.tax-rate.tax-rate-lt-pvm-21-1 {
  display: none;
}
.product-allItems {
  border-bottom: 1px solid var(--color-c2c2c2);
}
form.woocommerce-checkout
  div#order_review
  .woocommerce-checkout-review-order-table
  h4 {
  font-size: 20px;
  padding: 0 0 20px;
  color: #231f20;
  font-weight: bold;
  border-bottom: 1px solid var(--color-c2c2c2);
}
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid #c2c2c2;
  border-top: 1px solid #c2c2c2;
  margin: 20px 0 0;
}
.cart_item-checkout {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 50px;
}
.cart_item-checkout .product-name {
  display: flex;
  flex-direction: column;
}
form.woocommerce-checkout
  div#order_review
  .woocommerce-checkout-review-order-table
  .order-total {
  padding: 25px 0 0;
}
form.woocommerce-checkout
  div#order_review
  .woocommerce-checkout-review-order-table
  .order-total
  span.woocommerce-Price-amount.amount,
form.woocommerce-checkout
  div#order_review
  .woocommerce-checkout-review-order-table
  .order-total
  span.woocommerce-Price-amount.amount
  bdi
  span {
  color: #ba8e60;
}
.atsiskaitymo-zinksniai {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 0 20px 0;
  border-bottom: 1px solid #c2c2c2;
}
.atsiskaitymo-zinksniai p {
  display: flex;
  align-items: center;
  gap: 12px;
}
span.step {
  display: flex;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  background: #fff;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #000;
}
.atsiskaitymo-zinksniai-active {
  background-color: var(--color-00aeef) !important;
  border: none !important;
  color: #fff !important;
}
.done-step {
  background-color: var(--color-ec008c) !important;
  border: none !important;
  color: #fff !important;
}
form.woocommerce-checkout div#customer_details .col-1 {
  width: 100%;
}
form.woocommerce-checkout
  div#customer_details
  .col-1
  div.woocommerce-checkout-payment,
#custom-shipping-section {
  display: none;
  background-color: transparent;
}
.checkout-button-bill {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 0;
  margin-top: 55px;
  border-top: 1px solid var(--color-c2c2c2);
}
.checkout-button-bill a.go-toshop,
.pay-button .go-toback-step {
  padding: 15px 0;
  color: var(--color-232323);
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}
/*.checkout-button-bill span.go-tonext-step,
.pay-button button#place_order,
.pay-button .last-step {
  padding: 15px 68px;
  background: #313131;
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  margin: 0 !important;
}*/
.pay-button {
  display: flex;
  justify-content: space-between;
}
.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-direction: column;
}
.woocommerce-billing-fields__field-wrapper .field-billing-ins {
  padding: 0 330px 0 0;
}
.woocommerce-billing-fields__field-wrapper input,
.woocommerce-billing-fields__field-wrapper input {
  height: 54px !important;
  border-radius: 8px !important;
  padding: 10px !important;
  border: none !important;
  border-radius: 0 !important;
}
.woocommerce-billing-fields__field-wrapper p label,
.woocommerce-billing-fields__field-wrapper input,
.woocommerce-billing-fields__field-wrapper p span.optional,
.woocommerce-billing-fields__field-wrapper input,
.woocommerce-billing-fields__field-wrapper label,
.woocommerce-billing-fields__field-wrapper span em {
  font-size: 14px !important;
  font-weight: 300 !important;
  color: var(--color-232323) !important;
}
.woocommerce-billing-fields__field-wrapper input:focus {
  outline: none;
}
.woocommerce-billing-fields__field-wrapper .wooccm-type-checkbox::before,
.woocommerce-billing-fields__field-wrapper .wooccm-type-checkbox::after {
  display: none !important;
}
.woocommerce-billing-fields__field-wrapper .wooccm-type-checkbox input {
  height: unset !important;
}
.payment-group-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 7px;
}
.payment-group-wrapper .payment-group-title {
  width: 100%;
  flex: 1 1 calc(100%);
  max-width: 100%;
  font-size: 24px;
  color: #000;
}
.payment-group-wrapper > div.paysera-payment-method {
  position: relative;
  flex: 1 1 calc(16.6%- 7px);
  width: calc(16.6% - 7px);
  max-width: 16.6%;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  background-color: #fdfdfd;
  border: 1px solid #b9b9b9;
  padding: 15px 0;
}
.payment-group-wrapper
  > div.paysera-payment-method
  label.paysera-payment-method-label
  > div
  img {
  width: 70%;
}
div.paysera-payments div.paysera-payment-method span.paysera-text {
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}
div.paysera-payments div.paysera-payment-method {
  margin-bottom: 15px;
}
.payment-group-wrapper
  > div.paysera-payment-method
  label.paysera-payment-method-label {
  flex-direction: column-reverse;
  gap: 15px;
}
.paysera-payment-method .paysera-payment-active {
  border-color: unset !important;
  border: none !important;
}
.payment-group-wrapper
  > div.paysera-payment-method
  label.paysera-payment-method-label
  > div {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 15px;
}
.paysera-payment-method-label input[type="radio"] {
  height: 18px;
  width: 18px;
  margin: 0 !important;
}
.paysera-payment-method-label input[type="radio"]:checked::after {
  height: 9px;
  width: 9px;
}
.payment_box.payment_method_paysera {
  background: transparent !important;
  padding: 0 !important;
}
ul.wc_payment_methods.payment_methods.methods {
  padding: 0 !important;
}
select#paysera_country,
/* .woocommerce-terms-and-conditions-wrapper, */
.woocommerce-checkout #payment div.payment_box::before,
.woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 30px;
}
.form-row.place-order {
  padding: 30px 0 20px !important;
}
.woocommerce-billing-fields h4.informacija {
  margin: 25px 0;
}
div#custom-shipping-section {
  padding: 25px 0 35px;
}
div#custom-shipping-section ul#shipping_method,
ul.wc_payment_methods.payment_methods.methods {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 30px 0 0;
}
div#custom-shipping-section ul#shipping_method li label {
  font-size: 14px;
  font-weight: 300;
  margin-left: 12px;
}
div#custom-shipping-section ul#shipping_method li label span {
  font-size: 14px;
}
#custom-shipping-inner #shipping_method li {
  display: flex;
}
.payment_methods .wc_payment_method input.input-radio,
.woocommerce-shipping-methods input[name="shipping_method[0]"] {
  height: 20px;
  width: 20px;
  background-color: #fff;
}
.payment_methods
  .wc_payment_method
  input.input-radio[type="radio"]:checked::after,
.payment_methods
  .wc_payment_method
  input.input-radio[type="radio"]:checked::after,
.woocommerce-shipping-methods input[name="shipping_method[0]"]:checked::after {
  height: 10px;
  width: 10px;
}
.payment_methods .wc_payment_method input.input-radio[type="radio"],
.paysera-payment-method-label input[name="payment[pay_type]"],
.woocommerce-shipping-methods input[name="shipping_method[0]"] {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #c9c9c9;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.payment_methods
  .wc_payment_method
  input.input-radio[type="radio"]::before
  .paysera-payment-method-label
  input[name="payment[pay_type]"]::before,
.woocommerce-shipping-methods input[name="shipping_method[0]"]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #c9c9c9;
  background-color: #f9f9f9;
  border-radius: 50%;
}
.payment_methods .wc_payment_method input.input-radio[type="radio"]:checked,
.paysera-payment-method-label input[name="payment[pay_type]"]:checked,
.woocommerce-shipping-methods input[name="shipping_method[0]"]:checked {
  border: 1px solid #c9c9c9;
}
.payment_methods
  .wc_payment_method
  input.input-radio[type="radio"]:checked::after,
.paysera-payment-method-label input[name="payment[pay_type]"]:checked::after,
.woocommerce-shipping-methods input[name="shipping_method[0]"]:checked:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #232323;
}
.product-allItems .items-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  cursor: pointer;
}
.product-allItems .items-total i {
  transition: all 0.3s ease-in-out;
}
.product-allItems .items-total i.active {
  transform: rotate(180deg);
}
.product-allItems .all-prods-ins {
  display: flex;
  margin: 0 0 20px;
  gap: 10px;
  flex-direction: column;
}
.checkout-sp {
  padding: 15px 0 35px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--color-c2c2c2);
}
.checkout-sp span.pristatymo-kaina bdi,
.checkout-sp span.pristatymo-kaina bdi span {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.checkout-sp-bot {
  margin: 30px 0 0;
}
.checkout-sp-bot .order-total-check {
  display: flex;
  justify-content: space-between;
  margin: 25px 0 0;
}
.order-total-check span:first-child {
  font-size: 26px;
  font-weight: 600;
  color: #363636;
}
.order-total-check span:nth-child(2) strong span {
  color: var(--color-ec008c);
  font-size: 26px;
  font-weight: 800;
}
.checkout-sp-bot .cart-discount {
  margin: 0 0 10px;
}
.pristatymo-kaina-cont-out {
  display: none;
}
li.wc_payment_method.payment_method_paysera {
  position: relative;
}
li.wc_payment_method.payment_method_paysera
  label[for="payment_method_paysera"] {
  position: absolute !important;
  top: 0;
  left: 40px;
}
.last-step-allInfo {
  display: none;
}
.cart-all-prod .shop_table {
  width: 100%;
}
.form-items-ins .col-1 .checkout-extraInfo {
  padding: 40px;
  background-color: var(--color-ecded5);
  gap: 60px 40px;
}
.checkout-extraInfo .item-33 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  padding: 20px 35px 35px 20px;
  border: 1px solid var(--color-c2c2c2);
}
.checkout-extraInfo .item-33 .name {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 15px;
}
.checkout-extraInfo .item-33 div p span,
.checkout-extraInfo .item-33 div p {
  font-size: 13px;
  font-weight: 300;
  color: #4e4e4e;
}
.form-items-ins .cart-all-prod {
  padding: 25px 0 35px;
}
.last-step-payup {
  display: flex;
  flex-direction: column;
  margin: 35px 0;
  gap: 30px;
}
.last-step-payup a.main-btn {
  padding: 12px 0;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s linear;
  padding-left: 30px;
  padding-right: 50px;
  font-size: 20px;
  font-weight: 600;
  color: #232323;
}
.last-step-payup p {
  font-size: 13px;
  font-weight: 300;
  color: #4e4e4e;
}
.back-if-need {
  padding: 30px 0 20px;
  margin: 20px 0 0;
  border-top: 1px solid var(--color-c2c2c2);
}
.back-if-need span {
  cursor: pointer;
}
#mp-wc-pickup-point-shipping.jr-force-hide {
  display: none !important;
}
/* Checkout page end*/
/* User page */
.account-page {
  background-color: var(--color-ecded5);
  padding: 0 0 70px;
  overflow: hidden;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 68%;
  padding: 65px 0 65px 75px;
  position: relative;
  z-index: 1;
}
.woocommerce-account .woocommerce-MyAccount-content::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 100000%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.myaccount_page {
  margin: 30px 0;
}
.woocommerce-MyAccount-navigation ul {
  padding: 45px 30px 0 0;
}
.woocommerce-MyAccount-navigation ul li {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px dashed var(--color-232323);
}
.woocommerce-MyAccount-navigation ul li::before {
  display: none;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #231f20;
  font-weight: 500;
  font-size: 20px;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: var(--color-ec008c);
  font-size: 28px;
}
.woocommerce-MyAccount-content p.first-txt {
  font-size: 24px;
  font-weight: 500;
}
.woocommerce-MyAccount-content a {
  color: var(--color-ec008c);
  font-weight: 500;
  margin-left: 5px;
}
.woocommerce-MyAccount-content p.first-txt strong {
  font-size: 32px;
  font-weight: 500;
}
.woocommerce-MyAccount-content p.middle {
  margin: 30px 0 40px;
}
.woocommerce-MyAccount-content p,
.billing-info li,
.billing-info a,
.totol_orders span {
  font-size: 18px;
  font-weight: 500;
}
.totol_orders {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: 50px 0 0;
}
.billing-info {
  display: flex;
  justify-content: space-between;
  padding: 25px;
  border: 1px solid #cdcdcd;
  margin: 50px 0 0;
}
.billing-info ul li {
  margin: 0;
}
.billing-info ul li::before {
  display: none;
}
.billing-info ul li h5 {
  font-weight: bold;
  margin: 0 0 25px;
}
.woocommerce-MyAccount-navigation {
  height: 100%;
}
.woocommerce-MyAccount-content label,
.woocommerce-MyAccount-content em {
  font-size: 13px;
  font-weight: 300;
}
.woocommerce-MyAccount-content button.woocommerce-Button {
  padding: 10px 35px;
  border: 1px solid #767676;
  border-radius: 30px;
  background: transparent;
  font-weight: 500;
  margin-top: 15px;
}
.account-page .billing-info ul li {
  list-style: none;
  margin-left: 0;
}
.account-page .woocommerce-MyAccount-navigation ul li {
  list-style: none !important;
  margin-left: 0 !important;
}
.account-page .btnPrimaryHolder {
  padding-top: 30px;
  padding-bottom: 30px;
}
.woocommerce-MyAccount-content .btnPrimary {
  color: #232323;
}
/* User page end*/
/* Login/register page */
.not-logged-in h1.page-title {
  display: none;
}
.login-reg-form .col-1,
.login-reg-form .col-2 {
  width: 100% !important;
}
.login-reg-form .login-form-ins,
.login-reg-form .reg-form-ins {
  margin: 65px auto 0;
  width: 795px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 120px 60px;
  background-color: #fff;
}
.login-form-ins h3 {
  font-size: 24px;
  letter-spacing: 1px;
}
.login-reg-form form,
.reg-form-ins form {
  border: none !important;
  padding: 35px 0 20px !important;
  width: 85%;
  margin: 0 !important;
}
.login-reg-form span.prsijunkite,
.reg-form-ins span.prsijunkite {
  display: none;
}
.login-reg-form form input#username,
.login-reg-form form input#password,
.reg-form-ins input#reg_email {
  width: 100%;
  height: 54px;
  border: none;
  background: #efeded;
  border-radius: 0;
  padding: 10px;
}
.login-reg-form p.form-row.remeber-me,
.login-reg-form .lost_password {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reg-form-ins p.form-row.remeber-me {
  margin-top: 15px;
}
.login-reg-form p.form-row.remeber-me button.woo-login-button,
.login-reg-form .woo-login-button,
.login-reg-form .woo-login-button.svecias {
  font-size: 16px;
  font-weight: 600;
  padding: 15px 50px;
  background-color: var(--color-ffdf25);
  border-radius: 50px;
  border: none !important;
  color: var(--color-232323);
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}
.login-reg-form p.form-row.remeber-me button.woo-login-button:hover,
.login-reg-form .woo-login-button:hover,
.login-reg-form .woo-login-button.svecias:hover {
  color: #fff;
  background-color: var(--color-232323);
}
.login-reg-form .woo-login-button {
  margin-top: 25px;
}
.login-reg-form .woo-login-button.svecias {
  margin-top: unset;
}
body.woocommerce-lost-password .woocommerce {
  max-width: 795px;
  margin: 65px auto 0;
  background-color: #fff;
  padding: 40px 120px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

body.woocommerce-lost-password .woocommerce form {
  border: none !important;
  padding: 35px 0 20px !important;
  width: 85%;
  margin: 0 !important;
}

body.woocommerce-lost-password .woocommerce form label {
  font-size: 14px;
  font-weight: 300;
}

body.woocommerce-lost-password .woocommerce form input.input-text {
  width: 100%;
  height: 54px;
  border: none;
  background: #efeded;
  border-radius: 0;
  padding: 10px;
  float: none;
}
body.woocommerce-lost-password .woocommerce form button[type="submit"] {
  font-size: 16px;
  font-weight: 600;
  padding: 20px 50px;
  background-color: var(--color-ffdf25);
  border-radius: 50px;
  border: none !important;
  color: var(--color-232323);
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
  margin-top: 25px;
  cursor: pointer;
}
body.woocommerce-lost-password .woocommerce form p:has(button[type="submit"]) {
  display: flex;
  justify-content: center;
}
body.woocommerce-lost-password .woocommerce form .woocommerce-form-row {
  width: 100%;
}

body.woocommerce-lost-password .woocommerce form .form-row:last-child {
  display: flex;
  justify-content: center;
}
body.woocommerce-lost-password .footer[data-aos] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
.login-reg-form label,
.login-reg-form label span,
.login-reg-form .lost_password a,
.reg-form-ins p,
.reg-form-ins p a {
  font-size: 14px;
  font-weight: 300;
}
.reg-form-ins p a {
  color: var(--color-ec008c);
}
.login-reg-form .lost_password a {
  color: var(--color-ec008c);
  margin: 10px 0 0;
}
.login-reg-form span.our {
  margin: 25px 0;
  font-size: 16px;
  font-weight: 300;
}
/* Login/register page end*/
@media screen and (max-width: 1500px) {
}
@media screen and (max-width: 1260px) {
  /* Shop */
  .shop-main-content-e-shop .products .custom-product-item .product-image {
    height: 264px;
  }
  .shop-main-content-e-shop .products .custom-product-item .product-image img {
    object-fit: contain;
    height: 100%;
  }
  /* Single prod */
  .single-product-image-new {
    height: 400px;
  }
  /* Checkout */
  .woocommerce-billing-fields__field-wrapper .field-billing-ins {
    padding: 0 150px 0 0;
  }
  span.atsiskaitymo-zinksniai-space {
    display: none;
  }
  form.woocommerce-checkout .form-items-ins {
    gap: 45px;
  }
  .atsiskaitymo-zinksniai p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1060px) {
  /* Shop */
  .shop-sidebar.husky-filters .woof {
    display: none;
  }
  .shop-sidebar.husky-filters .mob-filter-bar {
    display: flex;
  }
  .shop-content {
    flex-direction: column;
  }
  .woof_container_inner h4 {
    display: none;
  }
  .shop-sidebar.husky-filters {
    width: 35%;
  }
  .shop-main-content-e-shop {
    margin: 0;
    flex-direction: column;
    width: 100%;
  }
  /* Single prod */
  .single-prond-mainCont {
    flex-direction: column;
  }
  .single-prond-mainCont .prod-right {
    width: 100%;
  }
  .single-product-image-new {
    height: 500px;
  }
  div.single-main-woo .left {
    padding: 0 25px;
  }
  .product-description {
    margin: 15px 0 0 0;
    padding: 10px 0px;
  }
  div.single-main-woo .right {
    padding: 0 0 0 15px;
  }
  .open-close-single_prod {
    margin-bottom: 0;
  }
  .product-comments {
    padding: 15px 0;
  }
  .single-product-image-new {
    height: 400px;
  }
  /* Cart */
  .cart-all-prod-main .woocommerce-cart-form {
    padding: 0 20px 0 0;
  }
  /* Checkout */
  form.woocommerce-checkout .form-items-ins {
    flex-direction: column;
  }
  form.woocommerce-checkout div#order_review {
    width: 50%;
  }
  form.woocommerce-checkout div#customer_details {
    width: 100%;
  }
}
@media screen and (max-width: 870px) {
  /* Cart */
  .cart-all-prod-main {
    flex-direction: column;
  }
  .cart-all-prod-main .cart-collaterals {
    width: 100%;
    order: 2;
    margin-top: 40px;
  }
  .cart-all-prod-main .woocommerce-cart-form {
    width: 100%;
  }
  /* Login */
  .login-reg-form .login-form-ins,
  .login-reg-form .reg-form-ins {
    width: 100%;
    padding: 40px 60px;
  }
  /* User profile */
  .woocommerce-MyAccount-navigation ul {
    padding: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 50%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    padding: 10px;
    margin-top: 35px;
    margin-left: -10px;
    float: unset;
  }
}
@media screen and (max-width: 750px) {
  /* Shop */
  .shop-main-content-e-shop .products .custom-product-item .product-image {
    height: 200px;
  }
  /* Single prod */
  div.single-main-woo {
    flex-direction: column;
    gap: 20px;
  }
  div.single-main-woo .left,
  div.single-main-woo .right {
    width: 100%;
    padding: 0;
  }
  .single-prod-related .flex-warp-container {
    gap: 30px;
  }
  .custom-product-item .product-image {
    height: 220px;
  }
  /* Cart */
  .cart-info-remove .product-remove a.remove {
    text-wrap: nowrap;
  }
  .woocommerce-billing-fields__field-wrapper .field-billing-ins {
    padding: 0;
  }
  form.woocommerce-checkout div#order_review {
    width: 70%;
  }
  /* Checkout */
  span.step {
    height: 32px;
    width: 32px;
    font-size: 14px;
  }
  .atsiskaitymo-zinksniai p {
    gap: 5px;
  }
  .atsiskaitymo-zinksniai p {
    font-size: 13px;
  }
  .payment-group-wrapper > div.paysera-payment-method {
    flex: 1 1 calc(25%- 7px);
    width: calc(25% - 7px);
    max-width: 25%;
  }
  .last-step-allInfo .flex-warp-container {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  /* Shop */
  .woocommerce-ordering-main {
    align-items: flex-start;
    flex-direction: column;
  }
  .woo-products-per-page {
    position: relative;
    margin-top: 15px;
  }
  span.woo-results-devider {
    display: none;
  }
  .woocommerce-ordering select.orderby {
    height: 28px;
    font-size: 14px !important;
  }
  .woocommerce-ordering select.orderby option,
  .woocommerce-ordering select.orderby {
    font-size: 14px !important;
  }
  .shop-sidebar.husky-filters {
    width: 100%;
  }
  .product-price ins bdi,
  .product-price bdi {
    font-size: 14px;
  }
  .single-product .jr-product-price bdi {
    font-size: 14px;
  }
  /* Single prod */
  .open-close-single_prod h3,
  .open-close-single_prod-rew h3 {
    font-size: 18px;
  }
  .open-close-single_prod i,
  .open-close-single_prod-rew i {
    font-size: 16px;
  }
  .single-prond-mainCont {
    display: flex;
    gap: 15px;
    padding: 0 0 35px;
  }
  .single-prod-related .flex-warp-container .item-33 {
    width: 50%;
    max-width: 50%;
    flex: 1 1 calc(50% -30px);
  }
  .single-prod-related .flex-warp-container .item-33:last-child {
    display: none;
  }
  .product-main-txt {
    height: 55%;
  }
  .add-to-cart-container .product-price span.woocommerce-Price-amount bdi,
  .add-to-cart-container .product-price span.woocommerce-Price-amount bdi span,
  .single-main-woo .product-price bdi,
  .single-main-woo .product-price bdi span {
    font-size: 21px;
  }
  .single-main-woo .product-price del bdi,
  .single-main-woo
    .product-price
    del
    bdi
    span.woocommerce-Price-currencySymbol {
    font-size: 15px;
  }
  div.single-main-woo {
    display: flex;
    margin: 10px 0 35px 0px;
  }
  div.single-main-woo .right h2.product-title {
    margin: 0 0 10px;
  }
  /* Cart */
  .cart-all-prod-main .cart-collaterals {
    height: 100%;
  }
  .cart-subtotal {
    margin: 10px 0;
  }
  .cart_totals .coupon {
    margin: 15px 0;
  }
  .order-total {
    padding: 20px 0;
  }
  .cart-collaterals .order-total span {
    font-size: 20px;
  }
  /* .wc-to-checkout-custom a,
  .wc-checkout-custom a {
    padding: 12px 0 !important;
    font-size: 14px !important;
  }*/
  .product-quantity {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: center !important;
  }
  .cartTotal-price-mob,
  .product-thumbnail-mob {
    display: block;
  }
  .cartTotal-price-mob {
    margin: 20px 0 0;
  }
  ul.woocommerce-cart-form__cart-item li.product-subtotal,
  .woocommerce-cart-form-thead .product-price,
  .woocommerce-cart-form-thead .product-notes,
  ul.woocommerce-cart-form__cart-item li.prod-tags-li,
  ul.woocommerce-cart-form__cart-item li.product-thumbnail {
    display: none !important;
  }
  ul.woocommerce-cart-form__cart-item li.cart-info-remove,
  .woocommerce-cart-form-thead ul .product-name {
    width: 70%;
  }
  ul.woocommerce-cart-form__cart-item li.product-quantity,
  .woocommerce-cart-form-thead ul li.product-quantity {
    width: 30%;
  }
  .product-thumbnail-mob {
    display: block;
    height: 150px;
    width: 150px;
  }
  .cart-all-prod-main ul.woocommerce-cart-form__cart-item.cart_item {
    padding: 15px 0;
  }
  .back-toshop-cart a {
    padding: 10px 39px;
  }
  .coupon form button {
    font-size: 12px !important;
  }
  .coupon form {
    margin: 0;
  }
  /* Checkout */
  .atsiskaitymo-zinksniai {
    flex-direction: column;
    align-items: baseline;
    gap: 15px;
  }
  .woocommerce-billing-fields h4.informacija {
    margin: 15px 0;
  }
  .woocommerce-billing-fields__field-wrapper input,
  .woocommerce-billing-fields__field-wrapper input {
    height: 35px !important;
  }
  .woocommerce-billing-fields__field-wrapper p label,
  .woocommerce-billing-fields__field-wrapper input,
  .woocommerce-billing-fields__field-wrapper p span.optional,
  .woocommerce-billing-fields__field-wrapper input,
  .woocommerce-billing-fields__field-wrapper label,
  .woocommerce-billing-fields__field-wrapper span em {
    font-size: 12px !important;
  }
  .checkout-button-bill {
    margin-top: 30px;
  }
  .checkout-button-bill a.go-toshop,
  .pay-button .go-toback-step {
    padding: 10px 0;
  }
  /*.checkout-button-bill span.go-tonext-step,
  .pay-button button#place_order,
  .pay-button .last-step {
    padding: 10px 55px;
  }*/
  #mp-wc-pickup-point-shipping span,
  .select2-results__options span,
  .select2-search__field,
  .mp-selected-pickup-point-info {
    font-size: 12px;
  }
  .checkout-sp span.pristatymo-kaina bdi,
  .checkout-sp span.pristatymo-kaina bdi span,
  .checkout-button-bill span.go-tonext-step,
  .pay-button button#place_order,
  .pay-button .last-step,
  .checkout-button-bill a.go-toshop,
  .pay-button .go-toback-step,
  .cart-subtotal span,
  .pristatymo-kaina-cont span,
  .cart-discount span,
  .checkout-pvm span,
  .last-step-payup a.main-btn {
    font-size: 14px !important;
  }
  .checkout-sp-bot {
    margin: 15px 0 0;
  }
  .checkout-sp-bot .order-total-check {
    margin: 0;
  }
  .order-total-check span:nth-child(2) strong span,
  .order-total-check span:first-child {
    font-size: 20px;
  }
  .payment-group-wrapper .payment-group-title {
    font-size: 18px;
  }
  .payment_methods .wc_payment_method input.input-radio,
  .woocommerce-shipping-methods input[name="shipping_method[0]"] {
    height: 16px;
    width: 16px;
  }
  .payment_methods
    .wc_payment_method
    input.input-radio[type="radio"]:checked::after,
  .payment_methods
    .wc_payment_method
    input.input-radio[type="radio"]:checked::after,
  .woocommerce-shipping-methods
    input[name="shipping_method[0]"]:checked::after {
    height: 7px;
    width: 7px;
  }
  .paysera-payment-method-label input[type="radio"] {
    height: 14px;
    width: 14px;
  }
  .paysera-payment-method-label input[type="radio"]:checked::after {
    height: 7px;
    width: 7px;
  }
  .checkout-extraInfo .item-33 {
    padding: 10px;
    width: 100%;
    max-width: 100%;
    flex: 1 1 calc(100% - 20px);
  }
  .last-step-payup {
    margin: 15px 0;
  }
  /* Login */
  .login-reg-form .login-form-ins,
  .login-reg-form .reg-form-ins {
    padding: 20px 0;
  }
  .login-reg-form .woo-login-button {
    margin-top: 10px;
  }
  .login-reg-form p.form-row.remeber-me button.woo-login-button,
  .login-reg-form .woo-login-button,
  .login-reg-form .woo-login-button.svecias {
    font-size: 13px;
    padding: 10px 40px;
  }
  .login-reg-form span.our {
    margin: 10px 0;
    font-size: 14px;
  }
  .login-reg-form form input#username,
  .login-reg-form form input#password,
  .reg-form-ins input#reg_email {
    height: 38px;
  }
  .login-reg-form label,
  .login-reg-form label span,
  .login-reg-form .lost_password a,
  .reg-form-ins p,
  .reg-form-ins p a {
    font-size: 12px;
  }
  .login-reg-form form,
  .reg-form-ins form {
    padding: 10px !important;
    width: 90%;
  }
  .login-form-ins h3,
  h3.new-client {
    font-size: 20px;
  }
  .login-reg-form .login-form-ins,
  .login-reg-form .reg-form-ins {
    margin: 30px auto 0;
  }
  /* User profile */
  .woocommerce-MyAccount-content p.middle {
    margin: 15px 0;
  }
  .totol_orders {
    gap: 10px;
    margin: 20px 0 0;
  }
  .billing-info {
    padding: 10px;
    margin: 20px 0 0;
  }
  .billing-info ul li h5 {
    margin: 0 0 15px;
    font-size: 15px;
  }
  .woocommerce-MyAccount-content p.first-txt strong {
    font-size: 22px;
  }
  .woocommerce-MyAccount-content p.first-txt {
    font-size: 18px;
  }
  .woocommerce-MyAccount-content p,
  .billing-info li,
  .billing-info a,
  .totol_orders span {
    font-size: 14px;
  }
  .woocommerce-MyAccount-navigation ul li {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px dashed var(--color-232323);
  }
  .woocommerce-MyAccount-navigation ul li.is-active a {
    font-size: 20px;
  }
  .woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  /* Single prod */
  .custom-product-item .product-image {
    height: 170px;
  }
  .custom-product-item .product-image {
    height: 145px;
  }
  /* Checkout */
  .payment-group-wrapper > div.paysera-payment-method {
    flex: 1 1 calc(50%- 7px);
    width: calc(50% - 7px);
    max-width: 50%;
  }
  form.woocommerce-checkout div#order_review {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  /* Single prod */
  .simp-quan {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }
  .single-product-image-new {
    height: 270px;
  }
  .single-prod-related .flex-warp-container {
    gap: 15px;
  }
  /* Cart */
  .cart-all-prod-main .cart-collaterals {
    width: 100%;
  }
  /* User profile */
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}

/* Woo shop end*/
:root {
  --main-font: "Inter 18pt", sans-serif;
  --second-font: "Comic sans ms", sans-serif;

  --color-2ea9dd: #2ea9dd;
  --color-00aeef: #00aeef;
  --color-ffdf25: #ffdf25;
  --color-ec008c: #ec008c;
  --color-232323: #232323;
  --color-636363: #636363;
  --color-000000: #000000;
  --color-ecded5: #ecded5;
  --color-f8f8f8: #f8f8f8;
  --color-c2c2c2: #c2c2c2;

  --first-gradient: linear-gradient(
    90deg,
    rgba(74, 195, 242, 1) 0%,
    rgba(240, 74, 206, 1) 88%
  );
  --second-gradient: linear-gradient(
    204deg,
    rgba(1, 172, 239, 1) 0%,
    rgba(199, 37, 160, 1) 100%
  );
  --second-gradient-reversed: linear-gradient(
    74deg,
    rgba(1, 172, 239, 1) 0%,
    rgba(199, 37, 160, 1) 100%
  );
  --icons: "FontAwesome";
}
body {
  font-family: var(--main-font);
  font-weight: 400;
}
body p,
a,
div,
span {
  font-size: 18px;
  font-weight: 400;
  /* color: var(--color-636363); */
  font-family: var(--main-font);
}
body a {
  color: var(--color-232323);
  text-decoration: none;
}
body p {
  margin-bottom: 0;
  color: #888;
}
.single-straipsnis p {
  color: #222222;
}
h1 {
  font-size: 48px;
  font-family: var(--main-font);
  color: var(--color-232323);
  font-weight: 900;
}
h2 {
  font-size: 52px;
  font-family: var(--main-font);
  color: var(--color-232323);
  font-weight: 900;
}
h3 {
  font-size: 32px;
  font-family: var(--main-font);
  color: var(--color-232323);
  font-weight: 600;
}
h4 {
  font-size: 24px;
  font-family: var(--main-font);
  color: var(--color-232323);
  font-weight: bold;
}
body ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
body ul li {
  list-style: none;
}
.container {
  max-width: 1384px;
}
a.main-btn {
  font-size: 20px;
  font-weight: 600;
  padding: 20px 50px;
  background-color: var(--color-ffdf25);
  border-radius: 50px;
}

/*New Btn*/
.btnPrimaryHolder {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.btnPrimary {
  display: flex;
  align-items: center;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s linear;
  padding-left: 30px;
  padding-right: 50px;
  font-size: 20px;
  font-weight: 600;
  color: #232323;
  white-space: nowrap;
}

.btnPrimary span {
  font-size: 30px;
  font-weight: 700;
  padding: 0 10px;
}
.btnPrimary svg {
}
.btnPrimary ion-icon {
  font-size: 2em;
  transition: all 0.5s linear;
}

.btnPrimary:hover ion-icon {
  transform: rotate(-90deg);
}

.btnPrimary.btnYellow {
  /* background: #0ebac5; */
  background: none;
}

.btnPrimary.btnYellow::before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background-color: #ffdf25;
  position: absolute;
  border-radius: 100px;
  left: 0;
  z-index: -1;
  transition: all 600ms ease;
}

.btnPrimary.btnYellow:hover::before {
  width: 100%;
}

.btnPrimary btn-icon {
  transition: all 0.5s linear;
  margin-left: 15px;
}

.btnPrimary.btnYellow:hover btn-icon {
  transform: translateX(10px);
}

/* Extra clases for containers */
.flex-warp-container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 65px;
  width: 100%;
}
.item-33 {
  position: relative;
  flex: 1 1 calc(33% - 60px);
  width: calc(33% - 60px);
  max-width: 33%;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.item-25 {
  position: relative;
  flex: 1 1 calc(25% - 60px);
  width: calc(25% - 60px);
  max-width: 25%;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.item-33 {
  position: relative;
  flex: 1 1 calc(33.3% - 60px);
  width: calc(33.3% - 60px);
  max-width: 33.3%;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.item-50 {
  position: relative;
  flex: 1 1 calc(50% - 60px);
  width: calc(50% - 60px);
  max-width: 50%;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.cover-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.contain-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.fill-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.right.fill-image img {
  object-fit: contain;
}
.relative {
  position: relative;
}
.left,
.right {
  width: 50%;
}
.overflow-hidden {
  overflow: hidden;
}
.flex-warp-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.item-25 {
  position: relative;
  flex: 1 1 calc(25% - 60px);
  width: calc(25% - 60px);
  max-width: 25%;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
/* Breadcrums */

div#breadcrumbs {
  /* background: #e3e3e3; */
  padding: 10px 0;
  margin: 140px 0 0;
}
div#breadcrumbs span,
div#breadcrumbs span a {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-636363);
}
div#breadcrumbs span > span:first-child a {
  color: var(--color-232323);
  margin-right: 4px;
}

div#breadcrumbs .bsep {
  width: 10px;
  height: 17px;
  display: inline-block;
  background: url("assets/images/sep.svg") center bottom no-repeat;
  background-size: auto 10px;
}
.left,
.right {
  width: 50%;
}
/* WPML switcher */
.custom-language-switcher {
  display: flex;
  align-items: center;
  margin: 0 0 0 25px;
  position: relative;
  cursor: pointer;
}
.custom-language-switcher-mob {
  display: flex;
  gap: 15px;
}
.custom-language-switcher .sub-menu {
  display: none;
}
.custom-language-switcher .sub-menu {
  width: 100%;
  display: none;
  background: #d93c3a;
  position: absolute;
  top: 46px;
  left: 0;
  z-index: 10;
  padding: 0;
}
a.language-link {
  padding: 5px;
}
.current-language-name,
.language-link .language-name {
  font-size: 16px;
  font-weight: 500;
}
.custom-language-switcher .current-language i {
  font-size: 14px;
}
.custom-language-switcher-mob .current-language i {
  display: none;
}
.custom-language-switcher .current-language i {
  transition: all 0.3s ease-in-out;
}
.custom-language-switcher .current-language i {
  margin-left: 8px;
  color: #000;
}
.custom-language-switcher .current-language.active i {
  transform: rotate(-180deg);
}
/* Header */
.desktop-menu {
  position: fixed;
  width: 100%;
  top: 25px;
  background: #fff;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
.desktop-menu .top-menu {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
  padding: 0 0 20px;
  height: 47px;
  opacity: 1;
  visibility: 1;
  transition: all 0.3s ease-in-out;
}
.desktop-menu .bottom-menu {
  display: flex;
  align-items: center;
}
.desktop-menu .top-menu ul#top-nav {
  display: flex;
  gap: 25px;
}
.desktop-menu .bottom-menu ul#bottom-nav {
  display: flex;
  gap: 35px;
}
.desktop-menu .bottom-menu .header-logo {
  width: 42%;
}
.desktop-menu .bottom-menu .menu-nav {
  width: 58%;
  justify-content: space-between;
}
.top-nav .menu-item a:hover,
.bottom-nav .menu-item a:hover,
.bottom-nav .sub-menu .menu-item a:hover {
  color: #00aeef;
}
.desktop-menu .bottom-menu .menu-nav ul.sub-menu {
  min-width: 250px;
  display: none;
  position: absolute;
  left: -15px;
  padding: 15px;
}

.desktop-menu .bottom-menu .menu-nav ul.bottom-nav ul.sub-menu li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.desktop-menu .bottom-menu .menu-nav ul.bottom-nav ul.sub-menu li:last-child {
  border: none;
}

.desktop-menu
  .bottom-menu
  .menu-nav
  ul.bottom-nav
  ul.sub-menu
  li.current-menu-item
  > a,
.desktop-menu .bottom-menu .menu-nav ul.bottom-nav ul.sub-menu li a:hover {
  color: #00aeef;
}
.desktop-menu .bottom-menu .menu-nav ul.bottom-nav > li {
  position: relative;
}
.desktop-menu .bottom-menu .menu-nav ul.bottom-nav > li:hover > ul.sub-menu {
  display: block;
  background: #fff;
}

.desktop-menu .top-menu ul#top-nav {
  font-weight: 300;
  font-size: 13px;
  font-family: var(--main-font);
}
.desktop-menu .bottom-menu ul#bottom-nav a,
.desktop-menu .top-menu ul#top-nav a {
  font-weight: 500;
  font-size: 16px;
  font-family: var(--main-font);
  letter-spacing: 0.6px;
}

.desktop-menu .top-menu ul#top-nav a {
  font-size: 13px;
}
.desktop-menu .bottom-menu .shop-icons {
  display: flex;
  gap: 35px;
}
.desktop-menu .bottom-menu .shop-icons i {
  font-size: 18px;
}
.desktop-menu .bottom-menu .shop-icons span#cart-count {
  color: var(--color-00aeef);
  font-size: 12.6px;
}
.desktop-menu .bottom-menu .header-logo a {
  max-width: 212px;
  width: 100%;
  display: block;
}
.desktop-menu ul.top-nav > li.current_page_item a,
.desktop-menu ul.bottom-nav > li.current_page_item a,
.desktop-menu ul.bottom-nav > li.current_page_parent a,
.desktop-menu ul.bottom-nav > li.current-menu-parent > a {
  text-decoration: 3px underline var(--color-00aeef);
  text-underline-offset: 6px;
  color: var(--color-ec008c);
}

/* Sticky header */
.desktop-menu .top-menu.remove-nav {
  height: 0;
  visibility: 0;
  opacity: 0;
}
.desktop-menu.fixed-desk {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 0 0 20px;
  top: 0;
}
/* Header burger */
div#burger-content {
  position: relative;
  z-index: 11;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
div#burger-content .extra_nav_mobile {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  position: relative;
  z-index: 12;
}
div#burger-content .shop-icons {
  margin-right: 25px;
  display: flex;
  gap: 18px;
}
div#burger-content .shop-icons #cart-count {
  color: var(--color-ec008c);
  font-size: 14px;
}
.burger-nav-content {
  position: absolute;
  top: 100%;
  right: 17px;
  background: #fff;
  padding: 5px 28px 15px;
  border-radius: 0 0 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: 10;
}
.burger-nav-content::before {
  content: "";
  display: block;
  height: 20px;
  width: 154%;
  background-color: #fff;
  margin-top: -20px;
  margin-left: -28px;
}
.burger-nav-content ul li {
  margin: 0 0 10px;
}
/* button */
.burger-btn {
  width: 62px;
  position: relative;
  height: 28px;
}
.burger-btn .brg-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  cursor: pointer;
}
.burger-btn span {
  display: block;
  width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  height: 4px;
  background: var(--color-232323);
  transition: all 0.3s;
  position: relative;
}
.burger-btn span + span {
  margin-top: 8px;
}

.active span:nth-child(1) {
  animation: ease 0.7s top forwards;
}

.not-active span:nth-child(1) {
  animation: ease 0.7s top-2 forwards;
}

.active span:nth-child(2) {
  animation: ease 0.7s scaled forwards;
}

.not-active span:nth-child(2) {
  animation: ease 0.7s scaled-2 forwards;
}

.active span:nth-child(3) {
  animation: ease 0.7s bottom forwards;
}

.not-active span:nth-child(3) {
  animation: ease 0.7s bottom-2 forwards;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 12px;
    transform: rotate(0);
  }
  100% {
    top: 12px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 12px;
    transform: rotate(45deg);
  }
  50% {
    top: 12px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 12px;
    transform: rotate(0);
  }
  100% {
    bottom: 12px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 12px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 12px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

/* Header end*/
/* Footer */
.footer .map .mobile-img {
  display: none;
}
.footer .map .about {
  position: absolute;
  top: 105px;
  height: 450px;
  width: 672px;
  background: #fff;
  padding: 55px 45px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.footer .map .about div {
  display: flex;
  gap: 25px;
}
.footer .map .about img {
  margin-bottom: 30px;
}
.footer .map .about a,
.footer .map .about p {
  font-size: 20px;
}
.footer .map .about a,
.footer .map .about p:nth-child(2) {
  font-weight: 600;
}
.footer .credentials {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .credentials a,
.footer .credentials p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
}
.footer .credentials .socials ul {
  display: flex;
  gap: 30px;
}
.footer .credentials .socials svg {
  height: 30px;
  fill: #fff;
}
/* Footer end*/
/* -Home page */

/* --Home slider */
.hero-slider {
  margin: 150px 0 0;
  background: var(--first-gradient);
  padding: 45px 0 0;
}
.hero-slider li.slick-slide .hero-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 57%;
  height: 476px;
}
.hero-slider .slider-txt {
  width: 46%;
  z-index: 1;
  position: relative;
  color: #fff;
}
.hero-slider .slider-txt h1 {
  font-size: 64px;
  font-weight: 900;
  color: #fff;
  margin: 35px 0 65px;
}
.hero-slider .slider-txt p {
  font-size: 18px;
  margin: 35px 0 0;
  font-weight: 300;
}
body.home .hero-slider .slider-txt p {
  color: #fff;
}
.containerWithImg > a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.hero-slider ul.home-slider .slick-list {
  height: 100% !important;
}
.hero-slider ul.home-slider .slick-list .slick-slide {
  display: block;
  height: 474px;
}
/* ---Home slider dots */
.hero-slider .custom-dots,
.custom-dots-sec,
.custom-dots-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-dots-sec .slick-dots:has(li:only-child) {
  display: none;
}
.hero-slider .custom-dots ul.slick-dots,
.custom-dots-sec ul.slick-dots,
.custom-dots-container ul.slick-dots {
  display: flex;
  gap: 20px;
  padding: 35px 0;
}
.hero-slider .custom-dots ul.slick-dots li,
.custom-dots-sec ul.slick-dots li,
.custom-dots-container ul.slick-dots li {
  position: relative;
}
.hero-slider .custom-dots ul.slick-dots li,
.custom-dots-sec ul.slick-dots li,
.custom-dots-container ul.slick-dots li {
  content: "";
  display: block;
  border: 2px solid #fff;
  height: 11px;
  width: 11px;
  border-radius: 100%;
}
.custom-dots-sec ul.slick-dots li,
.custom-dots-container ul.slick-dots li {
  border: 2px solid var(--color-000000);
}
.hero-slider .custom-dots ul.slick-dots li.slick-active,
.custom-dots-sec ul.slick-dots li.slick-active,
.custom-dots-container ul.slick-dots li.slick-active {
  background-color: #fff;
  border: none;
  height: 7px;
  width: 7px;
  margin: 2px;
}
.custom-dots-sec ul.slick-dots li.slick-active,
.custom-dots-container ul.slick-dots li.slick-active {
  background-color: var(--color-000000);
}
.hero-slider .custom-dots ul.slick-dots li.slick-active::before,
.custom-dots-sec ul.slick-dots li.slick-active::before,
.custom-dots-container ul.slick-dots li.slick-active::before {
  position: absolute;
  content: "";
  display: block;
  top: -5px;
  left: -5px;
  border: 2px solid #fff;
  height: 17px;
  width: 17px;
  border-radius: 100%;
}
.custom-dots-sec ul.slick-dots li.slick-active::before,
.custom-dots-container ul.slick-dots li.slick-active::before {
  border: 2px solid var(--color-000000);
}
.hero-slider .custom-dots ul.slick-dots li button,
.custom-dots-sec ul.slick-dots li button,
.custom-dots-container ul.slick-dots li button {
  display: none;
}
/* ---Home slider arrows */
.home-galimybes-out {
  overflow: hidden;
}
.home-galimybes {
  display: flex;
  align-items: flex-end;
  padding: 105px 0;
}
.home-galimybes .right h2 {
  margin: 25px 0 45px;
}
.home-galimybes .right {
  z-index: 2;
}
.home-galimybes .right::before {
  content: "";
  display: block;
  position: absolute;
  top: -80px;
  left: -100px;
  background-color: #fff;
  height: 700px;
  width: 100000%;
  z-index: -1;
}
.galimybes-btn {
  margin-top: 65px;
}
.home-header-slider-controlers {
  position: absolute;
  right: 0;
  top: 20px;
  display: flex;
}
.home-header-slider-controlers span img {
  height: 35px;
  width: 35px;
  filter: brightness(0) invert(1);
  cursor: pointer;
}

.home-gaminiai {
  display: flex;
}
.home-gaminiai .containerNoimg,
.home-gaminiai .containerWithImg {
  width: 16.6%;
  color: #fff;
  border-right: 1px solid #5e5e5e;
  padding: 35px 0;
}
.home-gaminiai .containerWithImg {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--color-00aeef);
  transition: all 0.3s ease-in-out;
}
.home-gaminiai .containerWithImg:hover {
  color: var(--color-ffdf25);
}
.home-gaminiai .containerWithImg .image svg path,
.home-gaminiai .containerWithImg .image svg rect {
  fill: currentColor;
  transition: fill 0.3s ease-in-out;
}
.home-gaminiai .containerWithImg .image {
  height: 86px;
  width: 82px;
  margin: 0 auto;
}
.home-gaminiai .containerWithImg .image svg {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.containerNoimg h3 {
  margin: 0 0 20px;
  color: #fff;
}
.containerNoimg p {
  font-size: 14px;
  font-weight: 300;
}
.containerWithImg p {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0 0;
}
.container-privalumai,
.home-aboutHelp-ins {
  display: flex;
}
.container-privalumai .left {
  margin: 125px 0 180px;
}
.container-privalumai .left h2 {
  margin: 25px 0 45px;
  padding-right: 65px;
}
.container-privalumai .left ul {
  margin: 40px 0 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.container-privalumai .left ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  display: inline-block;
  text-align: center;
  height: 26px;
  width: 26px;
  margin-right: 15px;
  border: 2px solid var(--color-00aeef);
  border-radius: 100%;
  color: var(--color-00aeef);
  font-size: 15px;
}
.container-privalumai .left ul li a {
  font-size: 20px;
  font-weight: 600;
}
.container-privalumai .left span,
.container-privalumai .left p {
  font-size: 18px;
}
.container-privalumai .left p {
  color: var(--color-636363);
  padding-right: 20px;
}
.container-privalumai .left span {
  font-weight: 300;
  color: var(--color-ec008c);
}
.container-privalumai-out .right {
  position: absolute;
  right: 0;
  top: 50px;
  height: 94%;
}
.home-aboutHelp-ins {
  padding: 130px 0 115px;
  gap: 30px;
}
.home-aboutHelp-ins ul li span,
.home-span {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--color-ec008c);
}
.home-aboutHelp-ins ul li h2 {
  margin: 30px 0;
}
.home-aboutHelp-ins ul li p {
  font-size: 18px;
  color: var(--color-636363);
}
.home-aboutHelp {
  overflow: hidden;
}
.home-aboutHelp-ins ul li ul.help-pas {
  display: flex;
  gap: 60px;
  margin: 50px 0 0;
}
.home-aboutHelp-ins ul li ul.help-pas li svg {
  height: 100px;
  width: 90px;
  fill: var(--color-00aeef);
}
.home-aboutHelp-ins ul li ul.help-pas li span {
  color: var(--color-232323);
  font-size: 20px;
  font-weight: 600;
}
.home-aboutHelp-ins .right::before {
  content: "";
  display: block;
  position: absolute;
  top: -131px;
  left: -115px;
  background-color: #fff;
  height: 700px;
  width: 100000%;
}
.help-controls {
  display: flex;
  justify-content: space-between;
}
.help-controls .help-slider-controlers {
  display: flex;
}
.help-controls {
  display: flex;
  justify-content: space-between;
  margin: 100px 0 0;
  align-items: center;
}
.help-controls .help-slider-controlers span img {
  height: 28px;
  width: 20px;
  cursor: pointer;
}
.help-controls .help-slider-controlers {
  display: flex;
  gap: 15px;
}
.home-straipsniai-txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-straipsniai-txt h2 {
  margin: 20px 0 0;
}
.home-straipsniai-txt a {
  font-size: 20px;
  font-weight: 600;
}
.home-straipsniai ul.paslaugos-carousel-list {
  display: flex;
  margin: 60px -10px 0;
}
.home-straipsniai {
  padding: 50px 0;
}
.home-straipsniai ul.paslaugos-carousel-list li {
  margin: 0 10px;
}
.home-straipsniai ul.paslaugos-carousel-list li .img-container {
  height: 288px;
  width: 100%;
}
.home-straipsniai ul.paslaugos-carousel-list li p {
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0 20px;
  transition: all 0.3s ease-in-out;
  color: #232323;
}
.home-straipsniai ul.paslaugos-carousel-list li span {
  font-size: 18px;
  color: var(--color-636363);
  transition: all 0.3s ease-in-out;
}
.home-straipsniai ul.paslaugos-carousel-list li .text:hover p,
.home-straipsniai ul.paslaugos-carousel-list li .text:hover span {
  color: var(--color-00aeef);
}
.home-atlikti {
  padding: 65px 0 50px;
}
.home-atlikti ul.atlikti-carousel-list li {
  margin: 0 10px;
}
.home-atlikti ul.atlikti-carousel-list li .img-container {
  height: 510px;
}
.home-atlikti ul .slick-list {
  margin: 0 -10px;
}
.home-atlikti ul.atlikti-carousel-list li:hover .text {
  opacity: 1;
  visibility: visible;
}
.home-atlikti ul.atlikti-carousel-list li .text {
  background: var(--color-ecded5);
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 25px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.home-atlikti ul.atlikti-carousel-list {
  padding: 55px 0;
}
.home-atlikti .help-controls {
  margin: 0;
}
.home-parneriai {
  padding: 75px 0;
}
.home-parneriai ul.partneriai .slick-track {
  display: flex !important;
  align-items: center;
}
.home-parneriai ul li {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.home-parneriai ul li img {
  height: 61px;
  width: 100%;
  filter: grayscale(1);
}
.home-form .help-controls {
  margin: 0;
}
.home-form-ins.container-privalumai .left {
  margin: 0;
}
.home-form-ins .left {
  z-index: 1;
}
.home-form-ins .left::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 95px;
  width: 100%;
  height: 89%;
  background-color: var(--color-f8f8f8);
  z-index: -1;
}
.container-privalumai .left p strong {
  color: var(--color-000000);
  font-size: 20px;
  font-weight: 600;
  margin: 25px 0 0;
  display: block;
}
.contact-form {
  background: var(--second-gradient-reversed);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 90px 45px 180px;
}
.home-form .home-form-ins {
  padding: 60px 0 90px;
}
.contact-form > div.wpcf7 {
  width: 100%;
}
.contact-form form .form-group p {
  margin: 0 0 30px;
}
.contact-form form .form-group:nth-child(4) p,
.contact-form form .form-group:nth-child(5) p {
  margin: 0 0 10px;
}
.contact-form form .form-group p,
.contact-form form .form-group p input,
.contact-form form .form-group p textarea {
  width: 100%;
}
.contact-form form .form-group p input {
  height: 54px;
}
.contact-form form .form-group p input,
.contact-form form .form-group p textarea {
  padding: 20px;
  color: var(--color-636363);
  font-size: 14px;
  border-radius: 30px;
  border: none;
  resize: none;
}
.contact-form form .form-group p textarea {
  height: 140px;
}
.contact-form form .form-group p input:focus,
.contact-form form .form-group p textarea:focus {
  outline: none;
}
.contact-form form .custom-file-upload label {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding-left: 30px;
  color: #fff;
}
.contact-form form .custom-file-upload label br {
  display: none;
}
.contact-form form .custom-file-upload label img {
  height: 30px;
  width: 30px;
  filter: brightness(0) invert(1);
}
.contact-form form .custom-file-upload .wpcf7-form-control-wrap {
  display: none;
}
.contact-form form #file-name-display,
.contact-form-simple form #file-name-display {
  margin-left: 30px;
  font-size: 12px;
  color: var(--color-636363);
}
.contact-form form .accep_btn .acceptance_modal p {
  display: flex;
  gap: 5px;
}
.contact-form form .accep_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.contact-form form .acceptance_modal input#privacy_accept1 {
  appearance: none;
  -webkit-appearance: none;
  height: 25px;
  width: 25px;
  border-radius: 8px !important;
  border: none;
  background: #fff;
  padding: 0;
  position: relative;
}
.contact-form form .acceptance_modal input#privacy_accept1:checked::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: -2px;
  left: 2px;
  font-size: 21px;
}
.contact-form form .wpcf7-list-item {
  margin: 0;
}
.contact-form form .accep_btn label,
.contact-form form .accep_btn label a {
  color: #fff;
  font-size: 14px;
}
.contact-form form .accep_btn label a {
  text-decoration: underline;
}
/*.contact-form form .accep_btn button {
  font-size: 20px;
  font-weight: 600;
  padding: 16px 50px;
  background-color: var(--color-ffdf25);
  border-radius: 100px;
  height: 60px;
}*/
.accep_btn span.spinner_pos br {
  display: none;
}
/* Home page end*/
/* Apie mus page */
.breadcrumbs-apie-mus {
  background-color: var(--color-ecded5);
}
.hero-about {
  display: flex;
  padding: 105px 0;
}
.hero-about .left {
  height: 645px;
}
.hero-about .right {
  z-index: 1;
}
.hero-about .right::before {
  content: "";
  display: block;
  position: absolute;
  top: -70px;
  left: -90px;
  background-color: #fff;
  height: 530px;
  width: 100000%;
  z-index: -1;
}
.hero-about .right strong {
  font-size: 24px;
  font-size: 800;
  color: #232323;
}
.middle-about {
  margin: 0;
}
.middle-about ul.iso_list {
  display: flex;
  gap: 140px;
}
.middle-about ul.iso_list li {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.middle-about ul.iso_list li .image {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 140px;
}
.middle-about ul.iso_list li h4 {
  text-align: center;
  margin: 20px 0 10px;
}
.about-gaminiai {
  display: flex;
}
.about-gaminiai .left {
  height: 684px;
}
.about-gaminiai .right {
  z-index: 1;
  padding-right: 60px;
}
.about-gaminiai .right::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -115px;
  background-color: #fff;
  height: 607px;
  width: 100000%;
  z-index: -1;
}
.about-gaminiai .right h2 {
  margin: 30px 0 45px;
}
.about-klausimai {
  padding: 90px 285px 110px;
  display: flex;
  flex-direction: column;
}
.about-klausimai p {
  margin: 60px 0 50px;
}
.about-klausimai p,
.about-klausimai h3 {
  text-align: center;
}
/* Apie mus page end*/
/* Atlikti darbai */
.atlikti-page,
.breadcrumbs-atlikti-darbai {
  background-color: var(--color-f8f8f8);
}
.atlikti-page h1 {
  padding: 10px 0 45px;
}
.atlikti-darbai li .fill-image {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.atlikti-darbai-container ul.flex-warp-container {
  gap: 100px 20px;
}
.atlikti-darbai-container ul.flex-warp-container .item-25 {
  flex: 1 1 calc(25% - 20px);
  width: calc(25% - 20px);
}
@media (max-width: 767px) {
  .atlikti-darbai-container ul.flex-warp-container .item-25 {
    flex: 1 1 calc(33.3333333% - 20px);
    width: calc(33.3333333% - 20px);
    max-width: none;
  }
}

@media (max-width: 600px) {
  .atlikti-darbai-container ul.flex-warp-container .item-25 {
    flex: 1 1 calc(50% - 20px);
    width: calc(50% - 20px);
  }
}

@media (max-width: 400px) {
  .atlikti-darbai-container ul.flex-warp-container .item-25 {
    flex: 1 1 calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

.atlikti-darbai-container ul.flex-warp-container .item-25 p {
  font-size: 16px;
  margin-top: 20px;
}
.pagation-naujienos a img {
  height: 24px;
  width: 24px;
}
.pagation-naujienos a.disabled img {
  opacity: 0.5;
}
.pagation-naujienos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 70px 0 55px;
}
.pagation-naujienos .page-numbers {
  height: 44px;
  width: 44px;
  border: 1px solid var(--color-ecded5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-232323);
  font-size: 16px;
  font-weight: 800;
}
.pagation-naujienos .page-numbers.current {
  border: none;
  background-color: var(--color-2ea9dd);
  color: #fff;
}
.custom-pagination {
  display: flex;
  gap: 10px;
}
.custom-dots-sec-atlikti span {
  font-size: 21px;
  font-weight: 600;
}
/* Atlikti darbai end*/
/* Single atlikti darbai */
.single-atlikti #breadcrumbs {
  background-color: var(--color-ecded5);
}
.single-atlikti-darbai {
  display: flex;
  padding: 60px 0 120px;
}
.single-atlikti-darbai .right {
  padding-left: 90px;
}
.single-atlikti-darbai .right h1 {
  font-size: 24px;
  font-weight: bold;
}
.single-atlikti-darbai .right p {
  color: var(--color-636363);
  margin: 30px 0 50px;
}
.single-atlikti-darbai .right .socials ul {
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
}
.single-atlikti-darbai .right .socials ul svg {
  height: 20px;
  width: 20px;
}
.atlikti-slider-ins li .cover-image {
  height: 586px;
}
.controlers-atlikti {
  position: absolute;
  right: 0;
  bottom: -68px;
  background: #fff;
  width: 193px;
  height: 150px;
  padding: 20px 10px 30px;
}
.atlikti-header-slider-controlers span img {
  height: 31px;
  width: 21px;
  cursor: pointer;
}
.atlikti-header-slider-controlers {
  height: 49px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
}
.atlikti-header-slider-controlers span.devider {
  height: 100%;
}
.atlikti-header-slider-controlers span.devider::before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: var(--color-c2c2c2);
}
.slick-disabled {
  opacity: 0.5;
}
/* Single atlikti darbai end*/
/* Gaminiai */
.page-template-page-gaminiai #breadcrumbs {
  background-color: var(--color-ecded5) !important;
}
.page-id-24 .about-klausimai-out {
  background-color: var(--color-f8f8f8);
}
.gaminai-hero,
.breadcrumbs-gaminiai {
  background-color: var(--color-ecded5);
}
.gaminai-hero-ins {
  display: flex;
  padding-top: 105px;
  padding-bottom: 90px;
}
.gaminai-hero-ins strong {
  font-size: 24px;
}
.gaminai-hero-ins .left {
  z-index: 1;
  position: relative;
}
.gaminai-hero-ins .left::before {
  content: "";
  display: block;
  position: absolute;
  top: -80px;
  right: -100px;
  background-color: #fff;
  height: 595px;
  width: 100000%;
  z-index: -1;
  transform: rotate(180deg);
}
.gaminiai-darbai {
  align-items: center;
}
.gaminiai-darbai {
  justify-content: center;
  padding: 95px 0;
}
.gaminiai-darbai li p {
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
.gaminiai-darbai .fill-image {
  overflow: hidden;
}
.gaminiai-darbai li a:hover .fill-image img {
  transform: scale(1.07);
  transition: transform 0.4s ease;
}
.gaminiai-darbai .fill-image img {
  transition: transform 0.4s ease;
  display: block;
  width: 100%;
}
.gaminiai-darbai li a p {
  transition: color 0.3s ease;
  color: var(--color-636363);
}
.gaminiai-darbai li a:hover p {
  color: var(--color-00aeef);
}
.controlers-atlikti:has(.slick-prev.slick-hidden):has(
    .slick-next.slick-hidden
  ) {
  display: none;
}
/* Gaminiai end*/
/* Kontaktai */
.kontaktai-ins {
  display: flex;
  padding-top: 35px;
  padding-bottom: 115px;
}
.breadcrumbs-kontaktai {
  background: var(--color-f8f8f8);
}
.kontaktai-ins .left {
  padding-top: 65px;
  padding-right: 80px;
  z-index: 1;
}
.kontaktai-ins .left::before {
  content: "";
  display: block;
  position: absolute;
  top: -0;
  right: -0;
  background-color: #fff;
  height: 100%;
  width: 100000%;
  transform: rotate(180deg);
  z-index: -1;
}
.kontaktai-ins .left h4 {
  margin-bottom: 30px;
  font-weight: 800;
}
.kontaktai-ins .left p {
  margin-bottom: 30px;
  color: var(--color-636363);
}
.kontaktai-ins .left .imgcontainer {
  height: 320px;
  width: 585px;
}
.kontaktai-ins .right {
  padding-left: 80px;
}
.contact-form-simple form h3 {
  font-size: 36px;
  font-weight: 900;
}
.contact-form-simple .left p,
.contact-form-simple p,
.contact-form-simple label {
  color: var(--color-636363);
}
.contact-form-simple form input,
.contact-form-simple form .group p label select {
  height: 55px;
}
.contact-form-simple form input,
.contact-form-simple form .group p label select,
.contact-form-simple form textarea {
  border: 1px solid var(--color-ecded5);
  padding: 15px;
}
.contact-form-simple form textarea {
  height: 175px;
  resize: none;
}
.contact-form-simple form textarea:focus,
.contact-form-simple form input:focus {
  outline: none;
}
.contact-form-simple form label,
.contact-form-simple form .group p label select option {
  font-size: 14px;
  font-weight: 300;
}
.contact-form-simple form .form-group,
.contact-form-simple form .group {
  margin-top: 15px;
}
.contact-form-simple form .group p {
  display: flex;
  gap: 30px;
}
.contact-form-simple form .group p label {
  width: 50%;
}
.contact-form-simple form .group p label input,
.contact-form-simple form .group p label span,
.contact-form-simple form .form-group p span,
.contact-form-simple form .form-group p input,
.contact-form-simple form .group p label select,
.contact-form-simple form textarea {
  width: 100%;
}
.contact-form-simple form .accep_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.contact-form-simple form .accep_btn .acceptance_modal p {
  display: flex;
  gap: 5px;
}
.contact-form-simple form .acceptance_modal input#privacy_accept1 {
  appearance: none;
  -webkit-appearance: none;
  height: 17px;
  width: 17px;
  border-radius: 0 !important;
  border: 1px solid var(--color-ecded5);
  background: #fff;
  padding: 0;
  position: relative;
}
.contact-form-simple
  form
  .acceptance_modal
  input#privacy_accept1:checked::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: -2px;
  left: 2px;
  font-size: 14px;
}
.contact-form-simple form .acceptance_modal .wpcf7-list-item {
  margin: 0;
}
.contact-form-simple form .acceptance_modal label {
  display: flex;
  align-items: center;
}
.contact-form-simple form .acceptance_modal label br {
  display: none;
}
.contact-form-simple form .acceptance_modal label,
.contact-form-simple form .acceptance_modal label a {
  font-size: 12px;
}
.contact-form-simple form .acceptance_modal label a {
  color: var(--color-00aeef);
  text-decoration: underline;
  margin-left: 5px;
}
.contact-form-simple .accep_btn span.spinner_pos br {
  display: none;
}
/*.contact-form-simple form .accep_btn button {
  font-size: 20px;
  font-weight: 600;
  padding: 16px 50px;
  background-color: var(--color-ffdf25);
  border-radius: 100px;
  height: 60px;
}*/
/* Kontaktai end*/
/* Karjera */
.karjera-page .gaminai-hero-ins {
  padding-bottom: 0;
}
.karjera-page .gaminai-hero-ins .left strong {
  font-size: 18px;
}
.kainynas-acorrdion {
  padding-bottom: 110px;
}
.kainynas-acorrdion ul.iso_list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.karjera-acorrdion h2 {
  font-size: 36px;
  font-weight: 900;
  margin: 65px 0;
  text-align: center;
}
.karjera-acorrdion
  .kainynas-acorrdion
  ul
  li.accordtion-block
  .toggle-menu-txt
  .karjera-btn {
  margin-top: 50px;
}
.karjera-acorrdion .kainynas-acorrdion ul li.accordtion-block .toggle-menu-txt {
  padding: 35px 50px 50px;
}
.karjera-acorrdion .kainynas-acorrdion ul li.accordtion-block {
  border: 1px solid var(--color-ecded5);
  background-color: var(--color-f8f8f8);
}
.karjera-acorrdion .kainynas-acorrdion ul li .kainynas-toggle-menu-head-txt {
  height: 55px;
  padding-left: 30px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.karjera-acorrdion .kainynas-acorrdion ul li .kainynas-toggle-menu-head-txt h5 {
  font-size: 18px;
  font-weight: 800;
  margin: 0;
}
.karjera-acorrdion
  .kainynas-acorrdion
  ul
  li
  .kainynas-toggle-menu-head-txt
  img {
  height: 51px;
  width: 19px;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}
.contact-form-simple form .form-group label img {
  height: 22px;
  width: 22px;
  transform: rotate(180deg);
}
.contact-form-simple form .form-group label.upload {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin: 10px 0 20px;
  border-bottom: 1px dashed var(--color-636363);
  border-top: 1px dashed var(--color-636363);
}
.contact-form-simple form .form-group label.upload span {
  font-size: 12px;
  font-weight: 800;
}
.contact-form-simple form .form-group.custom-file-upload p:nth-child(2) {
  display: none;
}
.karjera-acorrdion
  .kainynas-acorrdion
  ul
  li
  .kainynas-toggle-menu-head-txt
  .op-cls-btn.active
  img {
  transform: rotate(0);
}
.kandidato-froma div.wpcf7 {
  width: 100%;
}
.kandidato-froma.contact-form-simple form select,
.kandidato-froma.contact-form-simple form input {
  height: 40px;
  font-size: 14px;
}
.kandidato-froma.contact-form-simple form select {
  border: 1px solid var(--color-ecded5);
  padding: 10px;
  font-size: 14px;
}
.kandidato-froma.contact-form-simple form .form-group,
.kandidato-froma.contact-form-simple form .group {
  margin-top: 10px;
}
.contact-body-from.kontaktu-forma h3 {
  font-size: 30px;
  font-weight: 900;
}
.contact-body-from.kontaktu-forma .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 12px;
  display: inline-block;
  background-color: rgb(255 255 255 / 75%);
  padding: 3px 8px;
  border-radius: 16px;
  margin-top: 4px;
}

.kandidato-froma .kontaktu-forma {
  padding: 0;
  margin: 0;
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(170, 168, 165, 0.5); /* Semi-transparent background */
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.kandidato-froma {
  background: #f3efeb;
  padding: 25px 45px 60px 40px;
  width: 100%;
  max-width: 640px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 101;
  top: 35px;
}
.kandidato-froma .contact-body-from textarea.wpcf7-form-control {
  max-height: 105px;
}
.kandidato-froma .contact-body-from h2 {
  font-size: 36px;
}
.kandidato-froma .close-button {
  top: 22px;
  font-size: 36px;
}
.close-button {
  position: absolute;
  top: 27px;
  right: 45px;
  background: transparent;
  border: none;
  font-size: 42px;
  cursor: pointer !important;
  color: #000;
  z-index: 1000;
}
.screen-reader-response {
  display: none;
}
.kandidato-froma .contact-body-from::after {
  display: none;
}
.kandidato-froma .contact-body-from {
  background-color: transparent;
}
/* Karjera end*/
/* Paslaugos */
.paslaugos-main {
  background-color: var(--color-f8f8f8);
  position: relative;
  z-index: 1;
}
.breadcrumbs-paslaugos {
  background-color: var(--color-ecded5) !important;
}
.paslaugos-main .paslaugos,
.paslaugos-main h1 {
  position: relative;
  z-index: 3;
}
.paslaugos-main .paslaugos {
  padding: 0 0 100px;
}
.paslaugos-main h1 {
  margin-bottom: 70px;
}
.paslaugos-main::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color-ecded5);
  height: 955px;
  width: 100%;
  z-index: 2;
}
.paslaugos ul.all-paslaugos {
  gap: 85px 100px;
}
.paslaugos ul.all-paslaugos .item-50 {
  flex: 1 1 calc(50% - 100px);
  width: calc(50% - 100px);
}
.paslaugos ul.all-paslaugos .item-50 a .cover-image {
  height: 485px;
}
.paslaugos ul.all-paslaugos .item-50 .paslaugos-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 35px 0 40px 30px;
  background-color: #fff;
  display: flex;
  align-items: flex-end;
  gap: 15px;
  width: 405px;
}
.paslaugos ul.all-paslaugos .item-50 .paslaugos-txt p {
  font-size: 32px;
  font-weight: 600;
  color: var(--color-000000);
  transition: all 0.3s ease-in-out;
}
.paslaugos ul.all-paslaugos .item-50:hover .paslaugos-txt p {
  color: var(--color-ec008c);
}
.paslaugos ul.all-paslaugos .item-50 .paslaugos-txt .paslaugos-txt-img {
  height: 100px;
  width: 90px;
}
.paslaugos ul.all-paslaugos .item-50 .paslaugos-txt img,
.paslaugos ul.all-paslaugos .item-50 .paslaugos-txt svg {
  fill: var(--color-00aeef);
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* Paslaugos end*/
/* Single paslauga */
.breadcrumbs-pospaudiniai-darbai,
.breadcrumbs-skaitmenine-spauda,
.breadcrumbs-fleksografine-spauda,
.breadcrumbs-ofsetine-spauda {
  background-color: var(--color-ecded5) !important;
}
.single-paslauga-ins {
  display: flex;
}
.single-paslauga-ins.hero {
  padding: 50px 0 60px;
}
.single-paslauga-ins.hero .left {
  height: 670px;
}
.single-paslauga-ins.hero .right {
  padding-top: 195px;
  z-index: 1;
}
.single-paslauga-ins.hero .right::before {
  content: "";
  display: block;
  position: absolute;
  top: 115px;
  left: -100px;
  background-color: #fff;
  height: 700px;
  width: 100000%;
  z-index: -1;
}
.single-paslauga-ins .right p {
  color: var(--color-636363);
}
.single-paslauga-ins .right p strong,
.single-paslauga-ins.reverse .left p strong {
  font-size: 24px;
  font-weight: 900;
  color: var(--color-232323);
}
.single-paslauga-ins.reverse .left {
  padding-right: 110px;
  padding-top: 85px;
}
.single-paslauga-ins.reverse .left .paslaugos-btn {
  margin-top: 65px;
}
.single-paslauga-ins.reverse .right {
  height: 480px;
}
.single-paslauga-ins-rv-txt {
  position: absolute;
  z-index: 1;
}
.single-paslauga-ins-rv-txt {
  position: absolute;
  z-index: 1;
  top: 140px;
  left: 35%;
  width: 43%;
  transform: rotate(-11deg);
}
.single-paslauga-ins-rv-txt p {
  color: #fff !important;
  font-family: var(--second-font);
  font-size: 24px;
}
.home-atlikti h2 {
  font-size: 36px;
  margin-top: 50px;
}
/* Single paslauga end*/
/* Straipsniai */
.single.single-post #breadcrumbs,
.breadcrumbs-straipsniai,
.woocommerce-shop #breadcrumbs,
.single-product #breadcrumbs {
  background-color: var(--color-f8f8f8);
}
.atlikti-page.extra-posts {
  padding-bottom: 95px;
}
.extra-posts-block .atlikti-darbai li .cover-image {
  height: 288px;
  width: 100%;
  display: flex;
  align-items: center;
}
.extra-posts-block .atlikti-darbai li a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.extra-posts-block .atlikti-darbai li a .post-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 35%;
}
.atlikti-darbai-container ul.flex-warp-container .item-33 {
  flex: 1 1 calc(33.3% - 20px);
  width: calc(33.3% - 20px);
}
.atlikti-darbai-container ul.flex-warp-container p {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #232323;
}
.extra-posts .atlikti-darbai li p,
.extra-posts .atlikti-darbai li span {
  transition: all 0.3s ease-in-out;
}
.extra-posts .atlikti-darbai li:hover p,
.extra-posts .atlikti-darbai li:hover a .post-text span.date {
  color: var(--color-00aeef);
}
.extra-posts-block .atlikti-darbai li a .post-text span.date {
  color: var(--color-636363);
}
/* Straipsniai end*/
/* Single straipsnis */
.main-container-str {
  display: flex;
  padding-top: 25px;
  padding-bottom: 135px;
}
.left-side {
  width: 66%;
}
.right-side {
  width: 34%;
  padding-left: 95px;
}
.single-straipsnis h1 {
  margin: 25px 0 0;
}
.main-container-str .date {
  font-size: 18px;
  color: var(--color-636363);
}
.single-straipsnis .date {
  margin: 25px 0;
  display: block;
}
.latest-posts ul li a h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.latest-posts ul li {
  padding: 25px 0;
  border-bottom: 1px solid var(--color-636363);
  transition: all 0.3s ease-in-out;
}
.latest-posts ul li:hover h4,
.latest-posts ul li:hover span {
  color: var(--color-00aeef);
}
.main-container-str a.link-back {
  display: block;
  margin: 30px 0 0;
  font-size: 20px;
  font-weight: 600;
}
.main-container-str .video-holder {
  position: relative;
}
.main-container-str .video-holder .iframe iframe {
  height: 100%;
  width: 100%;
}
.main-container-str .video-holder .iframe {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  margin: 110px 0 0;
}
.main-container-str .video-holder .iframe .i-container {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.main-container-str .video-holder .iframe .i-container i {
  font-size: 75px;
  color: rgba(240, 242, 243, 0.6);
}
/* Single straipsnis end*/
/* Single page */
.single-page,
.wp-singular #breadcrumbs {
  background-color: var(--color-f8f8f8);
}
body.page-template-page-karjera-php #breadcrumbs,
body.page-template-page-about-php #breadcrumbs {
  background-color: var(--color-ecded5);
}
.single-page {
  padding: 0 0 100px;
}
.single-page p {
  margin: 0 0 10px;
  color: var(--color-636363);
}
.single-page ul li {
  margin-left: 25px;
  margin-bottom: 8px;
  color: var(--color-636363);
  list-style: disc;
}

/* Woo Product Business Card Builder */
.product-builder-holder {
  width: 100%;
}

.product-builder-content {
  width: 100%;
}
@media screen and (max-width: 1500px) {
  /* Home page */
  .help-controls {
    width: 97%;
  }
  .hero-slider .slider-txt h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1384px) {
  .container {
    max-width: 1360px;
  }
  /* Home page */
  .home-aboutHelp-ins .right {
    margin-left: -20px;
  }
  .home-aboutHelp-ins ul li ul.help-pas {
    display: flex;
    gap: 30px;
    margin: 15px 0 0;
  }
  .galimybes-btn {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1260px) {
  .about-klausimai {
    padding: 90px 150px 110px;
  }
  div#breadcrumbs {
    margin: 0;
  }
  /* Home page */
  .home-gaminiai .containerWithImg .image {
    height: 62px;
    width: 65px;
  }
  .home-heroGaminiai {
    flex-wrap: wrap;
  }
  .home-heroGaminiai .containerNoimg {
    width: 25%;
  }
  .home-gaminiai .containerWithImg {
    width: 15%;
  }
  .home-heroGaminiai .containerWithImg p {
    text-align: center;
  }
  .contact-form {
    padding: 35px;
  }
  .home-form-ins .left::before {
    display: none;
  }
  /* Header burger */
  .desktop-menu {
    display: none;
  }
  div#burger-content {
    display: block !important;
  }
  .hero-slider {
    margin: 0;
  }
  /* Footer */
  .map .map-image,
  .map .map-image img {
    height: 500px;
  }
  .footer .map .about {
    top: 60px;
    height: 360px;
    width: 525px;
    padding: 40px 30px;
    gap: 15px;
  }
  .footer .map .about a,
  .footer .map .about p {
    font-size: 16px;
  }
  /* Single paslauga */
  .single-paslauga-ins.hero .right {
    padding-top: 143px;
  }
  .single-paslauga-ins.hero .right::before {
    height: 789px;
  }
  /* Kontaktai */
  .kontaktai-ins .imgcontainer img {
    height: 100%;
    width: 100%;
  }
  .kontaktai-ins .left .imgcontainer {
    height: 291px;
    width: 478px;
  }
}
@media screen and (max-width: 1060px) {
  /* Home page */
  .home-aboutHelp-ins {
    flex-direction: column;
  }
  .home-aboutHelp-ins ul li ul.help-pas {
    justify-content: space-between;
  }
  .home-aboutHelp-ins .right {
    margin: 0;
  }
  .home-aboutHelp-ins .right,
  .home-aboutHelp-ins .left {
    width: 100%;
  }
  .help-controls {
    width: 100%;
    z-index: 99;
    position: relative;
    margin: 20px 0 0;
  }
  .home-aboutHelp-ins ul li ul.help-pas li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .home-aboutHelp-ins .left {
    height: 500px;
  }
  .home-aboutHelp-ins .right::before {
    display: none;
  }
  /* Paslaugos */
  .paslaugos ul.all-paslaugos .item-50 .paslaugos-txt {
    padding: 25px;
    width: 315px;
  }
  .paslaugos ul.all-paslaugos .item-50 .paslaugos-txt p {
    font-size: 25px;
  }
  .paslaugos ul.all-paslaugos .item-50 a .cover-image {
    height: 429px;
  }
  .paslaugos ul.all-paslaugos {
    gap: 50px;
  }
  /* Gaminiai */
  .gaminai-hero-ins .left::before {
    height: 728px;
  }
  /* Straipsniai */
  .extra-posts-block .atlikti-darbai li .cover-image {
    height: 230px;
  }
  .extra-posts-block .atlikti-darbai li a .post-text {
    height: 43%;
  }
  .atlikti-darbai-container ul.flex-warp-container {
    gap: 50px 20px;
  }
  /* Single straipsnis */
  .right-side {
    width: 34%;
    padding-left: 45px;
  }
  /* Apie mus */
  .hero-about .right::before {
    height: 580px;
  }
  .middle-about ul.iso_list {
    gap: 50px;
  }
  .about-gaminiai .right::before {
    left: -55px;
    height: 686px;
  }
  /* Kontaktai */
  .kontaktai-ins {
    flex-direction: column;
    gap: 40px;
  }
  .kontaktai-ins .left,
  .kontaktai-ins .right {
    width: 100%;
  }
  .kontaktai-ins .right {
    padding-left: 0;
  }
  /* Single atlikti darbai */
  .single-atlikti-darbai .right {
    padding-left: 30px;
  }
  .atlikti-slider-ins li .cover-image {
    height: 424px;
  }
  .controlers-atlikti {
    bottom: -51px;
    width: 172px;
    height: 107px;
    padding: 10px;
  }
  .single-atlikti-darbai {
    padding: 30px 0 80px;
  }
}
@media screen and (max-width: 870px) {
  .left,
  .right {
    width: 100%;
  }
  .about-klausimai {
    padding: 50px 50px 60px;
  }
  .about-klausimai p {
    margin: 30px 0 40px;
  }
  /* Home page */
  .hero-slider li.slick-slide .hero-image {
    left: 0;
    width: 100%;
  }
  .hero-slider .slider-txt {
    width: 70%;
  }
  .home-galimybes {
    flex-direction: column;
  }
  .container-privalumai-out .right {
    top: unset;
    bottom: 0;
    height: 500px;
  }
  .container-privalumai .left {
    margin: 20px 0 540px;
  }
  .container-privalumai {
    flex-direction: column;
    gap: 40px;
  }
  /* Footer */
  .footer .map .about {
    top: 0px;
    position: relative;
  }
  .map .map-image,
  .map .map-image img {
    height: 401px;
  }
  /* Single paslauga */
  .single-paslauga-ins {
    flex-direction: column;
  }
  .single-paslauga-ins.hero .right::before {
    top: 0px;
  }
  .single-paslauga-ins.hero .right {
    padding-top: 60px;
  }
  .single-paslauga-ins.hero .right::before {
    height: 590px;
  }
  .single-paslauga-ins.reverse .left {
    padding-right: 0;
    padding-top: 50px;
  }
  .single-paslauga-ins.hero .left {
    height: 560px;
  }
  /* Gaminiai */
  .gaminai-hero-ins {
    flex-direction: column-reverse;
  }
  .gaminiai-darbai {
    padding: 30px 0;
  }
  /* Straipsniai */
  .pagation-naujienos {
    padding: 40px 0;
  }
  .atlikti-darbai-container ul.flex-warp-container .item-33 {
    flex: 1 1 calc(50% - 20px);
    width: calc(50% - 20px);
    max-width: 50%;
  }
  /* Single straipsnis */
  .main-container-str {
    flex-direction: column;
    gap: 50px;
  }
  .left-side,
  .right-side {
    width: 100%;
  }
  .right-side {
    padding-left: 0;
  }
  .single-straipsnis-heroimg.cover-image {
    height: 500px;
  }
  .latest-posts ul {
    display: flex;
    justify-content: space-between;
    gap: 15px;
  }
  /* Apie mus */
  .hero-about {
    padding: 50px 0;
    flex-direction: column;
  }
  .hero-about .right::before {
    height: 408px;
    top: -22px;
  }
  .hero-about .left {
    height: 556px;
  }
  .middle-about {
    margin: 50px 0 100px;
  }
  .about-gaminiai {
    flex-direction: column;
    gap: 30px;
  }
  .about-gaminiai .left {
    height: 435px;
  }
  /* Single atlikti darbai */
  .single-atlikti-darbai {
    flex-direction: column;
    gap: 40px;
  }
  .single-atlikti-darbai .right {
    padding-left: 0;
  }
  .single-atlikti-darbai .right .socials ul {
    gap: 20px;
    margin-bottom: 20px;
  }
  .single-atlikti-darbai .right p {
    margin: 20px 0 30px;
  }
}
@media (max-width: 768px) {
  .jr-viewed-products-desktop {
    display: none;
  }
  .jr-viewed-products-mobile {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  /* Home page */
  .home-heroGaminiai .containerNoimg,
  .home-gaminiai .containerWithImg {
    width: 50%;
    border-bottom: 1px solid #5e5e5e;
  }
  .home-gaminiai .containerWithImg:nth-child(2n) {
    border-right: none;
  }
  /* Footer */
  .map .map-image,
  .map .map-image img {
    height: 365px;
  }
  .footer .credentials {
    padding: 30px 0;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
  .footer .credentials .socials svg {
    height: 22px;
  }
  /* Paslaugos */
  .paslaugos ul.all-paslaugos .item-50 .paslaugos-txt {
    width: 100%;
  }
  .paslaugos ul.all-paslaugos {
    gap: 25px;
  }
  /* Single paslauga */
  .single-paslauga-ins.hero .right::before {
    height: 700px;
  }
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  body p,
  a,
  div,
  span {
    font-size: 14px;
  }
  .about-klausimai p {
    margin: 10px 0 25px;
  }
  .about-klausimai {
    padding: 40px 25px;
  }
  /* Home page */
  .contact-form form .accep_btn {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .contact-form form .accep_btn .btnPrimaryHolder {
    align-self: flex-end;
    padding-top: 20px;
  }
  .contact-form form .btnPrimary {
    padding-right: 20px;
  }
    .btnPrimary {
    padding-right: 0px;
  }
  .contact-form form .accep_btn label br {
    display: none;
  }
  a.main-btn {
    font-size: 15px;
    padding: 13px 40px;
  }
  .hero-slider .slider-txt h1 {
    font-size: 32px;
  }
  .containerWithImg p,
  .home-straipsniai ul.paslaugos-carousel-list li span,
  .home-aboutHelp-ins ul li p,
  .container-privalumai .left span,
  .container-privalumai .left p {
    font-size: 14px;
  }
  .home-aboutHelp-ins ul li span,
  .home-span,
  .home-straipsniai-txt a,
  .home-straipsniai ul.paslaugos-carousel-list li p,
  .container-privalumai .left span,
  .container-privalumai .left p {
    font-size: 15px;
  }
  .container-privalumai .left ul li a {
    font-size: 16px;
  }
  .container-privalumai .left ul li::before {
    height: 20px;
    width: 20px;
    font-size: 11px;
  }
  .container-privalumai .left h2,
  .home-galimybes .right h2 {
    margin: 15px 0 25px;
    padding-right: 0;
  }
  .home-header-slider-controlers span img {
    height: 30px;
    width: 30px;
  }
  .hero-slider .custom-dots ul.slick-dots li.slick-active::before,
  .custom-dots-sec ul.slick-dots li.slick-active::before,
  .custom-dots-container ul.slick-dots li.slick-active::before {
    height: 15px;
    width: 15px;
  }
  .hero-slider .custom-dots ul.slick-dots li.slick-active,
  .custom-dots-sec ul.slick-dots li.slick-active,
  .custom-dots-container ul.slick-dots li.slick-active {
    height: 5px;
    width: 5px;
  }
  .home-gaminiai .containerWithImg .image {
    height: 50px;
    width: 52px;
  }
  .home-aboutHelp-ins ul li ul.help-pas li span {
    font-size: 10px;
    text-align: center;
  }
  .home-aboutHelp-ins ul li ul.help-pas li svg {
    height: 67px;
    width: 58px;
  }
  .hero-slider ul.home-slider .slick-list .slick-slide,
  .hero-slider li.slick-slide .hero-image {
    height: 441px;
  }
  .home-aboutHelp-ins {
    padding: 60px 0 25px;
    gap: 15px;
  }
  .home-straipsniai ul.paslaugos-carousel-list li .img-container {
    height: 176px;
    width: 100%;
  }
  .home-atlikti ul.atlikti-carousel-list li .img-container {
    height: 388px;
  }
  .home-atlikti ul.atlikti-carousel-list {
    padding: 15px 0;
  }
  .hero-slider .custom-dots ul.slick-dots,
  .custom-dots-sec ul.slick-dots,
  .custom-dots-container ul.slick-dots {
    padding: 15px 0;
  }
  .container-privalumai .left ul {
    margin: 20px 0 0;
    gap: 15px;
  }
  .contact-form form .form-group p input,
  .contact-form form .form-group p textarea {
    padding: 10px;
    font-size: 12px;
  }
  .contact-form form .form-group p textarea {
    height: 101px;
  }
  .contact-form form .accep_btn {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  
  /*  .contact-form form .accep_btn button {
    font-size: 15px;
    padding: 9px 43px;
    height: 42px;
  }*/
  .contact-form form .form-group p input {
    height: 35px;
  }
  .contact-form form .acceptance_modal input#privacy_accept1 {
    height: 18px;
    width: 18px;
    border-radius: 2px !important;
  }
  .contact-form form .acceptance_modal input#privacy_accept1:checked::before {
    font-size: 16px;
  }
  .contact-form form .custom-file-upload label {
    padding-left: 0;
    font-size: 11px;
  }
  .contact-form form .custom-file-upload label img {
    height: 20px;
    width: 20px;
  }
  .home-aboutHelp-ins .left {
    height: 364px;
  }
  .home-form {
    overflow: hidden;
  }
  .home-form-ins .right.contact-form {
    width: 109%;
    margin-left: -20px;
  }
  .home-parneriai {
    padding: 40px 0;
  }
  .home-parneriai ul li img {
    max-height: 50px;
  }
  .home-form .home-form-ins {
    padding: 45px 0 0px;
  }
  .home-header-slider-controlers {
    top: 4px;
  }
  .home-parneriai ul li {
    width: 100% !important;
    margin: 15px;
  }
  .home-parneriai ul.partneriai {
    margin: 0 -15px;
  }
  .home-galimybes .right::before {
    display: none;
  }
  .home-galimybes {
    padding: 60px 0;
  }
  .home-aboutHelp-ins ul li h2 {
    margin: 20px 0;
  }
  /* Footer */
  .footer .map .mobile-img {
    display: block;
  }
  .footer .map .desktop-img {
    display: none;
  }
  .map .map-image,
  .map .map-image img {
    height: 301px;
  }
  .footer .map .about {
    height: 250px;
    width: 100%;
    padding: 30px 0 0;
    gap: 10px;
  }
  .footer .map .about img {
    margin-bottom: 20px;
    width: 150px;
  }
  .footer .map .about a,
  .footer .map .about p {
    font-size: 14px;
  }
  .footer .credentials a,
  .footer .credentials p {
    font-size: 10px;
    text-align: center;
  }
  .container-privalumai .left {
    margin: 20px 0 417px;
  }
  .container-privalumai-out .right {
    height: 425px;
  }
  .footer .credentials {
    padding: 20px 0;
  }
  .single-prod-related h3 {
    font-size: 22px;
    margin: 30px 0 10px;
  }
  .burger-nav-content {
    border-radius: 0;
    box-shadow: none;
  }
  .add-to-cart-container-novar form.cart button.single_add_to_cart_button,
  .single-main-woo form.cart #pa-buttons button {
    padding: 10px 35px !important;
    font-size: 12px !important;
  }
  .single_variation_wrap button.single_add_to_cart_button img,
  form#commentform .form-submit input img,
  .add-to-cart-container-novar form.cart button.single_add_to_cart_button img {
    height: 14px;
    width: 14px;
    margin-right: 10px;
  }
  .product-description-novar {
    margin: 10px 0 0;
    padding: 10px 0;
  }
  #review_form span#reply-title {
    padding: 9px 0;
    font-size: 9px;
  }
  .main-single-images .slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 300px;
  }
  /* Burger Menu */
  .burger-nav-content {
    right: -12px;
    padding: 5px 22px 15px;
    width: 105%;
    overflow: hidden;
  }
  .extra_nav_mobile a.navbar-brand {
    width: 140px;
  }
  .extra_nav_mobile a.navbar-brand img {
    height: 100%;
    width: 100%;
  }
  div#burger-content .shop-icons {
    margin-right: 10px;
    gap: 14px;
  }
  .burger-btn {
    width: 40px;
  }
  .burger-btn span {
    width: 87%;
  }
  .burger-btn span + span {
    margin-top: 6px;
  }
  @keyframes top {
    50% {
      top: 10px;
      transform: rotate(0);
    }
    100% {
      top: 10px;
      transform: rotate(45deg);
    }
  }

  @keyframes top-2 {
    0% {
      top: 10px;
      transform: rotate(45deg);
    }
    50% {
      top: 10px;
      transform: rotate(0deg);
    }
    100% {
      top: 0;
      transform: rotate(0deg);
    }
  }

  @keyframes bottom {
    0% {
      bottom: 0;
      transform: rotate(0);
    }
    50% {
      bottom: 10px;
      transform: rotate(0);
    }
    100% {
      bottom: 10px;
      transform: rotate(135deg);
    }
  }
  /* Paslaugos */
  .paslaugos ul.all-paslaugos .item-50 .paslaugos-txt .paslaugos-txt-img {
    height: 58px;
    width: 60px;
  }
  .paslaugos ul.all-paslaugos .item-50 .paslaugos-txt p {
    font-size: 18px;
  }
  .paslaugos ul.all-paslaugos .item-50 a .cover-image {
    height: 360px;
  }
  .paslaugos-main h1 {
    margin-bottom: 35px;
  }
  .paslaugos-main::before {
    height: 660px;
  }
  .paslaugos-main .paslaugos {
    padding: 0 0 65px;
  }
  /* Single paslauga */
  .single-paslauga-ins.reverse .left {
    padding-top: 0;
  }
  .single-paslauga-ins.hero .left {
    height: 430px;
  }
  .single-paslauga-ins.reverse .right {
    height: 380px;
    margin-top: 30px;
  }
  .home-atlikti h2 {
    margin-top: 0px;
  }
  .single-paslauga-ins .right p strong,
  .single-paslauga-ins.reverse .left p strong,
  .single-paslauga-ins-rv-txt p {
    font-size: 18px;
  }
  .home-atlikti h2 {
    font-size: 28px;
  }
  .single-paslauga-ins.hero {
    padding: 20px 0 60px;
  }
  /* Gaminiai */
  .gaminai-hero-ins {
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .gaminiai-darbai {
    padding: 20px 0;
    gap: 20px;
  }
  .gaminiai-darbai .item-25 {
    flex: 1 1 calc(50% - 20px);
    width: calc(50% - 20px);
    max-width: 50%;
  }
  /* Straipsniai */
  .atlikti-page.extra-posts {
    padding-bottom: 20px;
  }
  .atlikti-page h1 {
    padding: 10px 0 20px;
  }
  .atlikti-darbai-container ul.flex-warp-container p {
    font-size: 16px;
  }
  .extra-posts-block .atlikti-darbai li a .post-text {
    height: 32%;
  }
  .pagation-naujienos .page-numbers {
    height: 33px;
    width: 33px;
    font-size: 14px;
  }
  .pagation-naujienos {
    padding: 20px 0;
  }
  /* Single straipsnis */
  .single-straipsnis-heroimg.cover-image {
    height: 350px;
  }
  .main-container-str .video-holder .iframe {
    height: 280px !important;
    margin: 50px 0 0;
  }
  .latest-posts ul li a h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .main-container-str .date {
    font-size: 13px;
  }
  .main-container-str a.link-back {
    margin: 15px 0 0;
    font-size: 16px;
  }
  .main-container-str {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  /* Apie mus */
  .middle-about ul.iso_list li {
    align-items: center;
  }
  .middle-about ul.iso_list li .image {
    height: 53px;
    width: 44%;
  }
  .middle-about ul.iso_list li .image svg {
    height: 100%;
  }
  .middle-about ul.iso_list {
    gap: 25px;
  }
  .middle-about {
    margin: 25px 0 40px;
  }
  .hero-about {
    padding: 30px 0;
  }
  .about-gaminiai .left {
    height: 340px;
  }
  .about-gaminiai .right h2 {
    margin: 15px 0 20px;
  }
  .hero-about .left {
    height: 439px;
  }
  .about-gaminiai .right {
    padding-right: 0;
  }
  /* Kontaktai */
  .contact-form-simple form input,
  .contact-form-simple form .group p label select {
    height: 40px;
  }
  .contact-form-simple form label,
  .contact-form-simple form .group p label select option {
    font-size: 12px;
  }
  .contact-form-simple form input,
  .contact-form-simple form .group p label select,
  .contact-form-simple form textarea {
    padding: 10px;
  }
  .contact-form-simple form textarea {
    height: 120px;
  }
  /*  .contact-form-simple form .accep_btn button {
    font-size: 16px;
    padding: 8px 41px;
    height: 43px;
  }*/
  .kontaktai-ins .left .imgcontainer {
    height: 306px;
    width: 100%;
  }
  .kontaktai-ins .left {
    padding-top: 15px;
    padding-right: 0;
  }
  .kontaktai-ins .left h4 {
    margin-bottom: 10px;
  }
  .kontaktai-ins {
    padding-top: 15px;
    padding-bottom: 40px;
  }
  .contact-form-simple form .accep_btn {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .contact-form-simple form .acceptance_modal label {
    display: block;
  }
  .kandidato-froma {
    padding: 20px 15px;
  }
  /* Karjera */
  .gaminai-hero-ins .left::before {
    top: -25px;
  }
  .gaminai-hero-ins .right {
    height: 500px;
  }
  .karjera-acorrdion h2 {
    font-size: 26px;
    margin: 35px 0;
  }
  .karjera-acorrdion .kainynas-acorrdion ul li .kainynas-toggle-menu-head-txt {
    height: 45px;
    padding-left: 20px;
  }
  .karjera-acorrdion
    .kainynas-acorrdion
    ul
    li
    .kainynas-toggle-menu-head-txt
    h5 {
    font-size: 14px;
  }
  .karjera-acorrdion
    .kainynas-acorrdion
    ul
    li
    .kainynas-toggle-menu-head-txt
    img {
    height: 28px;
    width: 13px;
  }
  .kainynas-acorrdion {
    padding-bottom: 40px;
  }
  .karjera-acorrdion
    .kainynas-acorrdion
    ul
    li.accordtion-block
    .toggle-menu-txt {
    padding: 15px 20px;
  }
  .karjera-acorrdion
    .kainynas-acorrdion
    ul
    li.accordtion-block
    .toggle-menu-txt
    .karjera-btn {
    margin-top: 20px;
  }
  .contact-body-from.kontaktu-forma h3 {
    font-size: 20px;
  }
  .kandidato-froma .close-button {
    top: 16px;
    font-size: 23px;
    right: 15px;
  }
  /* Single atlikti darbai */
  .atlikti-slider-ins li .cover-image {
    height: 324px;
  }
  .controlers-atlikti {
    bottom: 0px;
    width: 115px;
    height: 79px;
    padding: 10px;
  }
  .atlikti-header-slider-controlers {
    height: 34px;
    padding: 0 10px;
  }
  .single-atlikti-darbai {
    padding: 30px 0 40px;
    gap: 20px;
  }
  .single-atlikti-darbai .right h1 {
    font-size: 18px;
  }
  /* Atlikti darbai */
  .custom-dots-sec-atlikti span {
    font-size: 16px;
  }
  .atlikti-header-slider-controlers span img {
    height: 21px;
    width: 21px;
  }
  /* Shop page */
  .jr-ajax-filters-form .jr-product-price bdi,
  .jr-viewed-products-mobile .jr-product-price bdi {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  /* Paslaugos */
  .paslaugos ul.all-paslaugos .item-50 {
    flex: 1 1 calc(100%);
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .about-klausimai {
    padding: 40px 0;
  }
  /* Home page */
  .hero-slider .slider-txt {
    width: 100%;
  }
  .hero-slider ul.home-slider .slick-list .slick-slide,
  .hero-slider li.slick-slide .hero-image {
    height: 347px;
  }
  .home-atlikti ul.atlikti-carousel-list li .img-container {
    height: 313px;
  }
  .home-atlikti h2 {
    font-size: 28px;
    margin-top: 15px;
  }
  .contact-form {
    padding: 30px 17px;
  }
  .home-form .slick-dots.custom-dots-fourth {
    display: none;
  }
  .home-aboutHelp-ins ul li ul.help-pas {
    gap: 15px;
  }
  .burger-nav-content {
    width: 107%;
  }
  /* Footer */
  .map .map-image,
  .map .map-image img {
    height: 240px;
  }
  /* Single paslauga */
  .single-paslauga-ins.reverse .right {
    height: 300px;
  }
  .single-paslauga-ins-rv-txt {
    top: 91px;
    left: 32%;
  }
  .single-paslauga-ins.hero .left {
    height: 330px;
  }
}
@media screen and (max-width: 460px) {
  /* Straipsniai */
  .atlikti-darbai-container ul.flex-warp-container .item-33 {
    flex: 1 1 calc(100% - 20px);
    width: calc(100% - 20px);
    max-width: 100%;
  }
  /* Apie mus */
  .middle-about ul.iso_list {
    flex-direction: column;
  }
  .middle-about ul.iso_list li {
    width: 100%;
  }
  .about-gaminiai .left {
    height: 300px;
  }
  .hero-about .left {
    height: 390px;
  }
  .hero-about .right::before {
    height: 608px;
    top: -22px;
  }
  /* Kontaktai */
  .kontaktai-ins .left .imgcontainer {
    height: 240px;
  }
  .contact-form-simple form .group p {
    gap: 0;
    flex-direction: column;
  }
  .contact-form-simple form .group p label {
    width: 100%;
  }
  .kontaktai-ins .left p {
    margin-bottom: 10px;
  }
  /* Karjera */
  .gaminai-hero-ins .right {
    height: 350px;
  }
  /* Single atlikti darbai */
  .controlers-atlikti {
    width: 120px;
    height: 60px;
  }
  .atlikti-header-slider-controlers span img {
    height: 21px;
    width: 12px;
  }
  .atlikti-header-slider-controlers {
    height: 22px;
  }
  .atlikti-slider-ins li .cover-image {
    height: 280px;
  }
}
@media screen and (max-width: 400px) {
  /* Home page */
  .home-form-ins .right.contact-form {
    width: 114%;
  }
  .hero-slider .slider-txt h1 {
    font-size: 28px;
    margin: 30px 0 50px;
  }
  .home-aboutHelp-ins .left {
    height: 281px;
  }
  .burger-nav-content {
    width: 109%;
  }
  /* Paslaugos */
  .paslaugos ul.all-paslaugos .item-50 .paslaugos-txt {
    padding: 15px;
  }
  .paslaugos ul.all-paslaugos .item-50 .paslaugos-txt p {
    font-size: 16px;
  }
  .paslaugos ul.all-paslaugos .item-50 a .cover-image {
    height: 320px;
  }
  /* Single paslauga */
  .single-paslauga-ins.hero .right::before {
    height: 735px;
  }
  .single-paslauga-ins-rv-txt p {
    font-size: 14px;
  }
  /* Gaminiai */
  .gaminiai-darbai .item-25 {
    flex: 1 1 calc(50% - 20px);
    width: calc(50%);
    max-width: 50%;
  }
  /* Single straipsnis */
  .latest-posts ul {
    flex-direction: column;
  }
  .main-container-str .video-holder .iframe {
    height: 220px !important;
  }
  .single-straipsnis-heroimg.cover-image {
    height: 280px;
  }
  .main-container-str h1 {
    font-size: 24px;
  }
  .main-container-str .video-holder .iframe .i-container i {
    font-size: 47px;
  }
  /* Karjera */
  .karjera-acorrdion
    .kainynas-acorrdion
    ul
    li
    .kainynas-toggle-menu-head-txt
    h5 {
    font-size: 12px;
  }
  .karjera-acorrdion .kainynas-acorrdion ul li .kainynas-toggle-menu-head-txt {
    gap: 20px;
  }
  .contact-form-simple form label,
  .kandidato-froma.contact-form-simple form select {
    width: 100%;
  }
  .kandidato-froma.contact-form-simple form select {
    font-size: 10px;
  }
}

/** Elements Animation **/
@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

.slick-active .slider-txt p {
  animation-name: fadeInLeftToRight;
  animation-duration: 2s;
  opacity: 1;
}
.slick-active .slider-txt h1 {
  animation-name: fadeInUpSD;
  animation-duration: 1.2s;
  opacity: 1;
}

.slick-active .slider-txt .btnPrimaryHolder {
  animation: backInUp;
  animation-duration: 2s;
}

.slick-active .hero-image {
  animation: fadeInRight;
  animation-duration: 1s;
}

.containerWithImg {
  overflow: hidden;
}

/* Elements Animation End **/
