/*
Theme Name: Vairema
Author: Digitally
Author URI: https://digitally.lt/
Description: Vilgma theme
Tags: vilgma
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwenty
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
body {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #434142;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
html,
body {
  overflow-x: hidden;
}

:root {
  --bs-heading-color: #434142;
}
@media (max-width: 500px) {
  :root {
    --wvs-single-product-item-width: 20px;
    --wvs-single-product-item-height: 20px;
  }
}

ul {
  list-style: square;
}
ul li::marker {
  color: #00AAE7;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1580px;
  }
}
.btn {
  border-radius: 0;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}

.btn-primary {
  background: #00AAE7;
  border-color: #00AAE7;
  color: #fff;
}
.btn-primary:disabled {
  background: #00AAE7;
  border-color: #00AAE7;
  color: #fff;
  opacity: 1 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active .btn-primary.disabled {
  background: #fff;
  border: 1px solid #00AAE7;
  color: #00AAE7;
  text-decoration: none;
}

.btn-primary-outline {
  background: #fff;
  border: 1px solid #FFFFFF;
  color: #00AAE7;
}
.btn-primary-outline.with-border {
  border-color: #00AAE7;
}
.btn-primary-outline:hover, .btn-primary-outline:focus, .btn-primary-outline:active {
  background-color: #00AAE7;
  border-color: #00AAE7;
  color: #fff;
  text-decoration: none;
}
.btn-primary-outline:hover svg, .btn-primary-outline:focus svg, .btn-primary-outline:active svg {
  stroke: #fff;
}

.btn-secondary {
  background: #434142;
  border-color: #434142;
}
.btn-secondary svg {
  position: relative;
  top: -2px;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  text-decoration: none;
  background-color: #00AAE7;
  border-color: #00AAE7;
}
.btn-secondary:hover svg, .btn-secondary:focus svg, .btn-secondary:active svg {
  position: relative;
  right: -5px;
}

.form-control {
  border: 1px solid #CAD4D8;
  border-radius: 0 !important;
  font-size: 16px;
  color: #707071;
  width: 100%;
}

h2 {
  font-size: 28px;
  line-height: 36px;
}

a {
  color: #00AAE7;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.dropdown-item {
  font-size: 16px;
}
.dropdown-item:hover, .dropdown-item:focus {
  background-color: #00AAE7;
  color: #fff;
}

.slick-slider .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding-left: 0;
}
.slick-slider .slick-dots button {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #00AAE7;
  width: 10px;
  height: 10px;
  font-size: 0;
  border-radius: 50px;
  display: block;
  padding: 0;
  margin: 2px;
}
.slick-slider .slick-dots .slick-active button {
  background-color: #00AAE7;
}
.slick-slider .slick-arrow {
  width: 46px;
  height: 46px;
  background: url("assets/img/slider arrow right.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top: -23px;
}
.slick-slider .slick-arrow:hover, .slick-slider .slick-arrow:focus, .slick-slider .slick-arrow:active {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background-image: url("assets/img/slider arrow right2.svg");
  margin-right: -3px;
}
.slick-slider .slick-prev {
  left: -23px;
  transform: rotate(180deg);
}
.slick-slider .slick-next {
  right: -23px;
}

.top-bar {
  text-align: center;
  height: 40px;
  line-height: 40px;
  background-color: #00AAE7;
  color: #fff;
  font-size: 17px;
  position: relative;
  z-index: 20;
}
@media (max-width: 991px) {
  .top-bar {
    font-size: 13px;
  }
}

.navbar {
  background: #fff;
  padding-top: 0;
}
.navbar:not(.fixed-top) {
  position: relative;
  z-index: 20;
}
@media (max-width: 991px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 991px) {
  .navbar .navbar-nav {
    margin-bottom: -10px !important;
  }
}
.navbar .navbar-brand {
  margin-right: 40px;
}
@media (max-width: 1200px) {
  .navbar .navbar-brand {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-brand img {
    height: 28px;
  }
}
@media (max-width: 380px) {
  .navbar .navbar-brand img {
    height: 24px;
  }
}
.navbar .mobile-buttons .navbar-toggler {
  padding: 0;
  border: 0;
  margin-left: 10px;
}
.navbar .mobile-buttons .navbar-toggler .navbar-toggler-icon {
  width: 25px;
  height: 25px;
}
@media (max-width: 380px) {
  .navbar .mobile-buttons .navbar-toggler {
    margin-left: 5px;
  }
}
.navbar .mobile-buttons .mob-link {
  padding-right: 10px;
  margin-right: 10px;
}
.navbar .mobile-buttons .mob-link.border-right {
  border-right: 1px solid #00AAE7;
}
.navbar .mobile-buttons .dropdown .dropdown-toggle {
  font-size: 18px;
  color: #434142;
  text-decoration: none;
}
.navbar .mobile-buttons .dropdown .dropdown-toggle::after {
  margin-left: 0;
}
.navbar .mobile-buttons .icon1 {
  width: 15px;
}
.navbar .mobile-buttons .icon2 {
  width: 15px;
}
.navbar .nav-link {
  font-size: 17px;
  color: #434142;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: calc(0.5rem + 5px);
  padding-bottom: calc(0.5rem + 10px);
}
.navbar .nav-link:not(.nav-icon):hover, .navbar .nav-link:not(.nav-icon):focus, .navbar .nav-link:not(.nav-icon):active {
  background-color: #EDEDED;
  text-decoration: none;
  color: #00AAE7;
}
.navbar .nav-link.border-right {
  border-right: 1px solid #00AAE7;
}
.navbar .nav-link.nav-icon {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar .nav-link.nav-icon .hover {
  display: none;
}
.navbar .nav-link.nav-icon:hover .hover, .navbar .nav-link.nav-icon:focus .hover, .navbar .nav-link.nav-icon:active .hover {
  display: inline;
}
.navbar .nav-link.nav-icon:hover .normal, .navbar .nav-link.nav-icon:focus .normal, .navbar .nav-link.nav-icon:active .normal {
  display: none;
}
.navbar .nav-link.nav-icon:hover svg path, .navbar .nav-link.nav-icon:focus svg path, .navbar .nav-link.nav-icon:active svg path {
  stroke: #00AAE7;
}
.navbar .cart-link svg {
  position: relative;
  top: -3px;
}
.navbar .dropdown-toggle::after {
  border-top: 0.3em solid #00AAE7;
}
.navbar .dropdown-mega {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% - 3px);
  background: #EDEDED;
  border-top: 1px solid #ddd;
  padding: 2rem;
  z-index: 1000;
}
.navbar .dropdown-mega .col {
  min-width: 180px;
}
.navbar .dropdown-mega .title {
  margin-bottom: 16px;
}
.navbar .dropdown-mega .title a {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #434142;
}
.navbar .dropdown-mega .title a:hover, .navbar .dropdown-mega .title a:focus, .navbar .dropdown-mega .title a:active {
  color: #00AAE7;
}
.navbar .dropdown-mega a {
  display: block;
  color: #434142;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 0.25rem;
}
.navbar .dropdown-mega a:hover {
  text-decoration: underline;
}
.navbar .dropdown-mega a:hover, .navbar .dropdown-mega a:focus, .navbar .dropdown-mega a:active {
  color: #00AAE7;
}
.navbar .dropdown-mega .line {
  height: 1px;
  background: #00AAE7;
  margin-top: 25px;
}
.navbar .dropdown-mega .bottom-links a {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #434142;
  margin-bottom: 0;
}
.navbar .dropdown-mega .bottom-links a:hover {
  text-decoration: underline;
}
.navbar .nav-item:hover .dropdown-mega {
  display: flex !important;
}
.navbar .lang-dropdown {
  border-radius: 0;
  width: 50px;
  min-width: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar .lang-dropdown .dropdown-item {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.navbar .lang-dropdown.mobile-lang {
  left: -10px;
}

.hero {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .hero {
    margin-bottom: 10px;
  }
}
.hero .slide {
  height: 590px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: end;
  background-size: cover;
  background-position: center;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  .hero .slide {
    padding: 0;
    align-items: end;
  }
}
@media (max-width: 991px) {
  .hero .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.hero .content {
  width: 450px;
  margin-left: auto;
  text-align: right;
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  padding: 50px;
  display: flex;
  align-items: end;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .hero .content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    padding: 40px;
  }
}
.hero .content .title {
  font-weight: bold;
  font-size: 40px;
  line-height: 52px;
  color: #434142;
  margin-bottom: 32px;
  text-decoration: none;
}
@media (max-width: 991px) {
  .hero .content .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 18px;
    color: #000;
  }
}
.hero .content .subtitle {
  font-size: 20px;
  line-height: 27px;
  color: #434142;
  margin-bottom: 39px;
  text-decoration: none;
}
@media (max-width: 991px) {
  .hero .content .subtitle {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 18px;
    color: #000;
  }
}
.hero .content .btn {
  text-decoration: none;
}
.hero .slick-dots {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.section.grey {
  background-color: #cad4d8;
}
.section {
  padding: 20px 0 50px;
}
@media (max-width: 991px) {
  .section {
    padding: 20px 0 30px;
  }
}
.section.home-products {
  margin-bottom: 30px;
}
.section .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.section .top a {
  font-size: 24px;
  line-height: 32px;
  color: #434142;
  text-decoration: none;
}
.section .top a:hover, .section .top a:focus, .section .top a:active {
  color: #00AAE7;
}
@media (max-width: 991px) {
  .section .top {
    justify-content: left;
  }
  .section .top .right {
    display: none;
  }
}
.section .title {
  font-size: 34px;
  line-height: 44px;
  color: #434142;
}
@media (max-width: 991px) {
  .section .title {
    font-size: 20px;
    line-height: 26px;
  }
}
.section .categories {
  position: relative;
}
.section .categories .slick-list {
  margin-left: -14px;
  margin-right: -14px;
}
.section .category-container {
  padding-left: 14px;
  padding-right: 14px;
}
.section .category {
  display: block;
  height: 325px;
  text-decoration: none;
  position: relative;
  background-size: cover;
  background-position: center;
}
.section .category:hover .overlay {
  background: transparent linear-gradient(180deg, rgba(0, 170, 231, 0.4705882353) 0%, rgba(0, 170, 231, 0.9137254902) 100%) 0% 0% no-repeat padding-box !important;
}
@media (max-width: 991px) {
  .section .category {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .section .category {
    height: 165px;
  }
}
.section .category .overlay {
  background: transparent linear-gradient(180deg, rgba(0, 170, 231, 0.0705882353) 0%, rgba(0, 170, 231, 0.5137254902) 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  display: flex;
  align-items: end;
}
.section .category .name {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 991px) {
  .section .category .name {
    font-size: 17px;
    line-height: 22px;
  }
}
.section .bottom-link {
  text-align: center;
}
.section .bottom-link a {
  font-size: 17px;
  line-height: 22px;
  color: #434142;
  text-decoration: none;
}

.news {
  margin-bottom: 20px;
}
.news .single-post {
  border: 1px solid #E4E4E4;
  display: block;
  text-decoration: none;
  height: 100%;
}
.news .single-post:hover {
  border-color: #00AAE7;
}
.news .single-post:hover .title {
  color: #00AAE7 !important;
}
@media (max-width: 991px) {
  .news .single-post {
    margin-bottom: 15px;
  }
}
.news .single-post img {
  width: 100%;
  height: auto;
}
.news .single-post .content {
  padding: 25px 20px;
}
.news .single-post .title {
  font-weight: bold;
  font-size: 22px;
  line-height: 29px;
  color: #434142;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .news .single-post .title {
    font-size: 19px;
    line-height: 24px;
  }
}
.news .single-post .date {
  font-size: 12px;
  line-height: 12px;
  color: #00AAE7;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .news .single-post .date {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
  }
}
.news .single-post .desc {
  font-size: 19px;
  line-height: 24px;
  color: #434142;
}
@media (max-width: 768px) {
  .news .single-post .desc {
    font-size: 16px;
    line-height: 20px;
  }
}
.news .posts {
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .news .posts {
    margin-bottom: 0px;
  }
}
.news .posts > div {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .news .posts > div {
    margin-bottom: 20px;
  }
}
.news .btn {
  min-width: 165px;
}
.news .btn svg {
  margin-left: 7px;
}

.banners {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .banners {
    margin-bottom: 25px;
  }
  .banners .container {
    padding-left: 0;
    padding-right: 0;
  }
  .banners .container .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.banners .banner {
  background-size: cover;
  background-position: center;
  padding: 45px;
  height: 550px;
}
@media (max-width: 991px) {
  .banners .banner {
    height: 232px;
    padding: 20px;
    margin-bottom: 15px;
  }
}
.banners .banner .title {
  font-size: 44px;
  line-height: 57px;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .banners .banner .title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.banners .banner .btn {
  min-width: 165px;
}
@media (max-width: 991px) {
  .banners .banner .btn {
    min-width: auto;
  }
}
.banners .banner .btn .hover {
  display: none;
}
.banners .banner .btn svg {
  margin-left: 5px;
  position: relative;
  top: -1px;
}
.banners .banner .btn:hover, .banners .banner .btn:focus, .banners .banner .btn:active {
  border-color: #fff;
}
.banners .banner .btn:hover .normal, .banners .banner .btn:focus .normal, .banners .banner .btn:active .normal {
  display: none;
}
.banners .banner .btn:hover .hover, .banners .banner .btn:focus .hover, .banners .banner .btn:active .hover {
  display: inline;
  right: -5px;
}

.partners {
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .partners {
    margin-bottom: 40px;
  }
}
.partners .title {
  margin-bottom: 35px;
  text-align: center;
}
@media (max-width: 991px) {
  .partners .title {
    margin-bottom: 25px;
  }
}
.partners img {
  width: 100%;
}
.partners .single {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 576px) {
  .newsletter-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.newsletter {
  border: 1px solid #00AAE7;
  padding: 60px 50px;
  margin-bottom: 100px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .newsletter {
    padding: 30px;
    margin-bottom: 0;
    border: 0;
  }
}
.newsletter .title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  color: #fff;
}
.newsletter .form-control {
  max-width: 450px;
  border-color: #fff;
}
.newsletter .btn svg {
  margin-left: 5px;
  top: 0;
}

.footer {
  background-color: #cad4d8;
  padding: 85px 0 30px;
}
@media (max-width: 991px) {
  .footer {
    padding-top: 45px;
  }
}
.footer .logo {
  margin-bottom: 45px;
}
.footer .desc,
.footer .textwidget,
.footer a {
  font-size: 17px;
  line-height: 30px;
  color: #434142;
  text-decoration: none;
}
.footer a {
  display: block;
}
.footer a:hover,
.footer a:focus,
.footer a:active {
  color: #00AAE7;
  text-decoration: underline;
}
.footer .title,
.footer .widget-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .row {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .footer .row > div {
    margin-bottom: 50px;
  }
}
.footer .copyright {
  border-top: 1px solid #707070;
  padding-top: 20px;
  font-size: 15px;
  line-height: 24px;
  color: #434142;
}
.footer .fb-like-box-container {
  margin-bottom: 30px;
}

.woocommerce-breadcrumb {
  font-size: 15px;
  line-height: 19px;
  color: #434142;
  font-weight: bold;
}
.woocommerce-breadcrumb a {
  color: #707071;
  text-decoration: none;
  font-weight: normal;
}

.product-categories {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
.product-categories li a {
  font-size: 19px;
  line-height: 24px;
  color: #434142;
  border-bottom: 1px solid #fff;
  background: #f3f5f7;
  padding: 15px;
  display: block;
  width: 100%;
  text-decoration: none;
}
.product-categories li a:hover, .product-categories li a:focus, .product-categories li a:active {
  color: #00AAE7;
  background: #e7ecef;
}
.product-categories li.active a {
  background-color: #CAD4D8;
  font-weight: 700;
  color: #434142;
}

.woocommerce-wrapper .page-title {
  font-size: 34px;
  line-height: 44px;
  color: #00AAE7;
}
.woocommerce-wrapper .category-container {
  margin-bottom: 25px;
}
.woocommerce-wrapper .category {
  display: block;
  height: 220px;
  text-decoration: none;
  position: relative;
  background-size: cover;
  background-position: center;
}
.woocommerce-wrapper .category:hover .overlay {
  background: transparent linear-gradient(180deg, rgba(0, 170, 231, 0.4705882353) 0%, rgba(0, 170, 231, 0.9137254902) 100%) 0% 0% no-repeat padding-box !important;
}
.woocommerce-wrapper .category .overlay {
  background: transparent linear-gradient(180deg, rgba(0, 170, 231, 0.0705882353) 0%, rgba(0, 170, 231, 0.5137254902) 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  display: flex;
  align-items: end;
}
.woocommerce-wrapper .category .name {
  font-size: 21px;
  line-height: 27px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 991px) {
  .woocommerce-wrapper .category .name {
    font-size: 17px;
    line-height: 22px;
  }
}
.woocommerce-wrapper .page-description {
  font-size: 19px;
  line-height: 24px;
  color: #434142;
}
.woocommerce-wrapper .page-description a {
  color: #00AAE7;
  text-decoration: underline;
}
.woocommerce-wrapper .page-description iframe {
  max-width: 100%;
}
.woocommerce-wrapper .page-description p,
.woocommerce-wrapper .page-description ul li,
.woocommerce-wrapper .page-description ol li {
  font-size: 14px;
  line-height: 16px;
}
.woocommerce-wrapper .page-description h2 {
  font-size: 20px;
  line-height: 22px;
}
.woocommerce-wrapper .page-description h3 {
  font-size: 18px;
  line-height: 20px;
}
.woocommerce-wrapper .page-description h4 {
  font-size: 16px;
  line-height: 18px;
}
.woocommerce-wrapper .page-description h5 {
  font-size: 18px;
  line-height: 24px;
}
.woocommerce-wrapper #primary {
  margin-bottom: 20px;
}

.products .product-container {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .products .product-container {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    min-width: 50% !important;
    max-width: 50% !important;
  }
  .products .product-container:nth-child(2n) .product {
    border-left: 0 !important;
  }
}
.products .thumbnail-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.products .thumbnail-wrapper .brand-img {
  position: absolute;
  bottom: 11px;
  right: 0;
  background: #fff;
  z-index: 10;
}
.products .thumbnail-wrapper .brand-img img {
  width: auto !important;
  height: 43px;
  border-bottom: 0;
  margin-bottom: 0;
}
.products .product {
  border: 1px solid #E4E4E4;
  padding: 20px;
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .products .product {
    padding: 20px 10px 15px;
  }
}
.products .product .woocommerce-LoopProduct-link {
  display: block;
  margin-bottom: 10px;
}
.products .product:hover, .products .product:focus, .products .product:active {
  border-color: #00AAE7;
}
.products .product:hover .woocommerce-loop-product__title, .products .product:focus .woocommerce-loop-product__title, .products .product:active .woocommerce-loop-product__title {
  color: #00AAE7 !important;
}
.products .product img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #E4E4E4;
}
.products .product a {
  text-decoration: none;
}
.products .product .woocommerce-loop-product__title {
  font-weight: bold;
  font-size: 19px;
  line-height: 24px;
  color: #434142;
}
@media (max-width: 768px) {
  .products .product .woocommerce-loop-product__title {
    font-size: 15px;
    line-height: 20px;
  }
}
.products .product .onsale {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #ffa805;
  left: 10px;
  top: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 150px;
  position: absolute;
  z-index: 10;
}
@media (max-width: 768px) {
  .products .product .onsale {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .products .product .onsale {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}
.products .product .new-label {
  position: absolute;
  top: 20px;
  right: 0;
  width: 110px;
  height: 35px;
  background-image: url("assets/img/Group 48.png");
  background-size: cover;
  font-size: 0;
  z-index: 10;
}
.products .product span.price {
  font-weight: bold;
  font-size: 20px !important;
  line-height: 26px !important;
  color: #00AAE7 !important;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (max-width: 500px) {
  .products .product span.price {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.products .product span.price del {
  color: #707071 !important;
  font-size: 18px !important;
}
@media (max-width: 500px) {
  .products .product span.price del {
    font-size: 14px !important;
  }
}
.products .product span.price ins {
  text-decoration: none;
}
.products .product .price-and-cart-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.products .product .price-and-cart-block span.price {
  margin-right: 5px;
}
.products .product .price-and-cart-block .btn {
  margin-left: 5px;
}
.products .product .variable-items-wrapper {
  margin-bottom: 0;
  margin-top: 10px;
}
.products .product .btn {
  color: #434142;
  min-width: 120px;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .products .product .btn {
    min-width: 100%;
    margin-left: 0 !important;
    font-size: 14px;
  }
}
.products .product .btn svg {
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.products .product .btn:hover, .products .product .btn:focus .products .product .btn:active {
  color: #fff;
}
.products .product .btn:hover svg path, .products .product .btn:focus .products .product .btn:active svg path {
  stroke: #fff;
}
.products .product .woocommerce-secondary-image {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 5;
  margin-bottom: 0;
}
.products .product:hover .woocommerce-secondary-image {
  opacity: 1;
}

.single-product .brand-logo {
  height: 40px;
  position: relative;
  top: -2px;
}
@media (max-width: 768px) {
  .single-product .brand-logo {
    height: 40px;
  }
}
.single-product .woocommerce-wrapper {
  max-width: 1180px;
}
.single-product .product_title {
  font-size: 34px;
  line-height: 44px;
  color: #434142;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .single-product .product_title {
    font-size: 24px;
    line-height: 32px;
    color: #00AAE7;
  }
}
.single-product .price {
  font-weight: bold;
  font-size: 24px !important;
  line-height: 23px;
  color: #00AAE7 !important;
  text-decoration: none;
}
.single-product .price del {
  color: #707071;
  font-size: 18px !important;
}
.single-product .price ins {
  text-decoration: none;
}
.single-product .woocommerce-product-details__short-description {
  font-size: 17px;
  line-height: 22px;
  color: #434142;
}
.single-product .onsale {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #ffa805;
  left: 10px;
  top: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 150px;
  position: absolute;
  display: none;
}
.single-product .new-label {
  position: absolute;
  top: 20px;
  right: 0;
  text-transform: uppercase;
  font-size: 17px;
  padding: 4px 8px;
  background: #00aae7;
  color: #fff;
  font-weight: bold;
}
.single-product .quantity {
  display: flex;
}
.single-product .quantity input {
  border: 1px solid #CAD4D8;
  border-left: 0;
  border-right: 0;
  background: #fff;
  outline: none;
  height: 38px;
  font-size: 16px;
  font-weight: bold;
  color: #434142;
}
.single-product .quantity .qty-btn {
  border: 1px solid #CAD4D8;
  width: 38px;
  height: 38px;
  text-align: center;
  background: #fff;
}
.single-product .quantity .qty-btn:hover, .single-product .quantity .qty-btn:focus, .single-product .quantity .qty-btn:active {
  color: #00AAE7;
  background: #f3f5f7;
}
.single-product .single_add_to_cart_button {
  margin-left: 10px;
  height: 38px;
  color: #434142;
}
.single-product .single_add_to_cart_button svg {
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.single-product .single_add_to_cart_button:hover, .single-product .single_add_to_cart_button:focus .single-product .single_add_to_cart_button:active {
  color: #fff;
}
.single-product .single_add_to_cart_button:hover svg path, .single-product .single_add_to_cart_button:focus .single-product .single_add_to_cart_button:active svg path {
  stroke: #fff;
}
.single-product .product_meta > span {
  display: block;
  font-size: 15px;
  line-height: 19px;
  color: #434142;
  margin-bottom: 7px;
}
.single-product .product_meta > span .meta-title {
  font-weight: bold;
}
.single-product .product_meta > span a {
  color: #434142;
  text-decoration: none;
}
.single-product .product_meta > span a:hover {
  text-decoration: underline;
}
.single-product .flex-viewport {
  border: 1px solid #E7ECEF;
  margin-bottom: 10px;
}
.single-product .flex-control-thumbs {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.single-product .flex-control-thumbs li {
  border: 1px solid #E7ECEF;
  margin: 5px !important;
  width: calc(25% - 10px) !important;
}
.single-product div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
}
@media (max-width: 768px) {
  .single-product div.product .woocommerce-tabs ul.tabs {
    flex-direction: column;
  }
}
.single-product div.product .woocommerce-tabs ul.tabs li {
  background: #fff;
  border: 1px solid #E7ECEF !important;
  height: 60px;
  min-width: 20%;
  text-align: center;
  border-radius: 0 !important;
  margin: 0;
  border-bottom: 0 !important;
}
.single-product div.product .woocommerce-tabs ul.tabs li:before, .single-product div.product .woocommerce-tabs ul.tabs li:after {
  content: "";
  display: none;
}
.single-product div.product .woocommerce-tabs ul.tabs li.active a {
  color: #00AAE7;
}
.single-product div.product .woocommerce-tabs ul.tabs li a {
  font-size: 17px;
  font-weight: normal;
  line-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
}
.single-product div.product .woocommerce-tabs .panel {
  border: 1px solid #E7ECEF;
  font-size: 17px;
  line-height: 22px;
  color: #434142;
  padding: 20px;
}
.single-product div.product .woocommerce-tabs .panel iframe {
  max-width: 100%;
}
@media (max-width: 576px) {
  .single-product div.product .woocommerce-tabs .panel .shop_attributes tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .single-product div.product .woocommerce-tabs .panel .shop_attributes th,
  .single-product div.product .woocommerce-tabs .panel .shop_attributes td {
    min-width: 100%;
    max-width: 100%;
  }
  .single-product div.product .woocommerce-tabs .panel .shop_attributes td {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.single-product div.product .woocommerce-tabs table {
  max-width: 100%;
  height: auto;
}
.single-product div.product .woocommerce-tabs table td {
  word-break: break-all;
  width: auto !important;
}

.special-offers .slick-track {
  display: flex;
}
.special-offers .slick-slide {
  height: inherit !important;
}
.special-offers .slick-slide > div {
  height: 100%;
}
.special-offers .product {
  background: #fff;
  border-color: #00AAE7;
  height: 100%;
}
.special-offers .product-container {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .special-offers .product-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.special-offers .mobile-btn-bottom {
  text-align: center;
}
.special-offers .mobile-btn-bottom a {
  font-size: 24px;
  line-height: 32px;
  color: #434142;
  text-decoration: none;
}
@media (max-width: 991px) {
  .special-offers .mobile-btn-bottom a {
    font-size: 20px;
    line-height: 26px;
  }
}
.special-offers .mobile-btn-bottom a:hover, .special-offers .mobile-btn-bottom a:focus, .special-offers .mobile-btn-bottom a:active {
  color: #00AAE7;
}

body.single-post .post-container {
  max-width: 900px;
  margin-bottom: 40px;
  padding-top: 30px;
}
body.single-post .post-container iframe {
  max-width: 100%;
}
@media (max-width: 768px) {
  body.single-post .post-container {
    padding-top: 15px;
  }
}
body.single-post .post-container .title {
  font-size: 34px;
  line-height: 44px;
  color: #434142;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  body.single-post .post-container .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
body.single-post .post-container .post-img {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body.single-post .post-container .post-img {
    margin-bottom: 24px;
  }
}
body.single-post .post-container .post-img img {
  max-width: 100%;
  height: auto;
}
body.single-post .post-container .date {
  font-size: 16px;
  color: #00AAE7;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  body.single-post .post-container .date {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
body.single-post .post-container .date .reading-time {
  margin-left: 10px;
}
body.single-post .post-container .date .reading-time svg {
  fill: #00AAE7;
  width: 15px;
  position: relative;
  top: -1px;
}
body.single-post .post-container .author-info {
  font-size: 16px;
  color: #00AAE7;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
body.single-post .post-container .author-info .author-image {
  margin-right: 10px;
}
body.single-post .post-container .author-info .author-image img {
  border-radius: 150px;
  max-width: 40px;
}
body.single-post .post-container .author-info .author-details {
  display: flex;
  flex-direction: column;
}
body.single-post .post-container .content {
  font-size: 18px;
  line-height: 23px;
  color: #434142;
  border-bottom: 1px solid #00AAE7;
  padding-bottom: 50px;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  body.single-post .post-container .content {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
body.single-post .post-container .other-posts {
  margin-left: 0;
  padding-left: 0;
}
body.single-post .post-container .other-posts .subtitle {
  font-size: 28px;
  line-height: 36px;
  color: #434142;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  body.single-post .post-container .other-posts .subtitle {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
body.single-post .post-container .other-posts a {
  display: block;
  font-size: 18px;
  line-height: 23px;
  color: #00AAE7;
  text-decoration: none;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  body.single-post .post-container .other-posts a {
    font-size: 16px;
    line-height: 20px;
  }
}
body.single-post .post-container .other-posts a:hover {
  text-decoration: underline;
}

.custom-page .container {
  max-width: 1200px;
}
.custom-page .cont-top {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .custom-page .cont-top {
    margin-bottom: 20px;
  }
}
.custom-page .inside-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .custom-page .inside-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.custom-page .inside-section.designer {
  padding-bottom: 0;
}
.custom-page .inside-section.grey {
  background: #e7ecef;
}
.custom-page .inside-section .row.flip {
  flex-direction: row-reverse;
}
.custom-page .content {
  font-size: 17px;
  line-height: 22px;
  color: #434142;
}
@media (max-width: 768px) {
  .custom-page .content {
    font-size: 16px;
    line-height: 20px;
  }
}
.custom-page .content.with-border-bottom {
  border-bottom: 1px solid #1EAAE7;
  margin-bottom: 35px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .custom-page .content.with-border-bottom {
    padding-bottom: 35px;
  }
}
.custom-page .content blockquote {
  border-left: 16px solid #1EAAE7;
  padding-left: 20px;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 768px) {
  .custom-page .content blockquote {
    font-size: 20px;
    line-height: 26px;
  }
}
.custom-page .contact-form .text {
  font-size: 28px;
  line-height: 36px;
  color: #434142;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .custom-page .contact-form .text {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
  }
}
.custom-page .contact-form label {
  font-size: 16px;
  line-height: 20px;
  color: #707070;
  width: 100%;
}
.custom-page .contact-form .note {
  font-size: 15px;
  line-height: 19px;
  color: #707070;
}

.about-partners .container {
  max-width: 1200px;
}
.about-partners .content {
  font-size: 17px;
  line-height: 22px;
  color: #434142;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .about-partners .content {
    font-size: 16px;
    line-height: 20px;
  }
}
.about-partners .accordion {
  border: 0 !important;
  border-radius: 0;
}
.about-partners .accordion .accordion-button {
  padding: 8px 10px;
  font-size: 17px;
  line-height: 22px;
  color: #434142;
  border: 1px solid #E7ECEF;
  border-radius: 0 !important;
}
.about-partners .accordion .accordion-button:hover {
  color: #00AAE7;
}
.about-partners .accordion .accordion-button:not(.collapsed) {
  background-color: #fff;
  border-color: #00AAE7 !important;
  border-bottom: 0;
}
.about-partners .accordion .accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2300AAE7' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}
.about-partners .accordion .accordion-body {
  font-size: 17px;
  line-height: 22px;
  color: #434142;
  padding: 30px;
  border: 1px solid #00AAE7;
  border-top: 0;
}
@media (max-width: 768px) {
  .about-partners .accordion .accordion-body {
    font-size: 16px;
    line-height: 20px;
    padding: 20px;
  }
}
.about-partners .accordion .accordion-item {
  margin-bottom: 10px;
  border: 0 !important;
}

.contact .subtitle {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 40px;
  color: #434142;
}
@media (max-width: 768px) {
  .contact .subtitle {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
.contact .single-place {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #00AAE7;
}
@media (max-width: 768px) {
  .contact .single-place {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.contact .place-text {
  font-size: 19px;
  line-height: 24px;
  color: #434142;
}
@media (max-width: 768px) {
  .contact .place-text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
  }
}
.contact .place-text a {
  color: #00AAE7;
  text-decoration: none;
}
.contact .place-text a:hover {
  text-decoration: underline;
}
.contact .place-img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .contact .place-img {
    margin-bottom: 30px;
  }
}
.contact iframe {
  max-width: 100%;
  height: 370px;
}
@media (max-width: 768px) {
  .contact iframe {
    height: 200px;
  }
}
.contact .contact-box {
  background: #E7ECEF;
  max-width: 444px;
  padding: 35px 55px 55px;
  font-size: 19px;
  line-height: 24px;
  position: relative;
}
@media (max-width: 768px) {
  .contact .contact-box {
    max-width: 100%;
    padding: 35px 30px 30px;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 50px;
  }
}
.contact .contact-box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 0;
  border-color: transparent #fff transparent transparent;
  right: 0;
  top: 0;
  position: absolute;
}

.woocommerce-pagination ul {
  border: 0 !important;
}
.woocommerce-pagination ul li {
  border: 0 !important;
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
  border: 1px solid #E7ECEF;
  width: 36px;
  height: 36px;
  line-height: 36px !important;
  padding: 0 !important;
  font-size: 21px !important;
  color: #707071;
}
.woocommerce-pagination ul li a:hover,
.woocommerce-pagination ul li span:hover {
  background-color: #00AAE7 !important;
  border-color: #00AAE7 !important;
  color: #fff !important;
}
.woocommerce-pagination span.current {
  background-color: #00AAE7 !important;
  border-color: #00AAE7 !important;
  color: #fff !important;
}

.offcanvas {
  background-color: #f1f4f7;
  width: 350px;
}
@media (max-width: 576px) {
  .offcanvas {
    width: 100% !important;
  }
}
.offcanvas .offcanvas-header,
.offcanvas .offcanvas-body,
.offcanvas .offcanvas-footer {
  padding: 30px;
}
.offcanvas .widget_shopping_cart_content {
  height: calc(100% - 56px);
  overflow-y: scroll;
  padding-bottom: 190px;
}
.offcanvas .offcanvas-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 576px) {
  .offcanvas .offcanvas-footer {
    right: 20px;
  }
}
.offcanvas .offcanvas-header {
  padding-bottom: 0;
}
.offcanvas .offcanvas-title {
  color: #434142;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
}
.offcanvas .btn-primary-outline {
  border: 1px solid #00AAE7;
  background: transparent;
  margin-bottom: 18px !important;
}
.offcanvas .btn-primary-outline:hover, .offcanvas .btn-primary-outline:focus, .offcanvas .btn-primary-outline:active {
  background-color: #00AAE7;
}
.offcanvas .mini_cart_item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.offcanvas .offcanvas .mini_cart_item img {
  max-width: 60px;
  margin-right: 10px;
}
.offcanvas .offcanvas .quantity input {
  width: 50px;
  text-align: center;
}
.offcanvas .offcanvas-footer {
  background-color: #f1f4f7;
}
@media (max-width: 576px) {
  .offcanvas .offcanvas-footer .btn {
    height: 49px;
    line-height: 49px;
    padding-top: 0;
    padding-top: 0;
  }
}
.offcanvas .woocommerce-cart-fragments .remove {
  margin-left: auto;
  color: #999;
  text-decoration: none;
}
.offcanvas .cart-items .cart-item {
  display: flex;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #434142;
}
.offcanvas .cart-items .cart-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.offcanvas .cart-items .cart-item .img-container {
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  margin-right: 12px;
}
.offcanvas .cart-items .cart-item .img-container img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  display: none;
}
.offcanvas .cart-items .cart-item .img-container img:first-child {
  display: block;
}
.offcanvas .cart-items .cart-item .img-container .brand-img {
  display: none;
}
.offcanvas .cart-items .cart-item .content {
  width: 100%;
  padding-right: 20px;
  position: relative;
}
.offcanvas .cart-items .cart-item .content .title {
  font-size: 17px;
  line-height: 22px;
  font-weight: bold;
}
.offcanvas .cart-items .cart-item .content .title a {
  color: #434142;
}
.offcanvas .cart-items .cart-item .content .unit-price {
  font-size: 14px;
  line-height: 19px;
  color: #434142;
  margin-bottom: 10px;
}
.offcanvas .cart-items .cart-item .content .bottom {
  display: flex;
  justify-content: space-between;
}
.offcanvas .cart-items .cart-item .content .total-price {
  font-size: 17px;
  line-height: 22px;
  color: #434142;
  font-weight: bold;
}
.offcanvas .cart-items .cart-item .content .remove_from_cart_button {
  position: absolute;
  top: -10px;
  right: -20px;
  font-size: 30px;
  width: 25px;
  color: #434142;
}
.offcanvas .cart-items .cart-item .content .quantity {
  width: 86px;
  border: 1px solid #CAD4D8;
  display: flex;
}
.offcanvas .cart-items .cart-item .content .quantity .qty-btn {
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  text-align: center;
  background: transparent;
  border: 0;
}
.offcanvas .cart-items .cart-item .content .quantity input {
  background: transparent;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #434142;
  width: 100%;
  border: 0;
}
.offcanvas .cart-footer {
  font-size: 17px;
  font-weight: bold;
  line-height: 22px;
  color: #434142;
  margin-bottom: 18px;
}
.offcanvas .empty-cart {
  text-align: center;
  padding-top: 70px;
  font-size: 20px;
  line-height: 26px;
  color: #434142;
}
.offcanvas .offcanvas-footer .btn {
  width: 100%;
}
.offcanvas .offcanvas-footer .empty .btn {
  margin-bottom: 0 !important;
}
.offcanvas .woocommerce-cart-fragments {
  height: 100%;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  background-color: #00AAE7;
}

.woocommerce table.cart td.actions .coupon {
  display: flex;
}
.woocommerce table.cart .quantity {
  display: flex;
}
.woocommerce table.cart .quantity input {
  border: 1px solid #CAD4D8;
  border-left: 0;
  border-right: 0;
  background: #fff;
  outline: none;
  height: 38px;
  font-size: 16px;
  font-weight: bold;
  color: #434142;
}
.woocommerce table.cart .quantity .qty-btn {
  border: 1px solid #CAD4D8;
  width: 38px;
  height: 38px;
  text-align: center;
  background: #fff;
}
.woocommerce table.cart .quantity .qty-btn:hover, .woocommerce table.cart .quantity .qty-btn:focus, .woocommerce table.cart .quantity .qty-btn:active {
  color: #00AAE7;
  background: #f3f5f7;
}
.woocommerce table.cart .thumbnail-wrapper img {
  display: none;
}
.woocommerce table.cart .thumbnail-wrapper img:first-child {
  display: block;
}
.woocommerce table.cart .thumbnail-wrapper .brand-img {
  display: none;
}

.mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #EDEDED;
  padding: 25px 35px;
  z-index: 1500;
  overflow-y: scroll;
  display: none;
}
.mobile-menu .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu .top .close {
  font-size: 50px;
  color: #434142;
  padding: 5px;
  line-height: 20px;
  display: block;
  position: relative;
  top: 2px;
}
.mobile-menu .js-menu-back {
  display: none;
}
.mobile-menu .links {
  margin-top: 25px;
}
.mobile-menu .links .link {
  margin-bottom: 20px;
}
.mobile-menu .links .link a {
  font-size: 20px;
  line-height: 26px;
  color: #434142;
  display: block;
}
.mobile-menu .links .link a.js-has-slide-dropdown {
  margin-bottom: 10px;
}
.mobile-menu .links .link a .arrow-right {
  color: #00AAE7;
  margin-left: 10px;
}
.mobile-menu .links.sub {
  display: none;
}
.mobile-menu .links.sub a {
  color: #00AAE7;
}
.mobile-menu .links .childs {
  display: none;
}
.mobile-menu .links .childs .link {
  margin-bottom: 15px;
}
.mobile-menu .links .childs .link a {
  color: #434142 !important;
  padding-left: 25px;
}

body.admin-bar .mobile-menu {
  top: 46px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li a {
  font-size: 19px;
  line-height: 24px;
  color: #434142;
  border-bottom: 1px solid #fff;
  background: #f3f5f7;
  padding: 15px;
  display: block;
  width: 100%;
  text-decoration: none;
}

.woocommerce-Address-title a.edit {
  font-size: 16px;
  float: left;
}

.woocommerce form.login,
.woocommerce form.register {
  border: 0;
  padding: 0;
  margin-top: 0;
}

@keyframes vairema-spin {
  to {
    transform: rotate(360deg);
  }
}
.navbar-search {
  margin-bottom: 20px;
  position: relative;
  z-index: 20;
  display: none;
  background-color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
  position: fixed;
  left: 50%;
  top: 200px;
  width: 100%;
  max-width: 600px;
  transform: translateX(-50%);
  border: 1px solid #00AAE7;
}
@media (max-width: 768px) {
  .navbar-search {
    margin-bottom: 10px;
    top: 150px;
  }
  .navbar-search .container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 630px) {
  .navbar-search {
    max-width: calc(100% - 30px);
  }
}
.navbar-search .form-control {
  box-shadow: none;
  outline: none;
}
.navbar-search .btn:hover, .navbar-search .btn:focus, .navbar-search .btn:active {
  border-color: #00AAE7;
}
.navbar-search .navbar-search-submit .search-btn-spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: vairema-spin 0.6s linear infinite;
}
.navbar-search .vairema-suggest {
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  background: #fff;
  border: 1px solid #00AAE7;
  border-top: 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.navbar-search .vairema-suggest a {
  text-decoration: none;
  color: inherit;
}
.navbar-search .vairema-suggest .item {
  display: flex;
  gap: 10px;
  padding: 10px;
  align-items: center;
}
.navbar-search .vairema-suggest .item:hover {
  background: rgba(0, 0, 0, 0.04);
}
.navbar-search .vairema-suggest img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 6px;
}
.navbar-search .vairema-suggest .meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.navbar-search .vairema-suggest .title {
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navbar-search .vairema-suggest .price {
  font-size: 13px !important;
  opacity: 0.8;
  color: #00AAE7 !important;
  font-weight: normal !important;
}
.navbar-search .vairema-suggest .footer {
  background: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 10px;
}
.navbar-search .vairema-suggest .footer .viewall {
  display: block;
  font-weight: 600;
  color: #00AAE7;
}

.related.products .slick-slide > div,
.upsells.products .slick-slide > div {
  padding-left: 10px;
  padding-right: 10px;
}
.related.products .product-container,
.upsells.products .product-container {
  height: 100%;
}
.related.products .product .btn,
.upsells.products .product .btn {
  right: auto;
  left: 20px;
}
.related.products .product span.price,
.upsells.products .product span.price {
  position: static;
}

.about .pad1 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .about .pad1 {
    margin-bottom: 5px;
    padding-bottom: 40px;
  }
}

.page-template-about-template .partners {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .page-template-about-template .partners {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .wpcf7 .wpcf7-submit {
    display: block;
    width: 100%;
    height: 50px;
  }
}

@media (max-width: 768px) {
  .designer-page {
    padding-bottom: 0;
  }
}

.shop-filters {
  background: #F3F5F7;
  padding: 20px;
  margin-bottom: 25px;
  display: none;
}
.shop-filters .inside {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.shop-filters .inside .berocket_single_filter_widget {
  min-width: calc(16.67% - 10px);
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 1300px) {
  .shop-filters .inside .berocket_single_filter_widget {
    min-width: 33%;
  }
}
.shop-filters .inside .berocket_single_filter_widget .bapf_ccolaps {
  border: 1px solid #00AAE7;
}
.shop-filters .inside .berocket_single_filter_widget .bapf_sfilter {
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.shop-filters .inside .berocket_single_filter_widget .bapf_sfilter .bapf_hascolarr {
  font-size: 17px;
  line-height: 38px;
  color: #434142;
  padding-left: 25px;
  padding-right: 0;
  white-space: nowrap;
  overflow: hidden;
}
.shop-filters .inside .berocket_single_filter_widget .bapf_sfilter i {
  color: #00AAE7;
  left: 0;
  right: auto;
}
.shop-filters .inside .berocket_single_filter_widget .bapf_body {
  position: absolute;
  background: #fff;
  left: -1px;
  right: -1px;
  z-index: 20;
  padding: 10px;
  top: 38px;
  max-height: 250px;
  overflow-y: scroll;
  border: 1px solid #00AAE7;
  border-top: 0;
}
.shop-filters .inside .berocket_single_filter_widget .bapf_body label,
.shop-filters .inside .berocket_single_filter_widget .bapf_body li {
  font-size: 17px;
  line-height: 22px;
  color: #434142;
}
.shop-filters .inside .berocket_single_filter_widget .bapf_body a {
  color: #434142;
}
.shop-filters .title {
  font-size: 17px;
  line-height: 22px;
  color: #434142;
  margin-bottom: 20px;
  cursor: pointer;
}
.shop-filters .title img {
  position: relative;
  top: -1px;
}
.shop-filters .clear {
  color: #434142;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  display: block;
  text-decoration: none;
}
.shop-filters .clear img {
  position: relative;
  top: -1px;
}
.shop-filters .filter-mob,
.shop-filters .filter-bottom {
  display: none;
}
@media (max-width: 991px) {
  .shop-filters {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 70px;
    padding: 20px 30px;
    z-index: 1050;
    margin-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .shop-filters .title,
  .shop-filters .clear,
  .shop-filters .js-desktop.js-sorting {
    display: none;
  }
  .shop-filters .berocket_single_filter_widget {
    min-width: 100% !important;
  }
  .shop-filters .filter-mob {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
  .shop-filters .filter-mob .title-mob {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: #434142;
  }
  .shop-filters .filter-bottom {
    display: flex;
    background: #E7ECEF;
    padding: 25px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .shop-filters .filter-bottom .btn {
    min-width: calc(50% - 10px);
  }
  .shop-filters .filter-bottom .btn:first-child {
    margin-right: 10px;
  }
  .shop-filters .filter-bottom .btn:last-child {
    margin-left: 10px;
  }
  .shop-filters .filter-bottom .btn-1 {
    background: #FFFFFF;
    border-color: #00AAE7;
  }
  .shop-filters .inside {
    overflow-y: scroll;
    max-height: calc(100% - 135px);
  }
  .shop-filters .inside .berocket_single_filter_widget .bapf_sfilter {
    padding: 0;
    background: transparent;
  }
  .shop-filters .inside .berocket_single_filter_widget .bapf_head {
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
  }
  .shop-filters .inside .berocket_single_filter_widget .bapf_body {
    position: static;
    max-height: none;
    overflow-y: auto;
  }
  .shop-filters .inside .berocket_single_filter_widget .bapf_body li {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .shop-filters.js-products-categories .inside {
    max-height: calc(100% - 50px);
  }
  .shop-filters.js-products-categories .inside .product-categories {
    min-width: 100%;
  }
}

.back-to-top {
  display: none;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  background: url("assets/img/back to top btn.png");
  background-size: contain;
  background-position: center;
  cursor: pointer;
  z-index: 15;
}
@media (max-width: 991px) {
  .back-to-top {
    width: 42px;
    height: 42px;
    right: 10px;
    bottom: 10px;
  }
}

.single-product .up-sells,
.single-product .related {
  content: "";
  display: table;
  clear: both;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
  background: #00AAE7;
}

.coupon .btn:hover, .coupon .btn:focus, .coupon .btn:active {
  border-color: #00AAE7;
}

.select2-container .select2-dropdown,
.select2-container .select2-selection {
  border-radius: 0 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #00AAE7;
}

.select2-results__option {
  font-size: 16px;
}

.go-back {
  font-size: 20px;
  line-height: 26px;
  color: #434142;
}

.shop-filters-extend-css {
  width: 120px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  padding: 7px 15px;
  font-size: 17px;
  line-height: 22px;
  color: #434142;
  margin-bottom: 20px;
  background: #E7ECEF;
  cursor: pointer;
}
.shop-filters-extend-css.js-open-categories {
  width: 150px;
}
.shop-filters-extend-css img {
  margin-right: 10px;
  position: relative;
  top: -1px;
}
@media (min-width: 991px) {
  .shop-filters-extend-css.hide {
    display: none;
  }
}

.woocommerce-ordering {
  display: none;
}

.lang-lv .new-label {
  background-image: url("assets/img/label LV NAUJIENA.png") !important;
}

.lang-ee .new-label {
  background-image: url("assets/img/label EE NAUJIENA.png") !important;
}

.filters-mobile .berocket_single_filter_widget {
  display: none;
}
@media (max-width: 991px) {
  .filters-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.filters-opened:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1030;
}

.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to {
  background-color: #00AAE7;
  font-size: 12px;
}

.irs--flat .irs-bar {
  background-color: #00AAE7;
}

.woocommerce div.product p.stock.in-stock {
  color: #27c200;
}

.single-product .up-sells,
.single-product .related {
  display: block !important;
}

.woocommerce table.shop_attributes td {
  font-style: normal;
}

.woocommerce table.shop_attributes th {
  width: 240px;
}

.products .slick-track {
  display: flex;
}
.products .slick-slide {
  height: inherit !important;
}
.products .slick-slide > div {
  height: 100%;
}

.related.products,
.upsells.products {
  margin-bottom: 20px;
}
.related.products .row,
.upsells.products .row {
  margin-left: 0;
  margin-right: 0;
}
.related.products .row .slick-list,
.upsells.products .row .slick-list {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .related.products .slick-slider .slick-next,
  .upsells.products .slick-slider .slick-next {
    right: -15px;
  }
  .related.products .slick-slider .slick-prev,
  .upsells.products .slick-slider .slick-prev {
    left: -15px;
  }
}
.related.products .product span.price,
.upsells.products .product span.price {
  position: static;
  left: 0;
  bottom: 0;
}
.related.products .product .btn,
.upsells.products .product .btn {
  left: 20px;
  right: auto;
}
.related.products .product-category,
.upsells.products .product-category {
  margin-bottom: 0;
  height: 100%;
}

.error-page {
  background-color: #e6e6e6;
  text-align: center;
  padding: 50px 0;
}
.error-page .title {
  font-size: 44px;
  line-height: 57px;
  margin-bottom: 15px;
  font-weight: bold;
}
.error-page .subtitle {
  margin-bottom: 25px;
  font-weight: bold;
}
.error-page img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

body.navbar-fixed {
  padding-top: 72px;
}
@media (max-width: 991px) {
  body.navbar-fixed {
    padding-top: 50px;
  }
}

.js-product-categories .product-categories {
  width: 100%;
}

.js-open-categories {
  display: none;
}
@media (max-width: 991px) {
  .js-open-categories {
    display: block;
  }
}
.js-open-categories img {
  max-width: 20px;
}

body.admin-bar .navbar.fixed-top {
  top: 31px;
}

@media (max-width: 768px) {
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
  }
  .woocommerce table.shop_table_responsive tbody th,
  .woocommerce-page table.shop_table_responsive tbody th {
    display: block;
  }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    content: "";
    display: none;
  }
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    text-align: left !important;
  }
}
.navbar-search-bg {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 12;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.navbar-search-bg .close-btn {
  color: #00AAE7;
  position: absolute;
  right: 20px;
  top: 115px;
  cursor: pointer;
  font-size: 60px;
}
@media (max-width: 991px) {
  .navbar-search-bg .close-btn {
    top: 75px;
  }
}

body.navbar-fixed .navbar-search-bg .close-btn {
  top: 75px;
}

.woocommerce-cart-form button[name=update_cart] {
  display: none;
}

.offcanvas.minicart {
  z-index: 5000000000;
}

@media (max-width: 768px) {
  .woocommerce div.product div.summary {
    display: flex;
    flex-direction: column;
  }
  .woocommerce div.product div.summary .product_title {
    order: -3;
  }
  .woocommerce div.product div.summary p.price {
    order: -2;
  }
  .woocommerce div.product div.summary form {
    order: -1;
  }
}

#billing_is_company_field span.optional,
#billing_company_field span.optional,
#billing_company_code_field span.optional,
#billing_vat_code_field span.optional {
  display: none;
}

.wholesale-price strong {
  font-weight: bold;
  font-size: 24px !important;
  line-height: 23px;
  display: block;
}

.wholesale-price-label {
  color: #000;
}

.wholesale-price-loop {
  color: #000;
  display: block;
  width: 100%;
}
.wholesale-price-loop strong {
  font-weight: bold;
  font-size: 20px !important;
  line-height: 26px !important;
  display: block;
}

/*# sourceMappingURL=style.css.map */
