/*!
Theme Name: silvernraven
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: silvernraven
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.

silvernraven 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.
 */
#wpfBlock_1 .wpfFilterVerScroll {
	max-height: none!important;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: 'Inter', sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Inter', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	/*color: #4169e1;*/
}

a:visited {
	/*color: #800080;*/
}

a:hover,
a:focus,
a:active {
	/*color: #191970;*/
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: flex;
}

@media screen and (min-width: 37.5em) {

	/*.menu-toggle {*/
	/*	display: none;*/
	/*}*/

	/*.main-navigation ul {*/
	/*	display: flex;*/
	/*}*/
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	/*margin: 0 0 1.5em;*/
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.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;
}


/*XIIIAngel*/
/*header*/
header#masthead {
	padding-bottom: 8px;
	padding-top: 8px;
	max-width: 1440px;
	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: column;
	margin-bottom: -110px;
	position: relative;
	z-index: 5;
}
header#masthead .header_home_custom {
	display: flex;
	align-items: center;
	padding-left: 30px;
	padding-right: 30px;
}
#primary-menu-desktop {
	font-size: 14px;
	display: flex;
	gap: 35px;
	color: white;
	margin-right: 90px;
	margin-top: -5px;
}
#primary-menu-desktop a {
	color: white;
	transition: 0.3s ease;
}
#primary-menu-desktop a:hover {
	text-decoration: underline;
}
footer .row-1 .link:hover {
	text-decoration: underline;
}
.wpcf7-form input {
	transition: 0.3s ease;
}
.wpcf7-form textarea {
	transition: 0.3s ease;
}
.wpcf7-form input:hover {
	border: 1px solid #CFCFCF!important;
}
.wpcf7-form textarea:hover {
	border: 1px solid #CFCFCF!important;
}
.main-navigation {
	width: max-content;
}
.menu-arrow {
	transition: transform 0.3s ease;
	margin-bottom: 1px;
	margin-left: 9px;
}
.menu-item-has-children:hover .menu-arrow {
	transform: rotate(180deg);
}
li#menu-item-15>a {
	display: inline;
}
.site-branding {
	margin-right: 176px;
}
.header_home_custom .widget form select:focus {
	background: white;
	color: #1C1C1C;
}
.header_home_custom .widget form select {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border: 0px solid #ccc;
	background: rgba(255, 255, 255, 0);
	width: 87px;
	height: 36px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 15px;
	transition: background 0.3s ease, border 0.3s ease;
	color: white;
	cursor: pointer;
}
#menu-search_custom {
	margin-left: 0px;
	list-style: none;
	margin-bottom: 0px;
	padding-left: 25px;
	margin-right: 25px;
}
.header-icons {
	display: flex;
}
.search_custom_icon_hr {
	margin-left: 47px;
	margin-top: -5px;
}
.cart-icon.header-cart .cart-count {
	font-size: 10px;
	color: white;
	position: absolute;
	margin-top: -6px;
	margin-left: -2px;
}
.account-icon {
	margin-right: 25px;
}
.contact_us_custom {
	border: 1px solid rgb(255, 255, 255);
	border-radius: 8px;
	width: 145px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 16px;
	text-decoration: none;
	margin-left: 25px;
	margin-top: -5px;
	transition: 0.3s ease;
}
.contact_us_custom:hover {
	border-radius: 8px;
	background: linear-gradient(98deg, #4F4F4F -40.05%, #1C1C1C 92.19%);
	/*background: red;*/
	border: 0px;
}
.is-form-style.is-form-style-3 input.is-search-input {
	border: 0px !important;
}
.is-search-icon {
	border: 0px;
}
.is-menu.sliding form {
	border-radius: 8px;
}
.is-screen-reader-text {
	background: #CFCFCF;
	width: 1px;
	height: 24px;
	position: absolute !important;
	padding-right: 2px;
	margin-left: -22px;
	font-size: 0px;
	margin-top: 6px;
	clip: auto!important;
	-webkit-clip-path: auto!important;
	clip-path: border-box!important;
}
body .search-close::before {
	border-color: #000!important;
	height: 14px!important;
}
body .search-close::after {
	border-color: #000!important;
	height: 14px!important;
}
.search-close::before {
	border-left: 1px solid #000000 !important;
}
.search-close::after {
	border-left: 1px solid #000000!important;
}
.search-close {
	right: 83px;
	top: 5px!important;
}
.is-search-icon svg {
	width: 16px;
}
.is-search-icon {
	padding-top: 10px !important;
}
.is-ajax-search-result {
	margin-top: -1px!important;
	background: #f3f3f3!important;
	border-top: 1px solid #E7E7E7;
	padding-bottom: 20px!important;
	/*padding: 0px!important;*/
}
.is-ajax-search-post {
	background: #f3f3f3!important;
}
.is-ajax-search-result .is-ajax-search-post:hover {
	background: #f3f3f3!important;
}
.is-ajax-search-categories .is-ajax-search-post .is-title {
	display: none;
}
.is-ajax-term-label {
	font-size: 33px!important;
	font-weight: 500!important;
	font-style: normal!important;
	color: black!important;
	letter-spacing: -2px !important;
}
.is-search-sections .thumbnail img {
	max-width: 80px!important;
}
.is-ajax-search-post.is-product {
	padding: 0px!important;
	height: 80px!important;
	width: 555px!important;
	margin-top: 8px !important;
	margin-left: 12px!important;
	display: flex!important;
	border-bottom-width: 0px!important;
	background: white !important;
}
.is-ajax-search-post.is-product:hover {
	background: white !important;
}
.is-ajax-term-label {
	line-height: 29px!important;
}
.is-search-sections .right-section{
	margin-left: 12px;
	margin-bottom: 16px;
	margin-top: 16px;
	overflow: hidden;
}
.is-search-sections {
	display: flex;
}
.is-ajax-search-categories .is-ajax-search-post {
	margin-top: 20px!important;
	margin-bottom: 12px!important;
	border-bottom-width: 0px!important;
	padding-top: 0px!important;
	padding-bottom: 0px!important;
}
.is-search-sections .is-title a {
	font-size: 16px!important;
	color: black;
	font-weight: 500;
}
.is-search-sections .is-ajax-result-description {
	font-size: 12px;
}
/*header end*/
/*min-cart*/
/*.mini-cart {*/
/*	position: absolute;*/
/*	right: 0;*/
/*	top: 50px; !* Регулируйте по необходимости *!*/
/*	background: white;*/
/*	border: 1px solid #ccc;*/
/*	z-index: 1000;*/
/*	padding: 10px;*/
/*	width: 300px; !* Ширина мини-корзины *!*/
/*}*/
/*.custom-mini-cart {*/
/*	background: white;*/
/*	border: 1px solid #ccc;*/
/*	padding: 10px;*/
/*	width: 300px; !* Ширина мини-корзины *!*/
/*	max-height: 400px; !* Максимальная высота *!*/
/*	overflow-y: auto; !* Прокрутка, если контент превышает высоту *!*/
/*}*/
/*.custom-mini-cart ul {*/
/*	list-style: none;*/
/*	padding: 0;*/
/*	margin: 0;*/
/*}*/
/*.custom-mini-cart li {*/
/*	margin-bottom: 10px;*/
/*}*/
/*.wp-block-woocommerce-filled-mini-cart-contents-block {*/
/*	background: white;*/
/*	border: 1px solid #ccc;*/
/*	padding: 15px;*/
/*	width: 350px; !* Ширина мини-корзины *!*/
/*	max-height: 400px; !* Максимальная высота *!*/
/*	overflow-y: auto; !* Прокрутка, если контент превышает высоту *!*/
/*}*/
/*.wc-block-mini-cart__title {*/
/*	font-weight: bold;*/
/*	margin-bottom: 10px;*/
/*}*/
/*.wc-block-cart-items {*/
/*	width: 100%;*/
/*}*/
/*.wc-block-cart-item__image img {*/
/*	width: 100px; !* Размер изображения товара *!*/
/*}*/
/*.wc-block-components-button {*/
/*	margin-top: 10px;*/
/*	display: inline-block;*/
/*}*/
/*min-cart end*/
/*main-section-1*/
.main-section-1 {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: column;
	background-image: url('http://silvernraven.in-create.online/wp-content/uploads/2024/08/First-Screen.jpg');
	height: 738px;
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
}
.main-section-1 .title {
	color: var(--Main-BackgroundLight, #FFF);
	font-family: Inter;
	font-size: 110px;
	font-style: normal;
	font-weight: 600;
	line-height: 110px;
	letter-spacing: -2px;
	text-transform: uppercase;
	padding-top: 116px;
}
.main-section-1 .container-category-text-header {
	display: flex;
	justify-content: space-between;
	padding-top: 80px;
}
.main-section-1 .title-custom {
	color: rgba(255, 255, 255, 0.60);
	text-align: right;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	padding-bottom: 30px;
}
.main-section-1 .item-category-text-header {
	color: rgba(255, 255, 255, 0.20);
	text-align: right;
	font-family: Inter;
	font-size: 110px;
	font-style: normal;
	font-weight: 600;
	line-height: 110px;
	letter-spacing: -2px;
	text-transform: uppercase;
}
.main-section-1 .info-text-header-category {
	margin-top: auto;
	padding-bottom: 140px;
	display: flex;
	align-items: center;
	gap: 20px;
	color: var(--Button-btWhite, #FFF);
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
}
/*main-section-1 end*/
/*main-section-2 */
.main-section-2 {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: column;
	background: #F3F3F3;
	/*height: 712px;*/
	height: 814px;
	padding-left: 30px;
	padding-right: 30px;
}
.main-section-2 .title-custom {
	color: var(--Main-graphicElementsBlck, #1C1C1C);
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	padding-top: 80px;
	padding-bottom: 14px;
	position: relative;
	z-index: 1;
}
.main-section-2 .item {
	color: var(--Main-graphicElementsBlck, #121212);
	font-family: Inter;
	font-size: 120px;
	font-style: normal;
	font-weight: 600;
	line-height: 106px;
	letter-spacing: -1px;
	text-transform: uppercase;
	width: max-content;
	/*display: flex;*/
	align-items: center;
	gap: 10px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	height: 105px;
}
.main-section-2 .info-section-2 {
	margin-left: auto;
	padding-right: 231px;
	padding-top: 46px;
	position: relative;
	z-index: 1;
}
.main-section-2 .info-section-2 .text {
	width: 452px;
	color: var(--Text-mainBodyText, #1C1C1C);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
.main-section-2 .info-section-2 .button {
	border-radius: 8px;
	background: var(--Button-cta, #1C1C1C);
	color: var(--Text-buttonTextBlackBg, #FFF);
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	width: 118px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 19px;
}
.main-section-2 .info-section-2 .button:hover {
	background: var(--ctaHover, linear-gradient(98deg, #4F4F4F -40.05%, #1C1C1C 92.19%));
}
.main-section-3 .left-section .button:hover {
	background: var(--ctaHover, linear-gradient(98deg, #4F4F4F -40.05%, #1C1C1C 92.19%));
}
.main-section-5 .right-section .button:hover {
	background: var(--ctaHover, linear-gradient(98deg, #4F4F4F -40.05%, #1C1C1C 92.19%));
}
.main-section-6 .left-section .button:hover {
	background: var(--ctaHover, linear-gradient(98deg, #4F4F4F -40.05%, #1C1C1C 92.19%));
	color: white;
}
.main-section-7 .right-section .button input:hover {
	background: var(--ctaHover, linear-gradient(98deg, #4F4F4F -40.05%, #1C1C1C 92.19%));
	border: 0px!important;
}
.contact-section-3 .right-section .button input:hover {
	background: var(--ctaHover, linear-gradient(98deg, #4F4F4F -40.05%, #1C1C1C 92.19%));
	border: 0px!important;
}
.product-section-3 .wpfClearButton.wpfButton:hover {
	background: var(--ctaHover, linear-gradient(98deg, #4F4F4F -40.05%, #1C1C1C 92.19%));
	border: 0px!important;
}
.custom-posts-archive-section-5 .right-section .button input:hover {
	background: var(--ctaHover, linear-gradient(98deg, #4F4F4F -40.05%, #1C1C1C 92.19%));
	border: 0px!important;
}
.product-section-3 .wpfFilterButton.wpfButton:hover {
	background: var(--ctaHover, linear-gradient(98deg, #4F4F4F -40.05%, #1C1C1C 92.19%));
	border: 0px!important;
	color: white;
}
.product-custom-container-2 .left-section .woocommerce-variation-add-to-cart>button:hover {
	background: var(--ctaHover, linear-gradient(98deg, #4F4F4F -40.05%, #1C1C1C 92.19%));
	border: 0px!important;
	color: white;
}
.custom-posts-archive-section-4 .col-1 .right-section .button:hover {
	background: var(--ctaHover, linear-gradient(98deg, #4F4F4F -40.05%, #1C1C1C 92.19%));
	border: 0px!important;
	color: white;
}
.custom-posts-archive-section-4 .col-1 .right-section .button:hover path {
	fill: white;
}
.artist-section-11 .col-1 .button:hover {
	background: var(--ctaHover, linear-gradient(98deg, #4F4F4F -40.05%, #1C1C1C 92.19%));
	border: 0px!important;
	color: white;
}
.artist-section-11 .col-1 .button:hover path {
	fill: white;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.custom-posts-archive-section-5 .right-section .social-block a:hover {
	text-decoration: underline;
}
.main-section-2 .container-section-2 {
	display: flex;
	flex-direction: column;
}
.main-section-2 .container-section-2 {

}
.main-section-2 .text-wrapper .text-wrapper {
	position: relative;
	height: 24px;
}
.main-section-2 .text-wrapper .text {
	display: block;
	position: absolute;
	transition: transform 0.5s ease;
	top: 0;
}
.main-section-2 .text-wrapper .text-replace {
	transform: translateY(100%);
	opacity: 0;
	transition: transform 0.5s ease, opacity 0.5s ease;
}
.main-section-2 .item:hover .text {
	transform: translateY(-100%);
}
.main-section-2 .item:hover .text-replace {
	transform: translateY(0);
	opacity: 1;
}

/*main-section-2 end*/
/*main-section-3 */
.main-section-3 {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	background: #121212;
	padding: 120px 30px;
}
.main-section-3 .main-section-3-container {
	display: flex;
	gap: 12px;
	width: 100%;
}
.main-section-3 .left-section {
	max-width: 452px;
	width: 100%;
}
.main-section-3 .left-section .title-custom {
	color: var(--Text-mainBlackBg, #FFF);
	font-family: Inter;
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.main-section-3 .left-section .text {
	color: var(--Text-subText, #6E6E6E);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
.main-section-3 .left-section .button {
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.10);
	color: var(--Text-buttonTextBlackBg, #FFF);
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	width: 118px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 20px;
}
.main-section-3 .product-item {
	width: 458px;
}
.main-section-3 .latest-products {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 56px;
}
.main-section-3 .product-image {
	width: 458px;
	height: 480px;
}
.main-section-3 .product-image img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.main-section-3 .product-name {
	color: var(--Text-mainBlackBg, #FFF);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	padding-top: 7px;
}
.main-section-3 .product-price {
	color: var(--Text-mainBlackBg, #FFF);
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	padding-top: 8px;
}
.main-section-3 .right-section {
	display: flex;
	justify-content: end;
	width: 100%;
}
.main-section-3 {

}
/*main-section-3 end*/
/*main-section-4*/
.main-section-4 {
	/*max-width: 1440px;*/
	width: 100%;
	height: 720px;
	margin: auto;
	display: flex;
	padding: 0px 60.5px;
	background-image: url("http://silvernraven.in-create.online/wp-content/uploads/2024/08/Blooor.jpg");
	flex-direction: column;
	justify-content: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.main-section-4 .main-section-title {
	color: var(--Text-mainBlackBg, #FFF);
	font-family: Inter;
	font-size: 120px;
	font-style: normal;
	font-weight: 600;
	line-height: 100px;
	text-transform: uppercase;
	gap: 8px;
}
.main-section-4 .main-section-title:last-child {
	padding-left: 463px;
}

/*main-section-4 end*/

/*main-section-5*/
.main-section-5 {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	background: #F3F3F3;
	padding: 120px 30px;
	gap: 12px;
	justify-content: center;
}
.main-section-5 .right-section {
	display: flex;
	width: 452px;
	flex-shrink: 0;
}
.main-section-5 .right-section .button {
	border-radius: 8px;
	background: var(--Button-cta, #1C1C1C);
	color: var(--Text-buttonTextBlackBg, #FFF);
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	width: 118px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 19px;
}
.main-section-5 .right-section .title-custom {
	color: var(--Text-mainHTitle, #1C1C1C);
	font-family: Inter;
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: -2px;
	text-transform: uppercase;
	padding-bottom: 40px;
}
.main-section-5 .right-section .text {
	color: var(--Text-subText, #6E6E6E);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
.main-section-5 .left-section .row-1 {
	display: flex;
	height: 464px;
}
.main-section-5 .left-section .row-2 {
	display: flex;
	flex-direction: row-reverse;
	height: 500px;
}
.main-section-5 .left-section .img {
	flex-shrink: 0;
}
.main-section-5 .left-section img {
	max-width: 459px;
}
.main-section-5 .left-section .text-block {
	display: flex;
	padding: 0px 32px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 40px;
	flex: 1 0 0;
	background: #121212;
	width: 460px;
}
.main-section-5 .left-section .text-block .title {
	color: var(--Text-mainBlackBg, #FFF);
	font-family: Inter;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: -2px;
	text-transform: uppercase;
	width: 100%;
}
.main-section-5 .left-section .text-block .text {
	color: var(--Text-subText, #6E6E6E);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
/*main-section-5 end*/

/*main-section-6 end*/
.main-section-6 {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	padding: 120px 30px 80px;
	gap: 12px;
	background: #121212;
}
.main-section-6 .main-section-3-container {
	display: flex;
	gap: 12px;
	width: 100%;
}
.main-section-6 .left-section {
	max-width: 452px;
	width: 100%;
}
.main-section-6 .left-section .title-custom {
	color: var(--Text-mainBlackBg, #FFF);
	font-family: Inter;
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.main-section-6 .left-section .text {
	color: var(--Text-subText, #6E6E6E);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
.main-section-6 .left-section .button {
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.10);
	color: var(--Text-buttonTextBlackBg, #FFF);
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	width: 118px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 20px;
}
.main-section-6 .right-section 	{
	display: flex;
	justify-content: end;
	width: 100%;
}
.main-section-6 .gallery-custom {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 56px;
}
.main-section-6 .main-section-6-container {
	display: flex;
	width: 100%;
}
.main-section-6 .gallery-custom .item {
	width: 458px;
	height: 536px;
}
.main-section-6 .gallery-custom .img {
	height: 480px;
	position: relative;
}
.main-section-6 .gallery-custom .img img {
	object-fit: cover;
	width: 458px;
	height: 480px;
}
.main-section-6 .gallery-custom .title-custom {
	width: 418px;
	position: absolute;
	padding-right: 20px;
	padding-left: 20px;
	bottom: 0;
	padding-bottom: 20px;
	color: var(--Button-btWhite, #FFF);
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
}
.main-section-6 .item .place {
	display: flex;
	gap: 8px;
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
}
.main-section-6 .item .date {
	display: flex;
	gap: 8px;
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
}
.main-section-6 .item .text-1 {
	color: var(--Text-subText, #6E6E6E);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
.main-section-6 .item .text-2 {
	color: var(--Text-mainBlackBg, #FFF);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
/*main-section-6 end*/

/*main-section-7*/
.main-section-7 {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	padding: 80px 30px;
	gap: 12px;
	background: #121212;
}
.main-section-7 .left-section {
	max-width: 452px;
}
.main-section-7 .left-section .title-custom {
	color: var(--Text-mainBlackBg, #FFF);
	font-family: Inter;
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px; /* 100% */
	letter-spacing: -2px;
	text-transform: uppercase;
	padding-bottom: 40px;
}
.main-section-7 .left-section .text {
	color: var(--Text-subText, #6E6E6E);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
.main-section-7 .right-section p {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 0px;
}
.main-section-7 .right-section {
	width: 100%;
}
.main-section-7 .form-top-custom {
	display: flex;
	gap: 12px;
	padding-bottom: 12px;
}
.main-section-7 .form-top-custom input {
	width: 100%;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: #121212;
	padding-left: 12px;
	padding-right: 12px;
	color: var(--Text-mainBlackBg, #FFF);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	height: 40px;
	outline: none;
}
.main-section-7 .form-top-custom p {
	width: 100%;
}
.main-section-7 .right-section .button {
	display: flex;
	width: fit-content;
	margin-left: auto;
	position: relative;
	margin-top: 40px;
}
.main-section-7 .right-section textarea {
	width: 100%;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: #121212;
	padding-left: 12px;
	padding-right: 12px;
	color: var(--Text-mainBlackBg, #FFF);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	height: 136px;
	outline: none;
	padding-top: 11px;
}
.main-section-7 .right-section .button input {
	display: flex;
	padding: 0px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.10);
	color: var(--Text-buttonTextBlackBg, #FFF);
	text-align: right;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	border: 0;
	margin-left: auto;
	width: 173px;
	height: 36px;
	padding-right: 16px;
	cursor: pointer;
}
.main-section-7 .right-section .button .custom-svg-icon-form {
	position: absolute;
	padding-top: 9px;
	padding-left: 16px;
}
/*main-section-7 end*/

/*footer*/
footer {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	padding-top: 57px;
	gap: 12px;
	background: #121212;
}
footer .container-footer {
	display: flex;
	width: 100%;
	flex-direction: column;
}
footer .container-footer .row-1 {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
footer .container-footer .row-1 .left-section {
	display: flex;
}
footer .row-1 .link {
	color: var(--Text-mainBlackBg, #FFF);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px;
	padding-bottom: 12px;
}
footer .row-1 .col-1 , footer .row-1 .row-1 {
	display: flex;
	flex-direction: column;
}
footer .row-1 .left-section .logo {
	padding-right: 65px;
}
footer .row-1 .left-section .col-1 {
	display: flex;
	flex-direction: column;
	width: 220px;
	border-left: 1px solid #3D3D3D;
	padding-left: 16px;
	margin-right: 12px;
}
footer .row-1 .right-section .col-2 {
	padding-top: 20px;
	gap: 9px;
	display: flex;
	flex-direction: column;
}
footer .row-1 .right-section .col-3 {
	padding-top: 20px;
	gap: 9px;
	display: flex;
	flex-direction: column;
}
footer .row-1 .right-section .title {
	color: var(--Text-subText, #6E6E6E);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px;
}
footer .row-1 .right-section .text {
	color: var(--Button-btWhite, #FFF);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px;
}
footer .row-1 .right-section {
	padding-right: 50px;
	border-left: 1px solid #3D3D3D;
	padding-left: 16px;
}
footer .row-2 .widget form select:focus {
	background: white;
	color: #1C1C1C;
}
footer .row-2 .widget form select {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border: 0px solid #ccc;
	background: rgba(255, 255, 255, 0);
	width: 87px;
	height: 36px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 15px;
	transition: background 0.3s ease, border 0.3s ease;
	color: white;
	cursor: pointer;
}
footer .row-2 {
	display: flex;
	justify-content: space-between;
	padding-top: 90px;
	padding-bottom: 20px;
}
footer .row-2 .right-section {
	display: flex;
	align-items: center;
	margin-top: -24px;
}
footer .row-2 .custom-hr {
	background: #3D3D3D;
	width: 1px;
	height: 24px;
	margin-right: 16px;
	margin-left: 16px;
	margin-top: -5px;
}
footer .row-2 .contact_us_custom {
	width: 166px;
	margin-left: 16px;
}
footer .row-3-bottom .left-section {
	color: var(--Text-inputText, #6E6E6E);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px;
}
footer .row-3-bottom .right-section span {
	color: var(--Text-inputText, #6E6E6E);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px;
}
footer .row-3-bottom {
	display: flex;
	justify-content: space-between;
	height: 54px;
	align-items: center;
	background: rgba(255, 255, 255, 0.05);
}
footer .container-footer>.row-1 {
	padding-left: 30px;
	padding-right: 30px;
}
footer .container-footer>.row-2 {
	padding-left: 30px;
	padding-right: 30px;
}
footer .container-footer>.row-3-bottom {
	padding-left: 30px;
	padding-right: 30px;
}
/*footer end*/

/*template-artist*/

/*artist-section-1*/
.artist-section-1 {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	height: 320px;
}
.artist-section-1 img {
	width: 100%;
	object-fit: cover;
}
/*artist-section-1 end*/
/*artist-section-2*/
.artist-section-2 {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	background: #121212;
	padding: 12px 30px 56px;
	gap: 56px;
	flex-direction: column;
	height: 397px;
}
.breadcrumbs {
	display: flex;
	align-items: center;
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px;
	text-transform: uppercase;
}
.breadcrumbs a {
	color: #6E6E6E;
}
.breadcrumbs svg {
	padding-top: 2px;
}
.artist-section-2 h1 {
	color: #FFF;
	font-family: Inter;
	font-size: 110px;
	font-style: normal;
	font-weight: 600;
	line-height: 110px;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin-top: 56px;
	margin-bottom: 56px;
}
/*artist-section-2 end*/
/*artist-section-3*/
.artist-section-3 {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	background: #121212;
	height: 640px;
}
.artist-section-3 .right-section {
	display: flex;
	flex-shrink: 0;
	width: 959px;
}
.artist-section-3 .left-section {
	padding-left: 32px;
	padding-right: 32px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	color: #6E6E6E;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
/*artist-section-3 end*/
/*artist-section-4*/
.artist-section-4 {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	background: #121212;
	height: 640px;
}
.artist-section-4 .left-section {
	display: flex;
	flex-shrink: 0;
	width: 481px;
}
.artist-section-4 .right-section {
	padding-left: 30px;
	padding-right: 30px;
	justify-content: center;
	display: flex;
	flex-direction: column;
	gap: 20px;
	color: #6E6E6E;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
.artist-section-4 .right-section .title-custom {
	color: #FFF;
	font-family: Inter;
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: -2px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

/*artist-section-4 end*/

/*artist-section-5*/
.artist-section-5 {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	background: #121212;
	flex-direction: column;
	gap: 32px;
	padding-top: 120px;
	padding-bottom: 120px;
	color: #FFF;
	font-family: Inter;
	font-size: 120px;
	font-style: normal;
	font-weight: 600;
	line-height: 100px;
	text-transform: uppercase;
	height: 472px;
}
.artist-section-5 .col-1 {
	display: flex;
	overflow: hidden;
	white-space: nowrap;
	gap: 32px;
}
.artist-section-5 .col-2 {
	display: flex;
	overflow: hidden;
	white-space: nowrap;
	gap: 32px;
}
/*artist-section-5 end*/
/*artist-section-6*/
.artist-section-6 {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	height: 640px;
	background: #121212;
	padding-top: 120px;
}
.artist-section-6 img {
	width: 100%;
}
/*artist-section-6 end*/
/*artist-section-7*/
.artist-section-7 {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	background: #121212;
	flex-direction: column;
	padding-bottom: 80px;
	height: 592px;
}
.artist-section-7 .center-section {
	max-width: 916px;
	display: flex;
	flex-direction: column;
	margin: auto;
	gap: 20px;
	padding-top: 120px;
	padding-bottom: 120px;
	color:#6E6E6E;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
.artist-section-7 .center-section .title-custom {
	color: #FFF;
	font-family: Inter;
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: -2px;
	text-transform: uppercase;
}
/*artist-section-7 end*/

/*artist-section-8 end*/


/*--------------*/
.artist-section-8 .item {
	height: 672px;
}
.artist-section-8 .img {
	height: 672px;
	position: relative;
}
.artist-section-8 .img img {
	object-fit: cover;
	width: 100%;
	height: 672px;
}
.artist-section-8 .title-custom {
	width: 418px;
	position: absolute;
	padding-right: 20px;
	padding-left: 20px;
	bottom: 0;
	padding-bottom: 20px;
	color: #FFF;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
}
.artist-section-8 .item .place {
	display: flex;
	gap: 8px;
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
}
.artist-section-8 .item .date {
	display: flex;
	gap: 8px;
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
}
.artist-section-8 .item .text-1 {
	color: var(--Text-subText, #6E6E6E);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
.artist-section-8 .item .text-2 {
	color: var(--Text-mainBlackBg, #FFF);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
/*------------*/
.artist-section-9 .item {
	height: 592px;
}
.artist-section-9 .img {
	height: 592px;
	position: relative;
}
.artist-section-9 .img img {
	object-fit: cover;
	width: 100%;
	height: 592px;
}
.artist-section-9 .title-custom {
	width: 418px;
	position: absolute;
	padding-right: 20px;
	padding-left: 20px;
	bottom: 0;
	padding-bottom: 20px;
	color: #FFF;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
}
.artist-section-9 .item .place {
	display: flex;
	gap: 8px;
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
}
.artist-section-9 .item .date {
	display: flex;
	gap: 8px;
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
}
.artist-section-9 .item .text-1 {
	color: var(--Text-subText, #6E6E6E);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
.artist-section-9 .item .text-2 {
	color: var(--Text-mainBlackBg, #FFF);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
/*--------------*/

.artist-section-8 {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	background: #121212;
	padding: 0px 30px 56px;
	height: 800px;
	justify-content: center;
}
.artist-section-8 .item {
	max-width: 690px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.artist-section-8 .item-info {
	display: flex;
	justify-content: space-between;
	padding-left: 20px;
	padding-right: 20px;
	align-items: center;
}
.artist-section-8 .col-1 {
	display: flex;
	gap: 8px;
}
.artist-section-8 .col-2 {
	display: flex;
	gap: 8px;
}
.artist-section-8 .name {
	color: #6E6E6E;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
}
.artist-section-8 .text {
	color:#FFF;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
}
/*artist-section-8 end*/

/*artist-section-9*/
.artist-section-9 {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	background: #121212;
	padding: 0px 30px 56px;
	height: 720px;
	justify-content: center;
}
.artist-section-9 .item {
	max-width: 460px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.artist-section-9 .item-info {
	display: flex;
	justify-content: space-between;
	padding-left: 20px;
	padding-right: 20px;
	align-items: center;
}
.artist-section-9 .col-1 {
	display: flex;
	gap: 8px;
}
.artist-section-9 .col-2 {
	display: flex;
	gap: 8px;
}
.artist-section-9 .name {
	color: #6E6E6E;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
}
.artist-section-9 .text {
	color:#FFF;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
}
/*artist-section-9 end*/

/*artist-section-10*/
.artist-section-10 {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	background: #121212;
	padding: 0px 30px 56px;
	height: 345px;
	justify-content: center;
}
.artist-section-10 img {
	max-width: 460px;
	width: 100%;
}
/*artist-section-10 end*/

/*artist-section-11*/
.artist-section-11 {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: column;
	background: #121212;
	padding: 80px 30px 80px;
	gap: 56px;
}
.artist-section-11 .col-1 {
	max-width: 452px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.artist-section-11 .col-1 .title-custom {
	color: #FFF;
	font-family: Inter;
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: -2px;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.artist-section-11 .col-1 .text {
	color: #6E6E6E;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
.artist-section-11 .col-1 .button {
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.10);
	width: 118px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
}
.artist-section-11 .col-2 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin: auto;
}
.artist-section-11 .col-2 .img {
	width: 345px;
	height: 340px;
}
.artist-section-11 .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.artist-section-11 .col-2 .item {
	position: relative;
}
.artist-section-11 .col-2 .info {
	position: absolute;
	bottom: 0;
	padding-bottom: 32px;
	padding-left: 30px;
	display: flex;
	gap: 8px;
	color: #FFF;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -1px;
	text-transform: uppercase;
	justify-content: center;
	align-items: center;
}
/*artist-section-11 end*/

/*template-artist end*/

/*template-contact */
/*.contact-section-1*/
.contact-section-1 {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	height: 320px;
}
.contact-section-1 img {
	width: 100%;
	object-fit: cover;
}
/*.contact-section-1 end*/
/*.contact-section-2 */
.contact-section-2 {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	background: #121212;
	padding: 12px 30px 56px;
	gap: 56px;
	flex-direction: column;
	height: 397px;
}
/*.contact-section-2 .breadcrumbs {*/
/*	display: flex;*/
/*	align-items: center;*/
/*	color: #FFF;*/
/*	font-family: Inter;*/
/*	font-size: 14px;*/
/*	font-style: normal;*/
/*	font-weight: 500;*/
/*	line-height: 14px;*/
/*	text-transform: uppercase;*/
/*}*/
/*.contact-section-2 .breadcrumbs a {*/
/*	color: #6E6E6E;*/
/*}*/
/*.contact-section-2 .breadcrumbs svg {*/
/*	padding-top: 2px;*/
/*}*/
.contact-section-2 h1 {
	color: #FFF;
	font-family: Inter;
	font-size: 110px;
	font-style: normal;
	font-weight: 600;
	line-height: 110px;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin-top: 56px;
	margin-bottom: 56px;
}
/*.contact-section-2 end*/
/*.contact-section-3*/
.contact-section-3 {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	padding: 40px 30px 80px;
	gap: 12px;
	background: #121212;
}
.contact-section-3 .left-section {
	max-width: 684px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.contact-section-3 .left-section .text {
	color: #6E6E6E;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	max-width: 452px;
}
.contact-section-3 .right-section p {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 0px;
}
.contact-section-3 .right-section {
	width: 100%;
}
.contact-section-3 .form-top-custom {
	display: flex;
	gap: 12px;
	padding-bottom: 12px;
}
.contact-section-3 .form-top-custom input {
	width: 100%;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: #121212;
	padding-left: 12px;
	padding-right: 12px;
	color: var(--Text-mainBlackBg, #FFF);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	height: 40px;
	outline: none;
}
.contact-section-3 .form-top-custom p {
	width: 100%;
}
.contact-section-3 .right-section .button {
	display: flex;
	width: fit-content;
	margin-left: auto;
	position: relative;
	margin-top: 40px;
}
.contact-section-3 .right-section textarea {
	width: 100%;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: #121212;
	padding-left: 12px;
	padding-right: 12px;
	color: var(--Text-mainBlackBg, #FFF);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	height: 136px;
	outline: none;
	padding-top: 11px;
}
.contact-section-3 .right-section .button input {
	display: flex;
	padding: 0px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.10);
	color: var(--Text-buttonTextBlackBg, #FFF);
	text-align: right;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	border: 0;
	margin-left: auto;
	width: 173px;
	height: 36px;
	padding-right: 16px;
	cursor: pointer;
}
.contact-section-3 .right-section .button .custom-svg-icon-form {
	position: absolute;
	padding-top: 9px;
	padding-left: 16px;
}
.contact-section-3 .left-section .item {
	display: flex;
	gap: 8px;
	align-items: center;
	color: #6E6E6E;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
.contact-section-3 .left-section .social-block {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.contact-section-3 .left-section .item .text-item {
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
.contact-section-3 .left-section .item .item-social-block {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.contact-section-3 .left-section .item .item-social-block a {
	display: flex;
	align-items: center;
	justify-content: center;
}
/*.contact-section-3 end*/

/*template-contact end*/

/*product*/
.product-template-default header#masthead {
	margin-bottom: -134px;
}
.product-template-default .woocommerce-product-gallery {
	width: 876px!important;
}
.product-custom-container-1 {
	padding: 122px 30px 40px;
	background: #121212;
	/*max-width: 1440px;*/
	margin: auto;
	height: 178px;
}
/*.product-custom-container-1 .breadcrumbs {*/
/*	display: flex;*/
/*	align-items: center;*/
/*	color: #FFF;*/
/*	font-family: Inter;*/
/*	font-size: 14px;*/
/*	font-style: normal;*/
/*	font-weight: 500;*/
/*	line-height: 14px;*/
/*	text-transform: uppercase;*/
/*}*/
/*.product-custom-container-1 .breadcrumbs svg {*/
/*	padding-top: 2px;*/
/*}*/
/*.product-custom-container-1 .breadcrumbs a {*/
/*	color: #6E6E6E;*/
/*}*/
.product-custom-container-2 {
	display: flex;
	padding-left: 30px;
	padding-right: 30px;
	gap: 12px;
	background: #121212;
	/*max-width: 1440px;*/
	margin: auto;
	padding-bottom: 56px;
	justify-content: center;
}
.product-custom-container-2 .entry-summary {
	/*max-width: 452px;*/
	max-width: max-content;
	margin-bottom: 0px!important;
	margin-top: 0px;
}
.product-custom-container-2 .left-section .entry-title {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFF;
	font-family: Inter;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: -2px;
	text-transform: uppercase;
	padding-bottom: 40px;
}
.product-custom-container-2 .left-section {
	padding: 20px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05);
}
.product-custom-container-2 .left-section .description-custom-product {
	color: #6E6E6E;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	padding-bottom: 40px;
}
.product-custom-container-2 .left-section .material-custom-product {
	display: flex;
	gap: 12px;
	color: #6E6E6E;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
}
.product-custom-container-2 .left-section .material-custom-product .text {
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	padding-bottom: 20px;
}
.product-custom-container-2 .left-section .variations .label {
	color: #6E6E6E;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
}
.product-custom-container-2 .left-section .variable-item {
	border-radius: 4px!important;
	background: #2A2A2A!important;
	display: flex!important;
	align-items: center!important;
	color: #FFF!important;
	font-family: Inter!important;
	font-size: 16px!important;
	font-style: normal!important;
	font-weight: 500!important;
	line-height: 16px!important;
	box-shadow: 0 0 0 0px #a8a8a8!important;
	padding: 8px 12px!important;
}
.product-custom-container-2 .left-section .variable-item.selected {
	background: rgba(255, 255, 255, 0.10)!important;
}
.product-custom-container-2 .left-section .reset_variations {
	display: none!important;
}
.product-custom-container-2 .left-section .variations tbody {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.price-custom {
	display: none;
}
.product-custom-container-2 .left-section .variations_form .price .price-custom {
	display: block;
	color: #6E6E6E;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	padding-bottom: 12px;
}
.product-custom-container-2 .left-section .single_variation_wrap {
	padding-top: 40px;
}
.product-custom-container-2 .left-section {
	/*color: #f000;*/
	/*font-size: 0px;*/
}
.product-custom-container-2 .left-section .price {
	color: #FFF!important;
	font-family: Inter;
	font-size: 24px!important;
	font-style: normal!important;
	font-weight: 600!important;
	line-height: 32px!important;
	margin-top: 0px!important;
	margin-bottom: 0px!important;
}
.product-custom-container-2 .left-section {
	color: #FFF;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
}
.product-custom-container-2 .left-section form.cart {
	margin-bottom: 0px!important;
	padding-bottom: 12px!important;
	display: flex;
}
.product-custom-container-2 .left-section .woocommerce-variation-add-to-cart {
	padding-top: 12px!important;
	display: flex;
}
.product-custom-container-2 .left-section .qib-container {
	border-radius: 8px!important;
	border: 1px solid #FFF!important;
	background: rgba(255, 255, 255, 0.05)!important;
	display: flex!important;
	width: 140px!important;
	height: 44px!important;
}
.product-custom-container-2 .left-section .minus.qib-button {
	width: 33%!important;
	height: 100%!important;
	background: none!important;
	border: none!important;
	color: #FFF!important;
	font-family: Inter!important;
	font-size: 16px;
	font-style: normal!important;
	font-weight: 500!important;
	line-height: 16px!important;
}
.product-custom-container-2 .left-section .quantity.buttons_added {
	width: 33%!important;
	height: 100%!important;
	background: none!important;
	border: none!important;
	color: #FFF!important;
	font-family: Inter!important;
	font-size: 16px!important;
	font-style: normal!important;
	font-weight: 500!important;
	line-height: 16px!important;
}
.product-custom-container-2 .left-section .quantity.buttons_added input {
	width: 100%!important;
	height: 100%!important;
	background: none!important;
	border: none!important;
	color: #FFF!important;
	font-family: Inter!important;
	font-size: 16px!important;
	font-style: normal!important;
	font-weight: 500!important;
	line-height: 16px!important;
}
.product-custom-container-2 .left-section .plus.qib-button {
	width: 33%!important;
	height: 100%!important;
	background: none!important;
	border: none!important;
	color: #FFF!important;
	font-family: Inter!important;
	font-size: 16px!important;
	font-style: normal!important;
	font-weight: 500!important;
	line-height: 16px!important;
}
.product-custom-container-2 .left-section .single_add_to_cart_button {
	border-radius: 8px!important;
	background: #FFF!important;
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
	gap: 8px!important;
	color: #1C1C1C!important;
	text-align: center!important;
	font-family: Inter!important;
	font-size: 16px!important;
	font-style: normal!important;
	font-weight: 500!important;
	line-height: 16px!important;
	width: 260px!important;
	height: 44px!important;
}
.product-custom-container-2 .left-section .product_meta {
	display: none;
}
.product-custom-container-2 .left-section .delivery-product-custom {
	display: flex;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05);
	padding: 12px;
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px;
	align-items: center;
	justify-content: space-between;
}
.product-custom-container-2 .left-section .left-section-delivery {
	display: flex;
	gap: 8px;
	align-items: center;
}
.product-custom-container-2 .left-section .right-section-delivery {
	display: flex;
	gap: 8px;
	align-items: center;
}
.product-custom-container-2 .woocommerce-product-gallery {
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05);
	padding: 20px;
	width: 916px !important;
	margin-bottom: 0px!important;
}
.product-custom-container-2 .woocommerce-product-gallery .woocommerce-product-gallery__image a {
	height: 762px!important;
	display: flex!important;
}
.product-custom-container-2 .woocommerce-product-gallery .woocommerce-product-gallery__image a img {
	object-fit: cover!important;
}
.woocommerce div.product .product-custom-container-2 div.images .flex-control-thumbs li {
	width: 33.3333%!important;
}
.product-custom-container-3 {
	display: flex;
	gap: 12px;
	background: #121212;
	/*max-width: 1440px;*/
	margin: auto;
	padding: 56px 30px 80px;
}
.product-custom-container-3 .tabs {
	display: flex;
	flex-direction: column;
	margin: 0!important;
	overflow: unset!important;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05);
	width: 452px;
	padding: 20px !important;
	flex-shrink: 0;
	height: fit-content;
	gap: 16px;
}

.woocommerce-tabs.product-custom-container-3 ul.tabs::before {
	display: none!important;
}
.woocommerce-tabs.product-custom-container-3 ul.tabs li.active::before {
	display: none!important;
}
.woocommerce-tabs.product-custom-container-3 ul.tabs li.active::after {
	display: none!important;
}
.woocommerce-tabs.product-custom-container-3 ul.tabs::after {
	display: none!important;
}
.woocommerce-tabs.product-custom-container-3 ul.tabs li::before{
	display: none!important;
}
.woocommerce-tabs.product-custom-container-3 ul.tabs li::after {
	display: none!important;
}
.woocommerce-tabs.product-custom-container-3 ul.tabs li {
	padding-left: 0px!important;
	padding-right: 0px!important;
	margin-right: 0px!important;
	margin-left: 0px!important;
	background: rgba(255, 255, 255, 0)!important;
	border: 0px solid #cfc8d8!important;
	font-family: Inter;
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: -2px;
	text-transform: uppercase;
	color: #3D3D3D!important;
}
.woocommerce-tabs.product-custom-container-3 ul.tabs li.active {
	color: #FFF!important;
}
.woocommerce-tabs.product-custom-container-3 ul.tabs li a {
	font-family: Inter;
	font-size: 56px;
	font-style: normal;
	font-weight: 600!important;
	line-height: 56px;
	letter-spacing: -2px;
	text-transform: uppercase;
	padding-top: 0px!important;
	padding-bottom: 0px!important;
}
.woocommerce-tabs.product-custom-container-3 .panel {
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05);
	margin-bottom: 0px!important;
	padding: 20px!important;
	color: #FFF;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	width: 100%;
}
.woocommerce-tabs.product-custom-container-3 .panel p {
	margin-top: 0px;
	margin-bottom: 16px;
}
.woocommerce-tabs.product-custom-container-3 .panel p img {
	margin-bottom: -16px;
}
.woocommerce-tabs.product-custom-container-3 .panel p iframe {
	margin-bottom: -16px;
	width: 432px;
	height: 555px;
}
.woocommerce-tabs.product-custom-container-3 .panel h2 {
	color: #FFF;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 16px;
}
.product-template-default .product .wt-related-products {
	display: flex;
	gap: 40px;
	background: #121212;
	/*max-width: 1440px !important;*/
	margin: auto;
	padding: 120px 30px 120px;
	flex-direction: column;
	height: 849px;
}
.product-template-default .product .wt-related-products .wt-crp-heading {
	margin-bottom: 0px!important;
	margin-top: 0px!important;
	color: #FFF;
	font-family: Inter;
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: -2px;
	text-transform: uppercase;
}
.product-template-default .product .wt-related-products .carousel-wrap {
	padding: 0;
}
.product-template-default .product .wt-related-products .owl-nav{
	display: none;
}
.product-template-default .product .wt-related-products .owl-item {
	margin-right: 0px!important;
}
.product-template-default .product .wt-related-products .qib-container {
	display: none!important;
}
.product-template-default .product .wt-related-products li.product a img {
	margin-bottom: 0px!important;
}
.product-template-default .product .wt-related-products .woocommerce-loop-product__title {
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
.product-template-default .product .wt-related-products .woocommerce-Price-amount {
	color: #FFF;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}
.product-template-default #respond {
	display: none;
}
.product-template-default .navigation.post-navigation {
	display: none;
}
.product-template-default .entry-footer {
	display: none;
}
/*product end */

/*category */
.product-section-1 {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	height: 320px;
}
.product-section-1 img {
	width: 100%;
	object-fit: cover;
}
.product-section-2 {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: column;
	gap: 56px;
	background: #121212;
	padding: 12px 30px 56px;
}
.product-section-2 h1 {
	color: #FFF;
	font-family: Inter;
	font-size: 110px;
	font-style: normal;
	font-weight: 600;
	line-height: 110px;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
}
.product-section-3 {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	gap: 12px;
	background: #121212;
	padding-left: 30px;
	padding-right: 30px;
}
.product-section-3 .left-section > div > div {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.product-section-3 .left-section {
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05);
	padding: 20px;
	width: 452px;
	flex-shrink: 0;
	height: fit-content;
}
.product-section-3 .left-section .wpfMainWrapper {
	display: flex;
	flex-direction: column;
	gap: 56px;
}
.product-section-3 .left-section .wpfMainWrapper .wfpDescription {
	color: #6E6E6E;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	padding-bottom: 20px;
}
.product-section-3 .left-section .wpfMainWrapper .wpfFilterVerScroll {
	display: flex;
	flex-direction: column;
	gap: 20px;
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	overflow-y: unset!important;
}
.product-section-3 .left-section .wpfFilterWrapper .wpfCheckbox label::before {
	background-color: rgb(30, 30, 30) !important;
	border: 2px solid #6E6E6E !important;
	border-radius: 2px !important;
}
.product-section-3 .left-section .wpfMainWrapper .wpfFilterVerScroll .wpfCheckbox label {
	width: 20px !important;
	height: 20px !important;
}
.product-section-3 .left-section .wpfMainWrapper .wpfFilterVerScroll .wpfCheckbox {
	background: #121212;
	border-radius: 4px;
	height: 20px;
}
.wpfFilterWrapper .wpfCheckbox input[type="checkbox"]:checked + label::before {
	filter: brightness(0) invert(1);
}
.product-section-3 .left-section .wpfMainWrapper .wpfFilterVerScroll li label {
	display: flex;
	align-items: center;
}

/*----------------*/
.product-section-3 #wpfBlock_4 .wpfFilterContent {
	display: flex;
	flex-direction: column;
}

.product-section-3 #wpfBlock_4 .wpfPriceInputs {
	order: 1;
}

.product-section-3 #wpfBlock_4 .wpfPriceFilterRange {
	order: 2;
}
.product-section-3 #wpfBlock_4 .wpfFilterContent {
	display: grid;
	grid-template-areas:
        "description"
        "priceInputs"
        "priceFilterRange";
}

.product-section-3 #wpfBlock_4 .wfpDescription {
	grid-area: description;
}

.product-section-3 #wpfBlock_4 .wpfPriceInputs {
	grid-area: priceInputs;
}

.product-section-3 #wpfBlock_4 .wpfPriceFilterRange {
	grid-area: priceFilterRange;
}
.product-section-3 #wpfBlock_4 #wpfMinPrice {
	width: 50%!important;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: rgba(255, 255, 255, 0.05);
	height: 44px;
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}
.product-section-3 #wpfBlock_4 #wpfMaxPrice {
	width: 50%!important;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: rgba(255, 255, 255, 0.05);
	height: 44px;
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}
.product-section-3 #wpfBlock_4 .wpfPriceInputs .wpfCurrencySymbol {
	display: none;
}
.product-section-3 #wpfBlock_4 .wpfPriceInputs .wpfFilterDelimeter {
	display: none;
}
.product-section-3 #wpfBlock_4 .wpfPriceInputs {
	display: flex;
	gap: 12px;
}
.product-section-3 #wpfBlock_4 #wpfSliderRange {
	height: 2px;
	border-color: #6E6E6E;
}
.product-section-3 #wpfBlock_4 #wpfSliderRange .ui-slider-range {
	background: rgb(255, 255, 255) !important;
	height: 2px;
	top: -1px;
}
.product-section-3 #wpfBlock_4 #wpfSliderRange .ui-slider-handle {
	left: 100%;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	border: 0px solid #000 !important;
	top: -5px;
	margin-left: -0.5em!important;
}
.product-section-3 #wpfBlock_4 #wpfSliderRange {

}
.product-section-3 #wpfBlock_4 #wpfSliderRange {

}
.product-section-3 #wpfBlock_4 #wpfSliderRange {

}
/*----------------*/
.product-section-3 #wpfBlock_1 .wpfFilterVerScroll .wpfCheckbox {
	display: none;
}
.product-section-3 #wpfBlock_1 .wpfFilterVerScroll img {
	border-radius: 100%;
}
.product-section-3 .right-section {
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05);
	padding: 20px;
	width: 100%;
}
.product-section-3 #wpfBlock_5 select , .product-section-3 #wpfBlock_6 select {
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	height: 40px;
	width: 312px;
	padding-right: 12px;
	padding-left: 12px;
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	appearance: none;
	background: rgba(255, 255, 255, 0.05) url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.33343 5.05713L8.0001 9.7238L12.6668 5.05713L13.6096 5.99994L8.0001 11.6094L2.39062 5.99994L3.33343 5.05713Z" fill="white"/></svg>') no-repeat right 12px center;
}
.product-section-3 #wpfBlock_5 , .product-section-3 #wpfBlock_6 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 20px;
	display: flex;
	justify-content: right;
}
.product-section-3 #wpfBlock_5 select option , .product-section-3 #wpfBlock_6 select option{
	color: #1C1C1C;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.product-section-3 .woocommerce-result-count {
	display: none;
}
.product-section-3 #wpfBlock_5 .wfpDescription, .product-section-3 #wpfBlock_6 .wfpDescription {
	padding-bottom: 8px;
}
.product-section-3 #wpfBlock_5 .wpfFilterContent, .product-section-3 #wpfBlock_6 .wpfFilterContent  {
	display: flex;
	flex-direction: column;
	width: fit-content;
}
.product-section-3 .right-section .products {
	margin-bottom: 0px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 56px;
}
.product-section-3 ul.products::after {
	display: none;
}
.product-section-3 ul.products::before {
	display: none;
}
.product-section-3 .right-section .products .product {
	width: auto;
	margin: 0px;
}
.product-section-3 .right-section .products .product a img {
	margin-bottom: 0px!important;
}
.product-section-3 .right-section .products .product a h2 {
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.product-section-3 .right-section .products .product .custom-price {
	color: #FFF;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}

/*category end */

/*archive-custom*/
.custom-posts-archive-section-1 {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	height: 320px;
}
.custom-posts-archive-section-1 img {
	width: 100%;
	object-fit: cover;
}
.custom-posts-archive-section-2 {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	background: #121212;
	padding: 12px 30px 56px;
	gap: 56px;
	flex-direction: column;
}
.custom-posts-archive-section-2 h1 {
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 110px;
	font-style: normal;
	font-weight: 600;
	line-height: 110px;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-top: 0px;
}
.custom-posts-archive-section-3 {
	padding: 40px 30px 80px;
	/*max-width: 1440px;*/
	margin: auto;
	background: #121212;
}
.custom-posts-archive-section-3 .custom-posts-archive-section-3-block {
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05);
	padding: 20px;
}
.custom-posts-archive-section-3 .custom-posts-archive-section-3-block ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 20px;
	grid-row-gap: 56px;
	list-style: none;
}
.custom-posts-archive-section-3 .custom-posts-archive-section-3-block ul li {
	/*width: 445px;*/
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.custom-posts-archive-section-3 .custom-posts-archive-section-3-block ul li img {
	/*width: 445px;*/
	width: 100%;
	object-fit: cover;
}
.custom-posts-archive-section-3 .custom-posts-archive-section-3-block ul li .post-thumbnail {
	position: relative;
	width: 100%;
}
.custom-posts-archive-section-3 .custom-posts-archive-section-3-block ul li .acf-label {
	position: absolute;
	top: 0;
	margin-left: 20px;
	margin-top: 20px;
	display: flex;
	padding: 4px 8px;
	align-items: center;
	gap: 4px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.20);
	backdrop-filter: blur(10px);
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
.custom-posts-archive-section-3 .custom-posts-archive-section-3-block ul li .dot-c {
	width: 8px;
	height: 8px;
	border-radius: 100%;
}
.custom-posts-archive-section-3 .custom-posts-archive-section-3-block ul li .post-thumbnail h2 {
	position: absolute;
	bottom: 0;
	margin: 0px 20px 20px;
}
.custom-posts-archive-section-3 .custom-posts-archive-section-3-block ul li .post-thumbnail h2 a {
	color: #FFF;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
}
.custom-posts-archive-section-3 .custom-posts-archive-section-3-block ul li .post-thumbnail>a {
	display: flex;
	height: 480px;
	width: 100%;
}
.custom-posts-archive-section-3 .custom-posts-archive-section-3-block ul li .post-date {
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
.custom-posts-archive-section-3 .custom-posts-archive-section-3-block ul li .post-tags a {
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	pointer-events: none;
}
.custom-posts-archive-section-3 .custom-posts-archive-section-3-block ul li .post-tags, .custom-posts-archive-section-3 .custom-posts-archive-section-3-block ul li .post-date {
	display: flex;
	gap: 8px;
}
.custom-posts-archive-section-3 .custom-posts-archive-section-3-block ul li .post-dat .color-custom {
	color: #6E6E6E;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
.custom-posts-archive-section-3 .custom-posts-archive-section-3-block ul li .color-custom {
	color: #6E6E6E;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
.custom-posts-archive-section-3-block form {
	display: flex;
	gap: 12px;
	align-items: center;
}
.custom-posts-archive-section-3-block form div.ml {
	margin-left: auto;
	margin-right: 70px;
}
.custom-posts-archive-section-3-block form div.ml span {
	display: block;
	padding-bottom: 8px;
}
.custom-posts-archive-section-3-block form select {
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	height: 40px;
	width: 290px;
	padding-right: 12px;
	padding-left: 12px;
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	appearance: none;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.05) url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.33343 5.05713L8.0001 9.7238L12.6668 5.05713L13.6096 5.99994L8.0001 11.6094L2.39062 5.99994L3.33343 5.05713Z" fill="white"/></svg>') no-repeat right 12px center;
}
.custom-posts-archive-section-3-block form select option {
	color: #1C1C1C;
	font-family: "Object Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.custom-posts-archive-section-3-block form .dropdown-archive-filter {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.custom-posts-archive-section-3-block form div.ml button {
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	background: none;
	border: none;
	padding-top: 12px;
	padding-left: 0px;
	padding-right: 16px;
	cursor: pointer;
}
.custom-posts-archive-section-3-block form div span {
	color: #6E6E6E;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
}
.custom-posts-archive-section-4 {
	padding: 80px 30px 80px;
	/*max-width: 1440px;*/
	margin: auto;
	background: #121212;
	gap: 56px;
	display: flex;
	flex-direction: column;
}
.custom-posts-archive-section-4 .col-1 {
	display: flex;
	gap: 40px;
}
.custom-posts-archive-section-4 .col-1 .left-section {
	width: 888px;
	color: #FFF;
	font-family: Inter;
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: -2px;
	text-transform: uppercase;
	flex-shrink: 0;
}
.custom-posts-archive-section-4 .col-1 .right-section {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.custom-posts-archive-section-4 .col-1 .right-section .text {
	color: #6E6E6E;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
.custom-posts-archive-section-4 .col-1 .right-section .button {
	display: flex;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 8px;
	background: #FFF;
	width: 118px;
	color: #1C1C1C;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
}
.custom-posts-archive-section-4 .col-2 .wt-related-products {
	display: flex;
	gap: 40px;
	background: #121212;
	/*max-width: 1440px !important;*/
	margin: auto;
	padding: 0px;
	flex-direction: column;
}
.custom-posts-archive-section-4 .col-2 .wt-related-products .wt-crp-heading {
	margin-bottom: 0px!important;
	margin-top: 0px!important;
	color: #FFF;
	font-family: Inter;
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: -2px;
	text-transform: uppercase;
	display: none;
}
.custom-posts-archive-section-4 .col-2 .wt-related-products .carousel-wrap {
	padding: 0;
}
.custom-posts-archive-section-4 .col-2 .wt-related-products .owl-nav{
	display: none;
}
.custom-posts-archive-section-4 .col-2 .wt-related-products .owl-item {
	margin-right: 0px!important;
}
.custom-posts-archive-section-4 .col-2 .wt-related-products .qib-container {
	display: none!important;
}
.custom-posts-archive-section-4 .col-2 .wt-related-products li.product a img {
	margin-bottom: 0px!important;
}
.custom-posts-archive-section-4 .col-2 .wt-related-products .woocommerce-loop-product__title {
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
.custom-posts-archive-section-4 .col-2 .wt-related-products .woocommerce-Price-amount {
	color: #FFF;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}
.custom-posts-archive-section-4 .col-2 .wt-related-products .owl-carousel {
	list-style-type: none;
	padding-left: 0px;
}
.custom-posts-archive-section-5 {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	padding: 0px 30px 80px;
	gap: 12px;
	background: #121212;
}
.custom-posts-archive-section-5 .left-section {
	width: 452px;
	flex-shrink: 0;
}
.custom-posts-archive-section-5 .right-section .title-custom {
	color: #FFF;
	font-family: Inter;
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: -2px;
	text-transform: uppercase;
}
.custom-posts-archive-section-5 .right-section form {
	display: flex;
	gap: 20px;
}
.custom-posts-archive-section-5 .right-section form p {
	margin: 0px;
	padding: 0px;
}
.custom-posts-archive-section-5 .right-section .form-top-custom input {
	width: 758px;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: #121212;
	padding-left: 12px;
	padding-right: 12px;
	color: var(--Text-mainBlackBg, #FFF);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	height: 40px;
	outline: none;
}
.custom-posts-archive-section-5 .right-section .button input {
	display: flex;
	padding: 0px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.10);
	color: var(--Text-buttonTextBlackBg, #FFF);
	text-align: right;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	border: 0;
	margin-left: auto;
	width: 138px;
	height: 36px;
	padding-right: 16px;
	cursor: pointer;
}
.custom-posts-archive-section-5 .right-section .button {
	display: flex;
	width: fit-content;
	margin-left: auto;
	position: relative;
	margin-top: 25px;
}
.custom-posts-archive-section-5 .right-section .button .custom-svg-icon-form {
	position: absolute;
	padding-top: 9px;
	padding-left: 16px;
}
.custom-posts-archive-section-5 .right-section .contact {
	padding-bottom: 50px;
}
.custom-posts-archive-section-5 .right-section .social-block {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.custom-posts-archive-section-5 .right-section .social-block a {
	color: #FFF;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
}
/*archive-custom end*/
/*custom-post-content*/
.custom-post-content-section-1 {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	height: 320px;
}
.custom-post-content-section-1 img {
	width: 1440px;
	object-fit: cover;
	object-position: 0px -195px;
}
.custom-post-content-section-2 {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	background: #121212;
	padding: 12px 30px 56px;
	flex-direction: column;
}
.custom-post-content-section-2 h1 {
	color: #FFF;
	font-family: Inter;
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 64px;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 56px;
}
.custom-post-content-section-2 .description-custom {
	color: #6E6E6E;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	max-width: 916px;
	margin-bottom: 20px;
}
.custom-post-content-section-2 .info {
	display: flex;
	gap: 76px;
	align-items: center;
}
.custom-post-content-section-2 .info .item {
	display: flex;
	gap: 8px;
}
.custom-post-content-section-2 .info .item .name {
	color: #6E6E6E;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.custom-post-content-section-2 .info .item .text {
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
.custom-post-content-section-2 .info .item .text a {
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	pointer-events: none;
}
.custom-post-content-section-2 .info .item .dot-c {
	width: 8px;
	height: 8px;
	border-radius: 100%;
}
.custom-post-content-section-2 .info .item .acf-label {
	display: flex;
	align-items: center;
	gap: 4px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.20);
	backdrop-filter: blur(10px);
	padding: 4px 8px;
}
.custom-post-content-section-2 .info .item {
	display: flex;
	align-items: center;
}
.custom-post-content-section-3 .tabs {
	display: flex;
	cursor: pointer;
	flex-direction: column;
	gap: 16px;
	color: #3D3D3D;
	font-family: Inter;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	text-transform: uppercase;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05);
	height: 120px;
	width: 452px;
	flex-shrink: 0;
	padding: 20px;
}
.custom-post-content-section-3 .tab {
	/*padding: 10px 20px;*/
	/*background-color: #f1f1f1;*/
	/*border: 1px solid #ccc;*/
	/*border-bottom: none;*/
	/*margin-right: 5px;*/
}
.custom-post-content-section-3 .tab.active {
	color: #FFF;
}
.custom-post-content-section-3 .tab-content {
	padding: 20px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05);
	width: 100%;
}
.custom-post-content-section-3 .content {
	display: none;
	color: #FFF;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
}
.custom-post-content-section-3 .content.active {
	display: block;
}
.custom-post-content-section-3 {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	background: #121212;
	padding: 0px 30px 80px;
	gap: 12px;
}
.custom-post-content-section-3 #tab1.content div h2 {
	color: #FFF;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
}
.custom-post-content-section-3 #tab1.content div p {
	margin: 0px;
}
.custom-post-content-section-3 #tab1.content div {
	gap: 16px;
	display: flex;
	flex-direction: column;
}
.custom-post-content-section-3 #tab2.content .latest-products {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 16px;
}
.custom-post-content-section-3 #tab2.content .product-item {
	width: 438px;
}
.custom-post-content-section-3 #tab2.content .product-image {
	width: 438px;
	height: 480px;
}
.custom-post-content-section-3 #tab2.content .product-image img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.custom-post-content-section-3 #tab2.content .product-name {
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	padding-top: 8px;
}
.custom-post-content-section-3 #tab2.content .product-price {
	color: #FFF;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	padding-top: 8px;
}
.custom-post-content-section-3 #tab2.content .bottom-tab2 .title-custom {
	color: #FFF;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
	margin-top: 56px;
}
.custom-post-content-section-3 #tab2.content .bottom-tab2 p {
	color: #FFF;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 16px;
	margin-top: 16px;
}
.custom-post-content-section-4 {
	/*max-width: 1440px;*/
	width: 100%;
	margin: auto;
	display: flex;
	background: #121212;
	padding: 80px 30px 80px;
	position: relative;
	flex-direction: column;
	overflow: hidden;
}
.custom-post-content-section-4 .title-custom {
	color: #FFF;
	font-family: Inter;
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: -2px;
	text-transform: uppercase;
	padding-bottom: 56px;
}
/*.custom-post-content-section-4 .swiper-container {*/
/*	margin-right: 0;*/
/*	width: 458px!important;*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	gap: 8px;*/
/*}*/
.custom-post-content-section-4 .swiper-container .swiper-slide {
	width: 458px!important;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-right: 0px!important;
	flex-shrink: 0;
}
.custom-post-content-section-4 .swiper-container .post-thumbnail {
	position: relative;
}
.custom-post-content-section-4 .swiper-container .post-tags {
	display: flex;
	gap: 8px;
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
.custom-post-content-section-4 .swiper-container .post-date {
	display: flex;
	gap: 8px;
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
.custom-post-content-section-4 .swiper-container .post-thumbnail > a {
	display: flex;
	height: 480px;
}
.custom-post-content-section-4 .swiper-container .post-thumbnail > a img {
	width: 458px;
	object-fit: cover;
}
.custom-post-content-section-4 .swiper-container .post-thumbnail .acf-label {
	position: absolute;
	top: 0;
	margin-left: 20px;
	margin-top: 20px;
	display: flex;
	padding: 4px 8px;
	align-items: center;
	gap: 4px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.20);
	backdrop-filter: blur(10px);
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
.custom-post-content-section-4 .swiper-container .post-thumbnail .acf-label .dot-c {
	width: 8px;
	height: 8px;
	border-radius: 100%;
}
.custom-post-content-section-4 .swiper-container .post-thumbnail h2 {
	position: absolute;
	bottom: 0;
	margin: 0px 20px 20px;
}
.custom-post-content-section-4 .swiper-container .post-thumbnail h2 a {
	color: #FFF;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
}
.custom-post-content-section-4 .swiper-container .color-custom {
	color: #6E6E6E;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
.custom-post-content-section-4 .swiper-container .post-tags a {
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	pointer-events: none;
}
/*custom-post-content end*/
/*catalog-header-custom*/
#menu-item-15 .sub-menu {
	display: flex;
	width: 1440px;
	padding: 32px 30px 32px 30px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	background: url("http://silvernraven.in-create.online/wp-content/uploads/2024/09/Submenu-bg.jpg");
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	margin-left: -30px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;

}
#menu-item-15 .sub-menu li a {
	color: #121212;
	font-family: Inter;
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: -1px;
	text-transform: uppercase;
}
#menu-item-15 {
	margin-bottom: -50px;
}
#menu-item-15 ul li a{
	width: fit-content;
}
/*catalog-header-custom end*/
/*-------- адаптив ----------*/
/* Скрываем мобильное меню по умолчанию и показываем десктопное */
.desktop-menu {
	display: flex;
}
@media (max-width: 1419px) {
	.desktop-menu {
		display: none;
	}
}
.button-mobile-menu-custom {
	cursor: pointer;
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.20);
}
.button-custom-menu-non {
	cursor: pointer;
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(10px);
}
.mobile-menu-custom {
	background-color: #121212;
	position: absolute;
	top: 64px;
	left: 0;
	right: 0;
	height: 100vh;
	flex-direction: column;
	justify-content: space-between;
	padding: 40px 8px 104px;
	z-index: 999;
	display: none;
}
.mobile-menu-custom .menu-custom-top ul {
	display: flex;
}
@media (min-width: 1420px) {
	.button-mobile-menu-custom {
		display: none;
	}
	.button-custom-menu-non {
		display: none;
	}
	.mobile-menu-custom {
		display: none;
	}
}
section.menu-right {
	display: flex;
	align-items: center;
	margin-top: 11px;
}
.main-section-2-mobile {
	display: none;
}
#wpfBlock_5 {
	display: none!important;
}
.mobile-filter-custom {
	display: none;
}
@media screen and (max-width: 1419px) {
	header#masthead{
		height: 64px;
		background: rgba(255, 255, 255, 0.05);
		backdrop-filter: blur(10px);
		margin-bottom: -64px;
	}
	header#masthead .header_home_custom {
		padding-left: 8px;
		padding-right: 8px;
		justify-content: space-between;
	}
	.site-branding {
		margin-right: 0px;
	}
	.site-branding .custom-logo {
		width: 62px;
		height: 48px;
	}
	.menu-right .widget {
		margin-bottom: 0px;
		display: none;
	}
	.menu-right .search_custom_icon_hr {
		display: none;
	}
	.menu-right .contact_us_custom {
		display: none;
	}
	.site-branding a {
		display: flex;
	}
	#menu-search_custom {
		position: unset!important;
	}
	#menu-search_custom .is-menu {
		position: unset!important;
	}
	#menu-search_custom .is-menu.sliding form {
		top: 15px!important;
	}
	.search-close {
		top: 25px !important;
	}
	#site-navigation {
		display: flex;
		gap: 8px;
	}
	.menu-right #menu-search_custom {
		padding-left: 0px;
		margin-right: 16px;
	}
	.menu-right .account-icon {
		margin-right: 16px;
	}
	.menu-custom-bottom {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 35px;
	}
	.menu-custom-bottom .widget {
		margin-bottom: 0px;
	}
	.menu-custom-bottom .widget .select {
		margin-top: 0px;
	}
	.menu-custom-bottom .search_custom_icon_hr {
		margin-left: 0px;
	}
	.menu-custom-bottom .contact_us_custom {
		margin-left: 0px;
		display: flex;
	}
	.mobile-menu-custom .menu-custom-top ul {
		flex-direction: column;
	}
	.menu-custom-top #primary-menu-mobile li svg {
		display: none;
	}
	.menu-custom-top #primary-menu-mobile li a {
		color: #FFF;
		font-family: Inter;
		font-size: 24px;
		font-style: normal;
		font-weight: 500;
		line-height: 24px;
		text-transform: uppercase;
	}
	.menu-custom-top #primary-menu-mobile li {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #3D3D3D;
	}
	.main-section-1 .title {
		color: #FFF;
		font-family: Inter;
		font-size: 88px;
		font-style: normal;
		font-weight: 600;
		line-height: 88px;
		letter-spacing: -2px;
		text-transform: uppercase;
		word-break: break-all;
		padding-top: 80px;
	}
	.main-section-1 .container-category-text-header {
		flex-direction: column-reverse;
		padding-top: 220px;
		gap: 16px;
	}
	.main-section-1 {
		height: 812px;
		background-image: url('http://silvernraven.in-create.online/wp-content/uploads/2024/09/img-bg-mobile.jpg');
		background-size: cover;
		padding-left: 10px;
		padding-right: 10px;
	}
	.main-section-1 .title-custom {
		color: rgba(255, 255, 255, 0.60);
		text-align: right;
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 22px;
		padding-bottom: 16px;
	}
	.main-section-1 .item-category-text-header {
		color: rgba(255, 255, 255, 0.20);
		font-family: Inter;
		font-size: 56px;
		font-style: normal;
		font-weight: 600;
		line-height: 56px;
		letter-spacing: -2px;
		text-transform: uppercase;
	}
	.main-section-1 .info-text-header-category {
		color: var(--Main-BackgroundLight, #FFF);
		text-align: right;
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 22px;
		gap: 12px;
		padding-bottom: 0px;
	}
	.main-section-2-mobile {
		display: flex;
	}
	.main-section-2 {
		display: none;
	}
	.main-section-2-mobile {
		flex-direction: column;
		padding: 56px 8px 56px 8px;
	}
	.main-section-2-mobile .title-custom {
		color: #1C1C1C;
		text-align: center;
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 22px;
		padding-bottom: 12px;
	}
	.main-section-2-mobile .item .title-custom {
		color: #121212;
		font-family: Inter;
		font-size: 56px;
		font-style: normal;
		font-weight: 600;
		line-height: 56px;
		letter-spacing: -1px;
		text-transform: uppercase;
		text-align: center;
		padding-bottom: 10px;
	}
	.main-section-2-mobile .item {
		display: flex;
		flex-direction: column;
		padding-top: 12px;
		padding-bottom: 40px;
		align-items: center;
	}
	.main-section-2-mobile .item .button-custom {
		border-radius: 4px;
		background: var(--Button-cta, #1C1C1C);
		width: 177px;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		margin-top: 16px;
		height: 36px;
		color: var(--Text-buttonTextBlackBg, #FFF);
		text-align: center;
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 16px;
	}
	.main-section-2-mobile .item img{
		width: 177px;
	}
	.main-section-2-mobile .info-section-2 .text {
		color: #1C1C1C;
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 20px;
		padding-left: 90px;
	}
	.main-section-3 {
		padding: 56px 8px;
	}
	.main-section-3 .main-section-3-container {
		flex-direction: column;
		gap: 40px;
	}
	.main-section-3 .left-section .title-custom {
		color: var(--Text-mainBlackBg, #FFF);
		font-family: Inter;
		font-size: 40px;
		font-style: normal;
		font-weight: 600;
		line-height: 42px;
		letter-spacing: -2px;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	.main-section-3 .latest-products {
		grid-row-gap: 40px;
		margin: auto;
	}
	.main-section-3 .product-item {
		width: 180px;
	}
	.main-section-3 .product-image {
		width: 180px;
		height: 248px;
	}
	.main-section-3 .product-name {
		color: var(--Text-mainBlackBg, #FFF);
		font-family: Inter;
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: 20px;
	}
	.main-section-3 .product-price {
		color: var(--Text-mainBlackBg, #FFF);
		font-family: Inter;
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: 20px;
	}
	.main-section-4 {
		padding: 56px 8px;
		height: auto;
	}
	.main-section-4 .main-section-title {
		color: var(--Text-mainBlackBg, #FFF);
		font-family: Inter;
		font-size: 63px;
		font-style: normal;
		font-weight: 600;
		line-height: 64px;
		text-transform: uppercase;
		word-break: break-all;
	}
	.main-section-4 .main-section-title:last-child {
		padding-left: 0;
	}
	.main-section-5 {
		flex-direction: column-reverse;
		gap: 40px;
		padding: 56px 0px 0px;
	}
	.main-section-5 .right-section {
		margin: auto;
		width: 360px;
	}
	.main-section-5 .right-section .title-custom {
		color: var(--Text-mainHTitle, #1C1C1C);
		font-family: Inter;
		font-size: 40px;
		font-style: normal;
		font-weight: 600;
		line-height: 42px;
		letter-spacing: -2px;
		text-transform: uppercase;
		padding-bottom: 20px;
	}
	.main-section-5 .left-section .row-1 {
		flex-direction: column-reverse;
		height: auto;
		background: #121212;
	}
	.main-section-5 .left-section img {
		width: 100%;
		max-width: none;
	}
	.main-section-5 .left-section .img {
		display: flex;
	}
	.main-section-5 .left-section .text-block {
		padding-left: 8px;
		padding-right: 8px;
		width: 100%;
		padding-top: 20px;
	}
	.main-section-5 .left-section .row-2 {
		height: auto;
		flex-direction: column-reverse;
		padding-top: 56px;
		background: #121212;
		padding-bottom: 56px;
	}
	.main-section-6 {
		padding: 56px 8px;
	}
	.main-section-6 .main-section-6-container {
		flex-direction: column;
		gap: 40px;
	}
	.main-section-6 .left-section .title-custom {
		color: var(--Text-mainBlackBg, #FFF);
		font-family: Inter;
		font-size: 40px;
		font-style: normal;
		font-weight: 600;
		line-height: 42px;
		letter-spacing: -2px;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	.main-section-6 .gallery-custom {
		grid-row-gap: 40px;
		margin: auto;
	}
	.main-section-6 .gallery-custom .title-custom {
		width: 180px;
		color: var(--Button-btWhite, #FFF);
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 22px;
		padding-left: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
	}
	.main-section-6 .gallery-custom .img img {
		width: 180px;
		height: 248px;
	}
	.main-section-6 .gallery-custom .img {
		height: 248px;
	}
	.main-section-6 .gallery-custom .item {
		width: 180px;
		height: auto;
	}
	.main-section-6 .item .text-1 {
		font-family: Inter;
		font-size: 11px;
		font-style: normal;
		font-weight: 500;
		line-height: 20px;
	}
	.main-section-6 .item .text-2 {
		font-family: Inter;
		font-size: 11px;
		font-style: normal;
		font-weight: 500;
		line-height: 20px;
	}
	.main-section-6 .item .place {
		padding-left: 0px;
		padding-right: 0px;
	}
	.main-section-6 .item .date {
		padding-left: 0px;
		padding-right: 0px;
	}
	.main-section-7 {
		padding: 56px 8px;
		flex-direction: column;
		gap: 40px;
	}
	.main-section-7 .left-section .title-custom {
		color: var(--Text-mainBlackBg, #FFF);
		font-family: Inter;
		font-size: 40px;
		font-style: normal;
		font-weight: 600;
		line-height: 42px;
		letter-spacing: -2px;
		text-transform: uppercase;
		padding-bottom: 20px;
	}
	.main-section-7 .form-top-custom {
		flex-direction: column;
	}
	.main-section-7 .right-section .button {
		margin-top: 20px;
		width: 100%;
	}
	.main-section-7 .right-section p {
		width: 100%;
	}
	.main-section-7 .right-section .button input {
		width: 100%;
		text-align: center;
	}
	footer {
		padding-top: 40px;
	}
	footer .container-footer > .row-1 {
		flex-direction: column;
		padding-left: 8px;
		padding-right: 8px;
	}
	footer .container-footer .row-1 .left-section {
		flex-direction: column;
	}
	footer .row-1 .left-section .logo {
		border-bottom: 1px solid var(--Main-graphicElements, #3D3D3D);
		padding-bottom: 40px;
	}
	footer .row-1 .left-section .logo img {
		width: 84px;
	}
	footer .row-1 .left-section .col-1 {
		padding-top: 20px;
		padding-bottom: 20px;
		gap: 8px;
		border-left-width: 0px;
		border-bottom: 1px solid var(--Main-graphicElements, #3D3D3D);
		width: 100%;
		margin-right: 0px;
		padding-left: 0px;
	}
	footer .row-1 .link {
		padding-bottom: 0px;
	}
	footer .row-1 .right-section {
		border-left-width: 0px;
		padding: 20px 0px;
		border-bottom: 1px solid var(--Main-graphicElements, #3D3D3D);
	}
	footer .row-1 .col-1 {
		gap: 8px;
	}
	footer .container-footer > .row-2 {
		padding: 40px 8px;
		align-items: center;
	}
	footer .row-2 .contact_us_custom {
		display: none;
	}
	footer .row-2 .right-section .widget {
		margin-bottom: 0px;
	}
	footer .row-2 .right-section .widget select {
		margin-top: 0px;
	}
	footer .row-2 .right-section {
		margin-top: 0;
	}
	footer .container-footer > .row-3-bottom {
		padding-left: 8px;
		padding-right: 8px;
		gap: 70px;
	}
	footer .row-3-bottom .left-section {
		color: var(--Text-subText, #6E6E6E);
		font-family: Inter;
		font-size: 10px;
		font-style: normal;
		font-weight: 400;
		line-height: 14px;
	}
	footer .row-3-bottom .right-section span {
		color: var(--Text-subText, #6E6E6E);
		font-family: Inter;
		font-size: 10px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px;
	}
	.woocommerce img, .woocommerce-page img {
		object-fit: cover;
	}
	.product-section-1 {
		height: 375px;
	}
	.product-section-2 {
		padding: 8px 8px 40px;
		gap: 40px;
	}
	.product-section-2 h1 {
		color: var(--Main-BackgroundLight, #FFF);
		font-family: Inter;
		font-size: 56px;
		font-style: normal;
		font-weight: 600;
		line-height: 56px;
		letter-spacing: -2px;
		text-transform: uppercase;
	}
	.product-section-3 {
		padding-left: 8px;
		padding-right: 8px;
		flex-direction: column;
	}

	.product-section-3 .right-section {
		padding: 0;
		background: none;
	}
	.product-section-3 .right-section .col-2 {
		border-radius: 4px;
		background: rgba(255, 255, 255, 0.05);
		padding: 8px;
	}
	.product-section-3 .right-section .col-1 {
		border-radius: 4px;
		background: rgba(255, 255, 255, 0.05);
		padding: 0px;
		margin-bottom: 8px;
	}
	.product-section-3 #wpfBlock_5 .wfpDescription {
		display: none;
	}
	#wpfMainWrapper-2_425247 .wpfFilterWrapper {
		padding-bottom: 0px;
	}
	.product-section-3 #wpfBlock_5 {
		display: flex!important;
		padding-bottom: 0px;
	}
	.product-section-3 #wpfBlock_6 {
		display: none;
	}
	.mobile-filter-custom {
		display: flex;
		width: 50%;
		flex-shrink: 0;
		justify-content: center;
		align-items: center;
		color: var(--Button-linkWhite, #FFF);
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
		border-right: 1px solid rgba(255, 255, 255, 0.20);
		cursor: pointer;
	}
	.col-1 .wpfMainWrapper:nth-child(3) {
		display: none;
	}
	.product-section-3 .right-section .col-1 {
		display: flex;
	}
	.product-section-3 #wpfBlock_5 .wpfFilterContent {
		width: 100%;
	}
	.product-section-3 #wpfBlock_5 select {
		width: 100%;
		border-top-width: 0px;
		border-bottom-width: 0px;
		border-right-width: 0px;
		background: #1e1e1e;
		text-align: center;
		border-left-width: 0px;
		color: var(--Button-linkWhite, #FFF);
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
	}
	.product-section-3 #wpfBlock_5 select option {
		color: white;
	}
	.product-section-3 .left-section {
		padding: 8px;
		background: #1e1e1e;
		/*position: absolute;*/
		z-index: 55;
		width: 100%;
		display: none;
	}
	.product-section-3 .right-section .products .product a img {
		height: 248px;
	}
	.product-section-3 .right-section .products .product {
		width: 100%!important;
		margin-bottom: 0px!important;
	}
	.product-section-3 .right-section .products .product a h2 {
		color: var(--Text-mainBlackBg, #FFF);
		font-family: Inter;
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: 20px;
	}
	.product-section-3 .right-section .products .product .custom-price {
		color: var(--Text-mainBlackBg, #FFF);
		font-family: Inter;
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: 20px;
	}
	.product-section-3 .right-section .products {
		grid-row-gap: 40px;
	}
	.product-custom-container-2 {
		flex-direction: column-reverse;
		padding-left: 8px;
		padding-right: 8px;
		gap: 0px;
	}
	.mobile-menu-custom .menu-custom-top .menu-item-15 ul {
		display: none;
	}
	.woocommerce div.product div.images.woocommerce-product-gallery {
		padding: 8px;
		overflow: hidden;
		width: 100% !important;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	.product-custom-container-2 .swiper-button-next {
		color: #3e3e3e;
	}
	.product-custom-container-2 .swiper-button-prev {
		color: #3e3e3e;
	}
	.product-custom-container-1 {
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 20px;
		margin: auto;
		height: auto;
	}
	.breadcrumbs {
		flex-wrap: wrap;
		gap: 6px;
	}
	.product-custom-container-2 .swiper-slide {
		height: 100vw;
	}
	.product-custom-container-2 .swiper-slide img {
		height: 100%!important;
	}
	.product-custom-container-2 .left-section {
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		padding: 0px 8px 8px;
	}
	.product-custom-container-2 .entry-summary {
		width: 100%!important;
		max-width: unset;
	}
	.product-custom-container-2 .left-section .entry-title {
		color: var(--Text-mainBlackBg, #FFF);
		font-family: Inter;
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: 24px;
		letter-spacing: -1px;
		text-transform: uppercase;
		padding-bottom: 20px;
	}
	.product-custom-container-2 .left-section .description-custom-product {
		color: var(--Text-subText, #6E6E6E);
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 22px;
		padding-bottom: 20px;
	}
	.product-custom-container-2 .left-section .single_variation_wrap {
		padding-top: 0px;
	}
	.product-custom-container-2 .left-section .woocommerce-variation-add-to-cart {
		padding-top: 0px !important;
	}
	.product-custom-container-2 .left-section .single_add_to_cart_button {
		width: 185px !important;
	}
	.product-custom-container-3 {
		padding: 0px 8px 56px;
		flex-direction: column;
		gap: 0;
	}
	.woocommerce-tabs.product-custom-container-3 .panel p img {
		width: 100%;
	}
	.woocommerce-tabs.product-custom-container-3 .panel {
		color: var(--Text-mainBlackBg, #FFF);
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
	.woocommerce-tabs.product-custom-container-3 .panel h2 {
		color: var(--Text-mainBlackBg, #FFF);
		font-family: Inter;
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: 28px;
		letter-spacing: -2px;
		text-transform: uppercase;
	}
	.woocommerce-tabs.product-custom-container-3 .panel p iframe {
		margin: auto;
		margin-bottom: -4px;
		width: 100%;
		height: 480px;
	}
	.woocommerce-tabs.product-custom-container-3 .panel p {
		flex-direction: column;
		gap: 16px;
	}
	.product-custom-container-3 .tabs {
		flex-direction: row;
		width: 100%;
		gap: 0px;
		background: none;
		padding: 0px!important;
	}
	.woocommerce-tabs.product-custom-container-3 ul.tabs li a {
		color: var(--Button-linkWhite, #FFF);
		font-size: 14px;
		font-style: normal;
		font-weight: 400 !important;
		line-height: 20px;
		letter-spacing: 0px;
		width: 100%;
		height: 100%;
		display: flex!important;
		align-items: center;
		justify-content: center;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 44px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
		background: rgba(255, 255, 255, 0.05) !important;
	}
	.product-template-default .product .wt-related-products {
		padding: 56px 8px;
		height: auto;
	}
	.product-template-default .product .wt-related-products .wt-crp-heading {
		color: var(--Text-mainBlackBg, #FFF);
		font-family: Inter;
		font-size: 40px;
		font-style: normal;
		font-weight: 600;
		line-height: 42px;
		letter-spacing: -2px;
		text-transform: uppercase;
	}
	.product-template-default .product .wt-related-products .owl-item {
		margin-right: 10px !important;
	}
	.custom-posts-archive-section-2 h1 {
		color: var(--Main-BackgroundLight, #FFF);
		font-family: Inter;
		font-size: 56px;
		font-style: normal;
		font-weight: 600;
		line-height: 56px;
		letter-spacing: -2px;
		text-transform: uppercase;
		text-align: start;
	}
	.custom-posts-archive-section-2 {
		gap: 40px;
		padding: 8px 8px 40px;
	}
	.custom-posts-archive-section-3 {
		padding: 0px 8px 56px;
	}
	.custom-posts-archive-section-3 .custom-posts-archive-section-3-block {
		padding-left: 8px;
		padding-top: 0px;
		padding-right: 8px;
	}
	.custom-posts-archive-section-3-block form div span {
		display: none;
	}
	.custom-posts-archive-section-3-block form select {
		border: 0px solid rgba(255, 255, 255, 0.20);
		background: none;
		width: fit-content;
		padding-left: 0px;
		border-radius: 0;
		border-right: 1px solid rgba(255, 255, 255, 0.20);
		height: 44px;
		font-size: 14px;
	}
	.custom-posts-archive-section-3-block form {
		flex-wrap: wrap;
	}
	.custom-posts-archive-section-3-block form .dropdown-archive-filter:nth-child(3) select {
		border-right-width: 0px;
		padding-right: 0px;
	}
	.custom-posts-archive-section-3-block form .dropdown-archive-filter:nth-child(1) select {
		padding-left: 14px;
	}
	.custom-posts-archive-section-3-block form div.ml {
		margin-left: unset;
		margin-right: 0px;
		padding-top: 10px;
		padding-left: 14px;
	}
	.custom-posts-archive-section-3-block form div.ml span {
		color: var(--Text-subText, #6E6E6E);
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 14px;
		padding-bottom: 10px;
	}
	.custom-posts-archive-section-3-block form div.ml button {
		padding-top: 0px;
	}
	.custom-posts-archive-section-3 .custom-posts-archive-section-3-block ul {
		grid-template-columns: 1fr;
		grid-row-gap: 40px;
	}
	.custom-posts-archive-section-3 .custom-posts-archive-section-3-block ul li .post-thumbnail > a {
		height: 274px;
	}
	.custom-posts-archive-section-3 .custom-posts-archive-section-3-block ul li img {
		width: 100%;
	}
	.custom-posts-archive-section-3 .custom-posts-archive-section-3-block ul li {
		width: 100%;
	}
	.custom-posts-archive-section-3 .custom-posts-archive-section-3-block ul li .post-thumbnail h2 {
		line-height: 22px;
		position: unset;
		margin: 12px 0px 0px;
	}
	.custom-posts-archive-section-3 .custom-posts-archive-section-3-block ul li .post-thumbnail h2 a {
		color: var(--Button-btWhite, #FFF);
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 22px;
	}
	.custom-posts-archive-section-5 {
		padding: 56px 8px;
		flex-direction: column-reverse;
		gap: 40px;
	}
	.custom-posts-archive-section-5 .left-section {
		width: 100%;
	}
	.custom-posts-archive-section-5 .left-section img {
		width: 100%;
	}
	.custom-posts-archive-section-5 .right-section .title-custom {
		color: var(--Text-mainBlackBg, #FFF);
		font-family: Inter;
		font-size: 40px;
		font-style: normal;
		font-weight: 600;
		line-height: 42px;
		letter-spacing: -2px;
		text-transform: uppercase;
	}
	.custom-posts-archive-section-5 .right-section form {
		display: flex;
		flex-direction: column;
	}
	.custom-posts-archive-section-5 .right-section .button {
		margin-left: unset;
		margin-top: 0px;
	}
	.custom-posts-archive-section-5 .right-section .contact {
		padding-bottom: 10px;
	}
	.custom-posts-archive-section-5 .right-section .form-top-custom input {
		width: 100%;
	}
	.custom-posts-archive-section-5 .right-section .button input {
		width: 100%;
		text-align: center;
	}
	.custom-posts-archive-section-5 .right-section form p {
		width: 100%;
	}
	.custom-posts-archive-section-5 .right-section .button {
		width: 100%;
	}
	.custom-posts-archive-section-5 .right-section .social-block a {
		width: fit-content;
	}
	.custom-posts-archive-section-5 .right-section .social-block {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: fit-content;
		grid-column-gap: 90px;
	}
	.custom-posts-archive-section-4 {
		padding: 56px 8px;
		gap: 40px;
	}
	.custom-posts-archive-section-4 .col-1 {
		flex-direction: column;
		gap: 20px;
	}
	.custom-posts-archive-section-4 .col-1 .left-section {
		color: var(--Text-mainBlackBg, #FFF);
		font-family: Inter;
		font-size: 40px;
		font-style: normal;
		font-weight: 600;
		line-height: 42px;
		letter-spacing: -2px;
		text-transform: uppercase;
		width: auto;
	}
	.custom-posts-archive-section-4 .col-2 .wt-related-products .owl-item {
		margin-right: 10px !important;
	}
	.custom-post-content-section-2 h1 {
		margin-top: 40px;
		margin-bottom: 10px;
		color: var(--Text-mainBlackBg, #FFF);
		font-family: Inter;
		font-size: 40px;
		font-style: normal;
		font-weight: 600;
		line-height: 42px;
		letter-spacing: -2px;
		text-transform: uppercase;
	}
	.custom-post-content-section-2 {
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 40px;
	}
	.custom-post-content-section-2 .info {
		flex-direction: column;
		align-items: start;
		gap: 8px;
	}
	.custom-post-content-section-3 {
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 56px;
		flex-direction: column;
		gap: 0;
	}
	.custom-post-content-section-3 .tabs {
		flex-direction: row;
		width: 100%;
		gap: 0px;
		background: none;
		padding: 0px !important;
		height: 44px;
	}
	.custom-post-content-section-3 .tab {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 44px;
		border-radius: 4px 4px 0 0;
		color: var(--Button-linkWhite, #FFF);
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
	}
	.custom-post-content-section-3 .tab.active {
		background: rgba(255, 255, 255, 0.05) !important;
	}
	.custom-post-content-section-3 .tab-content {
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
	.custom-post-content-section-3 #tab1.content div p {
		color: var(--Text-mainBlackBg, #FFF);
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
	}
	.custom-post-content-section-3 #tab1.content div h2 {
		color: var(--Text-mainBlackBg, #FFF);
		font-family: Inter;
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: 28px;
		letter-spacing: -2px;
		text-transform: uppercase;
	}
	.custom-post-content-section-3 #tab1.content div p img {
		width: 100%;
	}
	.custom-post-content-section-3 #tab2.content .latest-products {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}
	.custom-post-content-section-3 #tab2.content .product-item {
		width: 100%;
	}
	.custom-post-content-section-3 #tab2.content .product-image {
		width: 100%;
		height: 360px;
	}
	.custom-post-content-section-3 #tab2.content .product-name {
		color: var(--Text-mainBlackBg, #FFF);
		font-family: Inter;
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: 20px;
	}
	.custom-post-content-section-3 #tab2.content .product-price {
		color: var(--Text-mainBlackBg, #FFF);
		font-family: Inter;
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: 20px; /* 100% */
	}
	.custom-post-content-section-3 #tab2.content .bottom-tab2 .title-custom {
		color: var(--Text-mainBlackBg, #FFF);
		font-family: Inter;
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: 28px;
		letter-spacing: -2px;
		text-transform: uppercase;
	}
	.custom-post-content-section-3 #tab2.content .bottom-tab2 p {
		color: var(--Text-mainBlackBg, #FFF);
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
	}
	.custom-post-content-section-4 {
		padding: 56px 8px;
	}
	.custom-post-content-section-4 .title-custom {
		color: var(--Text-mainBlackBg, #FFF);
		font-family: Inter;
		font-size: 40px;
		font-style: normal;
		font-weight: 600;
		line-height: 42px;
		letter-spacing: -2px;
		text-transform: uppercase;
		padding-bottom: 20px;
	}
	.custom-post-content-section-4 .swiper-container .swiper-slide {
		width: 268px !important;
	}
	.custom-post-content-section-4 .swiper-container .post-thumbnail > a {
		height: 252px;
	}
	.custom-post-content-section-4 .swiper-container .post-thumbnail h2 a {
		color: var(--Button-btWhite, #FFF);
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 22px;
	}
	.custom-post-content-section-4 .swiper-container .post-thumbnail h2 {
		line-height: 22px;
	}
	.custom-post-content-section-1 img {
		object-position: 0px 0px;
	}
	.contact-section-2 {
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 40px;
		gap: 0;
		height: auto;
	}
	.contact-section-2 h1 {
		margin-bottom: 0px;
		margin-top: 40px;
		color: var(--Main-BackgroundLight, #FFF);
		font-family: Inter;
		font-size: 56px;
		font-style: normal;
		font-weight: 600;
		line-height: 56px;
		letter-spacing: -2px;
		text-transform: uppercase;
	}
	.contact-section-3 {
		padding: 0px 8px 56px;
		flex-direction: column;
		gap: 40px;
	}
	.contact-section-3 .left-section .text {
		color: var(--Text-subText, #6E6E6E);
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 22px;
	}
	.contact-section-3 .left-section .item .text-item {
		font-size: 14px;
	}
	.contact-section-3 .left-section .item {
		font-size: 14px;
	}
	.contact-section-3 .form-top-custom {
		flex-direction: column;
	}
	.contact-section-3 .right-section .button input {
		width: 100%;
		text-align: center;
	}
	.contact-section-3 .right-section p {
		width: 100%;
	}
	.contact-section-3 .right-section .button {
		width: 100%;
		margin-top: 20px;
	}
	.artist-section-2 {
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 40px;
		gap: 40px;
		height: auto;
	}
	.artist-section-2 h1 {
		margin-top: 0px;
		margin-bottom: 0px;
		color: var(--Main-BackgroundLight, #FFF);
		text-align: start;
		font-family: Inter;
		font-size: 56px;
		font-style: normal;
		font-weight: 600;
		line-height: 56px;
		letter-spacing: -2px;
		text-transform: uppercase;
	}
	.artist-section-3 {
		flex-direction: column;
		gap: 56px;
		height: auto;
		padding-bottom: 56px;
	}
	.artist-section-3 .left-section {
		padding-left: 8px;
		padding-right: 8px;
		gap: 16px;
	}
	.artist-section-3 .right-section {
		width: 100%;
	}
	.artist-section-3 .right-section img {
		width: 100%;
	}
	.artist-section-4 {
		flex-direction: column-reverse;
		height: auto;
		padding-bottom: 56px;
		gap: 56px;
	}
	.artist-section-4 .right-section {
		gap: 16px;
		padding-left: 8px;
		padding-right: 8px;
	}
	.artist-section-4 .right-section .title-custom {
		color: var(--Text-mainBlackBg, #FFF);
		font-family: Inter;
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: 28px;
		letter-spacing: -2px;
		text-transform: uppercase;
		padding-bottom: 0px;
	}
	.artist-section-4 .left-section {
		width: 100%;
	}
	.artist-section-4 .left-section img {
		width: 100%;
	}
	.artist-section-6 {
		padding-top: 0px;
		height: 502px;
	}
	.artist-section-7 .center-section {
		max-width: unset;
		padding-bottom: 0px;
		padding-top: 0px;
		gap: 16px;
	}
	.artist-section-7 {
		height: auto;
		padding: 56px 8px;
	}
	.artist-section-8 {
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 40px;
		flex-direction: column;
		gap: 40px;
		height: auto;
	}
	.artist-section-8 .item {
		max-width: unset;
		width: 100%;
		height: auto;
		gap: 0px;
	}
	.artist-section-8 .img {
		height: 380px;
	}
	.artist-section-8 .img img {
		height: 380px;
	}
	.artist-section-8 .item .place {
		padding-left: 0px;
		padding-right: 0px;
	}
	.artist-section-8 .item .date {
		padding-left: 0px;
		padding-right: 0px;
	}
	.artist-section-9 {
		flex-direction: column;
		height: auto;
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 56px;
		gap: 40px;
	}
	.artist-section-9 .item {
		max-width: unset;
		height: auto;
		gap: 0px;
	}
	.artist-section-9 .img {
		height: auto;
	}
	.artist-section-10 {
		flex-direction: column;
		height: auto;
		gap: 10px;
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 56px;
	}
	.artist-section-10 img {
		max-width: unset;
	}
	.artist-section-11 {
		padding: 0px 8px 56px;
		gap: 40px;
	}
	.artist-section-11 .col-1 .title-custom {
		color: var(--Text-mainBlackBg, #FFF);
		font-family: Inter;
		font-size: 40px;
		font-style: normal;
		font-weight: 600;
		line-height: 42px;
		letter-spacing: -2px;
		text-transform: uppercase;
		padding-bottom: 0px;
	}
	.artist-section-11 .col-2 {
		grid-template-columns: 1fr 1fr;
	}
	.artist-section-11 .col-2 .item {
		width: 100%;
	}
	.artist-section-11 .col-2 .img {
		width: 100%;
		height: 100%;
	}
	.artist-section-11 .col-2 .info {
		color: var(--Main-BackgroundLight, #FFF);
		font-family: Inter;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 18px;
		text-transform: uppercase;
		padding-left: 10px;
		padding-bottom: 10px;
	}
}
.wpcf7-not-valid-tip {
	display: none;
}
.product-section-3 .wpfClearButton.wpfButton {
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: var(--Background-bgBlack, #121212);
	color: var(--Main-BackgroundLight, #FFF);
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	width: 49.2%;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 44px;
	min-height: unset;
}
.product-section-3 .wpfFilterButton.wpfButton {
	margin-bottom: 0px;
	padding: 0px;
	width: 49.2%;
	border-radius: 4px;
	background: var(--Text-buttonTextBlackBg, #FFF);
	height: 40px;
	min-height: unset;
	margin-top: 2px;
	color: var(--Text-mainBodyText, #1C1C1C);
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
}
.woocommerce-cart #primary-menu-desktop a {
	color: #1C1C1C;
}
.woocommerce-cart .menu-arrow path {
	fill: #1C1C1C;
}
.woocommerce-cart .custom-logo-link img {
	filter: invert(85%);
}
.woocommerce-cart .header_home_custom .widget form select {
	color: #1C1C1C;
}
.woocommerce-cart .is-menu path.search-icon-path {
	fill: #1C1C1C;
}
.woocommerce-cart .header_home_custom .account-icon path {
	fill: #1C1C1C;
}
.woocommerce-cart .header_home_custom .cart-icon path {
	fill: #1C1C1C;
}
.woocommerce-cart .cart-icon.header-cart .cart-count {
	color: #1C1C1C;
}
.woocommerce-cart .menu-right .contact_us_custom {
	border-color: #1C1C1C;
	color: #1C1C1C;
}
.woocommerce-cart header#masthead {
	margin-bottom: 0px;
}
.woocommerce-cart .is-large.wc-block-cart {
	margin: auto;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 0px;
	padding-bottom: 80px;
	/*max-width: 1440px;*/
}
.woocommerce-cart .wc-block-components-main {
	border-radius: 8px;
	background: var(--Main-BackgroundGrey, #F3F3F3);
	padding: 40px!important;
	padding-right: 40px!important;
	width: 916px!important;
	gap: 0px;
	display: flex;
	flex-direction: column;
}
.woocommerce-cart .wc-block-components-sidebar {
	border-radius: 8px;
	background: var(--Main-BackgroundGrey, #F3F3F3);
	padding: 40px;
	width: 452px!important;
	margin-left: 12px;
}
.woocommerce-cart .wc-block-components-main .entry-title {
	color: var(--Text-mainBodyText, #1C1C1C);
	font-family: Inter;
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin-bottom: 32px;
	margin-top: 0px;
}
.woocommerce-cart .wc-block-components-main .wc-block-cart-items__header th {
	padding: 0px;
	font-size: 0px;
	height: 0px;
}
.woocommerce-cart .wc-block-components-main tbody {

}
.woocommerce-cart .wc-block-components-main tbody .wc-block-cart-item__wrap {
	display: flex;
	align-items: center;
	width: 100%;
}
.woocommerce-cart .wc-block-components-main tbody .wc-block-cart-items__row td {
	padding: 0px;
	flex-shrink: 0;
}
.woocommerce-cart .wc-block-components-main tbody .wc-block-cart-items__row td.wc-block-cart-item__product {
	display: flex;
	margin-bottom: 0px;
	height: 104px;
	align-items: center;
	width: 100%;
	max-width: 630px;
}
.woocommerce-cart .wc-block-components-main tbody .wc-block-cart-items__row td div div {
	margin: 0;
}
.woocommerce-cart .wc-block-components-main tbody .wc-block-cart-items__row td div a {
	margin: 0;
	color: var(--Text-mainBodyText, #1C1C1C);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	max-width: 345px;
	padding-left: 12px;
	padding-right: 40px;
	width: 100%;
}
.woocommerce-cart .wc-block-components-main tbody .wc-block-cart-items__row .wc-block-cart-item__total {
	padding-right: 0px!important;
	margin-bottom: 0px;
	justify-content: center;
	align-items: center;
	display: flex;
	padding-left: 30px;
	margin-top: 4px;
}
.woocommerce-cart .wc-block-components-main .wc-block-cart-items td {
	border-top: 0px!important;
}
.woocommerce-cart .wc-block-components-main>p {
	display: none;
}
.woocommerce-cart .wc-block-components-main .wc-block-cart-items {
	margin-bottom: 0px;
	border-bottom: 0px!important;
	display: flex;
	flex-direction: column;
}
.woocommerce-cart .wc-block-components-main tbody tr {
	height: 104px;
	line-height: unset;
	background: var(--Background-bgWhite, #FFF);
	display: flex;
	margin-bottom: 8px;
	padding-right: 25px;
}
.woocommerce-cart .wc-block-components-main .wc-block-cart-items thead {
	display: none;
}
.woocommerce-cart .wc-block-components-main tbody .wc-block-cart-items__row td img {
	width: 88px;
	height: 104px;
	object-fit: cover;
}
.woocommerce-cart .wc-block-components-main tbody .wc-block-cart-items__row .wc-block-cart-item__prices {
	display: none;
}
.woocommerce-cart .wc-block-components-product-details.wc-block-components-product-details:last-of-type {
	margin-top: 0px;
	padding-right: 40px;
}
.woocommerce-cart .wc-block-cart-item__quantity {
	margin-top: 28px!important;
}
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block {
	border-top-width: 0px!important;
}
.woocommerce-cart .wc-block-components-totals-wrapper {
	border-top-width: 0px!important;
}
.woocommerce-cart .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
	padding-left: 0px;
	padding-right: 0px;
}
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart__totals-title {
	color: var(--Text-mainHTitle, #1C1C1C);
	font-family: Inter;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	text-transform: uppercase;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__submit-container a {
	border-radius: 8px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1C1C1C;
	font-size: 16px;
	text-decoration: none;
	border: 1px solid #1C1C1C;
}
