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

/* ==========================================================================
   CSS Variables
   ========================================================================== */
:root {
	--primary-gradient: linear-gradient(90deg,#473bf0 0,#7036cc 54%,#e92a62 100%);
	--primary-color: #473bf0;
	--text-color: #000;
	--border-color: #d6d9dd;
	--hover-bg: #f2f4f5;
}

/* ==========================================================================
   Base styles
   ========================================================================== */
html, body{
	scroll-behavior: smooth;
}

@media screen {
  html {
    margin-top: 0 !important;
  }
}

/* ==========================================================================
   Typography
   ========================================================================== */
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp,
tt,
var {
	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;
}

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

h1{
	font-size: 32px;
	text-align: center;
}
h2{
	font-size: 22px;
	text-align: center;
}
h3{
	font-size: 18px;
	text-align: center;
}

p {
	margin-bottom: 1.5em;
}

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

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

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;
}

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

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

big {
	font-size: 125%;
}

/* ==========================================================================
   Layout & Alignment
   ========================================================================== */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.5em;
}

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

/* ==========================================================================
   Header styles
   ========================================================================== */
.header__logo-img{
	width: 100%;
	height: auto;
}
header .current-menu-item a{
	color: var(--text-color);
  font-weight: 400;
}
header .current-menu-item a::after {
  content: "";
  display: block;
  height: 3px;
  width: 90%;
  bottom: -20px;
  position: relative;
  margin: 0 auto;
}

.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: var(--primary-color);
  color: #fff;
  transition: all .3s ease-in-out;
}
.header__buttons a.button._outline {
  background-color: transparent;
  color: var(--text-color);
}

/* ==========================================================================
   Menu styles
   ========================================================================== */
header .menu__list{
	margin-right: 15px;
}
header .menu__item{
	position: relative;
}
header .menu__list .menu__item:hover .level-1 {
  opacity: 1;
  pointer-events: auto;
}
header .menu__list .level-1 {
  width:320px;
  position:absolute;
  opacity:0;
  left:0;
  bottom:-20px;
  background-color:#fff;
  box-shadow:0 0 20px rgba(0, 0, 0, 0.1);
  border-radius:6px;
  margin:0;
  padding:0;
  list-style-type:none;
  -moz-transform:translateY(100%);
  -o-transform:translateY(100%);
  -ms-transform:translateY(100%);
  -webkit-transform:translateY(100%);
  transform:translateY(100%);
  transition:opacity 0.3s;
  pointer-events:none
}
header .menu__list .level-1:before {
  content:'';
  width:0;
  height:0;
  border-style:solid;
  border-width:0 6px 10px 6px;
  border-color:transparent transparent #fff transparent;
  position:absolute;
  left:26px;
  top:-10px
}
header .menu__list .level-1:after {
  content:'';
  width:310px;
  height:20px;
  position:absolute;
  top:-20px;
  left:0
}
header .menu__list .level-1 .item-level-1 {
  margin:0;
  padding:15px 25px;
  position:relative
}
header .menu__list .level-1 .item-level-1:after {
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:1px;
  background-color:#f0f0f0
}
header .menu__list .level-1 .item-level-1:nth-last-child(1):after {
  content:none
}
header .menu__list .level-1 .item-level-1:nth-last-child(1) .link-level-1 {
  margin:0
}
header .menu__list .level-1 .item-level-1 .link-level-1 {
  font-weight:600;
  font-size:13px;
  color:#ac9ad8;
  transition:color 0.3s;
  display:inline-block;
  text-decoration:none;
  text-transform:uppercase;
  position:relative;
  padding-right:12px
}
header .menu__list .level-1 .item-level-1 .link-level-1.more:before {
  content:'';
  width:8px;
  height:2px;
  position:absolute;
  right:0;
  top:7px;
  background-color:#ac9ad8;
  transition:background-color 0.3s
}
header .menu__list .level-1 .item-level-1 .link-level-1.more:after {
  content:'';
  width:2px;
  height:8px;
  position:absolute;
  right:3px;
  top:4px;
  background-color:#ac9ad8;
  transition:background-color 0.3s, transform 0.3s
}
header .menu__list .level-1 .item-level-1 .link-level-1:hover {
  color:#4700f4
}
header .menu__list .level-1 .item-level-1 .link-level-1:hover:before,
header .menu__list .level-1 .item-level-1 .link-level-1:hover:after {
  background-color:#4700f4
}
header .menu__list .level-1 .item-level-1 .link-level-1.active {
  color:#4700f4
}
header .menu__list .level-1 .item-level-1 .link-level-1.active:before {
  background-color:#4700f4
}
header .menu__list .level-1 .item-level-1 .link-level-1.active:after {
  background-color:#4700f4;
  -moz-transform:scale(0);
  -o-transform:scale(0);
  -ms-transform:scale(0);
  -webkit-transform:scale(0);
  transform:scale(0)
}
header .menu__list .level-2 {
  margin:0;
  list-style-type:none
}
header .menu__list .level-2 .item-level-2 {
  margin:15px 0 20px 0
}
header .menu__list .level-2 .item-level-2 .link-level-2 {
  font-weight:500;
  font-size:13px;
  color:#ac9ad8;
  transition:color 0.3s;
  display:inline-block;
  text-decoration:none
}
header .menu__list .level-2 .item-level-2 .link-level-2:hover {
  color:#4700f4
}

