/*
Theme Name: Valorus
Theme URI: URL
Version: 1.0
Author: Valorus
Author URI: http://www.Valorus.lt/
*/

/* RESET */
/* ----------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }


/* MAIN LAYOUT */
/* ----------------------------------------- */

:root {
  --font:  'Helvetica Neue LT Pro', sans-serif;
  --bold-font: 'Helvetica Neue LT Pro 750', sans-serif;
  --font-size: 15px;
  --line-height: 22.5px;
}



select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .inputbox {
  color: #999999;
  font-size: 16px;
  line-height: 16px;
  border-color: #ccc;
  height: 39px;
  width: 100%;
}

html {
  height:100%;
  min-height: 100%;
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1370px;
  padding: 0 15px;
}


.button {
  background-color: var(--main-color);
  font-weight: 400;
  color: var(--text-color);
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: 0.06em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--main-color);
  text-align: center;
  padding: 12px 33px;
}


.button:hover {
  background-color: var(--text-color);
  border-color: var(--main-color);
  color: var(--main-color);
  text-decoration: none;
  opacity: 1;
}

body {
  font-family: var(--font);
  color: var(--text-color);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-size: var(--font-size);
  line-height: var(--line-height);
  /*padding-top: 76px;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}

h1,
h2,
h3 {

}

h4,
h5,
h6 {

}


h1 {
  /*font-size: 45px;*/
  font-size: 45px;

  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 992px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 992px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 27px;
  }
}

h3 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
}

@media (max-width: 992px) {
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.16;
}

@media (max-width: 768px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.37;
}


h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.37;
  letter-spacing: 0.07em;
}

@media (max-width: 768px) {
  h6 {
    letter-spacing: 0.0em;
  }
}

.header {
  background: radial-gradient(100% 1190.02% at 102.11% -710.24%, #000000 0%, var(--main-color) 60%, var(--sub-color) 70%, #000000 100%);
  /*background: radial-gradient(80.3% 1190.02% at 102.11% -710.24%, #000000 0%, var(--main-color) 48.33%, var(--sub-color) 60.92%, #000000 93.34%) !* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected *!;*/
  position: sticky;
  width: 100%;
  z-index: 105;
  top: 0;
  left: 0;
  /*padding: 19px 0;*/
}


.header__logo h1 {
  font-size: 0;
  line-height: 1;
  margin-bottom: 0;
  /*padding-left: 15px;*/
}

.logo h1 a {
  max-height: 120px;
  object-fit: contain;
}


.logo h1 a:hover {
  opacity: 1;
}

.header__logo img {
  width: 84px;
  object-fit: contain;
}

.admin-bar header {
  top: 32px;
}

footer {
  margin-top: auto;
  padding: 36px 0;
}

.footer .container {
  max-width: 1325px;
}

.footer__rekvizitai p:not(:last-child) {
  margin-bottom: 16px;
}

.footer__rekvizitai {
  margin-bottom: 23px;

}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
  align-items: center;
}

.footer__column {
  color: white;
}

.footer__row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 45px;
}

.contact-link {
  color: white;
}

.footer__bottom {
  padding-bottom: 0;
}

.contact-link:hover {
  text-decoration: none;
  color: var(--accent-color);
}


.footer {
  background: radial-gradient(80.3% 1190.02% at 102.11% -710.24%, #000000 0%, var(--main-color) 48.33%, var(--sub-color) 60.92%, #000000 93.34%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}

.footer__column-contacts-block {
  display: flex;
}

.footer__column-contacts-block p {

}

.footer__text {
  color: white;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.footer__bottom-block {
  display: flex;
  align-items: center;
  gap: 37px;
  flex-wrap: wrap;
}

.footer__copyright {
  color: white;
}

.footer-menu {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  gap: 40px;
}

.header-menu-bottom {
 display: flex;
  flex-direction: column;
  gap: 17px;
  list-style: none;
  padding: 0;
}

.footer-menu li a {
  color: white;
  font-weight: 400;
  font-size: var(--font-size);
  line-height: var(--line-height);
}

.header-menu-bottom li a {
  font-size: var(--font-size);
  line-height: var(--line-height);
  color: white;
}

.footer-menu li a:hover {
  color: var(--accent-color);
  text-decoration: none;
}

.header-menu-bottom li a:hover {
  color: var(--accent-color);
  text-decoration: none;
}

.address__text a {
  color: white;
}

.hours-working {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.hours-working__icon {
  min-width: 24px;
}

.address__map {
  min-width: 24px;
}

.footer__column-contacts-block {
  display: flex;
  gap: 19px;
  align-items: flex-start;
}

.footer__column-contacts {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

.footer__column-contacts-block img {
  object-fit: contain;
}


.footer__column-contacts-block p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.footer__column-contacts-block p a {
  font-weight: 400;
}

.address {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}


@media (max-width: 992px) {
  .footer__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding-bottom: 30px;
  }
  .footer-menu {
    gap: 20px;
  }
  .footer__bottom-block {
    gap: 20px;
  }
  .footer__column-contacts {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .footer__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    padding-bottom: 15px;
  }
  .footer-menu {
    gap: 5px;
  }
  .footer__column-contacts {
    gap: 10px;
  }
  .footer__bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .footer__bottom-block {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

strong {
  font-family: var(--bold-font);
}

a {
  color: var(--accent-color);
  transition: all 0.3s ease-in-out;
}

a:hover,
a:active,
a:focus {
  color: var(--accent-color);
  text-decoration: underline;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

*:focus,
*:active,
*:hover {
  outline: none;
}

p {
  font-size: var(--font-size);
  line-height: var(--line-height);
}

ul {
  padding-left: 20px;
  list-style: disc;
}

ul li {
  font-size: var(--font-size);
  line-height: var(--line-height);
}




.header li a {
  color: white;
  font-weight: 400;
  font-size: 12px;
  line-height: 16.8px;
  font-family: var(--bold-font);
}

.header li > a {
  text-transform: uppercase;
}

.header li a:hover {
  color: var(--accent-color);
  text-decoration: none;
}

.header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.header-menu {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

@media (min-width: 1240px) {
  .header-menu {
    gap: 40px;
  }
  .header li > a {
    letter-spacing: 0.08em;
  }
}


.header-logins__cart {
  position: relative;
}

.cart-count {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 1;
  color: white;
  /*background-color: var(--accent-color);*/
  padding: 0;
  /*border-radius: 50%;*/
  width: 16px;
  height: 16px;
  display: flex;
  transform: translate(50%, -40%);
  justify-content: center;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
}

.xoo-wsc-items-count {
  font-family: Arial, Helvetica, sans-serif;
}

.cart-count:after {
  background-color: var(--accent-color);
  padding: 0;
  border-radius: 50px;
  content: '';
  top: 50%;
  right: 50%;
  width: 16px;
  height: 16px;
  transform: translate(50%, -50%);
  position: absolute;
  z-index: -1;
}

@media (min-width: 992px) {

  .header__menu nav > ul > li {
      padding: 36px 0;
  }
  .menu-item-has-children {
    position: static;
  }
  .main-sub-link > a {
    color: var(--sub-color) !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    line-height: 19.6px !important;
    position: relative !important;
    padding-left: 15px;
  }
  .header li .sub-menu a {
    text-transform: none;
  }

  .main-sub-link > a:before {
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: '';
    display: inline-block;
    height: 0.55em;
    width: 0.55em;
    color: var(--sub-color);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%) rotate(220deg);
    transition: all 0.3s ease-in-out;
  }
  .header-menu > .menu-item-has-children >.sub-menu {
    min-width: 100%;
    flex-direction: row;
    background: #F2F2F2;
    box-shadow:
            0px 4px 6px -2px rgba(10, 13, 18, 0.03),
            0px 12px 16px -4px rgba(10, 13, 18, 0.08);
    right: 50%;
    justify-content: center;
    flex-wrap: wrap;
    top: 100%;
    left: auto;
    display: none;
    transform: translate(50%, 0);
    min-height: 336px;
    list-style: none;
    gap: 150px;
    padding-left: 0;
    padding-top: 24px;
    position: absolute;
  }
  .menu-item-has-children:hover > .sub-menu {
    display: flex;
  }
  .header-menu .menu-item-has-children .sub-menu ul {
    display: flex !important;
    flex-direction: column;
    gap: 8px;
    padding-left: 0;
    list-style: none;
    padding-top: 10px;
  }
  .header-menu .menu-item-has-children .sub-menu ul .sub-menu {
    padding-left: 10px;
  }
  .header-menu .menu-item-has-children .sub-menu li a {
    font-size: var(--font-size);
    line-height: var(--line-height);
    color: var(--text-color);
  }
  .header-menu .menu-item-has-children .sub-menu .sub-menu li a {
    font-size: 15px;
    line-height: 22.5px;
    font-weight: 600;
    font-family: var(--bold-font);
    letter-spacing: 0.0em;
  }
  .header-menu .menu-item-has-children .sub-menu .sub-menu .menu-item-has-children li a {
    font-weight: 400;
    letter-spacing: 0.0em;
  }
  .header li .sub-menu a:hover {
    color: var(--accent-color);
  }
  .current-menu-item > a {
    color: var(--accent-color) !important;
  }
}

.mega-header {
  display: none;
}

.no-scroll {
  overflow: hidden;
}

@media (max-width: 992px) {
  .mega-header .menu-item-has-children > a {

  }
  .menu-item-has-children {
    text-align: center;
  }

  .menu-item-has-children .sub-menu li a {
    font-size: 16px;
    line-height: 1.2;
  }
  .menu-item-has-children .sub-menu li .sub-menu li a {
    font-size: 14px;
    font-weight: 600;
    font-family: var(--bold-font);
  }
  .menu-item-has-children .sub-menu li .sub-menu li .sub-menu a {
    font-size: 12px;
    font-weight: 400;
  }
  .sub-menu {
    padding-left: 0;
  }
  .mega-header .sub-menu {
    display: none;
  }
  .mega-header {
    display: block;
  }
  .header {
    padding: 15px 0;
  }
  .header__logo img {
    width: 65px;
  }
  .header-menu-nav {
    z-index: 55;
    position: relative;
    /*top: 100%;*/
    /*right: 50%;*/
    /*transform: translate(0%, -65%);*/
    left: 0;
    /* width: 100%; */
    padding-top: 100px;
    padding-bottom: 25px;
    height: calc(100vh - 30px);
    overflow: scroll;
  }
  .header-menu {
    flex-direction: column;
    align-items: center;
  }
  .header__button {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .header-logins__cart {
    display: flex;
    align-items: center;
  }
  .cart-count {
    width: 22px;
    height: 22px;
    transform: translate(30%, -50%);
  }
  .mega-header {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    z-index: -1;
    overflow: scroll;
    visibility: hidden;
  }
  .bg {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(80.3% 1190.02% at 102.11% -710.24%, #000000 0%, var(--main-color) 48.33%, var(--sub-color) 60.92%, #000000 93.34%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  }
  .mega-header-active {
    opacity: 1;
    z-index: 104;
    visibility: visible;
  }
  .mega-header__block {
    padding: 55px 15px 55px 15px;
    justify-content: center;
    display: flex;
    height: 100%;
    flex-direction: column;
  }
  .header-menu li a {
    color: white;
    font-size: 20px;
    line-height: 25px;
  }
  .mega-header__container {
    height: 100%;
  }
  #clickWrapper {
    cursor:pointer;
    height:27px;
    width:27px;
  }
  /* menu start */
  .menu {
    position: absolute;
    background-color: white;
    width: 27px;
    height: 1px;
    margin-top:12px;
  }

  .animate.menu{
    animation-name: menu-menu;
    animation-duration: 0.3s;
  }

  @keyframes menu-menu {
    0% {
      width:0;
      height:0;
    }
    50% {
      width:0;
      height:0;
    }
    51%{
      position: absolute;
      background-color: white;
      width: 27px;
      height: 1px;
    }
  }

  .menu:after {
    content: "";
    position: absolute;
    background-color: white;
    width: 27px;
    height: 1px;
    margin-top: -12px;
  }

  .animate.menu:after {
    animation-name: menu-after;
    animation-duration: 0.3s;
  }

  @keyframes menu-after {
    0% {
      transform: rotate(-45deg);
      margin-top:0;
    }
    50% {
      transform: rotate(0deg);
      margin-top:0;
    }
    100%{
      transform: rotate(0deg);
      margin-top:-8px;
    }
  }

  .menu:before {
    content: "";
    position: absolute;
    background-color: white;
    width: 27px;
    height: 1px;
    margin-top: 12px;
  }

  .animate.menu:before{
    animation-name: menu-before;
    animation-duration: 0.3s;
  }
  @keyframes menu-before {
    0% {
      transform: rotate(45deg);
      margin-top:0;
    }
    50% {
      transform: rotate(0deg);
      margin-top:0;
    }
    100%{
      transform: rotate(0deg);
      margin-top:12px;
    }
  }
  /* menu end */

  /* close start */
  .close {
    position: absolute;
    margin-top: 12px;
    margin-left: 0;
    opacity: 1 !important;
    text-shadow: none;
  }

  .close.animate{
    animation-name: close-close;
    animation-duration: 0.3s;
  }

  @keyframes close-close {
    0% {
      position: absolute;
      background-color: white;
      width: 27px;
      height: 1px;
      margin-top:12px;
    }
    50% {
      display:none;
      width:27px;
      height:1px;
    }
    100%{
      width:0;
      height:0;
    }
  }

  .close:after {
    content: "";
    position: absolute;
    background-color: white;
    width: 27px;
    height: 1px;
    transform: rotate(45deg);
  }

  .animate.close:after {
    animation-name: close-after;
    animation-duration: 0.3s;
  }

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

  .close:before {
    content: "";
    position: absolute;
    background-color: white;
    width: 27px;
    height: 1px;
    transform: rotate(-45deg);
  }

  .animate.close:before {
    animation-name: close-before;
    animation-duration: 0.3s;
  }

  @keyframes close-before {
    0% {
      transform: rotate(0deg);
      margin-top:-12px;
    }
    50% {
      transform: rotate(0deg);
      margin-top:0;
    }
    100%{
      transform: rotate(-45deg);
    }
  }
  /* close end */
  .header__menus {
    display: none;
  }
}

.rte a {
  color: #f14f1d;
}

.rte a:hover {
  color: #27c9ea;
}

iframe {
  border: none;
  max-width: 100%!important;
}

.rte p {
  margin-bottom: 25px;
  color: #666666;
}

.rte div {
  font-size: 16px;
}

.rte a:hover, .rte a:focus, .rte a:visited {
  opacity: 0.8;
  text-decoration: none;
}

.rte h1 {
  font-size: 60px;
  line-height: 60px;
  margin-top: 36px;
  margin-bottom: 24px;
}

.rte h2 {
  font-size: 48px;
  line-height: 48px;
  margin-top: 24px;
  margin-bottom: 12px;
}

.rte h3 {
  font-size: 36px;
  line-height: 36px;
  margin-top: 24px;
  margin-bottom: 12px;
}

.rte h4 {
  font-size: 30px;
  line-height: 30px;
  margin-top: 24px;
  margin-bottom: 12px;
}

.rte h5 {
  font-size: 24px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 12px;
}
.rte img {
  max-width: 100%;
}

.rte ul {
  list-style-type:circle;
  padding-left: 30px;
  margin-bottom: 30px;
}

.rte ul {
  list-style-type:circle;
  padding-left: 30px;
  margin-bottom: 30px;
}

.rte ol {
  list-style-type:decimal;
  padding-left: 30px;
  margin-bottom: 30px;
}

.rte ul li,
.rte ol li {
  font-size: 16px;
  line-height: 31px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0em 1em 0.5em 0;
}

.alignright {
  float: right;
  margin: 0em 0 0.5em 1em;
}

em {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

.rte table tr td,
.rte table tr th {
  border: 1px solid #cecece;
  padding: 5px;
}

.rte table {
  margin-bottom: 20px;
}

.rte img {
  max-width: 100%;
  height: auto;
}

.rte pre {
  padding: 25px;
  display: block;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 26px;
  word-break: normal;
  word-wrap: normal;
  background-color: #ccf1ff;
  border: 1px solid #9ce4ff;
  border-radius: 4px;
  color: #1794c4;
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;
}


.show-desctop {
  display: block !important;
}

.show-mobile {
  display: none !important;
}

blockquote {
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  width: 100%;
  margin: 20px 0;
  padding: 20px 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}

blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -10px;
  top: -10px;
  color: #7a7a7a;
}

blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

#gallery-1 img {
  border: 0px solid #cfcfcf !important;
  display: block;
}

.gallery-caption{
  display: none;
}

input {
  width: 100%;
  padding: 5px 5px;
  font-size: 14px;
}

textarea {
  width: 100%;
  padding: 5px 5px;
  font-size: 14px;
  height: 150px;
}

select {
  width: 100%;
  padding: 5px 5px;
  font-size: 14px;
}

label {
  font-size: 14px;
}

p.wp-caption-text {
  font-size: 12px;
  line-height: 14px;
}

img {
  max-width: 100%;
  height: auto;
}


.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* GLOBAL PAGE STYLES */
/* ----------------------------------------- */

.not-found {

}

.not-found h1 {

}

.not-found__block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.not-found__title {
  text-align: center;
  color: var(--accent-color);
}

.not-found__button {
  text-align: center;
  padding-top: 18px;
}

.not-found__button a {
  text-transform: uppercase;
}

nav {
  width: 100%;
}

.sub-menu {
  /*position: absolute;*/
  /*background: #181818;*/
  /*min-width: 130px;*/
  /*padding: 15px;*/
  /*display: none;*/
  /*z-index: 10;*/
}

.main-desc-nav > li:hover .sub-menu {
  /*display: block;*/
}

@media screen and (max-width: 768px) {

  #cssmenu,
  #cssmenu ul,
  #cssmenu ul li,
  #cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #cssmenu {
    color: #ffffff;
    margin-top: 30px;
  }

  #cssmenu ul ul {
    display: none;
  }
  .align-right {
    float: right;
  }
  #cssmenu > ul > li > a {
    padding: 15px 20px;
    border-left: 1px solid #1682ba;
    border-right: 1px solid #1682ba;
    border-top: 1px solid #1682ba;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    background: #36aae7;
  }
  #cssmenu > ul > li > a:hover,
  #cssmenu > ul > li.active > a,
  #cssmenu > ul > li.open > a {
    color: #eeeeee;
    background: #1fa0e4;
  }
  #cssmenu > ul > li.open > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #1682ba;
  }
  #cssmenu > ul > li:last-child > a,
  #cssmenu > ul > li.last > a {
    border-bottom: 1px solid #1682ba;
  }
  .holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0px;
  }
  .holder::after,
  .holder::before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    right: 20px;
    z-index: 10;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .holder::after {
    top: 17px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
  }
  #cssmenu > ul > li > a:hover > span::after,
  #cssmenu > ul > li.active > a > span::after,
  #cssmenu > ul > li.open > a > span::after {
    border-color: #eeeeee;
  }
  .holder::before {
    top: 18px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-color: inherit;
    border-left-color: inherit;
  }
  #cssmenu ul ul li a {
    cursor: pointer;
    border-bottom: 1px solid #32373e;
    border-left: 1px solid #32373e;
    border-right: 1px solid #32373e;
    padding: 10px 20px;
    z-index: 1;
    text-decoration: none;
    font-size: 13px;
    color: #eeeeee;
    background: #49505a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.open > a,
  #cssmenu ul ul li.active > a {
    background: #424852;
    color: #ffffff;
  }
  #cssmenu ul ul li:first-child > a {
    box-shadow: none;
  }
  #cssmenu ul ul ul li:first-child > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  #cssmenu ul ul ul li a {
    padding-left: 30px;
  }
  #cssmenu > ul > li > ul > li:last-child > a,
  #cssmenu > ul > li > ul > li.last > a {
    border-bottom: 0;
  }
  #cssmenu > ul > li > ul > li.open:last-child > a,
  #cssmenu > ul > li > ul > li.last.open > a {
    border-bottom: 1px solid #32373e;
  }
  #cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
    border-bottom: 0;
  }
  #cssmenu ul ul li.menu-item-has-children > a::after {
    display: block;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    right: 20px;
    z-index: 10;
    top: 11.5px;
    border-top: 2px solid #eeeeee;
    border-left: 2px solid #eeeeee;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #cssmenu ul ul li.active > a::after,
  #cssmenu ul ul li.open > a::after,
  #cssmenu ul ul li > a:hover::after {
    border-color: #ffffff;
  }

}


