/*!
Theme Name: luxgrower
Version: 1.0.1
*/

html, body{
	scroll-behavior: smooth;
}
header .current-menu-item a{
	color: #000;
  font-weight: 400;
}
header .current-menu-item a::after {
  content: "";
  display: block;
  height: 3px;
  background: url(/wp-content/themes/likes-grow/img/backgrounds/menu-active.webp) center bottom/cover no-repeat;
  width: 90%;
  bottom: -20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.header__logo-img{
	width: 100%;
	height: auto;
}
.visual-editor{
	margin: 80px 0;
  line-height: 1.3;
}

.visual-editor ul{
	padding-left: 20px;
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}
textarea {
	overflow: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



/* Общие стили для формы */
.wpcf7-form {
    max-width: 600px;
    margin: 0 auto;
}
.wpcf7-form p{
	margin-bottom: 0 !important;
}
/* Стили для полей ввода */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    background-color: #fff;
		margin-top: 3px;
}

/* Стили для textarea */
textarea {
    min-height: 150px;
    resize: vertical;
}

/* Стили для кнопок отправки */
input[type="submit"] {
    padding: 18px 40px;
    font-size: 16px;
    border: 1px solid #fff;
    background: linear-gradient(90deg,#473bf0 0,#7036cc 54%,#e92a62 100%);
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
		border-radius: 100px;
		font-weight: 500;
}

input[type="submit"]:hover {
    background: #000;
}

/* Стили для сообщений об ошибках и успехе */
.wpcf7-response-output {
    margin-top: 20px;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.wpcf7-response-output.wpcf7-validation-errors {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

/* Стили для меток (labels) */
.wpcf7-form label {
    display: block;
}

/* Дополнительные стили для полей с ошибками */
.wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 13px;
    margin-top: 5px;
    display: block;
		position: relative;
		margin-top: -15px;
		margin-bottom: 15px;
}



h1{
	font-size: 32px;
	text-align: center;
}
h2{
	font-size: 22px;
	text-align: center;
}
h3{
	font-size: 18px;
	text-align: center;
}
.visual-editor ul li{
	list-style: initial;
}

blockquote{
	padding: 20px;
	margin:20px 0;
	background-color: #eaeaea;
	border: 1px solid #151414;
	border-radius: 20px;
}

._bottom-indent{
	padding-bottom: 270px;
  margin-bottom: -190px;
}

.wc-blocks-components-select__container{
	padding: 0;
}


.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
	display: flex;
}
.woocommerce-form__input-checkbox{
	width: auto;
	margin-right: 10px;
}
.visual-editor a{
	color: #473bf0;
}
.visual-editor a:hover{
	text-decoration: underline;
	background-color: #f2f4f5;
}


.woocommerce-account .woocommerce-MyAccount-navigation{
  padding: 0 25px 0 0;
	width: 25%;
}
.woocommerce-MyAccount-navigation ul li{
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li a{
	color: #000;
	padding: 13px 20px;
  border: 0;
  background-color: transparent;
  margin-bottom: 1px;
	border-radius: 6px;
	display: block;
}
.woocommerce-MyAccount-navigation ul li a:hover{
	background-color: #f2f4f5;
	text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li.is-active a{
	color: #fff;
	background-color: #473bf0;
	text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-content{
	border-radius: 10px;
	border: 1px solid #d6d9dd;
	padding: 35px 30px;
	width: 75%;
}
.woocommerce table.my_account_orders .button{
	margin: 0 10px 10px 0;
}

.woocommerce-account-title{
	font-size: 32px;
	margin-bottom: 30px;
}
.woocommerce-account-title span{
	background: linear-gradient(90deg,#473bf0 0,#7036cc 54%,#e92a62 100%);
    background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.visual-editor .wc-block-cart__submit-button{
	border-radius: 100px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  background: linear-gradient(90deg,#473bf0 0,#7036cc 54%,#e92a62 100%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 40px;
}

.visual-editor .wc-block-cart__submit-button:hover {
  background: #000;
	text-decoration: none;
}

.woocommerce-checkout-title{
	font-size: 32px;
	margin: 40px 0;
	font-weight: 600;
}
.woocommerce-checkout-title span{
	background: linear-gradient(90deg,#473bf0 0,#7036cc 54%,#e92a62 100%);
    background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.woocommerce-cart-title{
	font-size: 32px;
	margin: 40px 0;
	font-weight: 600;
}
.woocommerce-cart-title span{
	background: linear-gradient(90deg,#473bf0 0,#7036cc 54%,#e92a62 100%);
    background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


#customer_login h2{
	font-size: 32px;
}

.woocommerce form .form-row .input-text:-webkit-autofill{
	background-color: #fff !important;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
	-webkit-text-fill-color: #000 !important;
}

.woocommerce .woocommerce-form .woocommerce-form-register__submit, .woocommerce .woocommerce-form .woocommerce-form-login__submit, .woocommerce .woocommerce-ResetPassword .woocommerce-Button{
  padding: 18px 40px;
  font-size: 16px;
  border: 1px solid #fff;
  background: linear-gradient(90deg,#473bf0 0,#7036cc 54%,#e92a62 100%);
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 100px;
  font-weight: 500;
}

.woocommerce .woocommerce-form .woocommerce-form-register__submit:hover, .woocommerce .woocommerce-form .woocommerce-form-login__submit:hover, .woocommerce .woocommerce-ResetPassword .woocommerce-Button:hover {
  background: #000;
	color: #fff;
}


.woocommerce-billing-fields h3, .woocommerce-additional-fields h3{
	font-weight: bold;
	margin-bottom: 20px;
}
#place_order{
	font-size: 0;
  padding: 18px 40px;
  border: 1px solid #fff;
  background: linear-gradient(90deg,#473bf0 0,#7036cc 54%,#e92a62 100%);
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 100px;
  font-weight: 500;
}
#place_order:hover {
  background: #000;
	color: #fff;
}
#place_order::before{
	content: 'Go to payment';
	font-size: 16px;
	padding: 0 10px;
}

.header__buttons a.button{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  font-size: 14px;
  font-weight: 500;
  min-height: 34px;
  padding: 0 20px;
  background-color: #473bf0;
  color: #fff;
  transition: all .3s ease-in-out;
}
.header__buttons a.button._outline {
  background-color: transparent;
  color: #000;
}

.woocommerce-additional-fields__field-wrapper{
	display: none;
}

.visual-editor .woocommerce-EditAccountForm .woocommerce-Button{
  padding: 18px 40px;
  font-size: 16px;
  border: 1px solid #fff;
  background: linear-gradient(90deg,#473bf0 0,#7036cc 54%,#e92a62 100%);
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 100px;
  font-weight: 500;
}
.visual-editor .woocommerce-EditAccountForm .woocommerce-Button:hover{
  background: #000;
	color: #fff;
}
.woocommerce-MyAccount-navigation-link--downloads, .woocommerce-breadcrumb{
	display: none !important;
}


@media (max-width: 768px) {
	.woocommerce-account .woocommerce-MyAccount-navigation{
		width: 100%;
	}
	.woocommerce-account .woocommerce-MyAccount-content{
		width: 100%;
	}
}



.header{
	z-index: 1;
}
.header__cart {
  position: relative;
  cursor: pointer;
}

.header__cart._mobile {
 display: none;
}

.header__cart-icon {
  width: 24px;
  height: 24px;
}

.header__cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #473bf0;
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

@media (max-width: 768px) {
  .menu__list {
		padding-top: 60px;
    gap: 35px;
  }
	.header__cart._mobile {
		display: block;
		margin: 30px auto;
		width: 22px;
	}

}