body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}
a {
  transition: all 0.2s ease-out;
}
.overflow-hidden {
  overflow: hidden;
}
.ml-auto {
  margin-left: auto;
}
.btn-secondary {
  background-color: #ff8717 !important;
  border-color: #ff8717 !important;
}

.btn-primary-custom {
  font-size: 14px !important;
  padding: 14px 30px !important;
  background: #e5534c !important;
  border-color: #e5534c !important;
}

.btn-primary-custom:hover {
  background: #c9403a !important;
  border-color: #c9403a !important;
}

.top-content {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f8;
}
a.logo img {
  height: 82px;
}

.top-content-cta {
  text-align: right;
}

.top-phone {
  color: #e5534c;
  font-size: 24px;
  font-weight: bold;
}

.top-email {
  font-size: 13px;
  font-weight: 500;
  color: #070707;
}

.top-search-form {
  display: flex;
  font-size: 14px;
}

.search-form-wrapper {
  border-radius: 6px;
  padding: 5px 15px;
  padding-right: 5px;
  border: 1px solid #ddd;
}

.top-search-form select {
  border: none;
  width: 150px;
}

.top-search-form input {
  border: none;
  border-left: 1px solid #ddd;
  margin-left: 15px;
  padding-left: 15px;
}
.top-search-form input:focus {
  outline: none;
}
.top-search-form button {
  border: none;
  border-radius: 4px;
  background: #fff;
  color: #070707;
}

.header-content {
  padding-top: 15px;
}

button.top-cat-toggle {
  font-size: 14px;
  padding: 14px 20px;
  background: #e5534c;
  border-color: #e5534c;
}

ul.top-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 51px;
}

ul.top-nav li {
  display: inline-block;
  padding-left: 19px;
  padding-right: 19px;
}

ul.top-nav li a {
  display: block;
  line-height: 51px;
  text-decoration: none;
  font-size: 15px;
  color: #070707;
  font-weight: 500;
}

ul.top-nav li a:hover,
ul.top-nav li.current-menu-item a {
  color: #e5534c;
  border-bottom: 3px solid #e5534c;
}
ul.shop-nav {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #e5534c;
}

ul.shop-nav::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #e5534c;
  border-top: 0px;
  position: absolute;
  top: -10px;
  left: 20px;
}

ul.shop-nav li {
  padding-left: 10px;
  padding-right: 10px;
}

ul.shop-nav li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #070707;
  font-weight: 500;
  border-bottom: 1px solid #eee;
}

ul.shop-nav li a:hover {
  color: #e5534c;
  border-bottom: 1px solid #e5534c;
}
.hero-slider {
}

.hero-slider img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.page-heading {
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f8f8f8;
}
h2.section-title {
  margin-bottom: 60px;
}

a.category-item-box {
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #f8f8f8;
  padding: 30px;
  padding-bottom: 60px;
  text-decoration: none;
  color: #000;
}

a.category-item-box:hover {
  border: 1px solid #e5534c;
  background: #f8f8f8;
  -webkit-box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
}

.category-item-box__icon {
  width: 100%;
  height: 150px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.category-item-box__icon img {
  max-width: 60%;
  transition: all 0.2s ease-out;
}

a.category-item-box:hover .category-item-box__icon img {
  max-width: 70%;
}
.category-item-box__title {
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

a.category-item-box:hover .category-item-box__title {
  color: #e5534c;
  transition: all 0.2s ease-out;
}
.feature-wrap {
  border: 1px solid #e7f1fe;
}

.feature-item-box {
  padding: 31px 15px;
  border-right: 1px solid #e7f1fe;
}

a.card {
  text-decoration: none;
}

a.card:hover {
  border: 1px solid #e5534c;
  -webkit-box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.15);
}
.card-img {
  /*  height: 150px;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-img img {
  max-width: 100%;
  /*  max-height: 100%;*/
}

.card-title {
  font-size: 16px;
}

a.card:hover .card-title {
  color: #e5534c;
}

.woocommerce-Price-amount.amount {
  font-weight: 500;
  text-decoration: none;
  color: #e5534c;
}
.card-price del bdi {
  color: #a3a3a3;
}

.card-price ins bdi {
  color: #e5534c;
}
.woocommerce-Price-amount.amount bdi,
.card-price ins {
  text-decoration: none;
}
/*Woo Hide*/
.woocommerce-result-count,
.card .button {
  display: none !important;
}

/*Shop Left Sidebar */

.shop-sidebar ul.menu {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #e5534c;
}

.shop-sidebar ul.menu::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #e5534c;
  border-top: 0px;
  position: absolute;
  top: -10px;
  left: 20px;
}

.shop-sidebar ul.menu li {
  padding-left: 10px;
  padding-right: 10px;
}

.shop-sidebar ul.menu li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #070707;
  font-weight: 500;
  border-bottom: 1px solid #eee;
}

.shop-sidebar ul.menu li a:hover {
  color: #e5534c;
  border-bottom: 1px solid #e5534c;
}

h1.shop-title {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 30px;
}