.menu-wrapper {
  display: flex;
}
.logo-holder {
  padding: 12px;
  margin-right: 48px;
}
.main-desc-nav {
  display: flex;
  justify-content: flex-end;
}
.subheader {
  display: flex;
  justify-content: flex-end;
  padding: 12px 0 12px 0;
  margin-bottom: 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.web-section {
  padding: 96px 0;
}



.mobile-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 12px;
  background: #fff;
  z-index: 20;
  border-bottom: 1px solid #dcdcdc;
}
.admin-bar .mobile-menu {
  top: 46px;
}
.mobbutton {
  display: inline-block;
  width: 24px;
}
.mobbutton span {
  width: 100%;
  height: 2px;
  background: #424242;
  margin-bottom: 5px;
  display: block;
}
.mobbutton span:last-child {
  margin-bottom: 0px;
}
.mob-logo-holder {
  position: relative;
}
.mobile-menu .mob-logo-holder img {
  max-width: 100px;
  position: absolute;
  left: 0px;
  top: 2px;
}
.items-mobile {
  text-align: right;
}
.items-mobile .call-britta,
.items-mobile .mobbutton {
  display: inline-block;
}
.items-mobile .mobbutton {
  margin-left: 24px;
}
.mobilefooter-wrapper {
  position: fixed;
  left: calc(0px - 100%);
  top: 0px;
  width: 100%;
  background: #f3fdef;
  z-index: 9999999999;
  transition: all 0.3s;
  height: 100vh;
}
.closemobmenu {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 11px 15px;
  border-bottom: 1px solid #e6f7df;
  border-left: 1px solid #e6f7df;
}



.cookie-law-wrapper-in {
  display: flex;
}
.cookie-law-text-wrapper {
    display: flex;
}
.cookie-law-wrapper {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #002d47;
  color: #fff;
  padding: 10px 0px;
  z-index: 50000;
  font-size: 14px;
}
.cookie-law-text-wrapper a {
  text-decoration: underline;
  color: #fff;
}
.cookie-law-text-wrapper a:hover {
  color: #fff;

}
.cookie-law-wrapper p {
  margin-bottom: 0px;
}
.cookie-law-button-wrapper button {
  background: #e9e9e9;
  border: 2px solid #e9e9e9;
  color: #002d47;
  padding: 15px 15px;
  vertical-align: top;
  margin: 0px 0 0 24px;
  font-size: 14px;
  text-transform: uppercase;
  width: 195px;
  font-family: 'Nexa', sans-serif;
  font-weight: 800;
  cursor: pointer;
}
.cookie-law-button-wrapper button:hover{
  opacity: 0.7;
  transition: all 0.3s;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  text-align: center;
  font-size: 38px;
  line-height: 43px;
  margin-bottom: 40px;
}

.woocommerce-order-received table.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields {
  display: none;
}
.woocommerce-order-received section.woocommerce-customer-details{
  display: none;
}
.woocommerce-order-received section.woocommerce-order-details {
  padding-top: 20px;
}





@media screen and (max-width: 1500px) {

}

@media screen and (max-width: 1650px) {

}

@media screen and (min-width: 1200px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 768px) {

  p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 30px;
  }

  .show-desctop {
    display: none !important;
  }

  .show-mobile {
    display: block !important;
  }

   .cookie-law-wrapper-in {
    display: block;
  }

  .cookie-law-text-wrapper {
    display: inline-block;
    width: 100%;
  }

  .cookie-law-wrapper p {
    padding: 15px;
  }

  .cookie-law-button-wrapper {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: top;
    padding: 15px;
  }

  .web-section {
    padding: 36px 0;
  }

  body {
    /*padding-top: 46px;*/
  }
  
  .map-responsive{
    padding-bottom:110%;
  }
  .video-wrapper {
    padding-bottom: 110%; /* 16:9 */
  }


  .woocommerce ul.order_details {

    padding: 0px;
    display: block;
  }
  .woocommerce ul.order_details li {
    float: none;
    margin-right: 0px;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #cfc8d8;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    width: 100%;
    display: block;
    margin: 15px 0;
  }

}

@media screen and (max-width: 480px) {

}

.hero-section {
  position: relative;
  min-height: 611px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}


.hero-section .slick-list {
  height: 100%;
}

.hero-section .slick-track {
  height: 100%;
}

.hero-section .slick-track .slick-slide {
  height: 100%;
}

.hero-section .slick-track .slick-slide > div {
  height: 100%;
}

.hero-section .container {
  z-index: 5;
  position: relative;
}

.overlay {
  background-image: linear-gradient(0deg, white 20%, var(--sub-color-opacity) 100%);
  position: absolute;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

.hero-section__text {
  color: white;
}

.hero-section__button {
  text-align: center;
}

.hero-section__gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-section__image {
  width: 100%;
  height: 100%;
}

.hero-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: scroll-image 15s ease-in-out infinite; /* Smooth scrolling */
}

.hero-section__text {
  margin-bottom: 42px;
}


