@charset "UTF-8";
/*
Theme Name: Mokslo sala
Author: Matas Čypas
Author URI: https://cypas.lt/
Description: Mokslo sala theme
Tags: mokslosala
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.
*/
@font-face {
  font-family: "Gridas";
  src: url("assets/fonts/MSDotGrid-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("assets/fonts/SuisseIntl-Regular.woff2") format("woff2"), url("assets/fonts/SuisseIntl-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("assets/fonts/SuisseIntl-SemiBold.woff2") format("woff2"), url("assets/fonts/SuisseIntl-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("assets/fonts/SuisseIntl-Medium.woff2") format("woff2"), url("assets/fonts/SuisseIntl-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Int'l";
  src: url("assets/fonts/SuisseIntl-Light.woff2") format("woff2"), url("assets/fonts/SuisseIntl-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("assets/fonts/SuisseIntl-Bold.woff2") format("woff2"), url("assets/fonts/SuisseIntl-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html,
body {
  overflow-x: hidden;
}

#header {
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header-links {
  margin-left: 4px;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  #header .header-links:not(.show-mobile) {
    display: none;
  }
}
#header .header-links a {
  font-family: "Suisse Intl";
  font-weight: 500;
  font-size: 16px;
  padding: 8px 80px 8px 10px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: black;
  text-decoration: none;
}
#header .header-links a.small {
  padding: 8px;
}
#header .header-links a:hover, #header .header-links a.active {
  background-color: #b8f640;
}
#header .header-links a:not(:first-child) {
  margin-left: 8px;
}

#header .hc-wrapper ul {
  list-style-type: none;
  margin: 0;
  display: flex;
}

@media (max-width: 400px) {
  #header .hc-wrapper ul {
    padding-left: 10px;
  }
}
#header .hc-wrapper ul li {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  background-color: white;
  color: black;
}

#header .hc-wrapper ul li:not(:first-child) {
  margin-left: 10px;
}

#header .hc-wrapper ul li[selected] {
  background-color: #aaaaaa;
  border-color: #555555;
}

#header .hc-wrapper ul li:not([selected]):hover {
  color: #000016;
}

#footer {
  width: 100%;
  background-color: black;
  display: block;
  padding: 50px 0;
}
@media (max-width: 768px) {
  #footer {
    padding: 30px 0 20px;
  }
  #footer .row {
    flex-direction: column-reverse;
  }
}
#footer .smile {
  max-width: 600px;
  width: 100%;
}
#footer .smile-container {
  text-align: right;
}
@media (max-width: 768px) {
  #footer .smile-container {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 30px;
  }
}
#footer a {
  color: white;
}
#footer .container {
  padding: 20px;
  max-width: 1440px;
  margin: 0 auto;
}
#footer #footer-links {
  display: table;
  float: left;
  padding: 0;
  width: 100%;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
#footer #footer-links .footer-container {
  flex: 1 1;
  color: white;
}
#footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#footer ul li {
  padding: 3px 0px;
}
#footer ul li a {
  font-size: 32px;
  text-decoration: none;
}
#footer ul li a:hover {
  text-decoration: underline;
}
#footer .footer-bottom {
  color: #fff;
}
@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
  }
}

.woocommerce-result-count {
  display: none;
}

.woocommerce-products-header,
.woocommerce-breadcrumb {
  display: none;
}

.woocommerce .wc-products {
  margin-left: 0;
  margin-right: 0;
}
.woocommerce .wc-products .single-product {
  margin-bottom: 15px;
  display: flex;
  align-items: self-end;
  padding-left: 10px;
  padding-right: 10px;
}
.woocommerce .wc-products .woocommerce-loop-product__link {
  text-decoration: none;
  max-width: 100%;
}
.woocommerce .wc-products .woocommerce-loop-product__title {
  word-wrap: break-word;
}
.woocommerce .wc-products .price {
  max-width: 120px;
}
@media (max-width: 768px) {
  .woocommerce .wc-products .price {
    max-width: 80px;
  }
}
.woocommerce .wc-products .woocommerce-loop-product__title {
  max-width: calc(100% - 120px);
}
@media (max-width: 768px) {
  .woocommerce .wc-products .woocommerce-loop-product__title {
    max-width: calc(100% - 80px);
  }
}
.woocommerce .wc-products .woocommerce-loop-product__title,
.woocommerce .wc-products .price {
  color: #000 !important;
  font-family: "Suisse Intl";
  font-size: 32px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 37.4px;
  /* 233.75% */
}
@media (max-width: 1100px) {
  .woocommerce .wc-products .woocommerce-loop-product__title,
  .woocommerce .wc-products .price {
    font-size: 25px !important;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .woocommerce .wc-products .woocommerce-loop-product__title,
  .woocommerce .wc-products .price {
    font-size: 16px !important;
    line-height: normal;
  }
}
.woocommerce .wc-products .woocommerce-loop-product__title {
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 15px;
}
.woocommerce .wc-products .data-inline {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 10px;
}
.woocommerce .wc-products img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  /* Keeps square aspect ratio */
  object-fit: cover;
}