.breadcrumbs {
  margin-bottom: 40px;
  font-size: 12px;
  color: #666;
}

.breadcrumbs a {
  text-decoration: none;
  color: #666;
}
/*Woo Product Item Style*/

ul.products.list-products li.product {
  margin: 0;
}

/* Pagination */
.woocommerce .woocommerce-pagination {
  margin-top: 40px;
  margin-bottom: 40px;
}
.woocommerce .woocommerce-pagination ul.page-numbers {
  margin: 0;
  padding: 0;
  border: 0;
}

.woocommerce .woocommerce-pagination ul.page-numbers li {
  margin-left: 2px;
  margin-right: 2px;
  border: none;
  border-radius: 6px;
}

.woocommerce nav.woocommerce-pagination ul li a {
  background: #f8f8f8;
  color: #070707;
  min-width: 30px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  min-width: 30px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #e5534c;
  color: #fff;
}

/*Woo Single Product*/

h1.product-title {
  margin-top: 30px;
  font-size: 28px;
}
.summary .product_meta {
  display: flex;
  flex-wrap: wrap;
  color: #070707;
}

.summary .product_meta a {
  color: #070707;
}

.woocommerce span.onsale {
  min-height: auto;
  min-width: auto;
  padding: 5px 10px;
  font-weight: 700;
  line-height: unset;
  top: 15px;
  left: 15px;
  border-radius: 6px;
  font-size: 14px;
}