@keyframes scroll-image {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.2); /* Scroll the image upward */
  }
  100% {
    transform: scale(1.1); /* Scroll the image upward */
  }
}


@media screen and (max-width: 992px) {
  .hero-section {
    min-height: auto;
  }
  .hero-section__text {
    margin-bottom: 0;
  }
}


@media screen and (max-width: 768px) {

}


.icons-text {
  background: linear-gradient(91.97deg, var(--sub-color) 47.06%, var(--main-color) 108.92%);
}

.icons-text__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.icon-block-item {
  flex: 1 1 15%;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.icon-block-item__image {
  max-width: 50px;
  min-width: 50px;
}

.icon-block-item__text {
  color: white;
}

.icon-block-item__text h5 {
  margin-bottom: 0;
}

.icons-text .container {
  max-width: 1200px;
}

@media screen and (min-width: 768px) {
  .icons-text {
    padding: 88px 0;
  }
}

@media screen and (max-width: 768px) {
  .icon-block-item {
    justify-content: flex-start;
  }
  .icons-text__list {
    gap: 15px;
  }
}

.banner {
  position: relative;
  min-height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner__overlay {
  background-image: linear-gradient(0deg, white 30%, var(--sub-color-opacity) 100%);
}

.banner .container {
  z-index: 6;
  position: relative;
}

.banner__button {
  text-align: center;
}

.banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner__text {
  color: white;
  margin-bottom: 40px;
}


@media screen and (max-width: 768px) {
  .banner__text {
    margin-bottom: 0;
  }
  .banner {
    min-height: auto;
  }
}



.chevron::before {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  width: 0.45em;
  color: var(--sub-color);
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(135deg);
  transition: all 0.3s ease-in-out;
}

.faq__title {
  text-align: center;
}

.faq .container {
  max-width: 885px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-item-title {

}

.faq-item-title h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 25.2px;
  color: var(--text-color);
  padding-right: 50px;
  margin-bottom: 0;
}

.faq-item {
  border: 1px solid #CDCDCD;
  padding: 30px 15px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.faq-item__arrow span {
  line-height: 1;
}

.faq-item__arrow {
  width: 48px;
  height: 48px;
  border: 1px solid var(--sub-color);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(15%, -50%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-list .active {
  border-color: var(--sub-color);
}


.faq-item:hover {
  border-color: var(--sub-color);
}

.faq-list .active .chevron:before {
  transform: translate(50%, -50%) rotate(315deg);
}

.faq-item__content-wrapper {
  padding-right: 50px;
  padding-top: 12px;
}

.faq-item-title {
  position: relative;
}

@media screen and (min-width: 768px) {
  .faq__title {
    padding-top: 21px;
    padding-bottom: 30px;
  }
  .faq-list {
    padding-bottom: 28px;
  }
  .faq-item {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .faq-item-title h3 {
    font-size: 14px;
    line-height: 20px;
  }
}

.faq-97 {
  padding: 0 0 36px 0;
}


.paslaugos {
  background: linear-gradient(91.97deg, var(--sub-color) 47.06%, var(--main-color) 108.92%);
}

.paslaugos__title {
  text-align: center;
  color: white;
}

.services {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.service-item {
  flex: 1 1 15%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6px 0;
}

.service-item h4 {
  color: white;
}

.service-item:not(:last-child) {
  border-right: 2px solid white;
}

.services__button {
  text-align: center;
  padding-top: 80px;
}

.service-item__image {
  max-width: 100px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
}

@media screen and (min-width: 1240px) {
  .services {
    max-width: 83%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .paslaugos {
    padding-top: 76px;
    padding-bottom: 78px;
  }
  .paslaugos__title {
    margin-bottom: 85px;
  }
}

@media screen and (max-width: 992px) {

}


@media screen and (max-width: 768px) {
  .service-item {
    flex: 1 1 100%;
  }
  .services {
    flex-direction: column;
  }
  .service-item:not(:last-child) {
    border-right: none;
    border-bottom: 2px solid white;
  }
  .services__button {
    text-align: center;
    padding-top: 16px;
  }
}

.product-categories-list {
  display: flex;
  flex-direction: column;
}

.card-product-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.card-product-item-odd .card-product-item__text {
  order: 2;
  position: relative;
}

.card-product-item-odd .card-product-item__image {
  order: 1;
  position: relative;
}

.card-product-item__image {
  display: flex;
}

.card-product-item__image img {
  width: 100%;
}

.card-product-item__text h2 {
  margin-bottom: 7px;
}

.card-product-item__text .button {
  margin-top: 40px;
}

.card-product-item-even .card-product-item__text {
  padding-left: calc((100% - 620px) / 2);
}

.card-product-item-odd .card-product-item__text {
  margin: 0 auto;
}

.card-product-item__text-row {
  padding: 15px;
  max-width: 539px;
}

.cards-categories {
  padding: 80px 0;
}

.card-product-item__image-no-image {
  background-color: var(--text-color);
  position: relative;
  min-height: 350px;
}


.card-product-item__image-no-image img {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: auto;
  height: auto;
}

@media screen and (max-width: 992px) {
  .card-product-item__text .button {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .cards-categories {
    padding: 36px 0;
  }
  .card-product-item {
    display: flex;
    flex-direction: column-reverse;
  }
  .card-product-item-odd {
    flex-direction: column;
  }
  .card-product-item__text .button {
    width: 100%;
  }
}


.page-info {
  padding: 11px 0 40px 0;
}

.page-info .container {
  max-width: 1330px;
}

.page-title {
  padding: 27px 0;
  margin-bottom: 0;
}

#breadcrumbs span a {
  padding-right: 14px;
}

#breadcrumbs span span:after {
  content: url("./images/chevron-breadcrumb.png");
  position: relative;
  display: inline-block;
}

#breadcrumbs span span:first-child {
  padding-left: 0;
}

#breadcrumbs span span:last-child:after {
  display: none;
}

#breadcrumbs span span {
  padding-left: 10px;
  color: var(--accent-color);
}

#breadcrumbs span a {
  color: #5B5658;
}

#breadcrumbs span a:hover {
  opacity: 1 !important;
  color: var(--accent-color) !important;
  text-decoration: none;
}

.valorus-editor {
  background: linear-gradient(91.97deg, var(--sub-color) 47.06%, var(--main-color) 108.92%);
}

.valorus-editor__text {
  color: white;
}

.gallery-slider {

}

.gallery-slider__title {
  text-align: center;
}

.gallery-slider__row ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.slider-for li {
  height: 620px;
}

.slider-for li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-nav li {
  height: 196px;
}

.slider-nav li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  padding: 0;
  margin: 0;
  font-size: 0;
  width: 50px;
  height: 50px;
  background-color: white;
  border: 1px solid var(--sub-color);
  border-radius: 50%;
  outline: none;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-arrow:before {
  content: url("./images/arrow.png");
  position: absolute;
  top: 50%;
  right: 50%;
  line-height: 1;
}

.slick-prev {
  left: 0;
  transform: translate(-50%, -50%);
}

.slick-prev:before {
  transform: translate(50%, -50%);
}

.slick-next {
  right: 0;
  transform: translate(50%, -50%);
}

.slick-next:before {
  transform: translate(50%, -50%) rotate(180deg);
}

.slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-color: transparent;
  position: relative;
}

.slick-dots li button {
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 6px !important;
  height: 6px !important;
  background-color: var(--sub-color);
  padding: 2px;
  font-size: 0;
  border: none;
  border-radius: 50%;
  line-height: 1;
}

.slick-dots .slick-active {
  border-color: var(--sub-color);
}


.gallery-slider .container {
  max-width: 1155px;
  padding: 0 50px;
}

.gallery-slider__row {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.slider-nav .slick-slide {
  margin: 0 15px;
}

.slider-nav .slick-list {
  margin: 0 -15px;
}

.gallery-slider__row ul li a:focus {
  outline: none;
}

.popular-products-tabs {
  padding: 30px 30px 66px 30px;
}

@media screen and (min-width: 768px) {
  .valorus-editor {
    padding: 76px 0;
  }
  .gallery-slider__title {
    padding: 18px 0 29px 0;
  }
}

@media screen and (max-width: 992px) {
  .slider-for li {
    height: 500px;
  }
  .slider-nav li {
    height: 160px;
  }
}

@media screen and (max-width: 768px) {
  .page-info {
    padding: 10px 0;
  }
  .page-title {
    padding: 15px 0;
  }
  .slider-for li {
    height: 350px;
  }
  .slider-nav li {
    height: 120px;
  }
  .gallery-slider .container {
    padding: 0 30px;
  }
  .gallery-slider__row {
    gap: 15px;
  }
  .slider-nav .slick-slide {
    margin: 0 5px;
  }
  .slider-nav .slick-list {
    margin: 0 -5px;
  }
  #breadcrumbs span span {
    padding-left: 0;
  }
}

.popular-products {
  background: #F2F2F2;
  position: relative;
  box-shadow:
          0px 4px 6px -2px #0A0D1208,
          0px 12px 16px -4px #0A0D1214;
}

.popular-products .slick-dots {
  position: absolute;
  bottom: -9%;
  left: 50%;
  transform: translate(-50%, 100%);
}

.popular-products__title {
  text-align: center;
}

.popular-products-list .slick-prev {
  transform: translate(-50%, -130%);
}

.popular-products-list .slick-next {
  transform: translate(50%, -130%);
}

.popular-products-titles {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px;
}

.popular-products-titles li .popular-product-title {
  color: var(--text-color);
  font-weight: 400;
  position: relative;
  display: inline-block;
  background-color: transparent;
  margin-bottom: 0;
  text-decoration: none;
  opacity: 1;
  border: none;
  padding: 0 0 4px 0;
}

.popular-products-titles li .popular-product-title:hover {
  text-decoration: none;
  opacity: 1;
}

.popular-products-titles li .popular-product-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.3s ease-in-out;
  height: 2px;
  content: '';
  background-color: var(--sub-color);
}

.popular-products-titles li:hover .popular-product-title:after {
  width: 100%;
}

.popular-products-titles .active .popular-product-title:after {
  width: 100%;
}

.popular-products-list .slick-list {
  margin: 0 -15px;
}

.popular-products-list .slick-slide {
  margin: 0 15px;
}

.valorus-product {
  position: relative;
}

.valorus-product__image {
  background-color: white;
  box-shadow: 4px 4px 10px 0 #00000014;
  height: 280px;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  overflow: hidden;
  text-align: center;
}

.valorus-product__image img {
  position: absolute;
  top: 0%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, 0%);
  object-fit: contain;
  padding: 10px;
}

.valorus-product__image-hover img {
  width: 100% !important;
  height: 100% !important;
}

.valorus-product__no-featured-image img {
  width: auto !important;
}

.valorus-product__featured-image {
  opacity: 1;
}

.valorus-product__gallery-item {
  opacity: 0;
}

.valorus-product__image img {
  object-fit: contain;
  transition: all 0.5s ease;
  width: 100%;
}

.valorus-product__image-hover:hover .valorus-product__featured-image {
  opacity: 0;
}

.valorus-product__image-hover:hover .valorus-product__gallery-item {
  opacity: 1;
}

.valorus-product__image-no-hover:hover {
  opacity: 0.7;
}

.popular-products-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.valorus-product__title {
  color: var(--text-color);
  font-weight: 500;
  font-size: 18px;
  line-height: 25.2px;
  letter-spacing: 0.0em;
  text-decoration: none;
  text-align: center;
  margin-bottom: 7px;
}

.valorus-product__link:hover {
  opacity: 1;
  color: var(--text-color);
  text-decoration: none;
  outline: none;
}

.valorus-product__link:focus {
  text-decoration: none;
  outline: none;
}

.valorus-product__no-featured-image {
  background-color: black;
}

.valorus-product__no-featured-image:hover {
  opacity: 0.8;
}

.valorus-product__no-featured-image .valorus-product__logo {
  width: auto;
  height: auto;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: auto;
  right: 50%;
  transform: translate(50%, -50%);
}

.valorus-product__card {
  margin-top: 13px;
}

.valorus-product__price {
  text-align: center;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.woocommerce-Price-amount {
  text-align: center;
}

.valorus-product__price del {
  position: relative;
  order: 2;
  color: #797979;
}

.valorus-product__price ins {
  position: relative;
  order: 1;
  text-decoration: none;
  color: var(--accent-color);
}

.popular-products-tabs .popular-products-list {
  display: none;
}

.popular-products-tabs .active {
  display: block;
}

.valorus-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 55;
  transform: translate(20px, 15px);
  padding: 2px;
  min-width: 85px;
  font-weight: 400;
  text-align: center;
}

.valorus-out-of-stock {
  position: absolute;
  background: #5B5658;
  color: white;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  padding: 5px 3px;
}

.outofstock .valorus-product__image img {
  opacity: 0.3;
}
.outofstock .valorus-out-of-stock {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}

