@import url(https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,700,800&display=swap);@import url(//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css);@charset "UTF-8";
.top-bar-block {
  font-family: 'Montserrat', sans-serif;
  color: white;
  background: #333333; }
  .top-bar-block__container {
    padding: 12px 10%;
    width: 100%; }
    .top-bar-block__container--left {
      align-self: flex-start; }
      .top-bar-block__container--left__contact-envelope {
        filter: invert(1);
        height: 15px;
        margin: auto 0; }
      .top-bar-block__container--left__email-contact {
        margin-left: 12px;
        font-size: 13px; }
    .top-bar-block__container--right {
      align-self: flex-end; }
      .top-bar-block__container--right__globe {
        filter: invert(1);
        height: 15px;
        margin: auto 0; }
      .top-bar-block__container--right__language {
        text-transform: uppercase; }
      .top-bar-block__container--right__search {
        filter: invert(1);
        height: 15px;
        margin: auto 0 auto 33px; }

.pp-language-switcher {
  margin-left: 12px;
  margin-top: 3px;
  cursor: pointer;
  position: relative; }
  .pp-language-switcher ul {
    display: none;
    position: absolute;
    padding: 0;
    top: 5px;
    padding: 8px;
    border: 1px solid #bababa;
    list-style: none;
    background: #333333;
    z-index: 2; }
    .pp-language-switcher ul li {
      text-transform: uppercase; }
      .pp-language-switcher ul li a {
        color: gray; }
      .pp-language-switcher ul li a:hover {
        color: #878787; }

.language-visible ul {
  display: block; }

.nav-bar-block {
  font-family: 'Montserrat', sans-serif;
  clear: both;
  border-bottom: 1px solid #bababa;
  margin-bottom: 10px;
  color: white;
  opacity: 0.8;
  height: 103px;
  background: white; }
  .nav-bar-block .responsive-button-wrapper {
    display: none; }
  .nav-bar-block .cart-responsive {
    display: none; }
  .nav-bar-block__container {
    padding: 0 10%;
    width: 100%;
    height: 100%; }
    .nav-bar-block__container__logo {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .nav-bar-block__container__logo img {
        height: 60px; }
    .nav-bar-block__container__phone_contact {
      margin-left: 30px; }
      .nav-bar-block__container__phone_contact__phone {
        height: 28px;
        margin: auto 10px auto 0; }
      .nav-bar-block__container__phone_contact__number {
        color: black;
        margin: auto 0;
        font-weight: bold;
        display: flex;
        align-items: center; }
        .nav-bar-block__container__phone_contact__number::before {
          content: '';
          background-color: #0ddeb3;
          -webkit-mask: url(/wp-content/themes/Avada-Child/assets/9264caec5d1952b52a92df6f25918bcd.svg);
          -webkit-mask-size: contain;
          width: 30px;
          height: 30px;
          -webkit-mask-repeat: no-repeat;
          left: -20px; }
      .nav-bar-block__container__phone_contact:hover {
        color: gray; }
    .nav-bar-block__container__cart {
      height: 28px;
      font-size: 28px;
      margin: auto 0;
      margin-right: 30px;
      color: black;
      position: relative; }
      .nav-bar-block__container__cart__number {
        position: absolute;
        font-family: 'Montserrat';
        top: -5px;
        right: -5px;
        color: white;
        background: #0ddeb3;
        border-radius: 50%;
        padding: 3px 6px;
        font-size: 12px;
        font-weight: 600; }
      .nav-bar-block__container__cart:hover {
        color: gray; }
    @media screen and (max-width: 1024px) {
      .nav-bar-block__container.navbar-responsive .navbar {
        display: none; }
      .nav-bar-block__container.navbar-responsive a.hidden-sm {
        display: none; } }
    .nav-bar-block__container.navbar-responsive .nav-bar-responsive {
      margin: auto;
      color: #0ddeb3;
      font-size: 40px;
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .nav-bar-block__container.navbar-responsive .responsive-button-wrapper {
        display: flex;
        margin: auto;
        margin-right: 0; } }
    .nav-bar-block__container.navbar-responsive .cart-responsive {
      display: block;
      margin-right: 30px; }
  .nav-bar-block .responsive-menu {
    width: 0;
    height: 100vh;
    background: white;
    opacity: 1;
    left: 0;
    position: absolute;
    visibility: hidden;
    transition: 1s; }
    .nav-bar-block .responsive-menu.visible {
      width: 100%;
      border-bottom: 1px solid #bababa;
      visibility: visible; }
      .nav-bar-block .responsive-menu.visible .navbar {
        visibility: visible;
        margin-left: 0;
        transition: 1s; }
    .nav-bar-block .responsive-menu .navbar {
      transition: 1s;
      display: flex;
      margin-left: -100vw;
      visibility: hidden;
      flex-direction: column;
      align-items: center; }
      .nav-bar-block .responsive-menu .navbar div {
        margin-bottom: 20px; }

.cart-product {
  padding: 0 21px;
  border-bottom: 1px solid #bababa;
  color: #878787; }
  .cart-product__thumbnail {
    padding: 25px 30px;
    width: 20%; }
  .cart-product__subtotal {
    text-align: right; }
    .cart-product__subtotal-header {
      font-weight: 600;
      font-size: 16px; }
  @media screen and (max-width: 767px) {
    .cart-product__price {
      display: none; } }
  .cart-product .product-card__image img {
    height: 30px;
    width: auto; }
  .cart-product__thumbnail-wrapper {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 6px;
    height: 135px;
    width: 135px;
    border: 1px solid #bababa; }
    .cart-product__thumbnail-wrapper a img {
      width: 100%;
      height: 100%; }
    .cart-product__thumbnail-wrapper img {
      width: 100%;
      height: 100%; }
  .cart-product__name a {
    color: #878787; }
  .cart-product__name a:hover {
    color: #bababa; }
  .cart-product__remove {
    position: absolute;
    color: #0ddeb3;
    border: 1px solid #bababa;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    padding: auto;
    justify-content: center;
    display: flex;
    align-items: center; }
    .cart-product__remove span {
      height: 100%;
      line-height: 0.9; }

.product_table {
  border-collapse: collapse;
  margin: 0 auto; }
  .product_table tr.cart-lastrow .cart-last-row {
    display: flex;
    justify-content: space-between; }
    .product_table tr.cart-lastrow .cart-last-row .cart-total-data {
      margin: auto 0; }
  @media screen and (max-width: 767px) {
    .product_table {
      display: block;
      width: 100%; }
      .product_table thead {
        visibility: hidden;
        display: none; }
      .product_table tbody,
      .product_table tr,
      .product_table th,
      .product_table td {
        border: 0;
        display: block;
        padding: 0;
        text-align: left;
        white-space: normal; }
      .product_table tr {
        border-bottom: 1px solid #bababa; }
        .product_table tr:last-child {
          border: none; }
      .product_table th[data-title]:before,
      .product_table td[data-title]:before {
        content: attr(data-title) ": ";
        font-weight: bold;
        margin: auto 0; }
      .product_table th:not([data-title]) {
        font-weight: bold; }
      .product_table td:empty {
        display: none; }
      .product_table td.cart-product__thumbnail {
        padding: 0;
        width: 100%; }
        .product_table td.cart-product__thumbnail:before {
          display: none; }
      .product_table div.cart-product__thumbnail-wrapper {
        margin: 0 auto; }
      .product_table td.cart-product__name .name-wrapper {
        text-align: center;
        margin: 20px auto; }
      .product_table td.cart-product__name::before {
        display: none; }
      .product_table td.cart-product__quantity,
      .product_table td.cart-product__price,
      .product_table td.cart-product__subtotal {
        margin-top: 20px;
        display: flex;
        justify-content: space-between; }
      .product_table .cart_item {
        padding: 20px; }
      .product_table tr.cart-lastrow div.cart-last-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        .product_table tr.cart-lastrow div.cart-last-row .pp-coupon {
          width: 100%; }
          .product_table tr.cart-lastrow div.cart-last-row .pp-coupon .coupon-checkout {
            width: 90%;
            flex-wrap: wrap;
            justify-content: center;
            margin: 0 auto; }
            .product_table tr.cart-lastrow div.cart-last-row .pp-coupon .coupon-checkout input {
              margin: 0; }
            .product_table tr.cart-lastrow div.cart-last-row .pp-coupon .coupon-checkout button {
              padding: 18px;
              margin-top: 20px; }
        .product_table tr.cart-lastrow div.cart-last-row .cart-total-data {
          margin-bottom: 20px; } }

.product_table thead tr {
  border-bottom: 1px solid #bababa; }
  .product_table thead tr th {
    padding-bottom: 20px;
    text-align: left; }
  .product_table thead tr th:last-child {
    text-align: right; }

.product_table .cart-product__thumbnail {
  padding: 25px 30px; }

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

input[type=number] {
  -moz-appearance: textfield; }

.name-wrapper {
  width: 180px; }
  @media screen and (min-width: 426px) and (max-width: 850px) {
    .name-wrapper {
      width: 120px; } }

.quantity input:focus {
  outline: 0; }

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
  border: none; }

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 30px;
  text-align: center;
  color: #333;
  color: gray;
  font-size: 27px;
  line-height: 0.9;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border: none; }

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
  border: none; }

.quantity {
  border: 1px solid #bababa;
  width: 90px;
  border-radius: 10px;
  padding: 5px 9px;
  display: flex; }

.screen-reader-text {
  display: none; }

.cart-lastrow {
  padding-bottom: 20px;
  border-bottom: 1px solid #bababa; }
  @media screen and (max-width: 767px) {
    .cart-lastrow {
      display: none; } }
  .cart-lastrow td:first-child {
    -webkit-column-span: all;
    /* Chrome, Safari, Opera */
    column-span: all; }

@media screen and (min-width: 768px) {
  .cart-responsive-lastrow {
    display: none; } }

.cart-total-data {
  text-align: right;
  font-weight: 600;
  color: black; }
  .cart-total-data .amount {
    margin-left: 5px;
    color: #1793d1; }
    .cart-total-data .amount .woocommerce-Price-currencySymbol {
      margin-left: 3px; }

@media screen and (max-width: 767px) {
  .cart-product__thumbnail-header,
  .cart-product__price-header {
    display: none; } }

.navbar {
  width: 100%;
  font-weight: bold;
  color: black;
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
  margin: auto 0; }
  .navbar__nav-item {
    color: black; }
    .navbar__nav-item:hover {
      color: gray; }
    .navbar__nav-item--selected {
      border-bottom: 3px solid #0ddeb3; }
  .navbar .menu-item {
    border-bottom: 3px solid transparent; }
    @media screen and (max-width: 1440px) {
      .navbar .menu-item {
        flex: 0 0; } }
  .navbar .current-menu-item {
    border-bottom: 3px solid #0ddeb3; }
  .navbar .menu-item a {
    text-transform: uppercase;
    color: black;
    text-decoration: none; }
  .navbar .menu-item a:hover {
    color: gray; }

.top-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  transition: 0.5s; }

.navlist-inner div {
  margin-bottom: 20px; }

.navlist-inner .current-menu-item a {
  color: gray; }

.navlist-inner a {
  color: white; }
  .navlist-inner a:hover {
    color: #bababa; }

.footer {
  font-family: 'Montserrat', sans-serif;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #333333; }

@media screen and (max-width: 1024px) {
  .footer-responsive {
    display: flex;
    flex-wrap: wrap; }
    .footer-responsive .footer-col {
      flex: 0 0 100%;
      margin-bottom: 40px;
      align-items: center;
      text-align: center; } }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .footer-responsive .footer-col.flex-half {
        flex: 0 0 50%; } }

@media screen and (max-width: 1024px) {
    .footer-responsive .footer-col--ma {
      display: block;
      margin: auto; }
      .footer-responsive .footer-col--ma .facebook {
        margin-right: 0; } }

.footer-outer {
  clear: both;
  margin-top: 50px;
  background-color: #333333;
  padding: 48px 0; }

.footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .footer-col__logo {
    margin-bottom: 39px;
    filter: brightness(0) invert(1);
    height: 60px; }
  .footer-col__text {
    line-height: 24px;
    font-weight: 300;
    color: white; }
  .footer-col__fb-image {
    height: 44px; }
  .footer-col--ma {
    margin: auto 0; }

.navlist {
  display: flex;
  color: white;
  font-size: 15px;
  flex-direction: column; }
  .navlist__header {
    font-weight: bold;
    margin-bottom: 38px; }
  .navlist__element {
    margin-bottom: 20px; }
    .navlist__element:hover {
      color: #878787; }

.facebook {
  margin-right: 70px;
  color: white; }
  .facebook__text {
    margin: auto 0;
    margin-left: 15px;
    font-weight: bold; }

.sub-footer {
  font-family: 'Montserrat', sans-serif;
  background-color: #222222;
  color: #737373;
  padding: 15px 0; }
  .sub-footer__copyright {
    font-weight: 300; }
  .sub-footer__arrow {
    width: 0;
    height: 0;
    padding-top: 8px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    float: right;
    border-bottom: 7px solid #878787;
    cursor: pointer; }

.__container {
  padding: 0 10%;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .__container {
      padding: 0 5%; } }

.fusion-row {
  z-index: unset !important; }

.inline-flex {
  display: inline-flex; }

.flex {
  display: flex; }

.flex-content-between {
  justify-content: space-between; }

* {
  box-sizing: border-box;
  text-decoration: none; }

html {
  overflow-y: scroll;
  overflow-x: hidden;
  display: block;
  color: -internal-root-color; }

body {
  margin: 0;
  font-family: 'Montserrat'; }

.avada-myaccount-user {
  display: none; }

.shipping_address {
  display: none; }

.woocommerce-shipping-fields {
  display: none; }

.cart-product__quantity .buttons_added .minus,
.cart-product__quantity .buttons_added .plus {
  display: none; }

.quantity {
  padding: 7px 10px 7px 20px; }
  .quantity .minus,
  .quantity .plus {
    display: none; }
  .quantity input {
    pointer-events: none;
    background: transparent;
    border: none;
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 600;
    color: #878787;
    width: 80%; }
  .quantity .qt-buttons .qty-icon {
    font-size: 10px;
    font-weight: 300;
    color: #878787; }
  .quantity .qt-buttons .qty-control-container {
    padding: 1px 5px;
    background: #ededed;
    border-radius: 5px; }
    .quantity .qt-buttons .qty-control-container:first-child {
      margin-bottom: 5px; }

.pp-submit-order {
  font-family: Montserrat;
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  padding: 18px 35px;
  border: 1px solid #0ddeb3;
  background: #0ddeb3;
  min-height: 32px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  border-radius: 10px;
  cursor: pointer; }

.pp-place-order {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px; }

.header-center {
  text-align: center; }

.products-4 {
  display: flex;
  flex-wrap: wrap;
  padding: 0; }

.products-4 > li {
  flex: 0 0 calc(100% / 4);
  border: none;
  display: inline-block;
  list-style: none; }
  @media screen and (max-width: 580px) {
    .products-4 > li {
      flex: 0 0 100%; } }
  @media (min-width: 580px) and (max-width: 1023px) {
    .products-4 > li {
      flex: 0 0 calc(100% / 2); } }
  @media (min-width: 1024px) and (max-width: 1440px) {
    .products-4 > li {
      flex: 0 0 calc(100% / 3); } }

.pp-special-wrapper {
  width: 100%; }

.pp-special-wrapper::after {
  content: " ";
  clear: both; }

.pp-all-offer-wrapper {
  text-align: center;
  margin-bottom: 70px; }
  .pp-all-offer-wrapper a {
    font-size: 22px;
    border: 1px solid #bababa;
    border-radius: 10px;
    padding: 20px;
    color: #878787; }

.wheels-icons {
  height: 25px;
  width: 25px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px; }
  .wheels-icons i {
    font-size: 30px;
    color: #878787; }

.mb70p {
  margin-bottom: 70px; }

.logo-universalios:before,
.logo-vasarines:before,
.logo-zienimems:before,
.logo-dygliuotom:before,
.logo-country-lithuania:before {
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 100%;
  min-width: 100%; }

.logo-country-lithuania:before {
  background-image: url(/wp-content/themes/Avada-Child/assets/ddf2d786f1fd26fcfe1ea86b587f8e75.jpg);
  background-size: contain; }

.logo-universalios:before {
  background-image: url(/wp-content/themes/Avada-Child/assets/0885d3414178204b1134a5eff3243e79.png); }

.logo-vasarines:before {
  background-image: url(/wp-content/themes/Avada-Child/assets/07d3c0a8e4756fff6fdca942cf24db36.png); }

.logo-zienimems:before {
  background-image: url(/wp-content/themes/Avada-Child/assets/f035b6f8d4f40a91ece6220bd6f77108.png); }

.logo-dygliuotom:before {
  background-image: url(/wp-content/themes/Avada-Child/assets/453676d1b52ec53a4883efcc343b20a2.png); }

.ml-30 {
  margin-left: 30px; }

@media screen and (max-width: 425px) {
  .ml-15-negative-r {
    margin-left: -15px; } }

.m-50 {
  margin: 50px; }

.m-70 {
  margin: 70px; }

.uppercase {
  text-transform: uppercase; }

.checkout-header {
  font-size: 34px;
  font-weight: 600; }

.woocommerce-message {
  display: none; }

.pp-loading {
  opacity: 0.3;
  pointer-events: none; }

.woocommerce-input-wrapper .selection .select2-selection__rendered {
  font-family: 'Montserrat';
  font-size: 13.3333px; }

.woocommerce-input-wrapper input {
  font-family: 'Montserrat'; }

.payment-group-title {
  font-family: 'Montserrat';
  margin-bottom: 20px;
  margin-top: 20px; }

.payment-group-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .payment-group-wrapper .payment-group-title {
    flex: 0 0 100%; }
  .payment-group-wrapper .payment {
    flex: 0 0 calc((100% / 4) - 20px); }
    @media screen and (max-width: 580px) {
      .payment-group-wrapper .payment {
        flex: 0 0 100%; } }
    @media (min-width: 580px) and (max-width: 1023px) {
      .payment-group-wrapper .payment {
        flex: 0 0 calc(100% / 2 - 20px); } }
    @media (min-width: 1024px) and (max-width: 1440px) {
      .payment-group-wrapper .payment {
        flex: 0 0 calc(100% / 3 - 20px); } }

.paysera-payments .payment-group-wrapper .payment {
  position: relative; }
  .paysera-payments .payment-group-wrapper .payment label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .paysera-payments .payment-group-wrapper .payment span.paysera-text {
    display: none; }
  .paysera-payments .payment-group-wrapper .payment .paysera-image img {
    width: 100%; }

.payment_method_paysera div.paysera-payments.grid div.payment {
  border: 2px solid #bababa;
  border-radius: 10px;
  height: 100px; }

.payment_method_paysera div.paysera-payments.grid div.payment.activePayseraPayment {
  border: 2px solid #bababa; }
  .payment_method_paysera div.paysera-payments.grid div.payment.activePayseraPayment::before {
    border: 2px solid #0ddeb3; }
  .payment_method_paysera div.paysera-payments.grid div.payment.activePayseraPayment::after {
    background: #0ddeb3; }

.payment {
  margin-right: 1%;
  width: 24%;
  border-radius: 10px;
  border: 2px solid #bababa;
  position: relative; }
  .payment label input {
    opacity: 0;
    position: absolute; }
  .payment::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #bababa;
    border-radius: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto; }
  .payment::after {
    content: "";
    width: 16px;
    height: 16px;
    top: 16px;
    left: 0;
    background: transparent;
    right: 0;
    margin: auto;
    border-radius: 3px;
    position: absolute;
    display: block; }

div.paysera-payments.grid div.paysera-image {
  margin-top: 44px; }

.search-table {
  display: flex; }

.searchform {
  margin: 0 20px; }

.col-20-fz {
  flex: 0 0 100%; }
  @media screen and (min-width: 1024px) {
    .col-20-fz {
      flex: 1 0 20%; } }

.col-30 {
  flex: 0 0 100%; }
  @media screen and (min-width: 1024px) {
    .col-30 {
      flex: 1 0 30%; } }

.col-35 {
  flex: 0 0 100%; }
  @media screen and (min-width: 1024px) {
    .col-35 {
      flex: 1 0 35%; } }

.col-40 {
  flex: 0 0 100%; }
  @media screen and (min-width: 1024px) {
    .col-40 {
      flex: 1 0 40%; } }

.col-50-fz {
  flex: 0 0 100%; }
  @media screen and (min-width: 1024px) {
    .col-50-fz {
      flex: 1 0 50%; } }

.col-60 {
  flex: 1 0 60%; }

.col-80 {
  flex: 1 0 80%; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.clearfix::after {
  clear: both; }

.flex-space-between {
  display: flex;
  justify-content: space-between; }

.pos-relative {
  position: relative; }

.pos-absolute {
  position: absolute; }

.flex-center {
  display: flex;
  justify-content: center; }

.flex-column {
  display: flex;
  flex-direction: column; }

.icon-coloured {
  color: #bababa; }

.pp-single-product-cart-wrapper {
  margin-top: 25px; }
  @media screen and (max-width: 1023px) {
    .pp-single-product-cart-wrapper {
      margin: 25px auto; } }

.woof_reset_search_form {
  display: none; }

.woof_edit_view {
  display: none !important; }

.flex-around {
  display: flex;
  justify-content: space-around; }

.woocommerce-privacy-policy-text {
  display: none !important; }

/*.woocommerce-terms-and-conditions {
  display: none !important; }*/

.woocommerce-terms-and-conditions-checkbox-text {
  padding-left: 20px; }

@media screen and (min-width: 1024px) {
  .nowrap-fz {
    flex-wrap: nowrap; } }

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .pl-30-laptop {
    padding-left: 30px; } }

.flex-no-grow {
  flex-grow: 0; }

.flex-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.woocommerce-checkout-nav, .continue-checkout {
  display: none !important; }

.white-stroke {
  -webkit-text-stroke: 1px white;
  text-shadow: 3px 3px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }

.payment-method {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  max-width: 170px;
  min-width: 170px;
  border-radius: 10px;
  border: 1px solid #bababa;
  margin-bottom: 30px;
  max-height: 97px;
  min-height: 97px; }
  .payment-method .absolute-mod {
    position: absolute;
    top: 0;
    left: 0; }
  .payment-method__select {
    margin-bottom: 4px; }
  .payment-method__icon {
    text-align: center;
    font-weight: 600; }
    .payment-method__icon img {
      margin-top: 10px; }

.pp-payment-vendor {
  display: none; }

.about_paypal {
  display: none; }

.pp-payment-vendor:checked + label {
  border-bottom: 2px solid #0ddeb3; }

.pp_payment_method {
  margin-bottom: 10px; }
  .pp_payment_method .pp_payment_method_label {
    width: 200px;
    height: auto; }

.payment_method_paysera {
  margin-top: 20px; }

.cart-wrapper {
  border: 1px solid #bababa;
  border-radius: 10px;
  padding: 5%;
  margin: auto; }

.coupon-checkout {
  all: unset;
  border: none;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px; }
  .coupon-checkout__button {
    font-family: Montserrat;
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    padding: 18px 35px;
    border: 1px solid #0ddeb3;
    background: #0ddeb3;
    min-height: 32px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    border-radius: 10px;
    cursor: pointer; }
  .coupon-checkout__input {
    margin-right: 10px;
    font-size: 15px;
    font-family: 'Montserrat';
    background: transparent;
    color: #878787;
    border-radius: 10px;
    padding: 18px;
    border: 1px solid #bababa;
    height: unset; }

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap; }
  .woocommerce-billing-fields__field-wrapper p {
    flex: 0 0 45%;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    @media screen and (max-width: 425px) {
      .woocommerce-billing-fields__field-wrapper p {
        flex: 0 0 90%; } }
    .woocommerce-billing-fields__field-wrapper p input,
    .woocommerce-billing-fields__field-wrapper p select {
      width: 100%; }
    .woocommerce-billing-fields__field-wrapper p label {
      font-weight: 600;
      font-size: 14px;
      color: black;
      margin-bottom: 16px; }
      .woocommerce-billing-fields__field-wrapper p label abbr {
        color: #0ddeb3; }
    .woocommerce-billing-fields__field-wrapper p input,
    .woocommerce-billing-fields__field-wrapper p select {
      border: 1px solid #ababab;
      color: #878787;
      border-radius: 10px;
      padding: 18px; }
    .woocommerce-billing-fields__field-wrapper p .select2-selection {
      border: 1px solid #ababab;
      color: #878787;
      border-radius: 10px;
      height: 100%;
      padding: 16px; }
      .woocommerce-billing-fields__field-wrapper p .select2-selection .select2-selection__rendered {
        all: unset;
        font-size: 15px; }
      .woocommerce-billing-fields__field-wrapper p .select2-selection .select2-selection__arrow {
        margin-top: 3%; }

.woocommerce-billing-fields h3 {
  text-align: center; }

#customer_details {
  margin: auto; }

.woocommerce-info {
  display: none; }

.pp-checkout-account {
  display: none;
  padding-top: 1px; }
  .pp-checkout-account p {
    display: flex;
    flex-direction: column;
    padding-right: 2.5%; }
    .pp-checkout-account p label {
      font-weight: 600;
      font-size: 14px;
      color: black;
      margin-bottom: 16px; }
      .pp-checkout-account p label abbr {
        color: #0ddeb3; }
    .pp-checkout-account p input {
      width: 50%;
      border: 1px solid #ababab;
      color: #878787;
      border-radius: 10px;
      padding: 18px; }

.woocommerce-input-wrapper {
  height: 100%; }

#order_review {
  margin: auto; }

#shipping_method {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  width: 95%;
  margin: 0 auto;
  padding: 0; }
  #shipping_method li {
    list-style-type: none;
    border: 1px solid #bababa;
    border-bottom: none;
    padding: 16px; }
    #shipping_method li:first-child {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    #shipping_method li:last-child {
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      border-bottom: 1px solid #bababa; }

.shipping-heading,
.payment-heading {
  text-align: center;
  font-weight: 600;
  font-size: 34px; }
  .shipping-heading span,
  .payment-heading span {
    text-transform: uppercase; }

.payment-heading {
  margin-bottom: 40px; }

.woocommerce-checkout-payment {
  padding: 50px 0; }

.pp-shipping-cost {
  font-weight: 600; }

.checkout.woocommerce-checkout {
  padding: 0 20%; }
  @media screen and (max-width: 768px) {
    .checkout.woocommerce-checkout {
      padding: 0 5%; } }

#order_comments_field {
  display: flex;
  flex-direction: column;
  width: 94%;
  margin: 0 auto;
  margin-top: 20px; }
  #order_comments_field label {
    font-weight: 600;
    font-size: 14px;
    color: black;
    margin-bottom: 16px; }
  #order_comments_field .woocommerce-input-wrapper {
    height: 150px; }
    #order_comments_field .woocommerce-input-wrapper .input-text {
      width: 100%;
      height: 100%;
      border: 1px solid #ababab;
      color: #878787;
      font-family: 'Montserrat';
      border-radius: 10px;
      padding: 18px; }

.ppcheckbox__hidden {
  opacity: 0; }

.ppcheckbox__visible {
  position: relative;
  float: left; }
  .ppcheckbox__visible::before {
    position: absolute;
    content: "";
    display: inline-block;
    height: 27px;
    width: 27px;
    border: 1px solid #bababa;
    border-radius: 5px; }
  .ppcheckbox__visible::after {
    position: absolute;
    content: "";
    display: inline-block;
    height: 21px;
    width: 21px;
    top: 5px;
    left: 5px;
    border-radius: 5px;
    background: transparent; }

.ppcheckbox__hidden:checked + .ppcheckbox__visible::after {
  background: #0ddeb3; }

.ppcheckbox__hidden:checked + .ppcheckbox__visible::before {
  border: 2px solid #0ddeb3; }

.ppcheckbox:checked__visible::after {
  content: ""; }

.ppcheckbox__label {
  font-weight: 600;
  font-size: 15px;
  vertical-align: -webkit-baseline-middle;
  vertical-align: -moz-middle-with-baseline;
  margin-left: 20px; }

.ppcheckbox__text {
  font-weight: 600;
  margin-left: 10px; }
  .ppcheckbox__text a {
    color: black; }

.ppcheckbox--small__hidden {
  opacity: 0;
  position: absolute; }

.ppcheckbox--small__visible {
  position: relative; }
  .ppcheckbox--small__visible::before {
    position: absolute;
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 1px solid #bababa;
    border-radius: 3px; }
  .ppcheckbox--small__visible::after {
    position: absolute;
    content: "";
    display: inline-block;
    height: 13px;
    width: 13px;
    top: 3px;
    left: 3px;
    border-radius: 3px;
    background: transparent; }
  .ppcheckbox--small__visible::first-letter {
    margin-left: 40px; }

.ppcheckbox--small .required {
  color: #0ddeb3; }

.ppcheckbox--small__hidden:checked + .ppcheckbox--small__visible::after {
  background: #0ddeb3; }

.ppcheckbox--small__hidden:checked + .ppcheckbox--small__visible::before {
  border: 2px solid #0ddeb3; }

.ppcheckbox--small__hidden:checked + .ppcheckbox--small__visible {
  font-weight: 600; }
  .ppcheckbox--small__hidden:checked + .ppcheckbox--small__visible .pp-shipping-cost {
    color: #1793d1; }

.ppcheckbox--small__mlabel {
  margin-left: 18px; }

.pppayment-methods {
  padding: 0; }
  .pppayment-methods li {
    list-style-type: none; }

.product-card {
  display: flex;
  flex: 1 0 20%;
  width: 90%;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-radius: 10px;
  padding: 1px;
  margin-bottom: 30px; }
  .product-card__title-wrapper {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    padding: 15px 20px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .product-card__manufacturer {
    border-bottom: 1px solid #bababa;
    display: flex;
    width: 100%;
    padding: 15px 0;
    justify-content: center;
    border-top-right-radius: 10px;
    border-top-right-radius: 10px; }
  .product-card__image {
    height: 50px;
    width: 150px; }
    .product-card__image img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .product-card__thumbnail {
    position: relative;
    height: auto;
    width: 100%; }
    .product-card__thumbnail img {
      width: 150px;
      height: 150px;
      display: block;
      margin: auto; }
  .product-card__buttons {
    width: 100%;
    display: flex;
    justify-content: space-between; }

.button {
  padding: 16px 5px;
  width: 50%;
  text-align: center; }

.addtocart {
  background-color: #0ddeb3;
  border-bottom-left-radius: 10px; }
  .addtocart a {
    color: white;
    font-weight: 500; }

.moreinfo {
  background: #e5e5e5;
  border-bottom-right-radius: 10px; }
  .moreinfo .pp_list::before {
    color: #878787; }

.product-card__information {
  display: flex; }

.product-card__information--left {
  padding: 15px 15px 15px 14px;
  flex-direction: column;
  width: 40%;
  align-items: flex-end; }

.current-price {
  font-size: 22px;
  font-weight: 600;
  color: #1793d1; }

.old-price {
  text-decoration: line-through;
  color: #878787;
  font-weight: 600; }

.hidden {
  visibility: hidden; }

.remaining-stock {
  font-weight: 600;
  font-size: 13px;
  color: #878787; }

.product-card__information--right {
  display: flex;
  padding: 0 15px 15px 0;
  align-items: flex-end;
  width: 60%;
  font-size: 13px;
  text-align: right; }

.delivery {
  font-weight: 600;
  color: #878787;
  width: 100%;
  text-align: right; }

.overlay-green {
  background-color: #17b494; }

.overlay-red {
  background-color: #e95d5d; }

.overlay-blue {
  background-color: #1793d1; }

.overlay::before {
  content: "";
  top: 100%;
  left: 0;
  background-color: lightgray;
  width: 17px;
  height: 20px;
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 100% 33%, 0 0%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 0%); }

.overlay {
  font-weight: 600;
  color: white;
  font-size: 11px;
  padding: 10px 16px;
  margin-bottom: 8px;
  position: relative;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  width: max-content; }

.overlay-wrapper {
  position: absolute;
  top: 0;
  left: -18px; }

.border-wrapper {
  border: 1px solid #bababa;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.pp_add_to_cart {
  font-size: 15px;
  padding: 20px 0; }

.pp_cart {
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
  color: white;
  margin-right: 8px; }

.pp_list {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #878787;
  margin-right: 8px; }
  .pp_list::before {
    color: #878787; }

.pp_show_details {
  color: #878787;
  vertical-align: middle;
  font-weight: 500; }

.overlay-attributes {
  position: absolute;
  left: 85%;
  top: 46%; }
  .overlay-attributes--single {
    right: 20px;
    bottom: 20px;
    top: unset;
    left: unset; }
  .overlay-attributes i {
    font-size: 26px;
    color: #1793d1; }
  .overlay-attributes div {
    position: relative;
    margin-bottom: 10px; }
    .overlay-attributes div span {
      bottom: 0;
      right: -5px;
      position: absolute;
      color: black;
      font-weight: 800; }

.filter {
  margin-bottom: 70px;
  background: url(/wp-content/themes/Avada-Child/assets/ff658e7fa62d696507389c755ae5cffe.png);
  padding: 350px 50px 50px 50px;
  background-repeat: no-repeat;
  background-position: 0;
  height: 768px; }
  @media screen and (max-width: 768px) {
    .filter {
      height: 880px; } }
  .filter .woof_edit_view {
    display: none; }
  .filter .woof_redraw_zone {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    flex-direction: row-reverse;
    width: 60%; }
    @media screen and (max-width: 768px) {
      .filter .woof_redraw_zone .woof_container_plotis {
        order: 0; }
      .filter .woof_redraw_zone .woof_container_auktis {
        order: 1; }
      .filter .woof_redraw_zone .woof_container_spindulys {
        order: 2; }
      .filter .woof_redraw_zone .woof_container_automobiliotipas {
        order: 3; }
      .filter .woof_redraw_zone .woof_container_padangtipas {
        order: 4; }
      .filter .woof_redraw_zone .woof_container_gamintojas {
        order: 5; }
      .filter .woof_redraw_zone .woof_container_produktaspristatymas {
        order: 6; }
      .filter .woof_redraw_zone .woof_submit_search_form_container {
        order: 7; } }
    .filter .woof_redraw_zone .woof_container {
      width: 30%;
      padding: 10px; }
      .filter .woof_redraw_zone .woof_container .woof_select {
        width: 100%;
        border: 1px solid #bababa;
        background: white;
        padding: 20px;
        border-radius: 10px;
        font-size: 15px;
        color: #878787;
        position: relative;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
      .filter .woof_redraw_zone .woof_container .woof_block_html_items {
        position: relative; }
      .filter .woof_redraw_zone .woof_container .woof_block_html_items::after {
        display: block;
        content: "";
        position: absolute;
        right: 1rem;
        top: 50%;
        pointer-events: none;
        margin-top: -1px;
        width: 0;
        height: 0;
        border-top: 5px solid #878787;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent; }
    .filter .woof_redraw_zone .woof_container_checkbox {
      width: 60%; }
      .filter .woof_redraw_zone .woof_container_checkbox .woof_block_html_items::after {
        content: none; }
      .filter .woof_redraw_zone .woof_container_checkbox .woof_list_checkbox {
        list-style: none;
        padding: 0; }
        .filter .woof_redraw_zone .woof_container_checkbox .woof_list_checkbox li {
          margin-left: 30px; }
          @media screen and (max-width: 1500px) {
            .filter .woof_redraw_zone .woof_container_checkbox .woof_list_checkbox li {
              margin-left: 50px; } }
        .filter .woof_redraw_zone .woof_container_checkbox .woof_list_checkbox li label {
          font-family: 'Montserrat';
          font-size: 13px;
          color: #878787; }
          .filter .woof_redraw_zone .woof_container_checkbox .woof_list_checkbox li label::before {
            content: "";
            position: absolute;
            width: 19px;
            height: 19px;
            background: white;
            border: 1px solid #bababa;
            border-radius: 5px;
            left: 0; }
            @media screen and (max-width: 1500px) {
              .filter .woof_redraw_zone .woof_container_checkbox .woof_list_checkbox li label::before {
                height: 30px;
                width: 30px; } }
          .filter .woof_redraw_zone .woof_container_checkbox .woof_list_checkbox li label::after {
            font-family: 'icomoon' !important;
            content: "\e91b";
            position: absolute;
            left: 0;
            color: #0ddeb3;
            font-size: 20px;
            top: -1px;
            opacity: 0; }
            @media screen and (max-width: 1500px) {
              .filter .woof_redraw_zone .woof_container_checkbox .woof_list_checkbox li label::after {
                font-size: 30px;
                left: 1px; } }
        .filter .woof_redraw_zone .woof_container_checkbox .woof_list_checkbox .woof_checkbox_term:checked + .woof_checkbox_label::after {
          opacity: 1; }
      .filter .woof_redraw_zone .woof_container_checkbox input {
        opacity: 0;
        position: absolute; }
  .filter .woof_submit_search_form_container {
    width: 60%;
    padding: 10px; }
    .filter .woof_submit_search_form_container .button {
      width: 100%;
      border-radius: 10px;
      color: white;
      border: none;
      font-weight: 600;
      text-transform: uppercase;
      font-family: 'Montserrat';
      font-size: 22px;
      background: #0ddeb3; }
  .filter .widget-woof .heading {
    display: none; }
  @media screen and (max-width: 768px) {
    .filter.filter-responsive {
      background-position: 0;
      padding: 0; }
      .filter.filter-responsive .woof_submit_search_form_container {
        width: 100%; }
      .filter.filter-responsive .woof_redraw_zone {
        margin-left: 0;
        flex-direction: row;
        width: 100%;
        padding-top: 185px; }
        .filter.filter-responsive .woof_redraw_zone .woof_container {
          width: 100%; }
          .filter.filter-responsive .woof_redraw_zone .woof_container.woof_container_spindulys, .filter.filter-responsive .woof_redraw_zone .woof_container.woof_container_auktis {
            width: 50%; }
      .filter.filter-responsive .woof_container_checkbox {
        width: 100%; }
        .filter.filter-responsive .woof_container_checkbox .woof_list_checkbox li {
          margin-left: 40px; }
          .filter.filter-responsive .woof_container_checkbox .woof_list_checkbox li label {
            color: white;
            font-weight: 500; }
            .filter.filter-responsive .woof_container_checkbox .woof_list_checkbox li label::before {
              width: 30px;
              height: 30px; }
            .filter.filter-responsive .woof_container_checkbox .woof_list_checkbox li label::after {
              font-size: 30px;
              top: 1px;
              left: 1px; } }

.slick-dots {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    visibility: hidden;
    display: inline-block;
    height: 7px; }
  .slick-dots .slick-active::before {
    border: 2px solid rgba(255, 255, 255, 0.5); }
  .slick-dots li::before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    background-color: transparent;
    visibility: visible;
    border: 2px solid white;
    border-radius: 50%; }

.pp-reviews-wrapper {
  background-image: url(/wp-content/themes/Avada-Child/assets/79e9d8afe6bb1d05ca55223b329acd4c.png);
  background-color: rgba(23, 147, 209, 0.9);
  height: 540px;
  padding: 70px;
  background-repeat: no-repeat;
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  background-position: 0; }
  @media screen and (max-widtH: 768px) {
    .pp-reviews-wrapper {
      display: none; } }

.pp-reviews-header {
  text-align: center;
  color: white;
  font-weight: 600;
  font-size: 34px;
  margin: 0;
  margin-bottom: 30px;
  padding: 0; }

.pp-review {
  text-align: center;
  padding: 0 1.2%;
  height: 90%;
  color: white; }
  .pp-review__image {
    margin: auto;
    border-radius: 50%; }
  .pp-review__text {
    line-height: 36px;
    font-weight: 200;
    color: white;
    font-size: 23px;
    margin-bottom: 40px; }
  .pp-review__name {
    font-weight: 600;
    margin-bottom: 0; }
  .pp-review__city {
    margin-top: 5px;
    font-weight: 300; }
  .pp-review:focus {
    outline: none; }

.manufacturers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 70px 0; }
  .manufacturers__manufacturer {
    height: auto;
    padding: 20px 40px;
    transform: scale(0.85);
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
    object-fit: contain; }
    @media screen and (max-width: 580px) {
      .manufacturers__manufacturer {
        flex: 0 0 100%;
        max-width: 100%; } }
    @media (min-width: 580px) and (max-width: 1023px) {
      .manufacturers__manufacturer {
        flex: 0 0 calc(100% / 2);
        max-width: calc(100% / 2); } }
    @media (min-width: 1024px) and (max-width: 1440px) {
      .manufacturers__manufacturer {
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3); } }

.pp-related ul.products {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .pp-related ul.products li {
    list-style: none; }

.pp-related section h2 {
  text-align: center; }

.term-description {
  display: none; }

.products-3 {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-widtH: 1023px) {
    .products-3 {
      padding: 0; } }
  .products-3 li {
    flex: 0 0 calc(100% / 3);
    list-style: none; }
    @media screen and (max-width: 580px) {
      .products-3 li {
        flex: 0 0 100%; } }
    @media (min-width: 580px) and (max-width: 1023px) {
      .products-3 li {
        flex: 0 0 calc(100% / 2); } }

.sort-count {
  display: none; }

.catalog-ordering {
  display: flex;
  flex-direction: row-reverse; }
  .catalog-ordering ul {
    list-style: none; }
  .catalog-ordering .order-dropdown ul {
    display: none; }
  .catalog-ordering li {
    color: gray; }

.pp-left-sidebar .woof .woof_redraw_zone {
  display: flex;
  flex-direction: column; }
  .pp-left-sidebar .woof .woof_redraw_zone .woof_container_plotis {
    order: 0; }
  .pp-left-sidebar .woof .woof_redraw_zone .woof_container_auktis {
    order: 1; }
  .pp-left-sidebar .woof .woof_redraw_zone .woof_container_spindulys {
    order: 2; }
  .pp-left-sidebar .woof .woof_redraw_zone .woof_container_automobiliotipas {
    order: 3; }
  .pp-left-sidebar .woof .woof_redraw_zone .woof_container_padangtipas {
    order: 4; }
  .pp-left-sidebar .woof .woof_redraw_zone .woof_container_gamintojas {
    order: 5; }
  .pp-left-sidebar .woof .woof_redraw_zone .woof_container_produktaspristatymas {
    order: 6; }
  .pp-left-sidebar .woof .woof_redraw_zone .woof_submit_search_form_container {
    order: 7; }

.pp-left-sidebar .woof .woof_container {
  margin-bottom: 10px; }
  .pp-left-sidebar .woof .woof_container select {
    width: 100%;
    border: 1px solid #bababa;
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    color: #878787;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .pp-left-sidebar .woof .woof_container ul {
    list-style: none;
    padding: 0; }
  .pp-left-sidebar .woof .woof_container .woof_block_html_items::after {
    display: block;
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    pointer-events: none;
    margin-top: -1px;
    width: 0;
    height: 0;
    border-top: 5px solid #878787;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent; }
  .pp-left-sidebar .woof .woof_container .woof_block_html_items {
    position: relative; }

.pp-left-sidebar .woof .woof_container_checkbox {
  width: 100%; }
  .pp-left-sidebar .woof .woof_container_checkbox .woof_block_html_items::after {
    content: none; }
  .pp-left-sidebar .woof .woof_container_checkbox .woof_term_2580 {
    padding-left: 45px; }
  .pp-left-sidebar .woof .woof_container_checkbox .woof_list_checkbox {
    list-style: none;
    padding: 0; }
    .pp-left-sidebar .woof .woof_container_checkbox .woof_list_checkbox li label {
      font-family: 'Montserrat';
      font-size: 13px;
      font-weight: 200;
      color: #878787; }
      .pp-left-sidebar .woof .woof_container_checkbox .woof_list_checkbox li label::before {
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        background: white;
        border: 1px solid #bababa;
        border-radius: 5px;
        left: 0; }
      .pp-left-sidebar .woof .woof_container_checkbox .woof_list_checkbox li label::after {
        font-family: 'icomoon' !important;
        content: "\e91b";
        position: absolute;
        left: 4px;
        color: #0ddeb3;
        font-size: 25px;
        top: 1px;
        opacity: 0; }
    .pp-left-sidebar .woof .woof_container_checkbox .woof_list_checkbox .woof_checkbox_term:checked + .woof_checkbox_label::after {
      opacity: 1; }
  .pp-left-sidebar .woof .woof_container_checkbox input {
    opacity: 0;
    position: absolute; }

.pp-left-sidebar .woof .woof_submit_search_form_container .button {
  border-radius: 10px;
  border: none;
  background: #0ddeb3;
  color: white;
  font-weight: 600;
  font-size: 20px; }

.woocommerce-pagination {
  float: right;
  margin-bottom: 30px; }
  .woocommerce-pagination::after {
    clear: both; }
  .woocommerce-pagination span.page-text {
    display: none; }
  .woocommerce-pagination .page-prev::before {
    font-family: 'icomoon' !important;
    content: "\e91f"; }
  .woocommerce-pagination .page-next::after {
    font-family: 'icomoon' !important;
    content: "\e91e"; }
  .woocommerce-pagination .page-numbers {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
    text-align: center;
    color: #bababa;
    border: 1px solid #bababa;
    position: relative;
    display: inline-block; }
    .woocommerce-pagination .page-numbers.dots {
      padding-top: 5px; }
    .woocommerce-pagination .page-numbers.current {
      border: 1px solid #878787;
      color: #878787; }
    .woocommerce-pagination .page-numbers .page-number-wrapper,
    .woocommerce-pagination .page-numbers .page-prev,
    .woocommerce-pagination .page-numbers .page-next {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .woocommerce-pagination .page-numbers .page-prev,
    .woocommerce-pagination .page-numbers .page-next {
      color: #0ddeb3;
      font-size: 25px; }
    .woocommerce-pagination .page-numbers:hover {
      border-color: #878787; }

.fusion-icon-arrow-down2::before {
  font-family: 'icomoon' !important;
  content: "\e921";
  font-style: normal;
  color: #bababa; }

.fusion-icon-arrow-down2:hover::before {
  color: #878787; }

.icomoon-up::before {
  font-family: 'icomoon' !important;
  content: "\e920";
  font-style: normal; }

.order-dropdown:hover {
  position: relative; }
  .order-dropdown:hover li ul {
    display: block;
    position: absolute;
    margin-top: 1px;
    border: 1px solid #bababa;
    padding: 5px;
    z-index: 10;
    background: white; }
    .order-dropdown:hover li ul li a {
      color: #878787; }
      .order-dropdown:hover li ul li a:hover {
        color: #bababa; }

.orderby-order-container {
  display: flex; }

.catalog-ordering .order {
  margin-left: 15px;
  padding: 0; }

.pp-breadcrumb-wrapper {
  padding: 25px 0;
  border-bottom: 1px solid #bababa;
  margin-bottom: 40px; }
  .pp-breadcrumb-wrapper .woocommerce-breadcrumb {
    text-align: center;
    color: #8c8c8c; }
    .pp-breadcrumb-wrapper .woocommerce-breadcrumb a {
      color: #8c8c8c; }

.single-product__thumbnail .pp-pre-thumbnail {
  width: max-content;
  position: relative;
  margin: 0 auto; }
  @media screen and (max-width: 425px) {
    .single-product__thumbnail .pp-pre-thumbnail {
      width: 100%; } }

.single-product__thumbnail img {
  border: 1px solid #ebebeb; }

.single-product__thumbnail .overlay-wrapper {
  top: 30px; }

.single-product .current-price {
  font-size: 36px;
  font-weight: 500; }
  @media screen and (max-width: 1023px) {
    .single-product .current-price {
      text-align: center;
      margin: 20px; } }

.single-product form.cart {
  display: flex;
  width: 100%; }
  .single-product form.cart button {
    margin-left: 20px;
    color: white;
    background: #0ddeb3;
    width: 160px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase; }

.single-product .delivery-wrapper {
  width: max-content;
  text-align: center; }
  @media screen and (max-width: 1023px) {
    .single-product .delivery-wrapper {
      margin: 0 auto; } }
  .single-product .delivery-wrapper .delivery-badge {
    margin-bottom: 5px;
    background: #17b494;
    width: max-content;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    font-size: 11px;
    padding: 6px; }
  .single-product .delivery-wrapper .delivery-text {
    color: #878787;
    font-weight: 500;
    margin-top: 10px;
    display: table; }
    .single-product .delivery-wrapper .delivery-text .pp-icon-delivery {
      display: table-cell;
      font-size: 25px;
      color: #878787;
      vertical-align: middle; }
    .single-product .delivery-wrapper .delivery-text p {
      padding-left: 10px;
      display: table-cell;
      vertical-align: middle; }
    .single-product .delivery-wrapper .delivery-text span {
      color: #17b494;
      font-weight: 600; }

.single-product .remaining-stock-wrapper {
  color: #878787;
  font-weight: 500;
  margin-top: 10px;
  display: table; }
  @media screen and (max-width: 1023px) {
    .single-product .remaining-stock-wrapper {
      text-align: center;
      margin: 0 auto; } }
  .single-product .remaining-stock-wrapper .pp-icon-stock {
    display: table-cell;
    font-size: 25px;
    color: #878787;
    vertical-align: middle; }
  .single-product .remaining-stock-wrapper p {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px; }

.single-product .pp-shop-attributes .shop_attributes {
  border-collapse: collapse;
  width: 80%; }
  @media screen and (max-width: 1023px) {
    .single-product .pp-shop-attributes .shop_attributes {
      width: 100%; } }
  .single-product .pp-shop-attributes .shop_attributes tr {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea; }
    .single-product .pp-shop-attributes .shop_attributes tr th {
      padding: 13px 0;
      color: #919191;
      font-weight: 400;
      text-align: left; }
    .single-product .pp-shop-attributes .shop_attributes tr td a {
      color: #919191; }

.single-product .pp-summary__title h2 {
  margin-bottom: 0; }

@media screen and (max-width: 1023px) {
  .single-product .pp-summary__title {
    text-align: center; } }

.single-product .pp-summary__subtitle {
  font-size: 18px;
  color: black; }

.single-product .pp-description table {
  border-collapse: collapse; }
  .single-product .pp-description table .pp-technical-desc {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea; }
    .single-product .pp-description table .pp-technical-desc .pp-technical-desc-inner {
      color: #919191;
      font-size: 16px;
      padding: 13px 0; }
      .single-product .pp-description table .pp-technical-desc .pp-technical-desc-inner .bold {
        font-weight: 600; }
  .single-product .pp-description table .tire-age {
    width: 30%; }
    .single-product .pp-description table .tire-age a {
      display: flex;
      color: #0ddeb3; }
      .single-product .pp-description table .tire-age a span {
        font-size: 12px;
        font-weight: 500; }
      .single-product .pp-description table .tire-age a .icon-info {
        font-size: 25px;
        margin-right: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center; }

@media screen and (max-width: 1023px) {
  .single-product .pp-description {
    text-align: center; } }

.featured-image-single img {
  width: 400px;
  height: 400px; }
  @media screen and (max-width: 425px) {
    .featured-image-single img {
      width: 100%;
      height: auto; } }

.pp-additional-info-header {
  color: #333333;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500; }
  @media screen and (max-width: 1023px) {
    .pp-additional-info-header {
      text-align: center; } }

.price-subtitle {
  font-size: 20px; }

@media screen and (max-width: 1023px) {
  .product-summary__manufacturer {
    display: flex;
    justify-content: center; } }

/* 2020/05*/
.text-inside-picture {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%); }

div#banner_container div.col-50-fz div.banner-text-align {
  position: relative;
  text-align: center;
  color: floralwhite;
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold; }

div#banner_container div.col-50-fz p {
  display: none; }

div#banner_container div.col-50-fz img {
  margin-top: -2px;
  margin-bottom: -4px;
  padding: 6px; }

div#banner_container div.col-50-fz div.banner-text-align:hover {
  filter: brightness(0.8); }

div#banner_container div.row.unique {
  height: 400px; }

@media screen and (max-width: 1023px) {
  div#banner_container div.row.unique {
    height: auto; } }

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

.padding-10 {
  padding: 10px; }

#hide_products_wocomm div.col-80 div {
  display: none; }

.common-font {
  font-family: 'Montserrat', sans-serif; }

div.banner_container div.row div.col-fz-20.hidden {
  z-index: -20; }

/* banner texts images*/
div.banner img {
  filter: brightness(0.5);
  height: 520px; }

.text-of-banner {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: white;
  transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%; }

div.text-of-banner.long {
  top: 50%; }

@media screen and (max-width: 1023px) {
  div.text-of-banner div {
    font-size: 0.8em; }
  div.description-of-banner {
    width: 75%; }
  div.text-of-banner {
    top: 60%; } }

.title-of-banner {
  margin-bottom: 15px;
  font-size: 30px; }

.pre-text-of-banner {
  margin-bottom: 15px;
  font-size: 22px; }

.description-of-banner {
  text-transform: none;
  width: 60%;
  font-weight: normal;
  font-size: 18px; }

div.woof_container_inner.woof_container_inner_produktaspristatymas div ul li {
  padding-left: 45px; }

div.woocommerce-products-header div.term-description {
  display: block; }

form.woocommerce-ordering {
  display: none; }

div.__container.category select.woof_select.woof_select_product_cat, div.__container.category div.woof_container_product_cat {
  display: none; }

img.posts-img {
  width: 100%;
  height: 230px; }

/*Custom posts featuerd image hide*/
article div.fusion-flexslider.flexslider.post-slideshow.fusion-post-slideshow {
  display: none; }

/*most popular dimensions */
div#popular_dimensions_block {
  margin-top: 110px; }

div#popular_dimensions_block div.__container {
  background-color: #F7F7F7;
  padding-top: 60px;
  padding-bottom: 30px; }

p.most_popular_dimensions {
  color: #0ddeb3;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500; }

div a p.highlight_3 {
  font-size: 24px;
  margin-top: 7px;
  font-weight: bold; }

div a p.highlight_2 {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 600; }

div#popular_dimensions_block div.col-10 {
  margin-top: -20px; }

header.woocommerce-products-header div.term-description {
  display: block; }

header.woocommerce-products-header div.term-description h2, header.woocommerce-products-header div.term-description p {
  width: 50%;
  text-align: center;
  margin: 0px auto; }

header.woocommerce-products-header div.term-description div.banner p {
  width: 100%;
  text-align: left;
  margin: auto; }

div.woof_submit_search_form_container {
  z-index: 200; }

.col-10 {
  flex: 0 0 100%; }

@media screen and (min-width: 1024px) {
  .col-10 {
    flex: 1 0 7%; 
    } 
  }

div.__container.category h1.text-center,div.__container.category h2.text-center {
  margin-top:40px;
}

div.col-20-fz.manufacturer-categories{
  border:1px solid #bababa;
  border-radius:20px;
  text-align:center;
  color:#878787;
  padding:4px;
  font-size:12px;
  font-weight:bold;
}
div.manufacturer_models div.col-80{
  padding-inline-start:52px;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 5px;
  width: 100%;
  height: 10vh;
}
@media screen and (max-width: 768px) {
  div.manufacturer_models div.col-80{
      grid-auto-flow:inherit;
      padding-inline-start:0px;
      height:auto;
  } 
  div.col-20-fz.manufacturer-categories{
    margin-top:-10px;
    margin:auto auto -10px auto;
  }
}
div.manufacturer_models div.col-80 a{
  padding:6px;
}
div.pp-breadcrumb-wrapper{
  padding:20px;
  margin-bottom:20px;
}
div.product-card__title-wrapper{
  color:black;
}
div.woocommerce-container div.pp-breadcrumb-wrapper{
  display:none;
}
div.banner{
  position:relative; 
}