/* ==========================================================================
   Visual Editor styles
   ========================================================================== */
.visual-editor{
	margin: 80px 0;
  line-height: 1.3;
}

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

.visual-editor ul li{
	list-style: initial;
}

.visual-editor a{
	color: var(--primary-color);
}
.visual-editor a:hover{
	text-decoration: underline;
	background-color: var(--hover-bg);
}

.visual-editor .wc-block-cart__submit-button{
	border-radius: 100px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  background: var(--primary-gradient);
  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;
}

.visual-editor .woocommerce-EditAccountForm .woocommerce-Button{
  padding: 18px 40px;
  font-size: 16px;
  border: 1px solid #fff;
  background: var(--primary-gradient);
  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;
}

/* ==========================================================================
   Form styles
   ========================================================================== */
.wpcf7-form {
    margin: 0 auto;
}
.wpcf7-form p{
	margin-bottom: 0 !important;
}

/* Стили для textarea */
textarea {
    resize: vertical;
}

/* Стили для сообщений об ошибках и успехе */
.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;
}

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

.pages-form.contact-form {
  max-width: 950px;
  margin: 0 auto;
}
.form-column{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}
.validation-field{
	width: 100%;
}
@media (max-width: 768px) {
	.form-column{
		flex-direction: column;
		gap: 0;
	}
}

/* ==========================================================================
   WooCommerce styles
   ========================================================================== */
.woocommerce-account .woocommerce{
	max-width: 1080px;
	margin: 0 auto;
}
.woocommerce-Address h2{
	font-size: 22px;
	margin-bottom: 20px;
}
.woocommerce-Address .edit{
	text-decoration: underline;
	color: #8249e5;
}
.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: var(--text-color);
	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: var(--hover-bg);
	text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li.is-active a{
	color: #fff;
	background-color: #8249e5;
	text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-content{
	border-radius: 10px;
	border: 1px solid var(--border-color);
	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-clip: text;
}

.woocommerce-checkout-title, .woocommerce-cart-title{
	font-size: 32px;
	margin: 40px 0;
	font-weight: 600;
}

#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;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 100px;
  font-weight: 500;
}
.woocommerce-form-login{
	max-width: 768px;
	margin: 2em auto !important;
}
.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;
	font-size: 22px;
}
#place_order{
	font-size: 0;
  padding: 18px 40px;
  border: 1px solid #fff;
  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;
}

.woocommerce-additional-fields__field-wrapper{
	/* display: none; */
}
.woocommerce-shipping-fields{
	display: none;
}
#customer_details{
	margin-bottom: 30px;
}
#customer_details .col-1{
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
#customer_details .col-2{
	width: 100%;
	float: none;
	padding: 0 10px;
	/* display: none; */
}

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

/* ==========================================================================
   Banner styles
   ========================================================================== */
.banner .point-wrap{
	gap: 30px;
}