@media screen and (min-width: 768px) {
  .popular-products__title {
    padding-top: 20px;
  }
  .popular-products-titles {
    padding-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .popular-products-titles {
    gap: 15px;
  }
  .popular-products-tabs {
    padding: 15px 30px 30px 30px;
  }
}

.columns-categories__list {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.column-product-item {
  background-color: white;
  box-shadow: 4px 4px 10px 0 #00000014;
}

.column-product-item__image {
  height: 200px;
}

.column-product-item__image-with-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.column-product-item__title {
  font-weight: 500;
  padding: 22px 55px 25px 30px;
  position: relative;
  margin-bottom: 0;
  color: var(--text-color);
}

.column-product-item__title img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-160%, -50%);
}

.column-product-item__image {

}

.column-product-item {
  flex: 1 1 10%;
}

.column-product-item__link:hover {
  text-decoration: none;
  color: var(--text-color);
}

.column-product-item__link:focus {
  text-decoration: none;
  color: var(--text-color);
}

.columns-categories .container {
  max-width: 1330px;
}

.column-product-item__image-no-image {
  background-color: var(--text-color);
  position: relative;
}

.column-product-item__image-no-image img {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: auto;
  height: auto;
}


@media screen and (min-width: 768px) {
  .columns-categories {
    padding: 0 0 83px 0;
  }
  .popular-products-365 {
    padding: 55px 0;
  }
}

@media screen and (max-width: 992px) {
  .column-product-item {
    flex: 1 1 25%;
  }
  .column-product-item__title {
    padding: 25px 55px 25px 15px;
  }
}

@media screen and (max-width: 768px) {
  .column-product-item {
    flex: 1 1 50%;
  }
  .columns-categories {
    padding: 0 0 36px 0;
  }
}

.contact-us {
  padding: 0;
}

.contact-us .container {
  max-width: 1330px;
}

.contact-us__row {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  padding-bottom: 78px;
}

.contact-us__sidebar {
  flex: 1 1 9%;
  background: #F2F2F2;
  padding: 45px 15px 60px 48px;
}

.contact-us__block {
  flex: 1 1 25%;
}

.form-fields {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-field-two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  align-items: flex-end;
}

.form-field-block label {
  font-weight: 600;
  font-size: 15px;
  font-family: var(--bold-font);
  margin-bottom: 10px;
}

.form-field-block input {
  height: 44px;
  border: 1px solid #CDCDCD;
  color: var(--text-color);
  padding: 15px;
}

.form-field-block input:hover {
  outline: none;
}

.form-field-block input:focus {
  outline: none;
  border-color: var(--sub-color);
}

.form-field-block textarea {
  height: 86px;
  border: 1px solid #CDCDCD;
  color: var(--text-color);
  padding: 15px;
}

.form-field-block textarea:hover {
  outline: none;
}

.form-field-block textarea:focus {
  outline: none;
  border-color: var(--sub-color);
}


.wpcf7-acceptance .wpcf7-list-item-label {
  display: none;
}

.wpcf7-acceptance br {
  display: none;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item input {
  height: auto;
  padding: 0;
}

.form-field-block-consent p {
  display: flex;
  align-items: center;
  gap: 5px;
}

.contact-us__sidebar {
  color: var(--text-color);
}

.contact-us .contact-link {
  color: var(--text-color);
}

.contact-us .address__text a {
  color: var(--text-color);
}

.contact-us__sidebar img {
  filter: brightness(0) saturate(100%)
}

.contact-us__sidebar-title {
  margin-bottom: 23px;
}

.contact-us .footer__column-contacts-block {
  align-items: center;
  margin-bottom: 19px;
}

.contact-us .address {
  align-items: center;
  margin-bottom: 37px;
}

.contact-us__sidebar-rekvizitai p:not(:last-child) {
  margin-bottom: 8px;
}

.contact-us__block-wrapper {
  max-width: 665px;
  margin-left: auto;
  margin-top: -5px;
}

.contact-us__block-wrapper a {
  color: #080F05;
  text-decoration: underline;
}

.contact-us__block-text {
  margin-bottom: 40px;
}

.contact-us__block-text h2 {
  margin-bottom: 12px;
}

.form-field-block-consent {
  margin-top: -13px;
}

.form-field-block-consent label {
  color: var(--text-color);
}


.required-icon {
  color: var(--sub-color);
}

.form-bottom {
  position: relative;
  text-align: right;
  padding: 33px 0 0 0;
}

.form-bottom .wpcf7-spinner {
  position: absolute;
  left: 0;
  top: 0;
}

.form-bottom .wpcf7-submit {
  background-color: var(--main-color);
  font-size: 14px;
  text-decoration: none;
  line-height: 19.6px;
  color: var(--text-color);
  border: none;
  text-transform: uppercase;
  padding: 14px 15px;
  max-width: 200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.06em;
}

.wpcf7-submit:hover {
  background-color: var(--sub-color);
  color: white;
}

.contact-us__iframe iframe {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .contact-us__row {
    gap: 15px;
  }
  .contact-us__block-wrapper {
    max-width: 100%;
    margin: 0;
  }
  .contact-us__sidebar {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 768px) {
  .contact-us__row {
    padding-bottom: 36px;
    flex-direction: column;
  }
  .form-field-two-columns {
    grid-template-columns: 1fr;
  }
  .contact-us__block-text {
    margin-bottom: 36px;
  }
}

.valorus-product-categories {
  padding: 40px 0 40px 0;
}

.valorus-product-categories .container {
  max-width: 1305px;
}

.valorus-product-categories-cat {

}

.valorus-product-categories-cat ul {
  list-style: none;
  padding-left: 0;
}

.valorus-cat-top-level {
  position: relative;

}

.valorus-cat-top-level > a:before {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  height: 0.55em;
  width: 0.55em;
  color: var(--sub-color);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%) rotate(220deg);
  transition: all 0.3s ease-in-out;
}

.valorus-cat-top-level > a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19.6px;
  color: var(--sub-color);
  position: relative;
  font-weight: 400;
  letter-spacing: 0.08em;
  padding-left: 14px;
}

.valorus-cat-second-level {
  padding-top: 8px;
  padding-left: 2px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.valorus-cat-second-level > a  {
  color: var(--text-color);
  font-size: 15px;
  font-weight: 600;
  line-height: 22.5px;
  font-family: var(--bold-font);
  letter-spacing: -0.01em;
}

.valorus-product-categories-cat-top-level {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.valorus-product-categories-cat-third-level {
  padding-left: 10px !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.valorus-cat-third-level {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.valorus-cat-third-level > a  {
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  color: var(--text-color);
}

.valorus-product-categories-cat .active > a {
  text-decoration: underline;
}

.valorus-product-categories__row {
  display: grid;
  grid-template-columns: 0.312fr 1fr;
  gap: 15px;
}

.valorus-product-categories__block {
  margin-top: -5px;
}

.valorus-product-categories__block .page-title {
  display: none;
}

.valorus-product-categories__block  .term-description {
  display: none;
}

.valorus-product-categories__block .products .valorus-product .valorus-product__image {

}

.valorus-product-categories-cat {
  margin-bottom: 53px;
}

.bapf_hascolarr {
  font-weight: 600;
  font-family: var(--bold-font);
  font-size: 15px;
  line-height: 22.5px;
  color: var(--text-color);
}

.bapf_val {
  position: relative;
}

.bapf_val:after {
  content: '€';
  margin-left: 5px;
}



@media screen and (min-width: 1240px) {
  .valorus-product-categories__berocket {
    margin-left: -10px;
  }
  .valorus-product-categories__berocket {
    max-width: 96%;
  }
}

.valorus-product-categories__berocket {
  display: flex;
  flex-direction: column;
  gap: 25px;
}



.valorus-product-categories__block #breadcrumbs span span:first-child {
  display: none;
}

.valorus-product-categories__block #breadcrumbs span span:nth-child(2) {
  padding-left: 0;
}

.valorus-product-categories__berocket .berocket_single_filter_widget {
  margin-bottom: 10px;
}

.valorus-product-categories__block #breadcrumbs span span {
  padding-left: 1px;
}

.valorus-product-categories__block #breadcrumbs span span:after {
  content: '|';
  color: var(--text-color);
}

.valorus-product-categories__block #breadcrumbs span span a {
  color: var(--text-color);
  font-weight: 500;
  font-size: 18px;
  line-height: 25.2px;
  letter-spacing: 0.0em;
  padding-right: 5px;
}

.valorus-product-categories__block #breadcrumbs span .breadcrumb_last {
  color: var(--text-color);
  font-weight: 500;
  font-size: 18px;
  line-height: 25.2px;
  letter-spacing: 0.02em;
}

.valorus-product-categories__block #breadcrumbs {
  margin-bottom: 22px;
}

.valorus-product-categories__block {

  flex-wrap: wrap;
  gap: 10px;
}

.valorus-product-categories__block .woocommerce-result-count {
  margin-bottom: 0 !important;
}

.valorus-product-categories__block #breadcrumbs {

}

.valorus-product-categories__block .products {
  display: grid;

  margin: 0;
}

.valorus-product-categories__block .products .valorus-product {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

.valorus-product-categories__block .products:after {
  display: none !important;
}

.valorus-product-categories__block .products:before {
  display: none !important;
}

.valorus-product-categories__block .columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.valorus-product-categories__block .woocommerce-ordering {
  float: none;
  clear: both;
  margin-bottom: 0 !important;
}

.valorus-product-categories__block {
  position: relative;
}

.woocommerce-notices-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}

.valorus-top-sorting .bapf_sfilter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.bapf_sfilter h3 {
  font-weight: 600;
  font-family: var(--bold-font);
  font-size: 15px;
  line-height: 22.5px;
  color: var(--text-color);
  letter-spacing: -0.015em;
  margin-bottom: 18px;
}

.bapf_sfa_taxonomy {
  background-color :#F2F2F2;
  display: flex;
  align-items: center;
  padding: 5px 9px;
}

.bapf_sfa_taxonomy span {
  font-weight: 400;
  font-size: 15px;
  line-height: 22.5px;
  position: relative;
}

.bapf_sfa_taxonomy span:after {
  content: ':';
}

.bapf_sfa_taxonomy ul {
  padding-left: 0;
}

.bapf_sfa_taxonomy ul li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 22.5px;
  color: var(--text-color);
}

.braapf_unselect {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 5px;
}

.braapf_unselect i {
  background-image: url("./images/Badge.png");
  width: 22px;
  height: 20px;
  font-size: 0;
  background-repeat: no-repeat;
}