.contacts-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wpcf7-form {
  float: left;
  width: 100%;
  background: #f8f8f8;
  border-radius: 6px;
  margin-top: 20px;
  padding: 30px;
      display: flex;
    flex-wrap: wrap;
}
.wpcf7-turnstile.cf-turnstile {
    order: 1;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.inp-col-half {
  float: left;
  width: 50%;
}

.inp-col-full {
  float: left;
  width: 100%;
  position: relative;
}

.wpcf7-form label {
  float: left;
  width: 100%;
}

.wpcf7-form .inp-col {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 15px;
}
.wpcf7-form input,
.wpcf7-form textarea {
  float: left;
  width: 100%;
  border-radius: 5px;
  padding: 5px 10px;
  border: 1px solid #ddd;
}

.wpcf7-form textarea {
  height: 120px;
}

.wpcf7-form input.wpcf7-submit {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 14px 20px;
  background: #e5534c;
  border-color: #e5534c;
}

.wpcf7-spinner {
  left: 5px;
  top: 10px;
  position: absolute;
}
.wpcf7-response-output {
  float: left;
  width: 100%;
  margin: 0 !important;
  border-radius: 5px;
}
.related.products {
  float: left;
  width: 100%;
}

/*Footer*/

footer {
  font-size: 14px;
  color: #9e9e9e;
}

footer h5 {
  color: #f8f8f8;
  font-size: 17px;
  margin-bottom: 15px;
  text-wrap: nowrap;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul li {
  padding: 5px 0;
}

footer ul li i {
  margin-right: 5px;
}

footer ul li a {
  color: #9e9e9e;
  text-decoration: none;
  display: block;
  text-wrap: nowrap;
}
footer ul.footer-nav li a {
}
footer ul li a::first-letter {
  text-transform: uppercase;
}
footer ul li a:hover {
  color: #fff;
}
.copyright {
  border-top: 1px solid #333;
}
.top-cat-toggle-mobile {
  display: none !important;
}
.wpb_wmca_accordion_wrapper_theme_transparent > ul > li li:hover > a,
.wpb_wmca_accordion_wrapper_theme_transparent > ul > li li.wpb-wmca-focus > a,
.wpb_wmca_accordion_wrapper_theme_transparent > ul > li li.current-cat > a,
.wpb_wmca_accordion_wrapper_theme_transparent
  > ul
  > li
  li.current-menu-item
  > a,
.wpb_wmca_accordion_wrapper_theme_transparent li.current_page_item > a {
  background-color: rgba(245, 248, 250, 0.8);
}
@media (max-width: 991px) {
  .container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .top-cat-toggle-desktop {
    display: none !important;
  }
  .top-cat-toggle-mobile {
    display: block !important;
  }
  ul.shop-nav li a {
    font-size: 13px;
    padding: 10px 10px;
  }

  .wpcf7-form {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .top-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  a.logo img {
    height: 42px;
  }
  .top-phone {
    font-size: 18px;
  }

  ul.top-nav li {
    padding-left: 10px;
    padding-right: 0;
  }

  ul.top-nav li a {
    font-size: 14px;
  }
  ul.top-nav {
    height: 28px;
  }
  button.top-cat-toggle {
    padding: 10px 10px;
  }

  .shop-nav-wrap {
    display: none;
  }

  a.category-item-box {
    width: 100%;
    padding: 15px;
    padding-bottom: 30px;
  }
  .category-item-box__icon {
    height: 100px;
  }
  .category-item-box__icon img {
    max-width: 40%;
  }

  .category-item-box__title {
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  .woocommerce .woocommerce-pagination {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .header-content .container {
    flex-wrap: wrap;
  }
  .top-navigation {
    order: 1;
    margin-bottom: 8px;
    width: 100%;
    text-align: right;
  }

  ul.top-nav li a {
    line-height: 40px;
  }
  .top-categories {
    order: 2;
    width: 100%;
  }

  .top-categories button {
    width: 100%;
  }
  h2.section-title {
    margin-bottom: 20px;
  }
  .breadcrumbs {
    margin-bottom: 15px;
  }
  h1.shop-title {
    margin-top: 25px;
  }
}

.woocommerce-product-attributes-item--attribute_gamintojas {
  display: none !important;
}
.woocommerce-product-attributes-item--attribute_produkto-kodas {
  display: none !important;
}

.wpb_category_n_menu_accordion
  li.wpb-submenu-indicator-minus
  > a
  > span.wpb-submenu-indicator {
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.wpb_wmca_accordion_wrapper_theme_transparent > ul > li li:hover > a {
  border-color: #e5534c;
}
.wpb_wmca_accordion_wrapper_theme_transparent ul ul {
  padding-left: 0px;
  margin: 5px 0 0 10px !important;
}

/* custom */

@media (max-width: 768px) {
  .shop-nav-wrap {
    display: block;
  }
}

.woocommerce-product-gallery__trigger {
  display: none !important;
}

.woocommerce-product-gallery__image {
  pointer-events: none;
}

.card-img .card-img-top {
  max-height: 180px;
  width: auto;
  padding: 10px;
}

ul#footer-nav > li:first-child {
  display: none !important;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* Single product page popup */
.product-form-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.product-form-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.product-form-modal__dialog {
  position: relative;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 660px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 30px;
}

.product-form-modal__close {
  position: absolute;
  top: 10px;
  right: 14px;
  background: transparent;
  border: 0;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #555;
}

.product-form-modal__close:hover {
  color: #000;
}

body.modal-open {
  overflow: hidden;
}

#mobileShopMenuToggle {
  display: none;
}

@media (max-width: 767px) {
  footer ul.footer-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 15px;
  }

  footer .col-md-8,
  footer .col-md-4 {
    width: 100%;
  }
}

.mobile-shop-menu {
  display: none;
}

.mobile-shop-menu.is-open {
  display: block;
}

@media (min-width: 768px) {
  .mobile-shop-menu {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .shop-sidebar-menu {
    display: none;
  }

  .shop-sidebar-menu.is-open {
    display: block;
  }
  #mobileShopMenuToggle {
    display: block;
  }
}

@media (min-width: 768px) {
  .shop-sidebar-menu {
    display: block !important;
  }
}

#mobileShopMenuToggle:hover {
  border-color: #e5534c;
  background-color: #e5534c;
}
.custom-shop-grid,
.list-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.list-products {
  margin-top: 16px;
}
.contacts-content {
  display: flex;
  flex-direction: column;
}
.top-search-form.mobile {
  display: none;
}
@media (max-width: 924px) {
  .wpb_category_n_menu_accordion > ul > li > a {
    line-height: 20px;
    padding: 10px 6px;
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .wpb_category_n_menu_accordion ul li > a > span.wpb-submenu-indicator {
    width: 25px;
    height: auto;
    position: relative;
    top: -2px;
  }
}
@media (max-width: 860px) {
  .top-search-form {
    display: none;
  }
  .top-search-form.mobile,
  .top-search-form.mobile form {
    display: block;
  }
  .top-search-form.mobile {
    margin-top: 15px;
  }
  .top-search-form button {
    margin-left: auto;
  }
  .search-form-wrapper {
    display: flex;
  }
  .top-search-form input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contacts-content .shop-nav-wrap {
    order: -1;
  }
  .shop-tile {
    padding: 10px !important;
  }

  .shop-tile img {
    max-height: 100px !important;
  }

  .shop-tile h5 {
    font-size: 14px;
    line-height: 1.2;
  }

  .shop-tile small {
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .mt-5 {
    margin-top: 25px !important;
  }
  .mt-4 {
    margin-top: 20px !important;
  }
  .pb-5 {
    padding-bottom: 25px !important;
  }
  .product-form-modal__dialog .inp-col-half {
    width: 100%;
  }
  .custom-shop-grid,
  .list-products {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 400px) {
  .product-form-modal__dialog {
    padding: 15px;
  }
  .product-form-modal__close {
    top: 0;
    right: 0px;
  }
  .custom-shop-grid,
  .list-products {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* yith css updates */
.yith-wcwl-add-to-wishlist,
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  margin-top: 10px;
  display: inline-flex;
  height: 100%;
  position: relative;
  top: 2px;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span {
  display: none;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  padding: 0 !important;
  background: transparent !important;
  background-color: #fff !important;
}
a.compare.button {
  font-size: 14px !important;
  padding: 14px 30px !important;
  background: #e5534c !important;
  border-color: #e5534c !important;
  color: #fff !important;
}
a.compare.button:hover {
  background: #c9403a !important;
  border-color: #c9403a !important;
  color: #fff !important;
}