.wc-blocks-components-select__container{
	padding: 0;
}
main .woocommerce{
	padding: 40px 15px;
}
.woocommerce-checkout{
	padding: 0 !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
	display: flex;
}
.woocommerce-form__input-checkbox{
	width: auto;
	height: auto !important;
	margin-right: 10px;
}


/* Content styles */
.text-page p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
.text-page ol li, .text-page ul li {
	margin-bottom: 24px;
}






.checkout .flag-wrap {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content:center;
  -moz-justify-content:center;
  -ms-justify-content:center;
  justify-content:center;
  -ms-flex-pack:center;
  margin-bottom:25px;
  height:35px;
  overflow:hidden
}
.checkout .flag-wrap .flag-item {
  width:35px;
  height:35px;
  margin:0 5px;
  overflow:hidden;
  border-radius:50%
}
.checkout .flag-wrap .flag-item img {
  width:100%;
  height:100%;
  cursor:default
}
.checkout .h1 {
  margin-bottom:10px
}
.checkout .section-title {
  font-weight:700;
  font-size:40px;
  text-align:center;
  color:#d121fe;
  margin:0 40px 40px
}
.checkout .checkout-form {
  padding:0 75px
}
.checkout .checkout-form .button-2 {
  display:block;
  margin-top:30px
}
.checkout .checkout-form .button-2 input {
  display:none
}
.checkout .validation-field.service {
  position:relative;
	padding: 0;
	margin: 15px 0;
}
.checkout .validation-field.service:before {
  content:'';
  width:25px;
  height:22px;
  background-repeat:no-repeat;
  background-size:contain;
  position:absolute;
  top:calc(50% - 18px);
  left:15px;
  z-index:1;
  pointer-events:none
}
.checkout .validation-field.nickname:before {
  height:25px;
  background-image: url("img/logos/nickname.svg");
}
.checkout .validation-field .validation-field > input:focus + .placeholder,
.checkout .validation-field .validation-field > select:focus + .placeholder,
.checkout .validation-field .validation-field > textarea:focus + .placeholder {
  top:-11px;
  font-size:10px;
  color:#000
}
.checkout .validation-field > input,
.checkout .validation-field > select {
  height:71px;
  padding-left:50px;
	outline: none;
	margin-bottom: 10px;
}
.checkout .validation-field.active > .placeholder {
  font-size:10px;
  color:#000
}
.checkout .validation-field > .placeholder {
  top:32px;
  left:50px;
  color:#c0c0c0
}
.checkout .order-info {
  padding:0 25px;
  -webkit-align-items:center;
  -moz-align-items:center;
  -ms-align-items:center;
  align-items:center;
  display:none;
  margin-bottom:30px
}
.checkout .order-info .user-img {
  width:83px;
  height:83px;
  border-radius:50%;
  background-repeat:no-repeat;
  background-size:cover;
  margin-right:15px
}
.checkout .order-info .info {
  display:flex;
	align-items: center;
}
.checkout .order-info .comments {
  margin:30px 0 0
}
.checkout .order-info .order-nick {
  font-weight:600;
  font-size:18px;
  color:#000;
  margin-bottom:25px;
  text-align:center;
  word-wrap:anywhere
}
.checkout .order-info .nick-service {
  margin-right:30px
}
.checkout .order-info .nick-service .service {
  font-weight:500;
  font-size:18px;
  line-height:22px;
  color:#000
}
.checkout .order-info .price {
  font-weight:600;
  font-size:18px;
  color:#9204d3
}
.checkout .order-info .button-1 {
  margin-left:auto
}
.checkout .select-post {
  display:none;
  padding:30px 25px 10px 25px;
  position:relative
}
.checkout .select-post:before {
  content:'';
  height:1px;
  width:calc(100% - 50px);
  background-color:#e9e9e9;
  position:absolute;
  top:0;
  left:25px
}
.checkout .select-post .title {
  font-size:36px;
  color:#000;
  margin-bottom:16px;
  text-align:center
}
.checkout .select-post .desc {
  font-size:18px;
  line-height:22px;
  text-align:center;
  color:#c0c0c0;
  margin-bottom:30px
}
.checkout .select-post .desc-error {
  font-size:18px;
  line-height:22px;
  text-align:center;
  color:#c0c0c0;
  margin-bottom:30px
}
.checkout .select-post .posts-wrap {
  font-size:0;
  margin:0 -9px 0 -9px
}
.checkout .select-post .post {
  display:inline-block;
  width:calc(25% - 18px);
  padding-bottom:calc(25% - 18px);
  margin:9px;
  border-radius:4px;
  overflow:hidden;
  cursor:pointer;
  position:relative
}
.checkout .select-post .post input {
  display:none
}
.checkout .select-post .post input:checked + .image:before {
  content:'';
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background-repeat:no-repeat;
  background-size:40px 40px;
  background-position:center center;
  background-color:rgba(0, 0, 0, 0.35)
}
.checkout .select-post .post .image {
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  background-size:contain;
  background-repeat:no-repeat
}
.checkout .select-post .load-more {
  background:#c8c8c8;
  border-radius:6px;
  text-decoration:none;
  font-weight:800;
  font-size:15px;
  text-transform:uppercase;
  color:#fff;
  text-align:center;
  padding:10px 0;
  cursor:pointer;
  transition:background-color 0.3s;
  margin-top:30px
}
.checkout .select-post .load-more:hover {
  background-color:#4700f4
}

