/*!
Theme Name: love-sushi
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: love-sushi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

love-sushi is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
.click-input {
  color: #000;
  outline: none;
  padding: 0 20px;
  height: 60px;
  width: 100%;
  line-height: 1.33;
  border: 1px solid #000000;
}
.wpcf7 p {
  margin-bottom: 25px;
}
.btn-buy {
  color: #fff;
  background-color: #021145;
  width: 100%;
  height: 54px;
  border-radius: 50px;
  cursor: pointer;
}
.term-description {
  display: none;
}
.woocommerce .products {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 20px;
  padding: 0 20px;
}
@media (min-width: 640px) {
  .woocommerce .products {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 80px;
  }
}
@media (min-width: 1024px) {
  .woocommerce .products {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 80px;
  }
}

.mini-thumb .attachment-woocommerce_thumbnail {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 7px;
}
.wpcf7-textarea {
  padding: 20px;
  height: 102px;
}
.check-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.entry-title {
  padding: 0 20px;
}
.nav__link {
  font-size: 21px;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .nav__link {
    font-size: 16px;
    font-weight: 600;
  }
}
.contact-text p {
  margin-bottom: 20px;
}

.lang li {
  list-style: none;
  font-size: 14px;
}
.tr {
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  bottom: -25px;
  left: 50%;
}
.tr-tr {
  border: 6px solid transparent;
  border-top: 6px solid #fff;
}

.nav__link {
  position: relative;
}
.nav__link:hover {
  transition: all 0.6s ease;
  color: #a9cfff;
}
.nav__link::after {
  transition: all 0.6s ease;
}
.nav__link:hover::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #a9cfff;
  bottom: 2px;
  left: 0;
  right: 0;
  transition: all 0.6s ease;
}
.woocommerce-notices-wrapper {
  display: none;
}
.woocommerce-Price-amount {
  font-weight: 600;
  font-size: 20px;
}
.woo-price del {
  color: #bdbdbd;
}
.woo-price ins {
  text-decoration: none;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header-cart-count {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: red;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -3%;
  bottom: -3%;
}
.wc_payment_method.payment_method_liqpay img {
  display: none;
}
.form-row.place-order {
  padding: 25px 0;
}
.wc_payment_method {
  margin-bottom: 15px;
}
.post-21 {
  width: 50%;
  margin: 0 auto;
}
.post-369 {
  width: 50%;
  margin: 0 auto;
}
.post-21 .entry-title {
  text-align: center;
}
.post-369 .entry-title {
  text-align: center;
}
textarea {
  padding: 20px !important;
  height: 150px !important;
}
@media (max-width: 768px) {
  .post-21 {
    width: 100%;
    padding: 0 25px;
  }
  .post-369 {
    width: 100%;
    padding: 0 25px;
  }
}
.checkout {
  margin: 40px 0;
}
.btn-checkout {
  background: #a9cfff;
  color: #021145;
  border-radius: 50px;
  width: 100%;
  height: 60px;
  font-weight: 600;
}

@media (min-width: 1366px) {
  .header-menu {
    display: block;
    position: relative;
    flex-direction: row;
    background-color: transparent;
    overflow-y: visible;
    padding-top: 0;
    top: 0;
    height: auto;
    width: auto;
  }
  .header-sub {
    flex-direction: row;
  }
  .burger {
    display: none;
  }
}
.woocommerce-mini-cart button[name='update_cart'],
.woocommerce-mini-cart input[name='update_cart'] {
  display: none;
}
@media (max-width: 575px) {
	#wcspc-count {
		top: 20px;
		width: 40px;
		height: 40px;
		line-height: 47px;
	}
	#wcspc-count .wcspc-icon-cart1 {
		font-size: 20px;
    	line-height: 40px;
	}
	#wcspc-count span {
		top: 30px;
	}
}