.berocket_aapf_widget_selected_filter {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.bapf_sfa_unall {
  padding-left: 0;
  display: flex;
  align-items: center;
}


.ui-slider-range {
  background-color: var(--sub-color) !important;
}

.bapf_slidr_all .bapf_from .bapf_val {
  border: 1px solid #CDCDCD;
  width: 80px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.bapf_slidr_all .bapf_to .bapf_val {
  border: 1px solid #CDCDCD;
  width: 80px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bapf_slidr_all .bapf_to {
  display: inline-flex;
  justify-content: flex-end;
}


.paslaugos-blocks__list {
  display: flex;
  flex-wrap: wrap;
}

.ui-slider-handle {
  background-color: var(--sub-color) !important;
}

.card-paslaugos-item {
  background: #F2F2F2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
}

.card-paslaugos-item-odd .card-paslaugos-item__text {
  order: 2;
  position: relative;
}

.card-paslaugos-item-odd .card-paslaugos-item__image {
  order: 1;
  position: relative;
}

.card-paslaugos-item__image {
  display: flex;
}

.card-paslaugos-item__image img {
  width: 100%;
}

.card-paslaugos-item__text h2 {
  margin-bottom: 7px;
}


.card-paslaugos-item-even .card-paslaugos-item__text {
  padding-left: calc((100% - 620px) / 2);
}

.card-paslaugos-item-odd .card-paslaugos-item__text {
  margin: 0 auto;
}

.card-paslaugos-item-row {
  padding: 15px;
  max-width: 539px;
}

.card-paslaugos-item__text-row {
  padding: 15px;
  max-width: 555px;
}

.paslaugos-blocks {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .paslaugos-blocks {
    padding: 36px 0;
  }
  .card-paslaugos-item__text-row {
    max-width: 100%;
  }
  .card-paslaugos-item {
    display: flex;
    flex-direction: column-reverse;
  }
  .card-paslaugos-item-odd {
    flex-direction: column;
  }
  .card-paslaugos-item-even .card-paslaugos-item__text {
    padding-left: 0;
  }
}


.page-info-post {
  background: #F2F2F2;
  padding-bottom: 5px;
}

.page-info-post .page-title {
  padding-bottom: 16px;
}

.post-date {
  color:  #5B5658;
  font-weight: 600;
  font-family: var(--bold-font);
  font-size: 15px;
  line-height: 22.5px;
  letter-spacing: 0.0em;
}

.single-post-content {
  padding: 80px 0;
}

.single-post-content p:not(:last-child) {
  margin-bottom: 1rem;
}

.single-post-content ul {
  margin-bottom: 1rem;
}

.single-post-content .gallery-slider .container {
  max-width: 100%;
  padding: 0 20px;
}

.single-post-content .container {
  max-width: 888px;
}

@media screen and (min-width: 768px) {
  .single-post-content .gallery-slider {
    padding-top: 73px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .single-post-content {
    padding: 36px 0;
  }
  .spacer-sm-15 {
    height: 15px !important;
  }
}

.news-list {
  padding-bottom: 36px;
}

.news-list .container {
  max-width: 1330px;
}

.news-list__row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 23px;
}

.news-item {
  flex: 1 1 30%;
}

.news-item a:hover {
  text-decoration: none;
}

.news-item a:focus {
  text-decoration: none;
}


.news-item__image {
  box-shadow: 0 1px 2px 0 #1018280D;
  height: 300px;
  position: relative;
  background-color: var(--text-color);
}

.news-item .valorus-product__logo {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.news-item__image-featured-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item__content {
  padding: 20px 20px 5px 20px;
  box-shadow: 4px 4px 10px 0px #00000014;
}

.news-item__content .post-date {
  color: var(--sub-color);
  margin-bottom: 10px;
}

.news-item__content h5 {
  color: var(--text-color);
  font-weight: 500;
}

.news-item a:hover h6 {
  color: var(--sub-color);
}

.news-item a:hover h5 {
  color: var(--sub-color);
}

.news-list__pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-prev {
  padding: 0;
  margin: 0;
  font-size: 0;
  width: 50px;
  height: 50px;
  background-color: white;
  border: 1px solid var(--sub-color);
  border-radius: 50%;
  outline: none;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.page-prev:before {
  content: url(./images/arrow.png);
  position: absolute;
  top: 50%;
  right: 50%;
  line-height: 1;
  transform: translate(50%, -50%);
}

.page-next {
  padding: 0;
  margin: 0;
  font-size: 0;
  width: 50px;
  height: 50px;
  background-color: white;
  border: 1px solid var(--sub-color);
  border-radius: 50%;
  outline: none;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.page-next:before {
  content: url(./images/arrow.png);
  position: absolute;
  top: 50%;
  right: 50%;
  line-height: 1;
  transform: translate(50%, -50%) rotate(180deg);
}

ul.pagination {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 38px 0;
  gap: 10px;
}

.pagination li a {
  color: var(--text-color);
}

.pagination li span {
  color: var(--sub-color);
}

@media screen and (max-width: 992px) {
  .news-item {
    flex: 1 1 40%;
  }
  .news-list__pagination {
    flex-wrap: wrap;
  }
  .news-item__image {
    height: 250px;
  }
  .news-list__row {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .news-item {
    flex: 1 1 50%;
  }
  .news-item__image {
    height: 200px;
  }
  .news-list__row {
    gap: 15px;
  }
  ul.pagination {
    padding: 15px 0;
  }
  .news-list__count {
    padding: 15px 0;
  }
}


.other-news {
  background: #F2F2F2;
  padding: 84px 0 40px 0;
}

.other-news .container {
  max-width: 1330px;
}

.other-news__title {
  text-align: center;
  margin-bottom: 55px;
}


.other-news__button {
  text-align: center;
  padding: 39px 0;
}

.other-news__button a {
  text-transform: uppercase;
}

.other-news .news-item__content {
  background-color: white;
}

@media screen and (max-width: 992px) {
  .other-news__button {
    text-align: center;
    padding: 15px 0;
  }
  .other-news__title {
    text-align: center;
    margin-bottom: 1rem;
  }
  .other-news {
    padding: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  .other-news {
    padding: 36px 0;
  }
}

.text-block .container {
  max-width: 890px;
}

.text-block p:not(:last-child) {
  margin-bottom: 1rem;
}

.text-block p b {
  font-family: var(--bold-font);
}

.text-block ul {
  margin-bottom: 1rem;
}

.text-block {
  padding-top: 0;
}

.valorus-product-categories__block .bapf_sfilter h3 {
  margin-bottom: 0;
}

.bapf_slidr {
  position: relative;
}

.bapf_slidr_all {
  position: relative;
}

.bapf_slidr .bapf_slidr_all:after {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 6px;
  background-color: var(--text-color);
  height: 1px;
  content: '';
}

.bapf_slidr_main {
  margin-top: 13px;
}

.berocket_single_filter_widget .fa-chevron-up:before {
  content: '\f068';
}

.berocket_single_filter_widget .fa-chevron-down:before {
  content: '\2b';
  font-weight: 900;
  font-size: 30px;
}


.valorus-product-categories__berocket .berocket_single_filter_widget .bapf_body input {
  border: 1px solid #CDCDCD;
  width: 16px;
  height: 16px;
  margin: 0 11px 0 0;
  outline: none;
}

.valorus-product-categories__berocket .berocket_single_filter_widget .bapf_body label {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.valorus-product-categories__berocket .bapf_body ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.valorus-product-categories__berocket .bapf_body ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.valorus-product-categories__berocket .bapf_body ul li .roundpcs  {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
}

.bapf_ckbox_square input[type=checkbox]:checked {
  background-color: var(--sub-color) !important;
}


.braapf_unselect_all {
  position: relative;
  color: var(--sub-color);
  font-size: 0;
}

.braapf_unselect_all i {
  font-size: 15px;
}

.braapf_unselect_all:after {
  content: 'Išvalyti viską';
  font-size: 15px;
  line-height: 22px;
}

.valorus-top-sorting {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.valorus-top-sorting .woocommerce-ordering select {
  height: 47px;
  color: var(--text-color);
}

.valorus-top-sorting .woocommerce-ordering select option {
  color: var(--text-color);
}

.pagination-valorus {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 34px 0;
}

.pagination-valorus-counts {
  display: flex;
  align-items: center;
  gap: 3px;
}

.pagination-valorus-counts span {
  float: none;
  clear: both;

}

.pagination-valorus-counts p {
  float: none !important;
  clear: both;
  display: flex;
  margin: 0 !important;
}

.pagination-valorus-counts p span {
  display: none;
}

.woocommerce-pagination {
  text-align: right !important;
}

.woocommerce-pagination ul {
  border: none !important;
}

.woocommerce-pagination  .page-numbers {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}

.woocommerce-pagination ul li {
  border: none !important;
  background-color: transparent;
}

.woocommerce-pagination ul li span {
  color: var(--sub-color) !important;
  background-color: transparent !important;
}

.woocommerce-pagination ul li a {
  color: var(--text-color);
  background-color: transparent;
}

.woocommerce-pagination ul li .next {

}

.woocommerce-pagination ul li .next {
  padding: 0;
  font-size: 0 !important;
  margin: 0;
  width: 50px;
  height: 50px;
  background-color: white;
  border: 1px solid var(--sub-color);
  border-radius: 50%;
  outline: none;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.woocommerce-pagination ul li .next:before {
  content: url(./images/arrow.png);
  position: absolute;
  top: 50%;
  right: 50%;
  line-height: 1;
  transform: translate(50%, -50%) rotate(180deg);
}

.woocommerce-pagination ul li .prev {
  padding: 0;
  margin: 0;
  font-size: 0 !important;
  width: 50px;
  height: 50px;
  background-color: white;
  border: 1px solid var(--sub-color);
  border-radius: 50%;
  outline: none;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.woocommerce-pagination ul li .prev:before {
  content: url(./images/arrow.png);
  position: absolute;
  top: 50%;
  right: 50%;
  line-height: 1;
  transform: translate(50%, -50%);
}

.woocommerce-pagination ul li a:hover {
  background-color: transparent !important;
  color: var(--sub-color) !important;
}

.bapf_sfa_unall li a {
  display: flex;
  align-items: center;
}

.valorus-top-selected .bapf_sfilter {
  display: flex;
  align-items: center;
  gap: 5px;
}

.vat-button {
  display: flex;
  align-items: center;
  gap: 12px;
}

.toggle-btn {
  width: 43px;
  height: 26px;
  background-color: gray;
  border-radius: 555px;
  transition: all .3s ease-in-out;
  display: flex;
  align-items: center;
}
.toggle-btn > .inner-circle {
  width: 21px;
  height: 21px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 300ms ease-in-out;
  margin-left: 3px;
}
.toggle-btn.active {
  background-color: var(--sub-color);
}
.toggle-btn.active > .inner-circle {
  margin-left: 20px;
}

.valorus-top-sorting__block-order {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.valorus-product-categories__block .products {
  margin: 43px 0 0 0 !important;
}

.price-var {
  display: none;
}

.normal-price {

}

.valorus-product-categories__row-vat .price-var {
  display: block;
}

.valorus-product__price-vat .normal-price {

}

.openCloseFilter {
  display: none;
}

@media screen and (min-width: 992px) {
  .tax-product_cat .popular-products {
    padding: 56px 0;
  }
}

@media screen and (max-width: 992px) {
  .openCloseFilter {
    text-align: right;
    color: var(--sub-color);
    padding: 0;
    margin: 0 0 25px 0;
    border: none;
    outline: none;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    background-color: transparent;
  }
  .valorus-product-categories__berocket {
    gap: 0;
  }
  .valorus-product-categories {
    padding: 0;
  }
  .valorus-product-categories__row {
    display: flex;
    flex-direction: column;
  }
  .valorus-product-categories__sidebar {
    display: none;
  }
  .valorus-product-categories__block .columns-3 {
    grid-template-columns: 1fr 1fr;
  }
  .pagination-valorus {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .valorus-product-categories__block .columns-3 {
    grid-template-columns: 1fr;
  }
  .vat-button {
    display: none;
  }
  .valorus-top-sorting__block-order {
    width: 100%;
  }
  .valorus-product-categories__block .woocommerce-ordering {
    width: 100%;
  }
}


.single_add_to_cart_button {

}

.single_add_to_cart_button {
  background-color: var(--main-color) !important;
  font-weight: 400 !important;
  color: var(--text-color) !important;
  font-size: 14px !important;
  line-height: 19.6px !important;
  letter-spacing: 0.06em !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center !important;
  border: 1px solid var(--main-color) !important;
  text-align: center !important;
  padding: 12px 33px !important;
  text-transform: uppercase !important;
}


.single_add_to_cart_button:hover {
  background-color: var(--text-color) !important;
  border-color: var(--main-color) !important;
  color: var(--main-color) !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

.single-product .single_add_to_cart_button {
  height: 60px;
}

@media screen and (min-width: 1380px) {
  .single-product .single_add_to_cart_button {
    width: 66%;
  }
}

.single-product .qib-button-wrapper {
  margin-top: 0 !important;
  margin-bottom: 15px;
  margin-right: 25px !important;
}

.valorus-single-product .valorus-badge {
  position: relative;
  transform: translate(0,0);
  display: inline-flex;
  text-align: center;
  width: auto;
  justify-content: center;
  margin-bottom: 11px;
}

.valorus-single-product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.valorus-single-product .summary {
  width: 100% !important;
  float: none !important;
}

.valorus-product-gallery {
  overflow: hidden;
}

.valorus-product-gallery-for {
  overflow: hidden;
  box-shadow: 4px 4px 10px 0px #00000014;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 86%;
  margin-bottom: 20px;
}

.valorus-product-gallery-nav {
  overflow: hidden;
}

.valorus-product-gallery-for__image {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.woocommerce-product-gallery {
  overflow: hidden;
  width: 100% !important;
  float: none !important;
}

.woocommerce div.product .product_title {
  font-weight: 500;
  font-size: 32px;
  line-height: 38.4px;
  color: var(--text-color);
}

.valorus-single-product .price {
  color: var(--text-color) !important;
  font-size: 24px !important;
  line-height: 28.8px;
  font-weight: 500;
  margin-bottom: 20px;
}


.valorus-single-product .price del {
  position: relative;
  order: 2;
  color: #797979;
  font-weight: 500 !important;
}

.valorus-single-product .price ins {
  position: relative;
  order: 1;
  text-decoration: none;
  font-weight: 500 !important;
  color: var(--accent-color);
}

.valorus-single-product form.cart {
  margin-top: 50px;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  color: var(--text-color);
  text-transform: uppercase;
}

.valorus-single-product .variations label {

}

.woo-variation-items-wrapper ul li {
  box-shadow: none !important;
  border: 1px solid #CDCDCD;
}

.woo-variation-items-wrapper .selected {
  background-color: var(--sub-color) !important;
  border-color: var(--sub-color) !important;
}

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
  font-weight: 500;
}

.product-bottom-text {
  border: 1px solid var(--accent-color);
  padding: 20px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 58px;
  align-items: center;
}

.product-bottom-text__block {
  flex: 1 1 38%;
}

.product-bottom-text__button {
  flex: 1 1 15%;
}


.woocommerce .button {
  background-color: var(--main-color) !important;
  font-weight: 400 !important;
  color: var(--text-color) !important;
  font-size: 14px !important;
  line-height: 19.6px !important;
  letter-spacing: 0.06em !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--main-color) !important;
  text-align: center;
  padding: 12px 33px !important;
}


.woocommerce .button:hover {
  background-color: var(--text-color) !important;
  border-color: var(--main-color) !important;
  color: var(--main-color) !important;
  text-decoration: none;
  opacity: 1 !important;
}

.product-bottom-text__block h5 {
  margin-bottom: 0;
}

.single-product .woocommerce-notices-wrapper {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 95;
}

.valorus-product-gallery .slick-prev {
  transform: translate(85%, -50%);
}

.valorus-product-gallery .slick-next {
  transform: translate(-50%, -50%);
}

.valorus-product-gallery-nav__image {
  padding-bottom: 120%;
  position: relative;
  border: 1px solid #F2F2F2;
}

.valorus-product-gallery-nav__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.valorus-product-gallery-nav {
  max-width: 86%;
}

.valorus-product-gallery-nav .slick-list {
  margin: 0 -10px;
}

.valorus-product-gallery-nav .slick-slide {
  margin: 0 10px;
}

.valorus-product-gallery-nav .slick-current .valorus-product-gallery-nav__image {
  border-color: var(--sub-color);
}

.valorus-single-product-section {
  padding-bottom: 70px;
}

@media screen and (min-width: 992px) {
  .single-product .popular-products {
    padding: 56px 0;
  }
  .popular-products-33 {
    padding: 56px 0;
  }
}

@media screen and (max-width: 992px) {
  .product-bottom-text {
    flex-direction: column;
    gap: 15px;
  }

  .valorus-product-gallery-for {
    max-width: 95%;
    height: 400px;
  }
  .valorus-product-gallery-nav {
    max-width: 95%;
  }
  .woocommerce div.product .product_title {
    font-size: 25px;
    line-height: 30px;
  }
  .valorus-single-product .price {
    font-size: 20px;
    line-height: 24px;
  }
}


@media screen and (max-width: 768px) {
  .valorus-product-gallery-for {
    max-width: 100%;
    height: auto;
  }
  .valorus-product-gallery-for .valorus-product-gallery-for__image {

  }
  .valorus-product-gallery-for .valorus-product-gallery-for__image img {
    object-fit: contain;
    height: 220px;
  }
  .valorus-product-gallery-nav {
    max-width: 100%;
  }
  .valorus-single-product {
    grid-template-columns: 1fr;
  }
  .valorus-product-gallery-nav__image {
    padding-bottom: 60%;
  }
  .single-product #breadcrumbs span span {
    padding-left: 0;
  }
  .valorus-product-gallery .slick-next {
    transform: translate(0%, -50%);
  }
  .valorus-product-gallery .slick-prev {
    transform: translate(0%, -50%);
  }
  .valorus-product-gallery-nav .slick-list {
    margin: 0 -5px;
  }

  .valorus-product-gallery-nav .slick-slide {
    margin: 0 5px;
  }
  .woocommerce div.product .product_title {
    font-size: 22px;
    line-height: 25px;
  }
  .valorus-single-product .price {
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 20px;
  }
  .valorus-single-product form.cart {
    margin-top: 0;
  }
}


.custom-product-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 25px;
  margin-bottom: 45px;
}

.custom-product-fields label span {
  display: none;
}

.custom-product-fields label {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: var(--text-color);
  letter-spacing: 0.06em;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.custom-product-fields select {
  height: 45px;
  font-size: 15px;
  line-height: 22.5px;
  color: #5B5658;
}

.form-row-wide-select {
  position: relative;

}

.form-row-wide-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-row-wide-select .woocommerce-input-wrapper {
  position: relative;
}

.form-row-wide-select .woocommerce-input-wrapper:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  content: url("./images/chevron-select.png") !important;
}


.form-row-wide-input input {
  height: 44px;
  border: 1px solid #CDCDCD;
  padding-left: 10px;
}

.form-row-file .woocommerce-input-wrapper {
  position: relative;
  height: 44px;
  border: 1px solid #CDCDCD;
  display: flex;
  align-items: center;
  padding-left: 10px;
  line-height: 0;
}

.form-row-file .woocommerce-input-wrapper:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  content: url("./images/fileupload.png") !important;
}

.form-row-file .woocommerce-input-wrapper input {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.single-product .qib-button-wrapper {
  align-items: baseline;
  position: relative;
  justify-content: flex-start;
}

.single-product .qib-button-wrapper:before {
  content: 'KIEKIS';
  position: absolute;
  top: -23px;
  left: 0;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: var(--text-color);
}

.single-product .qib-button-wrapper .qib-button {
  height: 60px;
  color: var(--sub-color);
}

.single-product .qib-button-wrapper .minus {
  border-right: none;
}


.single-product .qib-button-wrapper .plus {
  border-left: none;
}

.single-product .qib-button-wrapper  .wqpmb_input_text {
  border-left: none !important;
  border-right: none !important;
}

@media screen and (max-width: 768px) {
  .custom-product-fields {
    grid-template-columns: 1fr;
  }
  .single-product .qib-button-wrapper {
    float: none;
  }
}

.no-product {
  padding: 36px 0;
}

.no-product__text {
  background: #FF5E5033;
  padding: 5px 20px;
  border: 1px solid #FF5E50;
  margin-bottom: 33px;
}

.no-product__text h6 {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0;
}

.no-product-form__field-email label {
  font-weight: 400;
  font-size: 14px;
  color: var(--text-color);
  margin-bottom: 6px;
  text-transform: uppercase;
}

.no-product-form__field-email input {
  height: 44px;
  border: 1px solid #CDCDCD;
  color: var(--text-color) !important;
  padding: 15px;
  padding-left: 10px !important;
}

.no-product-form__field-email {
  margin-bottom: 12px;
}

.no-product-form__field-email input:hover {
  outline: none;
}

.no-product-form__field-email input:focus {
  outline: none;
  border-color: var(--sub-color);
}

.no-product-form__field-consent p {
  display: flex;
  align-items: center;
  gap: 5px;
}

.no-product-form__field-consent p a {
  color: var(--text-color);
  text-decoration: underline;
}

.no-product-form__bottom {
  margin-top: 20px;
}

.no-product-form__bottom input {
  background-color: var(--main-color) !important;
  height: 48px !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  border: none;
  box-shadow: none;
  cursor: pointer !important;
  line-height: 19.6px;
  letter-spacing: 0.06em;
}

.no-product-form__bottom input:hover {
  background-color: var(--sub-color) !important;
}

@media screen and (max-width: 768px) {
  .no-product {
    padding: 15px 0;
  }
  .product-bottom-text {
    margin-top: 15px;
  }
  .valorus-single-product-section {
    padding-bottom: 36px;
  }
  .no-product__text {
    padding: 15px;
  }
}



.xoo-wsc-ft-btn-continue {
  display: none !important;
}

.xoo-wsc-pname a {
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 22.4px;
  color: var(--text-color);
}

.span.xoo-wsc-ft-amt-label {
  font-weight: 400 !important;
}

.xoo-wsc-ft-amt-subtotal {
  font-weight: 400 !important;
}

.xoo-wsc-ft-btn-cart {
  background-color: white !important;
  border: 1px solid var(--main-color) !important;
  font-size: 14px !important;
  line-height: 19px !important;
  color: var(--text-color) !important;
  font-weight: 400 !important;
}

.xoo-wsc-ft-btn-cart:hover {
  background-color: var(--main-color) !important;
}

span.xoo-wsc-ft-amt-label {
  font-weight: 400 !important;
}

.xoo-wsc-ft-btn-checkout {
  background-color: var(--main-color) !important;
  font-size: 14px !important;
  line-height: 19px !important;
  color: var(--text-color) !important;
  font-weight: 400 !important;
  border: 1px solid var(--main-color) !important;
}

.xoo-wsc-ft-btn-checkout:hover {
  background-color: var(--sub-color) !important;
}

.xoo-wsc-container {
  top: 0;
  bottom: auto;
}

.order-form__gallery ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.order-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.order-form__gallery {
  overflow: hidden;
}

.order-form__gallery-for {
  overflow: hidden;
  box-shadow: 4px 4px 10px 0px #00000014;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 86%;
  margin-bottom: 20px !important;
}

.order-form__gallery-nav .slick-list {
  margin: 0 -10px;
}

.order-form__gallery-nav .slick-slide {
  margin: 0 10px;
}




.order-form__gallery-for li {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.order-form__gallery-for li img {

}

.order-form__gallery-nav {
  max-width: 86%;
  overflow: hidden;
}

.order-form__gallery-nav .slick-current li {
  border-color: var(--sub-color);
}

.order-form__gallery-nav li {
  padding-bottom: 120%;
  position: relative;
  border: 1px solid #F2F2F2;
}

.order-form__gallery-nav li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}



.order-form__gallery-for .slick-prev {
  transform: translate(85%, -50%);
}

.order-form__gallery-for .slick-next {
  transform: translate(-50%, -50%);
}


.order-contact-form__fields br {
  display: none;
}


.order-contact-form__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 25.2px;
  margin-bottom: 17px;
  padding-bottom: 9px;
  color: var(--text-color);
  border-bottom: 1px solid var(--sub-color);
}

.order-form {
  padding-top: 0;
  padding-bottom: 70px;
}

.order-contact-form__blocks {
  display: flex;
  gap: 25px;
  margin-bottom: 15px;
}

.order-contact-form__block {
  flex: 1 1 25%;
}

.order-contact-form__block label {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  color: var(--text-color);
  margin-bottom: 6px;
  letter-spacing: 0.06em;
}

.order-contact-form__block input {
  height: 44px;
  border: 1px solid #CDCDCD;
  color: var(--text-color);
  padding: 15px 15px 15px 7px;
}

.order-contact-form__block input::placeholder {
  color: #5B5658;
}

.order-contact-form__block input:focus {
  outline: none;
  border-color: var(--sub-color);
}

.order-contact-form__field {
  margin-bottom: 78px;
}

.order-contact-form__block-symbol .wpcf7-form-control-wrap {
  height: 44px;
  border: 1px solid #CDCDCD;
  color: var(--text-color);
  display: block;
  padding: 0;
  position: relative;
}

.order-contact-form__block-symbol .wpcf7-form-control-wrap input {
  border: none;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
}

.order-contact-form__block select {
  height: 44px;
  padding-left: 8px;
  font-family: var(--bold-font);
  z-index: 2;
  position: relative;
  background: transparent;
  color: #5B5658;
}

.highlight-select {
  color: black !important;
}

.order-contact-form__block-select .wpcf7-form-control-wrap:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  content: url(./images/chevron-select.png);
  z-index: 0;
}



.order-contact-form__block-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*color: black;*/
}

.order-contact-form__block-symbol {
  position: relative;
  line-height: 0;
}

.order-contact-form__block-symbol-text {
  position: absolute;
  top: 50%;
  left: 0;
   color: #5B5658;
  transform: translate(5%, -50%);
}

.order-contact-form__block-symbol:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  content: url(./images/fileupload.png);
}

.quantity-control p {
  display: flex;
  justify-content: center;
  text-align: center;
  border: 1px solid #CDCDCD;
}

.quantity-control p button {
  padding: 0 5px;
  margin: 0;
  border: none;
  background-color: transparent;
  color: var(--sub-color);
}

.quantity-control p button:focus {
  box-shadow: none;
  outline: none;
}

.quantity-control span input {
  text-align: center;
  border: none;
  padding: 0 5px;
}

.quantity-control span input[type="number"]::-webkit-outer-spin-button,
.quantity-control span input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.quantity-control span input[type="number"] {
  -moz-appearance: textfield;
}


.order-contact-form__bottom input {

}

.order-contact-form__bottom  {
  position: relative;
  text-align: right;
  padding: 80px 0 0 0;
}

.order-contact-form__bottom  .wpcf7-spinner {
  position: absolute;
  left: 0;
  top: 0;
}


.order-contact-form__bottom  .wpcf7-submit {
  background-color: var(--main-color);
  font-size: 14px;
  text-decoration: none;
  line-height: 19.6px;
  color: var(--text-color);
  border: none;
  text-transform: uppercase;
  padding: 23px 5px;
  max-width: 223px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.06em;
}

.wpcf7-submit:hover {
  background-color: var(--sub-color);
  color: white;
}

.order-contact-form-quantity .order-contact-form__block {
  flex: 1 1 15%;
}

.order-contact-form__block-title {
  flex: 1 1 35% !important;
}

@media screen and (max-width: 992px) {
  .order-form__gallery-for {
    max-width: 95%;
    height: 400px;
  }
  .order-contact-form__blocks {
    flex-wrap: wrap;
  }
}


@media screen and (max-width: 768px) {
 .order-form__grid {
   flex-direction: column-reverse;
   display: flex;
 }
  .order-contact-form__field {
    margin-bottom: 1rem;
  }
  .order-form__gallery-for {
    max-width: 100%;
    height: auto;
  }
  .order-form__gallery-for .slick-next {
    transform: translate(0%, -50%);
  }
  .order-form__gallery-for .slick-prev {
    transform: translate(0%, -50%);
  }
  .order-contact-form__blocks {
    flex-wrap: wrap;
    gap: 5px;
    flex-direction: column-reverse;
  }
  .order-contact-form__block label {
    font-size: 12px;
    line-height: 14px;
  }
  .order-form__gallery-nav .slick-slide {
    margin: 0 5px;
  }
  .order-form__gallery-nav .slick-list {
    margin: 0 -5px;
  }
}

.order-contact-form__field-no-mb {
  margin-bottom: 40px;
}

.openNewForm {
  color: var(--sub-color);
  font-size: 14px;
  line-height: 19.6px;
  font-weight: 400;
  border: 1px solid var(--sub-color);
  padding: 9px 8px;
  /*font-family: var(--bold-font);*/
  background-color: transparent;
  width: 100%;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  letter-spacing: 0.07em;
}

.openNewForm:after {
  top: 50%;
  right: 2%;
  transform: translate(0, -50%) rotate(90deg);
  content: '';
  width: 13px;
  height: 1px;
  background-color: var(--sub-color);
  display: inline-block;
  position: absolute;
}

.openNewForm:before {
  top: 50%;
  position: absolute;
  right: 2%;
  transform: translate(0, -50%);
  content: '';
  width: 13px;
  display: inline-block;
  height: 1px;
  background-color: var(--sub-color);
  transition: all 0.3s ease-in-out;
}

.openNewForm:hover {
  background-color: var(--main-color);
  color: black;
}

.openNewForm:hover:after {
  opacity: 0;
}

.order-contact-form__field-hidden {
  /*display: none;*/
  margin-top: 25px;
}


@media screen and (max-width: 992px) {
  .order-contact-form__bottom {
    padding-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .order-contact-form__bottom {
    padding-top: 15px;
  }
}

.valorus-cart-page {
  padding: 135px 0;
}

.valorus-cart-page .wc-block-components-sidebar-layout .wc-block-components-main {
  width: 100%;
}

.woocommerce-cart .page-info {
  display: none;
}

.valorus-cart-page .container {
  max-width: 1235px;
}

.wc-block-cart-items__header th {
  font-weight: 400 !important;
  color: var(--text-color) !important;
}

.wc-block-components-product-details__name {
  font-weight: 500 !important;
  color: var(--text-color) !important;
}

.wc-block-cart-item__remove-link {
  font-size: 0 !important;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url("./images/cross.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 44px !important;
  height: 44px !important;
}

.wc-block-cart-items__row {
  position: relative;
}

.wc-block-components-product-name {
  color: var(--text-color);
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  font-weight: 400 !important;
}

.is-large.wc-block-cart .wc-block-cart-items td:last-child {
  color: var(--sub-color);
}

.woocommerce-cart  .wc-block-cart-item__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (min-width: 1240px) {
  .is-large.wc-block-cart .wc-block-cart-items td {
    padding-left: 55px !important;
  }
  .is-large.wc-block-cart .wc-block-cart-items td {
    vertical-align: middle !important;
  }
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
  font-weight: 500 !important;
  font-size: 24px !important;
  line-height: 28px !important;
  color: var(--text-color) !important;
  text-transform: capitalize !important;
}

.is-large.wc-block-cart .wc-block-components-sidebar {
  margin-left: auto;
  width: 44%;
  border: 1px solid #CDCDCD;
  padding: 38px !important;
}

.wp-block-woocommerce-cart-order-summary-block {
  padding: 0 !important;
}

.wc-block-cart__submit-button {
  background-color: var(--main-color) !important;
  color: var(--text-color) !important;
  font-weight: 400 !important;
  border: 1px solid var(--main-color) !important;
  font-size: 14px !important;
  line-height: 19px !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

.woocommerce-cart .wc-block-components-totals-item {
  padding-left: 0 !important;
}

.wc-block-components-totals-item__label {
  font-weight: 400 !important;
}


.woocommerce-cart  .wc-block-cart__submit {
  margin-bottom: 0 !important;
}

.wc-block-components-totals-item__value {
  font-weight: 400 !important;
}

.woocommerce-checkout .page-info {
  display: none;
}

.wc-block-components-address-card__address-section {
  font-weight: 400 !important;
}

.wc-block-components-formatted-money-amount {
  font-weight: 400 !important;
}

.wp-element-button {

}

.wp-element-button {
  background-color: var(--main-color) !important;
  font-weight: 400 !important;
  color: var(--text-color) !important;
  font-size: 14px !important;
  line-height: 19.6px !important;
  letter-spacing: 0.06em !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--main-color) !important;
  text-align: center;
  padding: 12px 33px !important;
}


.wp-element-button:hover {
  background-color: var(--text-color) !important;
  border-color: var(--main-color) !important;
  color: var(--main-color) !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

.woocommerce table.shop_table th {
  font-weight: 400 !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  background-color: var(--sub-color) !important;
}

.woocommerce-checkout .wc-block-components-radio-control.thwcfe-radio-control {
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 15px;
  line-height: 22.5px;
  gap: 10px;
}

.woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input {
  width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  min-width: 16px !important;
  border: 1px solid #CDCDCD !important;
  box-shadow: none !important;
}

.woocommerce-checkout  .wc-block-components-cfe-radio-control__heading {
  display: none;
}

.woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:focus {
  outline: none;
}

.woocommerce-checkout .wc-block-components-radio-control__option {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
}

/*.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {*/
/*  position: relative !important;*/
/*  transform: translate(0,0) !important;*/
/*  color: var(--text-color) !important;*/
/*  font-size: 14px !important;*/
/*  font-weight: 400 !important;*/
/*  left: 0 !important;*/
/*  text-transform: uppercase !important;*/
/*  margin-bottom: 15px !important;*/
/*}*/

.woocommerce-checkout .wc-block-components-text-input {

}

.woocommerce-checkout .wc-block-components-text-input input {
  border-color:  #CDCDCD !important;
  border-radius: 0 !important;
}

.woocommerce table.shop_table tfoot td {
  font-weight: 400 !important;
}

.woocommerce-account .woocommerce-MyAccount-content mark {
  font-weight: 400 !important;
}

.woocommerce-info {
  border-top-color: var(--sub-color);
}

.woocommerce-info::before {
  color: var(--sub-color);
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.woocommerce-MyAccount-navigation ul li a {
  background-color: var(--main-color) !important;
  font-weight: 400 !important;
  color: var(--text-color) !important;
  font-size: 14px !important;
  line-height: 19.6px !important;
  letter-spacing: 0.06em !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--main-color) !important;
  text-align: center;
  padding: 12px 33px !important;
  width: 100%;
}

.woocommerce-MyAccount-navigation ul li a:hover {
  background-color: var(--text-color) !important;
  border-color: var(--main-color) !important;
  color: var(--main-color) !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

.bapf_show_hide {
  color: var(--sub-color);
  margin-top: 15px;
  font-size: 0;
  line-height: 22px;
  display: block;
  position: relative;
}

.bapf_show_hide:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  content: url("./images/expand.png");
  transition: all 0.3s ease-in-out;
}



.bapf_show_hide:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  content: 'Žiūrėti mažiau';
  color: var(--sub-color);
  font-size: 15px;
  line-height: 22px;
}

.bapf_fhide .bapf_show_hide:before {
  content: 'Žiūrėti daugiau';
}

.bapf_fhide .bapf_show_hide:after {
  transform: translate(0, -50%) rotate(180deg);
}

.company-selected {
  display: none;
}

.company-selected-active {
  display: block;
}

@media screen and (max-width: 768px) {
  .valorus-cart-page {
    padding: 36px 0;
  }
}


.berocket_aapf_widget_selected_area ul {
  padding-bottom: 0 !important;
}

.d-none {
  display: none;
}

.radio_fiz_jur {
  display: block;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 15px;
  line-height: 22.5px;
  gap: 10px;
  padding-left: 0 !important;
}

.radio_fiz_jur input {
  width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  min-width: 16px !important;
  border: 1px solid #CDCDCD !important;
  box-shadow: none !important;
  margin: 0 !important;
}

.radio_fiz_jur > label[for="fisjur_fiz"] {
  display: none !important;
}

.radio_fiz_jur input :focus {
  outline: none;
}

.radio_fiz_jur  .woocommerce-input-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0 !important;
  gap: 5px;
}
.radio_fiz_jur input:checked:before {
  background-color: #006B44 !important;
}

.radio_fiz_jur .woocommerce-input-wrapper label {
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;

}

.form-row-wide-company {
  display: none;
}

.form-row-wide-company-active {
  display: block;
}

.required-green {
  color: #006B44;
}

.woocommerce-checkout .required {
  color: #006B44 !important;
}

.form-row-wide-people {

}

.form-row-wide-people-hidden {
  display: none;
}

.woocommerce-checkout #customer_details {
  display: flex;
  flex-direction: column;
}

.my-checkout .woocommerce-checkout {
  max-width: 750px;
  margin: 0 auto;
}

.my-checkout .woocommerce-checkout .col-1 {
  width: 100% !important;
  float: none !important;
}

.my-checkout .woocommerce-checkout .col-2 {
  width: 100% !important;
  float: none !important;
}


/* Hide the default radio button */
.radio_fiz_jur  input[type="radio"] {
  display: none;
}

.radio_fiz_jur label {
  position: relative;
  padding-left: 26px;
}

/* Create a custom radio button */
.radio_fiz_jur  input[type="radio"] + label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #BDBDBD;
  border-radius: 50%; /* Makes it circular */
  background-color: white;
  margin-right: 8px;
  vertical-align: middle;
  transition: background-color 0.3s, border-color 0.3s;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.radio_fiz_jur  input[type="radio"] + label::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%; /* Makes it circular */
  background-color: white;
  margin-right: 0;
  vertical-align: middle;
  transition: background-color 0.3s, border-color 0.3s;
  top: 50%;
  left: 0;
  transform: translate(3px, -50%);
  position: absolute;
}

/* Change the custom radio button when checked */
.radio_fiz_jur  input[type="radio"]:checked + label::after {
  background-color: var(--sub-color);
}

.radio_fiz_jur  input[type="radio"]:checked + label::before {
  border-color: var(--sub-color);
}


.my-checkout .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.woocommerce-NoticeGroup-checkout {
  grid-column: 2 span;
}

.radio_fiz_jur {
  grid-column: 2 span;
}

.form-row-wide-company {
  grid-column: 2 span;
}

.form-row-wide-company .optional {
  font-size: 0;
}

.form-row-wide-company .optional:before {
  content: '*';
  color: #006B44 !important;
  font-size: 15px;
}

#billing_first_name_field .optional:before {
  content: '*';
  color: #006B44 !important;
  font-size: 15px;
}

#billing_last_name_field .optional:before {
  content: '*';
  color: #006B44 !important;
  font-size: 15px;
}
#billing_first_name_field .optional {
  font-size: 0;
}


#billing_last_name_field .optional {
  font-size: 0;
}

.my-checkout .woocommerce-checkout .radio_fiz_jur label .required {
  display: none !important;
}
.woocommerce-form-coupon-toggle {

}

.woocommerce-form-coupon-toggle .woocommerce-info:before {
  display: none;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--text-color);
  border: 1px solid #EEEEEE; !important;
  padding: 15px !important;
  background-color: white;
}

.woocommerce-form-coupon-toggle a {
  color: #006B44;
}

.woocommerce-form-coupon-toggle .woocommerce-info a:hover {
  color: var(--sub-color);
}

.woocommerce-form-coupon p {
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}

.woocommerce-form-coupon .button {

}

.woocommerce-form-coupon .button {
  background-color: var(--main-color); !important;
  display: inline-block !important;
  border: 1px solid var(--main-color); !important;
  padding: 9px 5px !important;
  color: var(--text-color) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 21px !important;
  letter-spacing: 0.02em !important;
  text-align: center !important;
  min-width: 164px !important;
  width: 100%;
  text-transform: uppercase;
  max-width: 228px !important;
  border-radius: 0 !important;
  height: 48px;
}

.woocommerce-form-coupon .button:hover {
  text-decoration: none !important;
  background-color: white !important;
  border-color: var(--main-color) !important;
  color: var(--main-color) !important;
  opacity: 1 !important;
}

.woocommerce-form-coupon input {
  height: 48px;
  border-radius: 0;
}

.custom-title-checkout {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
}


/* Hide the default checkbox */
.my-checkout .woocommerce-checkout input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px !important;
  height: 16px !important;
  border: 1px solid #BDBDBD;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  margin: 0 5px 0 0 !important;
}

.my-checkout .woocommerce-checkout input[type="checkbox"]:focus {
  outline: none;
}

.my-checkout .woocommerce-checkout label.checkbox {
  display: flex !important;
  align-items: center;
}

/* Create custom checkmark when checked */
.my-checkout .woocommerce-checkout input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: var(--sub-color); /* Change to your preferred color */
  transform: translate(-50%, -50%);
  border-radius: 2px;
}