.add-to-basket, .change-button{
	padding-top: 0 !important;
}

#variation_id{
	background-color: #fff;
  box-shadow: 0 0 20px rgba(195, 206, 221, 0.5);
  border-radius: 6px;
	width: 100%;
	height: 69px;
	padding-left: 30px;
}


.payment {
  max-width:600px;
  padding:50px 25px;
  margin:40px auto 0 auto;
  background:#fff;
  box-shadow:0 0 30px #e9eaf5
}
.payment.active .h1 {
  color:#5935c1
}
.payment .h1 {
  margin-bottom:0;
  color:#c0c0c0;
  transition:color 0.3s
}
.payment .payment-wrap {
  margin-top:50px;
  display:none
}
.payment .selected-wrap {
  display:none;
  padding-bottom:40px;
  border-bottom:1px solid #e9e9e9;
  margin-bottom:40px
}
.payment .total-title {
  font-size:18px;
  text-align:center;
  color:#c0c0c0;
  margin-bottom:14px
}
.payment .total {
  font-weight:600;
  font-size:36px;
  text-align:center;
  color:#9204d3;
  margin-bottom:40px
}
.payment .button-2 {
  display:block;
  margin:40px auto 40px auto
}
.payment .button-2 input {
  display:none
}
.payment .radio-wrap {
  max-width:370px;
  margin:0 auto
}
.payment .selected-wrap {
  margin:0 -8px 40px -8px;
  font-size:0
}
.payment .selected-wrap .selected-item {
  width:calc(50% - 16px);
  padding:10px 20px 10px 12px;
  display:inline-flex;
  -webkit-align-items:center;
  -moz-align-items:center;
  -ms-align-items:center;
  align-items:center;
  background-color:#f0f2f5;
  border-radius:6px;
  margin:8px
}
.payment .selected-wrap .selected-item .photo {
  width:50px;
  height:50px;
  background-repeat:no-repeat;
  background-size:cover;
  margin-right:15px;
  border-radius:4px
}
.payment .selected-wrap .selected-item .service-count {
  padding-left:34px;
  font-weight:500;
  font-size:18px;
  color:#000;
  position:relative;
  background-repeat:no-repeat;
  background-size:25px 100%;
  background-position:left center
}
.payment .selected-wrap .selected-item .delete {
  margin-left:auto;
  width:16px;
  height:16px;
  cursor:pointer;
  background-size:contain;
  background-repeat:no-repeat
}
.payment .pay-dec {
  width:154px;
  height:47px;
  margin:0 auto;
  background-repeat:no-repeat;
  background-size:contain
}
.payment .pay-dec {
  background-image: url("/img/logos/cards.png");
}
.radio-item{
	width: 100%;
	display: flex;
	gap: 15px;
	margin-bottom: 10px;
	align-items: center;
}
.radio-item input[type="radio"]{
	width: 25px;
	height: 25px;
	background-color: #f4f4f4;
  border-radius: 50%;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.1);
}