.woocommerce div.product {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.woocommerce div.product .product_title,
.woocommerce div.product .product-price p.price,
.woocommerce div.product .product-price span.price {
  color: #000;
  font-family: "Suisse Intl";
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1300px) {
  .woocommerce div.product .product_title,
  .woocommerce div.product .product-price p.price,
  .woocommerce div.product .product-price span.price {
    font-size: 60px;
  }
}
@media (max-width: 1100px) {
  .woocommerce div.product .product_title,
  .woocommerce div.product .product-price p.price,
  .woocommerce div.product .product-price span.price {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .woocommerce div.product .product_title,
  .woocommerce div.product .product-price p.price,
  .woocommerce div.product .product-price span.price {
    font-size: 32px;
  }
}
.woocommerce div.product .product_title {
  font-weight: 500;
}
.woocommerce div.product .product-price {
  margin-bottom: 100px;
}
@media (max-width: 1100px) {
  .woocommerce div.product .product-price {
    margin-bottom: 50px;
  }
}
.woocommerce div.product .woocommerce-product-details__short-description {
  color: #000;
  font-family: "Suisse Intl";
  font-size: 32px;
  font-style: normal;
  font-weight: 450;
  line-height: 37.4px;
  /* 116.875% */
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .woocommerce div.product .woocommerce-product-details__short-description {
    font-size: 24px;
    line-height: normal;
  }
}
.woocommerce div.product div.images,
.woocommerce div.product .product-sections .left {
  width: 45%;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .woocommerce div.product div.images,
  .woocommerce div.product .product-sections .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.woocommerce div.product div.summary,
.woocommerce div.product .product-sections .right {
  width: 45%;
  padding-left: 20px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .woocommerce div.product div.summary,
  .woocommerce div.product .product-sections .right {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .woocommerce div.product div.summary,
  .woocommerce div.product .product-sections .right {
    width: 100%;
    padding-left: 0;
  }
}
.woocommerce div.product .product-sections {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 250px;
  min-width: 100%;
}
@media (max-width: 768px) {
  .woocommerce div.product .product-sections {
    margin-bottom: 150px;
  }
}
.woocommerce div.product .product-sections .left img {
  margin-bottom: 5px;
}
.woocommerce div.product .product-sections .right {
  display: flex;
  align-items: center;
  color: #000;
  font-family: "Suisse Intl";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .woocommerce div.product .product-sections .right {
    font-size: 24px;
  }
}
.woocommerce div.product .product-sections .right b,
.woocommerce div.product .product-sections .right strong {
  font-weight: 600;
}
.woocommerce div.product .related.products > h2 {
  margin-bottom: 80px;
  color: #000;
  font-family: "Suisse Intl";
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1300px) {
  .woocommerce div.product .related.products > h2 {
    font-size: 60px;
  }
}
@media (max-width: 1100px) {
  .woocommerce div.product .related.products > h2 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .woocommerce div.product .related.products > h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

#primary,
.wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  #primary,
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.single-product #primary {
  padding-top: 55px;
}
@media (max-width: 768px) {
  .single-product #primary {
    padding-top: 15px;
  }
}

.woocommerce-checkout .wrapper {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (max-width: 768px) {
  .woocommerce-checkout .wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

body.archive #primary {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  body.archive #primary {
    padding-top: 15px;
  }
}

.btn-primary {
  border-radius: 49px;
  border: 1px solid #555;
  background: #000;
  color: #FFF;
  font-family: "Suisse Intl";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18.7px;
  /* 116.875% */
  padding: 9px 80px 9px 17px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:active {
  background: rgba(184, 246, 64, 0.8);
  border-color: rgba(0, 0, 0, 0.2);
  color: #000;
}

.btn-secondary {
  border-radius: 49px;
  border: 1px solid #000;
  background: transparent;
  color: #000;
  font-family: "Suisse Intl";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18.7px;
  /* 116.875% */
  padding: 9px 80px 9px 17px;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.active, .btn-secondary:active {
  background: #000;
  color: #fff;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}

.woocommerce-cart .wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .woocommerce-cart .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.woocommerce-cart table.cart th {
  color: #000;
  font-family: "Suisse Intl";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 20px;
  /* 125% */
}

.side-cart {
  position: fixed;
  right: -430px;
  top: 0;
  bottom: 0;
  background: rgba(198, 198, 198, 0.2);
  backdrop-filter: blur(17.5px);
  width: 100%;
  max-width: 430px;
  padding: 20px;
  z-index: 50;
}
@media (max-width: 768px) {
  .side-cart {
    padding: 20px 10px;
  }
}
.side-cart .thumb {
  margin-bottom: 5px;
  position: relative;
}
.side-cart .items {
  margin-top: 50px;
  max-height: calc(100% - 90px - 180px);
  overflow-y: scroll;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .side-cart .items {
    max-height: calc(100% - 90px - 160px);
  }
}
.side-cart .item {
  max-width: 200px;
  margin-bottom: 20px;
}
.side-cart .title {
  margin-bottom: 5px;
}
.side-cart .title a {
  color: #000;
  font-family: "Suisse Intl";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}
.side-cart .remove {
  color: #f00;
  text-decoration: none;
  font-size: 20px;
  position: absolute;
  top: -1px;
  right: 1px;
}
.side-cart .quantity {
  color: #000;
  font-family: "Suisse Intl";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.7px;
  /* 116.875% */
}
.side-cart .subtotal {
  display: flex;
  margin-bottom: 30px;
  padding-top: 10px;
  border-top: 1px solid #000;
}
@media (max-width: 768px) {
  .side-cart .subtotal {
    margin-bottom: 20px;
  }
}
.side-cart .subtotal .left {
  width: 60%;
}
.side-cart .subtotal .right {
  width: 40%;
}
.side-cart .subtotal .top-title {
  color: #000;
  font-family: "Suisse Intl";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 37.4px;
  /* 116.875% */
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .side-cart .subtotal .top-title {
    margin-bottom: 10px;
  }
}
.side-cart .subtotal .bottom-title {
  color: #000;
  font-family: "Suisse Intl";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.7px;
  /* 116.875% */
}
.side-cart .subtotal .price {
  text-align: right;
  color: #000;
  font-family: "Suisse Intl";
  font-size: 32px;
  font-style: normal;
  font-weight: 450;
  line-height: 37.4px;
  /* 116.875% */
}

.admin-bar .side-cart {
  top: 32px;
}

.woocommerce-checkout h3 {
  color: #000;
  font-family: "Suisse Intl";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 37.4px;
  /* 116.875% */
  margin-bottom: 30px;
}
.woocommerce-checkout form .form-row label {
  color: #555;
  font-family: "Suisse Intl";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 20px;
  /* 125% */
  margin-bottom: 5px;
}
.woocommerce-checkout form .form-row .input-text,
.woocommerce-checkout form .form-row select {
  border: 1px solid #000;
  border-radius: 0;
  color: #000;
  font-family: "Suisse Intl";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 125% */
  padding: 6px;
}
.woocommerce-checkout table.shop_table {
  border: 0;
  font-family: "Suisse Intl";
}
.woocommerce-checkout table.shop_table td,
.woocommerce-checkout table.shop_table th {
  border-top-color: #000 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.woocommerce-checkout #place_order {
  float: none !important;
}

.woocommerce-message .button,
.wc_payment_methods,
.woocommerce-shipping-fields {
  display: none !important;
}

.running-line {
  width: 100%;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  z-index: 30;
}

.running-line-bg {
  background: white;
  width: 100%;
  position: relative;
}

.running-line-placeholder {
  line-height: 1.2;
  visibility: hidden;
  font-family: "Gridas";
  font-size: 48px;
}

.running-line-text {
  color: black;
  font-family: "Gridas";
  font-size: 48px;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1.4;
}

.custom-error-notice {
  color: var(--wc-red);
  display: block;
  font-size: 0.75em;
  margin-top: 8px;
}

.custom-success-notice {
  color: var(--wc-green);
  display: block;
  font-size: 0.75em;
  margin-top: 8px;
}

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

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