.my-checkout .woocommerce-checkout input[type="checkbox"]:checked {
  border-color: var(--sub-color);
}

.my-checkout .woocommerce-checkout input {
  border: 1px solid #BDBDBD;
  height: 48px;
  color: var(--text-color);
}

.my-checkout .woocommerce-checkout input:focus {
  border-color: var(--sub-color);
}

#ship-to-different-address label span {
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;

}

.my-checkout .woocommerce-checkout .form-row input {
  border: 1px solid #BDBDBD;
  height: 48px;
  color: var(--text-color);
  border-radius: 0;
}

.my-checkout .woocommerce-checkout .form-row textarea {
  border: 1px solid #BDBDBD;
  height: 100px;
  color: var(--text-color);
  border-radius: 0;
}


.my-checkout .woocommerce-checkout .form-row label {
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.my-checkout .woocommerce-checkout .radio_fiz_jur label {
  text-transform: capitalize;
}


.form-row-wide-company label {
  margin: 0;
}

.my-checkout .woocommerce-checkout .form-row .select2-selection {
  border-radius: 0;
  display: flex;
  align-items: center;
  height: 48px;
}

.woocommerce table.shop_table {
  border: none;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 600;
  color: var(--text-color);

}

.woocommerce table.shop_table th {
  font-weight: 600;
  color: var(--text-color);

}

#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
}