.custom-form .description {
  max-width:600px;
  padding:50px 25px;
  margin:40px auto;
  background:#fff;
  box-shadow:0 0 30px #e9eaf5
}
.custom-form .description.active .h1 {
  color:#5935c1
}
.custom-form .description .h1 {
  margin-bottom:0;
  color:#c0c0c0;
  transition:color 0.3s
}
.custom-form .description .description-wrap {
  margin-top:30px
}
.description-wrap input{
	width: 15px;
	height: 15px !important;
}


.menu__link.level-0{
	cursor: default;
}
.link-level-1{
	cursor: pointer;
}
.wp-site-blocks{
	flex: 1;
}

.header__buttons{
	display: flex;
	align-items: center;
	gap: 15px;
}
.header__cart {
  position: relative;
  cursor: pointer;
}

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

.header__cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #FF3B3B;
  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) {
	.checkout .section-title {
		font-size:28px;
		margin:0 10px 30px
	}
}
@media (max-width: 600px) {
  .header__cart {
    margin-right: 10px;
  }

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

  .header__cart-count {
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
}




.wp-block-woocommerce-cart{
	font-size: 16px;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{
	height: 32px !important;
}

.wc-block-components-totals-shipping__collaterals{
	display: none !important;
}
.wp-block-woocommerce-cart-order-summary-shipping-block, .wc-block-components-totals-shipping {
	display: none !important;
}
.wc-block-cart__submit-button{
  height: 36px !important;
  background-color: #ac9ad8;
  border-radius: 6px;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  margin: 30px auto !important;
  text-align: center;
  cursor: pointer;
  transition: background-color .3s;
}
.wc-block-cart__submit-button:hover {
  background-color: #4700f4;
}
.wc-block-cart .wc-block-cart__submit-container--sticky{
	background-color: #fff !important;
}
.variation p{
	font-size: 12px;
}
.woocommerce-shipping-totals.shipping{
	display: none;
}
.woocommerce-checkout-review-order{

}


.product-dropdown {
  position: relative;
  margin: 15px 0;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(195, 206, 221, 0.5);
  border-radius: 6px;
  width: 100%;
}
.product-dropdown.likes{
  background: url("img/logos/heart_grey.svg") left 15px center no-repeat;
}
.product-dropdown.followers{
  background: url("img/elements/followers_grey.svg") left 15px center no-repeat;
}
.product-dropdown__item._active {
  height: 69px;
  background: url("img/elements/select-arrow.png") right 10px center no-repeat;
  padding-left: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.product-dropdown__main-item {
  height: 69px;
  background: url("img/elements/select-arrow.png") right 10px center no-repeat;
  padding-left: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 8px 35px 8px 50px;
}
.product-dropdown__list {
  display: none;
  position: absolute;
  top: 101%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 20px rgba(195, 206, 221, 0.5);
  border-radius: 6px;
  z-index: 2;
}
.product-dropdown__list._active {
  display: block;
}
.product-dropdown__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 35px 8px 20px;
  cursor: pointer;
}
.product-dropdown__item:hover {
  background-color: rgba(195, 206, 221, 0.15);
}
.product-dropdown__item-name {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.product-dropdown__item-price {
  font-weight: 600;
  font-size: 18px;
  color: #9204d3;
}

#variation_id{
	opacity: 0;
	visibility: hidden;
	height: 0;
	margin: 0;
	padding: 0;
}

.error{
	position: absolute;
  bottom: -10px;
}

.woocommerce-additional-fields{
	display: none;
}
.custom-form{
	margin-top: 50px;
}

@media (max-width: 1200px) {
	.wrapper > main {
		padding-top: 60px !important;
	}
}

@media (max-width: 768px) {
	.custom-form{
		margin-top: 10px;
	}
	.menu__link.level-0{
		width: 100%;
		margin: 0;
    padding-left: 20px;
    position: relative;
	}
	.menu__link.level-0::after {
		right: 10px;
		top: 22px;
		border-color: #050505 transparent transparent transparent;
	}
	header .menu__list .level-1{
		width: 100%;
		bottom: auto;
		top: 0;
		opacity: 1;
    position: relative;
    transform: translateY(0);
		display: none;
	}
	header .menu__list .level-1._active{
		display: block;
	}
}