.woocommerce-privacy-policy-text {
  padding-bottom: 15px;
  border-bottom: 1px solid #BDBDBD;
  margin-bottom: 15px;
}

.woocommerce_checkout_place_order {

}

.woocommerce-checkout-payment .button {
  background-color: var(--main-color); !important;
  display: inline-block !important;
  border: 1px solid var(--main-color); !important;
  padding: 10px 5px !important;
  color: var(--text-color) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  letter-spacing: 0.02em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  float: none !important;
  margin-top: 15px !important;
  min-width: 164px !important;
  border-radius: 0;
  width: 100% !important;
  max-width: 439px !important;
}

.woocommerce form .form-row .required {
  font-weight: 400;
}

.woocommerce-additional-fields label[for="order_comments"] .optional {
  font-size: 0;
}

.woocommerce-checkout-payment .button:hover {
  text-decoration: none !important;
  background-color: white !important;
  border-color: var(--main-color); !important;
  color: var(--main-color); !important;
  opacity: 1 !important;
}

.wc_payment_methods li {
  position: relative;
  line-height: 1 !important;
  margin-bottom: 20px !important;
}

.payment_methods input {
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px !important;
  height: 16px !important;
}

.payment_methods label {
  padding-left: 20px;
}

.payment_box {
  background-color: transparent !important;
  color: var(--text-color) !important;
}

.woocommerce table.shop_table th {
  /*padding-left: 0 !important;*/
}

.woocommerce table.shop_table td {
  /*padding-left: 0 !important;*/
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: space-between;*/
}

.coupon {
  display: none;
}

.product-name .variation {
  display: none;
}

.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

.woocommerce a.remove {
  width: 44px;
  height: 44px;
}

.woocommerce-cart-form {
  padding-top: 33px;
}

.woocommerce-cart-form thead th {
  text-transform: uppercase;
  border-bottom: 1px solid #CDCDCD;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding-bottom: 20px !important;
}

.woocommerce-cart-form thead .product-thumbnail {

}

.woocommerce-cart table.cart img {
  width: 65px;
}

.woocommerce table.shop_table td {

}

.woocommerce-cart tbody .product-name a {
  font-size: 15px;
  font-weight: 600;
  font-family: var(--bold-font);
  line-height: 1.5;
  color: var(--text-color);
}

.place-order {
  padding-left: 0 !important;
}

.woocommerce-checkout #payment ul.payment_methods {
  padding-left: 0 !important;
}

.woocommerce table.shop_table td {
  border-top: none;
}

.cart_item {
  position: relative;
}

#order_review tbody .product-total {
  /*position: absolute;*/
  /*top: 50%;*/
  /*right: 0;*/
  /*transform: translate(0, -50%);*/
}

.woocommerce-checkout-review-order-table .product-total {
  text-align: right;
}

.woocommerce .woocommerce-checkout-review-order-table tfoot  td  {
  text-align: right;
  justify-content: flex-end;
}

.woocommerce-cart-form tbody tr:not(:last-child) td {
  border-bottom: 1px solid #CDCDCD;
}

.woocommerce-cart-form__cart-item .wqpmb_input_text {
  width: 30px !important;
  border-right: none;
  border-left: none;

}

.woocommerce-cart-form__cart-item .product-quantity .plus {
  border-left: none;
  height: 60px;
  color: #008992;
  border-radius: 0 4px 4px 0 ;
}

.woocommerce-cart-form__cart-item .product-quantity .quantity {
  height: 60px !important;
}

.woocommerce-cart-form__cart-item .product-quantity .quantity input {
  width: 70px !important;
  border-right: none !important;
  font-size: 15px !important;
  border-left: none !important;
}

.woocommerce-cart-form__cart-item .product-quantity .minus {
  border-right: none;
  height: 60px;
  color: #008992;
  border-radius: 4px 0 0 4px;
}

.woocommerce-cart-form__cart-item .product-subtotal .amount {
  color: #008992;
}

.woocommerce-cart .cart_totals {
  border: 1px solid #CDCDCD;
  border-radius: 4px;
  padding: 47px 40px;

}

.woocommerce-cart .cart_totals h2 {
  font-size: 24px;

  line-height: 1.2;
}

.woocommerce-cart .cart_totals tbody tr th {
  padding-left: 0 !important;
  font-size: 16px;
  font-weight: 400;
}

.wc-proceed-to-checkout {

}

.wc-proceed-to-checkout a {
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4;
  color: black;
  border-radius: 0;
}

.woocommerce-checkout #order_review tbody .cart_item td img {
  padding-right: 10px;
}


.terms-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
  padding-bottom: 20px;
}

.terms-text__checkbox {
  padding-right: 3px;
  display: flex;
  align-items: center;
}

.terms-text label {
  display: none !important;
}

.terms-text__info a {
  color: var(--text-color);
  text-decoration: underline;
}

.terms-text__info {
  position: relative;
}

.terms-text__info:after {
  content: '*';
  color: #006B44 !important;
  font-size: 15px;
  position: absolute;
  top: 0;
  right: -10px;
}

.woocommerce-privacy-policy-text a {
  color: var(--text-color);
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .woocommerce .woocommerce-cart-form .shop_table td {
    padding: 30px 12px !important;
  }
  .shop_table tbody .product-name {
    min-width: 300px;
  }
  .woocommerce-cart .cart_totals tbody td {
    text-align: right;
    padding: 25px 12px !important;
  }
  .woocommerce-cart .cart_totals tbody th {
    padding: 25px 12px !important;
  }
}

@media screen and (max-width: 992px) {
  .my-checkout .woocommerce-checkout {
    gap: 15px;
  }
  .woocommerce table.shop_table td {
    flex-wrap: wrap;
  }

}


@media screen and (max-width: 768px) {
  .my-checkout .woocommerce-checkout {
    grid-template-columns: 1fr;
  }
  .woocommerce table.shop_table_responsive tr td::before,.woocommerce-page table.shop_table_responsive tr td::before {

    font-weight: 500 !important;

  }
  .woocommerce-cart .cart_totals {
    padding: 15px;
  }
  .woocommerce-cart .woocommerce-cart-form__cart-item .product-quantity .qib-button-wrapper {
    float: none !important;
  }
  .my-checkout .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .my-checkout .woocommerce-checkout label.checkbox {
    flex-wrap: wrap;
  }
  .radio_fiz_jur {
    grid-column: 1 span;
  }

  .form-row-wide-company {
    grid-column: 1 span;
  }
  .woocommerce-NoticeGroup-checkout {
    grid-column: 1 span;
  }
  .my-checkout .woocommerce-checkout .form-row label {
    font-size: 14px;
  }
}

/* ---------------------------------------
	End of Checkout
--------------------------------------- */

.header__button {
  display: flex;
  align-items: center;
  gap: 5px;
}

.wpml-ls-legacy-dropdown {
  width: auto;
}

.js-wpml-ls-item-toggle {
  background-color: transparent !important;
  border: none !important;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  display: none;
}

.wpml-ls-native {
  position: relative;
  padding-right: 10px;
}

.wpml-ls-native:after {
  content: url("./images/languages-switchers.png");
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translate(0%, -50%);
  width: auto;
  height: auto;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  border: none;
  background: transparent;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: none;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-native:after {
  display: none;
}

/*.wpcf7-form-control-wrap {*/
/*  padding-right: 5px;*/
/*}*/

.wpcf7-list-item input {
  min-width: 13px;
}

select {
  border-radius: 0;
}

.wpcf7-select {
  border-radius: 0;
}

.repeater-field-button-add {
  background-color: var(--main-color) !important;
  text-decoration: none;
  line-height: 19.6px !important;
  color: var(--text-color) !important;
  border: none;
  text-transform: uppercase;

  font-size: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.06em;
  display: flex;
  padding: 0;
  text-align: center;
  justify-content: center;
}

.repeater-field-button-add:before {
  content: 'Pridėti dar vieną gaminį su skirtingais pasirinkimais';
  font-size: 14px !important;
  padding: 10px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.form-row-wide-people-hidden #billing_last_name {

}

.cf7-repeater {
  padding: 5px 0 !important;
}

.repeater-field-button-add {
  color: var(--sub-color) !important;
  border: 1px solid var(--sub-color) !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  position: relative;
  padding: 1px 0 !important;
  justify-content: flex-start !important;

}

.repeater-field-button-add:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  content: url("images/plus.png");
  width: 40px;
  height: 16px;
}

.woocommerce form .form-row select {
  background-image: none;
}

.slider-products {

}

.slider-products li {
  list-style: none;
}


@media screen and (min-width: 992px) {
  .show-all-cat {
    position: relative;
  }
  .show-all-cat:hover .sub-menu {
    display: block;
  }
  .show-all-cat .sub-menu {
    min-width: 200px !important;
    min-height: auto !important;
    text-align: left;
    padding: 10px !important;
  }
}

@media screen and (max-width: 992px) {
  .cards-categories-products .card-product-item__text-row {
    max-width: 240px;
    margin: 0 auto;
    padding: 15px 30px;
  }
}

.krepsinio-wishlist {
  position: absolute;
  top: 0;
  right: 25px;
  z-index: 20;
  cursor: pointer;
}

.krepsinio-wishlist:hover {
  opacity: 0.8;
}

.yith-wcwl-add-to-wishlist-button__label {
  font-size: 0;
}


.krepsinio-wishlist svg {
  width: 22px;
  height: 22px;
}

.valorus-product-gallery {
  position: relative;
}

.valorus-product-gallery .krepsinio-wishlist {
  right: 15%;

}

.form-row-file input {
  width: 100%;
  height: 100% !important;
}

html[lang="lt-LT"] .xoo-wsc-ft-amt-shipping .xoo-wsc-ft-amt-label::before {
  content: 'Pristatymas';
}

html[lang="lt-LT"] .xoo-wsc-ft-amt-shipping .xoo-wsc-ft-amt-label {
  font-size: 0;
  display: flex;
}

html[lang="lt-LT"] .xoo-wsc-ft-amt-tax .xoo-wsc-ft-amt-label::before {
  content: 'Mokesčiai';
}

html[lang="lt-LT"] .xoo-wsc-ft-amt-tax .xoo-wsc-ft-amt-label {
  font-size: 0;
  display: flex;
}

html[lang="lt-LT"] .xoo-wsc-ft-amt-total .xoo-wsc-ft-amt-label::before {
  content: 'Iš viso';
}

html[lang="lt-LT"] .xoo-wsc-ft-amt-total .xoo-wsc-ft-amt-label {
  font-size: 0;
  display: flex;
}

.xoo-wsc-ft-amt-shipping .xoo-wsc-ft-amt-label::before {
  font-size: 18px;
}

.xoo-wsc-ft-amt-tax .xoo-wsc-ft-amt-label::before {
  font-size: 18px;
}


.xoo-wsc-ft-amt-total .xoo-wsc-ft-amt-label::before {
  font-size: 18px;
}