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

elegant 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/
*/
@font-face {
	font-family: "TTFirsNeueDemiBold";
	src: url("assets/fonts/TTFirsNeue-DemiBold.woff") format("woff");
	font-weight: 600;
}
@font-face {
	font-family: "TTFirsNeueMedium";
	src: url("assets/fonts/TTFirsNeue-Medium.woff") format("woff");
	font-weight: 500;
}
@font-face {
	font-family: "TTFirsNeueRegular";
	src: url("assets/fonts/TTFirsNeue-Regular.woff") format("woff");
	font-weight: 400;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	position: relative;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
	resize: none;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
	content: "";
	width: 5px;
	height: 10px;
	border-bottom: 2px solid #64002A;
	border-right: 2px solid #64002A;
	display: block;
	position: absolute;
	top: 1px;
	left: 5px;
	transform: rotate(45deg);
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	width: 100%;
	height: auto;
}
/* Main-syles
   ========================================================================== */
body {
	font: 18px/1.5 "TTFirsNeueRegular", sans-serif;
	font-weight: 400;
	background: #fff;
	color: #fff;
	letter-spacing: 0.17px;
	overflow-x: hidden;
}
body.overflow-hide {
	height: 100vh;
	overflow: hidden;
}
.container {
	margin: 0 auto;
	padding: 0 30px;
	max-width: 1400px;
	width: 100%;
	z-index: 1;
}
p {
	margin-block-start: 0;
	margin-block-end: 0;
}
h1 {
	font: 75px/1.08 "TTFirsNeueMedium", serif;
	margin-bottom: 40px;
	color: #fff;
	text-transform: uppercase;
	margin-block-start: 0;
	font-weight: 500;
}
h2 {
	font: 55px/1.2 "TTFirsNeueMedium", serif;
	text-transform: uppercase;
	color: #fff;
	margin-block-start: 0;
	font-weight: 500;
}
h3 {
	font: 20px/1.5 "TTFirsNeueMedium", serif;
	color: #fff;
	margin-block-start: 0;
	font-weight: 500;
}
.wrapper {
	position: relative;
	overflow: hidden;
}
/* width */
::-webkit-scrollbar {
	width: 10px;
	margin-right: 23px;
}
/* Track */
::-webkit-scrollbar-track {
	background: #ECECEC;
	border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: #64002A;
	border-radius: 10px;
	border: 3px solid #ECECEC;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #64002A;
}
/* Forms
--------------------------------------------- */
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: #37464A;
	border-color: #D8D8D8 !important;
	border-radius: 30px;
	border: 1px solid;
	padding: 16px 27px;
	width: 100%;
	position: relative;
}
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: #37464A;
	border-color: #D8D8D8 !important;
}
input[type="search" i]::-webkit-search-cancel-button {
	display: none;
}
input:-internal-autofill-selected {
	appearance: menulist-button;
	background-image: none !important;
	background-color: transparent !important;
	color: fieldtext !important;
}
.wrapper-right-menu .wp-block-search__inside-wrapper input[type="search"] {
	color: #fff !important;
	border-color: #fff !important;
}
.wrapper-right-menu .wp-block-search__inside-wrapper input[type="search"]:focus {
	color: #fff !important;
	border-color: transparent !important;
}
:focus-visible {
	outline: #91003D auto 1px !important;
}
textarea {
	margin: 0 7.5px;
	border-radius: 20px;
	height: 120px;
}
.woocommerce form .form-row textarea {
	height: 149px !important;
	line-height: 1.5;
	display: block;
	box-shadow: none;
}
.btn-whatsapp {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #91003D;
	position: fixed;
	right: 60px;
	bottom: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	cursor: pointer;
}
.btn-whatsapp img {
	width: 26.5px;
	height: 26.5px;
}
/* Header
   ========================================================================== */
.site-header {
	color: #fff;
	padding: 30px 0 35px;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;
	max-width: 100vw;
}
.site-header.hide {
	z-index: 0;
}
.site-header.product-category-header {
	background: #fff;
	color: #131313;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}
.site-header.product-category-header .wrapper-header-right .menu {
	padding-right: 22px;
}
.site-header.product-category-header .menu li a {
	color: #131313;
}
.site-header.product-category-header .menu::after {
	background: #64002A;
}
.site-header.product-category-header #block-7 {
	display: none;
}
.site-header.product-category-header .fa-shopping-cart {
	background: url(assets/images/cart-black.svg) no-repeat center;
}
.fa-shopping-cart:before {
	display: none;
}
.site-header.product-category-header .basket-item-count {
	color: #131313;
}
.wp-block-search__label {
	display: none !important;
}
#block-12 .wp-block-search__inside-wrapper .wp-block-search__input::placeholder {
	color: #131313 !important;
}
#block-12 .wp-block-search__inside-wrapper {
	max-width: max-content;
	position: relative;
}
#block-12 .wp-block-search__inside-wrapper .wp-block-search__button {
	background: url(assets/images/search-black.svg) no-repeat center;
	background-size: contain;
}
.site-header.fixed {
	background: #111111;
}
.site-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: auto;
}
.site-branding {
	margin-right: 35px;
	width: 187px;
}
.menu-holder {
	display: flex;
	align-items: center;
	width: 100%;
}
.menu-holder-wrappper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.wrapper-right-menu {
	display: flex;
	align-items: center;
}
.site-header.product-category-header .menu-toggler {
	border: 1px solid #000;
}
.site-header.product-category-header .menu-toggler::before, .site-header.product-category-header .menu-toggler::after, .site-header.product-category-header .menu-toggler span {
	background: #000;
}
.menu-toggler {
	display: none;
	border-radius: 50%;
	border: 1px solid #fff;
}
.menu-toggler::before, .menu-toggler::after, .menu-toggler span {
	content: "";
	display: block;
	width: 15px;
	height: 1px;
	border-radius: 1px;
	margin: 2px 0;
	position: relative;
	background: #fff;
	z-index: 1;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background-color 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.open-header-menu #masthead .main-navigation {
	transform: translateY(0);
}
.open-header-menu .menu-toggler::before {
	transform: rotate(45deg) translate(3px, 1px);
}
.open-header-menu .menu-toggler span {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}
.open-header-menu .menu-toggler::after {
	transform: rotate(-45deg) translate(2px, -1px);
}
#masthead .main-navigation {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	background: transparent;
}
.flex-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.menu {
	display: flex;
	align-items: center;
	padding-right: 44px;
	position: relative;
}
.menu::after {
	content: "";
	position: absolute;
	top: 5px;
	right: 22px;
	width: 1px;
	height: 18px;
	background: #fff;
}
.menu li {
	padding: 0 12px;
	transition: all 0.3s ease-in-out;
}
.menu li a {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	transition: all 0.3s ease-in-out;
	position: relative;
}
.menu li.current-menu-item a::after {
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
	background: #91003D;
	bottom: -13px;
	left: 0;
	display: block;
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
.menu li a::after {
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
	background: #91003D;
	bottom: -13px;
	left: 0;
	display: block;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.menu li a:hover::after {
	opacity: 1;
}
.wrapper-header-right {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wrapper-header-right .menu::after {
	display: none;
}
.wrapper-header-right .menu {
	padding-right: 24px;
}
.btn-search {
	width: 24px;
	height: 25px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: none;
}
.wp-block-search__input {
	padding: 17px 27px 15px;
	background: transparent;
	flex-grow: 1;
	border-radius: 38px;
	margin-left: 0;
	margin-right: 0;
	min-width: 315px;
	max-width: 315px;
	border: 1px solid #fff;
	text-decoration: unset !important;
	color: #fff;
}
.wp-block-search__input::placeholder {
	color: #fff !important;
}
.wp-block-search__inside-wrapper {
	max-width: max-content;
}
.wp-block-search {
	margin: 0 19px 0 0;
	position: relative;
}
.wp-block-search__button {
	margin-left: 0px;
	word-break: normal;
	position: absolute;
	right: 24px;
	top: 19px;
	z-index: 1;
	width: 16px;
	height: 17px;
	background: url(assets/images/search.svg) no-repeat center;
	background-size: contain;
	border: none;
}
#block-8 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dropdown-menu-mini-cart {
	position: absolute;
	top: calc(100% + 17px);
	right: 0;
	width: 342px;
	background: #fff;
	border-radius: 20px;
	padding: 30px 27px 30px 30px;
	color: #131313;
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.08);
	display: none;
}
.dropdown-menu-mini-cart.open {
	display: block;
}
.dropdown-back {
	position: relative;
}
.site-header.product-category-header .dropdown-back.open .basket-item-count {
	color: #64002A;
}
.site-header.product-category-header .dropdown-back.open .fa-shopping-cart {
	background: url(assets/images/cart-active.svg) no-repeat center;
}
.basket-item-count {
	position: absolute !important;
	left: 50%;
	transform: translateX(-50%);
	top: 15px;
	font-size: 12px;
	color: #fff;
}
.fa-shopping-cart {
	width: 38px;
	height: 37px;
	background: url(assets/images/cart.svg) no-repeat center;
	background-size: contain;
	border: none;
	display: block;
}
.dropdown-red .fa-shopping-cart {
	width: 38px;
	height: 37px;
	background: url(assets/images/cart-active.svg) no-repeat center !important;
	background-size: contain;
	border: none;
	display: block;
}
.dropdown-red .basket-item-count {
	color: #64002A !important;
}
.dropdown-menu-mini-cart p {
	margin-bottom: 0;
}
.btn {
	color: #fff;
	font-weight: 500;
	background-color: transparent;
	border-radius: 35px;
	border: 1px solid #fff;
	padding: 22px 54px 19px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	transition: all 0.3s ease-in-out;
	display: block;
	max-width: max-content;
	cursor: pointer;
}
.btn.btn-color {
	color: #fff;
	background-color: #64002A;
	border: 1px solid #64002A;
}
.btn:hover {
	color: #fff;
	background-color: #64002A;
	border: 1px solid #64002A;
}
.btn.btn-color:hover {
	color: #64002A;
	background-color: transparent;
	border: 1px solid #64002A;
}
/* Footer
   ========================================================================== */
footer {
	background: #111111;
	padding: 104px 0 0px;
}
footer .container {
	display: flex;
	justify-content: space-between;
	padding: 0 0 101px;
	width: auto;
}
.wrapper-widget {
	display: flex;
	justify-content: space-between;
	margin: 0 -20px;
}
.wrapper .col {
	max-width: max-content;
	padding: 0 0px 0px 80px;
	min-width: 136px;
}
footer .container .col:first-child {
	width: 40%;
	max-width: 506px;
	padding: 0;
}
footer .wp-block-image img {
	height: auto;
	max-width: 267px;
	vertical-align: bottom;
}
footer figure {
	margin: 0 0 35px;
}
footer .container .col .widget-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin-block-start: 0;
	margin-block-end: 17px;
}
footer .col-holder {
	display: flex;
	justify-content: flex-end;
	margin: 0 0px 0 20px;
}
footer .menu {
	display: block;
	margin-bottom: 88px;
	padding: 0;
	margin: 0;
}
footer .menu::after {
	display: none;
}
footer .menu li {
	padding: 0;
	margin: 0 0 14px;
	line-height: 1;
}
footer .menu li a {
	font-size: 18px;
	text-transform: none;
}
footer .menu li a:hover {
	color: #b6004c;
}
footer .menu li a::after {
	display: none;
}
footer .menu li.current-menu-item a::after {
	display: none;
}
footer p {
	font-size: 18px;
	line-height: 28px;
	margin-block-start: 0;
	margin-block-end: 0;
	font-weight: 400;
}
footer #block-11 {
	text-align: center;
	background: #000000;
	padding: 22px 0 27px;
}
footer #block-11 p {
	font-size: 12px;
	line-height: 22px;
}
footer p a {
	margin: 0 0 31px;
}
footer a {
	color: #fff;
	transition: all 0.3s ease-in-out;
}
footer a:hover {
	color: #b6004c;
}
footer .contact-links li {
	margin: 0 0 16px;
	padding: 0 0px 0 26px;
	position: relative;
}
footer .contact-links li::after {
	position: absolute;
	content: "";
	top: 4px;
	left: 0;
	width: 16px;
	height: 17px;
	background: url(assets/images/map-pin.svg) no-repeat left center;
	background-size: contain;
}
footer .contact-links li:nth-child(2):after {
	background: url(assets/images/phone.svg) no-repeat left center;
	background-size: contain;
}
footer .contact-links li:last-child:after {
	background: url(assets/images/mail.svg) no-repeat left center;
	background-size: contain;
}
/* Home Page
   ========================================================================== */
.banner-section {
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.banner-section::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1));
}
.banner-section::before {
	position: absolute;
	content: "";
	right: 54px;
	bottom: 0;
	width: 1143px;
	height: 400px;
	background: url(assets/images/pattern-banner.png) no-repeat left center;
	background-size: contain;
	z-index: 2;
}
.banner-section .banner-text h1 {
	max-width: 833px;
}
.banner-section .banner-text {
	width: 100%;
}
.category-section.right-text .container {
	align-items: center;
	justify-content: flex-end;
	display: flex;
}
.category-section {
	height: 100vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	align-items: center;
	background-attachment: fixed;
}
.category-section .banner-text {
	max-width: 689px;
}
.category-section::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.1));
}
.category-section.right-text::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.1));
}
.category-section h2, .category-section h3, .category-section p {
	margin-block-end: 30px;
}
.category-section h3 {
	text-transform: uppercase;
}
.info-section {
	height: 100vh;
	display: flex;
	align-items: center;
	color: #131313;
}
.info-section .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.info-section .banner-text {
	color: #131313;
	width: 40%;
	max-width: 484px;
	margin: 0 20px 0 0;
}
.info-section .banner-text p {
	margin-block-end: 30px;
}
.info-section .banner-text p:last-child {
	margin-block-end: 0px;
}
.info-section .grid-holder {
	width: 60%;
	max-width: 818px;
}
.info-section .grid-wrapper {
	margin: 0 -6px -12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.info-section .grid-wrapper li {
	width: 33.33%;
}
.info-section .grid-wrapper li:first-child {
	width: 66.67%;
}
.info-section .grid-wrapper .image-holder {
	margin: 0 6px 12px;
	height: 262px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.info-section h2 {
	color: #131313 !important;
	margin-block-end: 30px;
}
.text-red {
	color: #64002A;
}
.steps-section {
	padding: 106px 0 105px;
}
.steps-section h2, .steps-section h3 {
	color: #131313;
}
.steps-section h2 {
	margin-block-end: 22px;
}
.steps-section h3 {
	text-transform: uppercase;
	margin-block-end: 30px;
}
.steps-wrapper {
	margin: 0 -15px;
	padding: 0;
}
.steps-wrapper .slick-list {
	overflow: visible;
}
.steps-wrapper .step-item {
	padding: 0 15px;
	height: auto;
	display: flex;
	overflow: hidden;
}
.steps-wrapper .step-holder {
	min-height: 637px;
	width: 100%;
	position: relative;
	display: flex;
	align-items: flex-end;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}
.steps-wrapper .step-holder:hover .bg-holder {
	transform: scale(1.07);
}
.steps-wrapper .bg-holder {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	left: 0;
	z-index: -1;
	transition: 0.3s;
}
.steps-wrapper .step-holder::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 175px;
	height: 400px;
	background: url(assets/images/pattern-steps.png) no-repeat left center;
	background-size: contain;
}
.steps-wrapper .step-holder::after {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 335px;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
	background-size: contain;
}
.step-holder .step-info {
	padding: 32px 31px;
	position: relative;
	z-index: 2;
	width: 100%;
	transition: 0.3s ease-in-out;
}
.step-holder .step-info h3 {
	font-weight: 500;
	color: #fff;
	font-size: 35px;
	margin-block-end: 0;
	transition: 0.3s ease-in-out;
}
.step-holder .step-info p {
	margin-block-end: 0;
	margin-block-start: 14px;
	position: relative;
	display: none;
}
.step-holder .step-title .title {
	flex-grow: 1;
	text-align: right;
	transition: 0.3s;
}
.step-holder .step-title {
	display: flex;
	align-items: center;
	position: relative;
}
.step-holder .step-title .num {
	margin-right: 12px;
}
.step-holder:hover .step-title .title {
	flex-grow: 0;
}
/* Portfolio Page
   ========================================================================== */
.banner-section.small {
	padding: 209px 0 190px;
	height: auto;
}
.banner-section.small h2 {
	margin-block-end: 16px;
}
.banner-section.small .banner-text {
	max-width: 804px;
}
.banner-section.small p {
	margin-block-end: 0px;
	max-width: 638px;
}
.banner-section.small::before {
	width: 880px;
	height: 256px;
	right: 50px;
	background: url(assets/images/pattern-banner-small.png) no-repeat center;
	background-size: contain;
}
.banner-section.small::after, .banner-section.contact::after {
	background: rgba(0, 0, 0, 0.6);
}
.portfolio-section {
	height: auto;
	padding: 65px 0;
}
.portfolio-section .grid-holder {
	width: 100%;
	max-width: 100%;
}
.portfolio-section .grid-wrapper {
	margin: 0 -10px;
}
.portfolio-section .grid-wrapper .image-holder {
	margin: 0 10px 20px;
	height: 452px;
}
.info-section .grid-wrapper li:nth-child(7), .info-section .grid-wrapper li:nth-child(11) {
	width: 66.67%;
}
.show-more-list .industry-item:last-of-type {
	margin-bottom: 32px;
}
.showMoreItemsList+.button-box {
	text-align: center;
	padding: 20px 0 0;
}
.showMoreItemsList+.button-box button {
	position: relative;
	background: transparent;
	border: none;
	padding: 0 20px 0 0;
	color: #131313;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	cursor: pointer;
}
.showMoreItemsList+.button-box button::after {
	content: '';
	position: absolute;
	top: 3px;
	right: 0;
	transform: rotate(90deg);
	width: 14px;
	height: 10px;
	background: url(assets/images/arrow-next.svg) no-repeat center;
	background-size: contain;
}
.showMoreItemsList+.button-box button.original::after {
	transform: rotate(270deg);
}
/* Contact Page
   ========================================================================== */
.banner-section.contact {
	padding: 180px 0 129px;
	height: auto;
}
.banner-section.contact h2 {
	margin-block-end: 0px;
}
.banner-section.contact::before {
	display: none;
}
.contact-section {
	padding: 65px 0 64px;
}
.contact-section .banner-text {
	color: #131313;
}
.contact-section .banner-text p {
	margin: 0 0 30px;
}
.contact-section h2 {
	margin-block-end: 13px;
	color: #131313;
	text-transform: capitalize;
}
.contact-section .btn {
	min-width: 274px;
	margin-top: 30px;
	padding: 16px 54px 15px;
}
.contact-section .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.form-holder {
	width: 60%;
	border-right: 1px solid #E9E9E9;
	padding: 0 30px 0 0;
}
.form-wrapper .form-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 -7.5px;
	max-width: 723px;
}
.form-wrapper .form-row .form-field {
	width: 50%;
	padding: 0 7.5px 15px;
}
.contacts-holder {
	width: 40%;
	max-width: 582px;
	padding: 0 0px 0 30px;
}
.contacts-holder .contact-links {
	max-width: max-content;
	margin: 0 auto;
}
.contacts-holder .contact-links li {
	margin: 20px 0;
	display: flex;
	align-items: center;
}
.contacts-holder .contact-links li a {
	color: #131313;
	font-weight: 500;
}
.contact-links li .icon-holder {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #F5F5F5;
	position: relative;
	margin-right: 20px;
}
.contact-links li .icon-holder::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 32px;
	height: 32px;
	background: url(assets/images/map-pin-color.svg) no-repeat center;
	background-size: contain;
}
.contact-links li:nth-child(2) .icon-holder::before {
	background: url(assets/images/phone-color.svg) no-repeat center;
	background-size: contain;
}
.contact-links li:last-child .icon-holder::before {
	background: url(assets/images/mail-color.svg) no-repeat center;
	background-size: contain;
}
/* Category Page
   ========================================================================== */
.woocommerce-result-count {
	display: none;
}
.site-main {
	padding: 160px 0px 76px;
	max-width: 1450px;
	margin: 0 auto;
	z-index: 0;
	position: relative;
}
.site-main .container {
	display: flex;
	justify-content: space-between;
	width: auto;
}
.site-main .container .product-holder {
	margin-right: 30px;
	max-width: 1050px;
	width: 100%;
}
.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 30px;
	padding: 0 0 0 30px;
	font-size: 14px;
	color: #131313;
}
.woocommerce .woocommerce-breadcrumb a {
	color: #818181;
}
.label-new {
	background-color: #91003D;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	top: -11px;
	right: 4px;
	z-index: 2;
	width: 66px;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.label-new p {
	margin: 1px 0 0;
	line-height: 1;
}
.product .image-holder {
	/* height: 300px !important; */
	display: block;
	margin: 0 0 12px !important;
	border: 1px solid #EBEBEB;
	border-radius: 20px;
	box-shadow: none;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	min-height: 327px;
}
.product .image-holder::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 20px;
	background: #64002A;
	mix-blend-mode: multiply;
	opacity: 0;
	transition: 0.3s ease-in-out;
}
.product .image-holder span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	padding-left: 34px;
	color: #fff;
	z-index: 2;
	opacity: 0;
	transition: 0.3s ease-in-out;
}
.product .image-holder span::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 24px;
	height: 17px;
	background: url(assets/images/view.svg) no-repeat center;
	background-size: contain;
	opacity: 0;
	transition: 0.3s ease-in-out;
}
.product .image-holder:hover span::before, .product .image-holder:hover span {
	opacity: 1;
}
.product .image-holder:hover::after {
	opacity: 0.8;
}
.woocommerce ul.products li.product a img {
	margin: 0;
}
.site-main ul.products {
	margin: 0 -10px 20px;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.widget-area .wp-block-search__input {
	min-width: 305px;
	margin: 0 0 40px;
}
.widget-area .screen-reader-text {
	display: none;
}
.sidebar-holder {
	max-width: 305px;
}
ul.products li.product .woocommerce-loop-product__title, ul.products li.product h3 {
	color: #131313;
	text-transform: none;
	padding: 0 !important;
}
ul.products[class*=columns-] li.product, ul.products[class*=columns-] li.product {
	margin: 0 0 40px;
}
ul.products li.product .woocommerce-loop-product__title {
	font: 18px/28px "TTFirsNeueMedium", serif;
}
.woocommerce-result-count {
	display: none !important;
}
.woocommerce ul.products li.product .price {
	display: none;
}
.site-main ul.products li.product, .site-main ul.products li.product {
	margin: 0 0px 40px;
	width: 33.33% !important;
	position: relative;
	padding: 0;
	margin-left: 0px;
}
ul.products li.product a {
	text-decoration: none;
	margin: 0 10px;
	display: block;
}
.page-title {
	color: #131313;
	font: 55px/71px "TTFirsNeueMedium", serif;
	text-transform: none;
	padding: 0 0 0 30px;
}
.woocommerce-pagination {
	display: flex;
	justify-content: center;
	position: relative;
	text-align: center;
	max-width: 1035px;
}
.woocommerce nav.woocommerce-pagination ul {
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	padding: 0;
	clear: both;
	border: none;
	border-right: 0;
	margin: 1px;
}
.woocommerce nav.woocommerce-pagination ul li {
	border-right: none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	overflow: hidden;
}
.woocommerce nav.woocommerce-pagination ul li a {
	color: #929292;
	padding: 4px 3px 2px;
	font: 18px/18px "TTFirsNeueRegular", sans-serif;
	border-radius: 50%;
}
.woocommerce nav.woocommerce-pagination ul li span {
	color: #929292;
	padding: 6px;
	font: 18px/18px "TTFirsNeueRegular", sans-serif;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: transparent;
	color: #91003D;
	padding: 6px;
}
.page-numbers .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 45px;
	height: 45px;
	border: 1px solid #000;
	border-radius: 50%;
	color: transparent !important;
	transition: all 0.3s ease-in-out;
}
.page-numbers .next:hover {
	border: 1px solid #64002A !important;
	background: #64002A !important;
}
.page-numbers .next:hover::after {
	background: url(assets/images/arrow-next-white.svg) no-repeat center;
	background-size: contain;
}
.page-numbers .next::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	width: 17px;
	height: 12px;
	transform: translate(-50%, -50%);
	background: url(assets/images/arrow-next.svg) no-repeat center;
	background-size: contain;
}
.page-numbers .prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 45px;
	height: 45px;
	border: 1px solid #000;
	border-radius: 50%;
	color: transparent !important;
	transition: all 0.3s ease-in-out;
}
.page-numbers .prev:hover {
	border: 1px solid #64002A !important;
	background: #64002A !important;
}
.page-numbers .prev:hover::after {
	background: url(assets/images/arrow-next-white.svg) no-repeat center;
	background-size: contain;
}
.page-numbers .prev::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	width: 17px;
	height: 12px;
	transform: translate(-50%, -50%) scaleX(-1);
	background: url(assets/images/arrow-next.svg) no-repeat center;
	background-size: contain;
}
.widget-area .wp-block-search__button {
	right: 0 !important;
}
#block-20 h3 {
	margin: 0 0 16px;
	color: #131313;
}
.wc-block-product-categories-list li {
	margin: 0 0 16px;
}
.wc-block-product-categories-list li a {
	color: #131313;
	padding-left: 12px;
	position: relative;
}
.wc-block-product-categories-list li a::before {
	position: absolute;
	left: 0;
	top: 7px;
	content: "";
	width: 4px;
	height: 8px;
	background: url(assets/images/arrow-category-default.svg) no-repeat center;
	background-size: contain;
}
.woocommerce ul.products li.product .button {
	display: none;
}
.wc-block-product-categories-list li a:hover::before {
	position: absolute;
	left: 0;
	top: 7px;
	content: "";
	width: 4px;
	height: 8px;
	background: url(assets/images/arrow-category.svg) no-repeat center;
	background-size: contain;
}
.wc-block-product-categories-list li a:hover {
	color: #64002A;
}
.wc-block-product-categories-list-item-count {
	display: none;
}
#block-17 {
	color: #131313;
}
#block-17 p {
	margin-block-end: 0;
}
#block-17 h3 {
	color: #131313;
	margin-block-end: 0;
	margin: 0px 0 3px;
}
#block-17 .bapf_hascolarr {
	color: #131313;
	border-bottom: 1px solid #D4D4D4;
	padding: 15px 0;
	margin: 0;
	font-weight: 400;
	font-size: 18px;
	cursor: pointer;
}
.bapf_ckbox_sqchck input[type=checkbox] {
	appearance: none;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #D4D4D4;
	width: 19px;
	height: 19px;
	outline: 0;
	padding: 4px;
	border-radius: 4px;
	margin-right: 12px !important;
	position: relative;
}
.title-filter-opener {
	border-bottom: 1px solid #D4D4D4;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 19px;
	display: none;
}
.filter-opener {
	width: 24px;
	height: 24px;
	background: url(assets/images/filter-icon.svg) no-repeat center;
	background-size: contain;
}
.title-filter-opener h3 {
	color: #131313;
	margin-bottom: 0px;
}
.bapf_sfilter {
	margin-bottom: 0px;
}
.bapf_sfilter .bapf_body>ul {
	margin-left: 0;
	margin-top: 17px !important;
	margin-bottom: 10px !important;
}
.fa-chevron-down:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 1px;
	background: #000000;
	display: block;
	transform: translate(-15px, -1px);
}
.fa-chevron-down:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 15px;
	background: #000000;
	display: block;
	transform: translate(-8px, -8px);
}
.fa-chevron-up:before {
	content: "";
	width: 15px;
	height: 1px;
	background: #000000;
	display: block;
}
#block-17 {
	margin: 0 0 40px;
	padding: 0;
}
.bapf_sfilter .bapf_button {
	color: #fff;
	font-weight: 500;
	background-color: #64002A;
	border-radius: 35px;
	border: 1px solid #64002A;
	padding: 16px 54px 15px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	transition: all 0.3s ease-in-out;
	display: block;
	width: 100%;
	margin-top: 30px;
}
.bapf_sfilter .bapf_button:hover {
	color: #64002A;
	background-color: #fff;
	border: 1px solid #64002A;
}
/* Small cart
   ========================================================================== */
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
	list-style: none outside;
	padding: 0;
	margin: 0 0 46px;
	max-height: 350px;
	overflow: auto;
}
.widget_shopping_cart_content h3 {
	color: #131313;
	text-transform: none;
	font-size: 24px;
	margin-bottom: 23px;
}
.woocommerce ul.cart_list li .container-product-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: max-content;
	width: 100%;
}
.container-product-info .product-img {
	min-width: 63px;
	width: 63px;
	height: 63px;
	border: 1px solid #EBEBEB;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	overflow: hidden;
}
.container-product-info .product-name-attribute {
	flex-grow: 1;
}
.container-product-info .quantity {
	margin-left: 10px;
	text-align: right;
	min-width: 40px;
	font-size: 13px;
}
.woocommerce ul.cart_list li, ul.product_list_widget li {
	padding: 6px 0;
	padding-right: 30px;
}
.woocommerce-mini-cart__buttons a {
	color: #fff !important;
	background-color: #64002A !important;
	border: 1px solid #64002A !important;
	font-weight: 500;
	border-radius: 35px !important;
	padding: 22px 54px 19px !important;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	transition: all 0.3s ease-in-out;
	display: block !important;
	text-align: center;
	max-width: 100% !important;
}
.woocommerce-mini-cart__buttons a:hover {
	color: #64002A !important;
	background-color: transparent !important;
	border: 1px solid #64002A !important;
}
.woocommerce ul.cart_list li img {
	width: 100%;
	height: auto;
	margin: 0;
}
.container-product-info .product-name a {
	color: #131313;
	font-size: 13px;
	font-weight: 600;
}
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
	margin: 0;
	padding-left: 0;
	display: flex;
	align-items: center;
	border-left: none;
	color: #131313;
}
.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt {
	font-weight: 400;
	padding: 0;
}
.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
	padding: 0;
	margin-bottom: 0;
	margin: 0;
}
/* Product page
   ========================================================================== */
.product .images.woocommerce-product-gallery {
	max-width: 580px;
	min-height: 695px;
}
.product-in-cart {
	color: #64002A;
	margin-left: 24px;
	position: relative;
}
.product_cat-napkins .product-info {
	align-items: center;
}
.product-in-cart::after {
	content: "";
	width: 8px;
	height: 13px;
	border-bottom: 1px solid #64002A;
	border-right: 1px solid #64002A;
	display: block;
	position: absolute;
	top: 1px;
	right: -19px;
	transform: rotate(45deg);
}
.woocommerce-product-gallery__image a {
	width: 100%;
}
.product .product_title {
	color: #131313;
	text-transform: none;
	font: 55px/1.2 "TTFirsNeueMedium", serif;
	margin-bottom: 11px;
}
.description {
	color: #131313;
	margin: 0 0 36px;
}
.woocommerce .product p.price, .woocommerce .product span.price {
	display: none;
}
.woocommerce div.product form.cart .variations label {
	font-weight: 400;
	text-align: left;
	color: #131313;
	font-size: 18px;
}
.woocommerce div.product form.cart .variations tr {
	display: flex;
	align-items: center;
}
.reset_variations {
	display: none;
}
.woocommerce div.product form.cart .variations {
	margin-bottom: 12px;
}
.slider-single {
	margin: 0 0 51px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: auto;
	display: flex;
}
.slider-single .item-slide {
	max-height: 580px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider-nav {
	max-height: 64px;
	position: relative;
	margin: 0 auto;
	padding: 0 140px;
}
.slider-nav .slick-track {
	transform: none !important;
}
.slider-nav .item-slide {
	height: 64px;
	width: 64px;
	margin: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.slider-nav .item-slide img {
	height: 100% !important;
	width: auto !important;
}
.slider-nav .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	width: 58px;
	height: 58px;
	border: 1px solid #64002A;
	background: #fff;
	border-radius: 50%;
	color: transparent !important;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.zoom {
	display: inline-block;
	height: max-content;
	width: 100%;
}
.zoom img {
	height: 100%;
	width: 100%;
}
.zoomImg {
	width: calc(100% * 2) !important;
	height: calc(100% * 2) !important;
}
.slider-nav .slick-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	width: 58px;
	height: 58px;
	background: #fff;
	border: 1px solid #64002A;
	border-radius: 50%;
	color: transparent !important;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.slider-nav .slick-next::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	width: 17px;
	height: 12px;
	transform: translate(-50%, -50%);
	background: url(assets/images/arrow-next.svg) no-repeat center;
	background-size: contain;
}
.slider-nav .slick-prev::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	width: 17px;
	height: 12px;
	transform: translate(-50%, -50%) scaleX(-1);
	background: url(assets/images/arrow-next.svg) no-repeat center;
	background-size: contain;
	z-index: 1;
}
.product form.cart .variations td {
	max-width: 305px;
}
.screen-reader-text {
	position: relative !important;
	color: #131313;
	width: auto;
	clip-path: none;
	min-width: 94px;
	margin-right: 26px;
	font-size: 18px;
	height: auto;
}
form.cart .variations th {
	text-align: left;
	max-width: 94px;
	width: 92px;
	margin-right: 26px;
	vertical-align: middle !important;
}
.jcf-select {
	color: #131313;
	border-color: #D4D4D4 !important;
	border-radius: 27px;
	border: 1px solid;
	padding: 13px 27px 14px;
	min-width: 249px;
	position: relative;
	margin: 0 !important;
	font-size: 18px;
	cursor: pointer;
}
.jcf-select .jcf-select-text {
	font-size: 18px;
	margin-left: 0;
	cursor: pointer;
}
.jcf-select-drop .jcf-hover, .jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #313131;
}
.jcf-list .jcf-list-content {
	border-radius: 0px;
	border-bottom-left-radius: 27px;
	border-bottom-right-radius: 27px;
}
.jcf-select.jcf-drop-active {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.jcf-select.jcf-drop-active .jcf-select-opener {
	transform: scaleY(-1);
}
.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 15px 24px;
	color: #000;
	min-height: 14px;
	height: 1%;
	cursor: pointer;
}
.jcf-list {
	line-height: 18px;
	font-size: 18px;
	border-radius: 27px;
}
.jcf-list ul {
	border-radius: 27px;
}
.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #D4D4D4;
	border-radius: 0px;
	border-bottom-left-radius: 27px;
	border-bottom-right-radius: 27px;
}
.jcf-focus, .jcf-focus * {
	border-color: #D4D4D4 !important;
}
.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #fff;
	width: 55px;
	border-radius: 30px;
	bottom: 0;
	right: 0;
	top: 0;
}
.jcf-select-opener:before {
	position: absolute;
	top: 22px;
	right: 22px;
	content: "";
	min-width: 6px;
	height: 10px;
	background: url(assets/images/arrow-category.svg) no-repeat center;
	background-size: contain;
	transform: rotate(90deg);
	background-repeat: no-repeat;
}
.jcf-select-drop .jcf-hover, .jcf-list-box .jcf-selected {
	background: #EBEBEB;
	color: #000;
}
.woocommerce div.product form.cart div.quantity {
	display: flex;
	align-items: center;
	width: auto;
}
.quantity-holder {
	display: flex;
	align-items: center;
	margin: 0 0px 31px 0;
}
.product form.cart .button {
	font-weight: 500;
	color: #fff;
	background-color: #64002A;
	border: 1px solid #64002A;
	border-radius: 35px;
	padding: 16px 76px 16px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	transition: all 0.3s ease-in-out;
	display: block;
	max-width: max-content;
}
.product form.cart .button:hover {
	color: #64002A;
	background-color: #fff;
	border: 1px solid #64002A;
}
#content .product .woocommerce-tabs, .product .woocommerce-tabs {
	display: none;
}
.single-product .sidebar-holder {
	display: none;
}
.single-product .woocommerce ul.products {
	margin: 0px;
	max-width: 100% !important;
}
.single-product ul.products li.product, .single-product ul.products li.product {
	margin: 0px;
	width: 25% !important;
	position: relative;
	padding: 0;
	margin-left: 0px;
}
.single-product .product-info {
	display: flex;
	justify-content: space-between;
	margin: 0 0 128px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: none;
	width: 100%;
	margin-bottom: 0;
	margin-right: 89px;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: none;
	width: 100%;
	max-width: 728px;
	clear: none;
	margin-bottom: 0;
}
.additional-product {
	border: 1px solid #D4D4D4;
	border-radius: 38px;
	padding: 33px 41px 35px;
	margin: 0 0 37px;
}
.additional-product h3 {
	font-size: 24px;
	color: #131313;
	text-transform: uppercase;
	margin: 0 0 15px;
}
.additional-products-list {
	display: flex;
	margin: 0 -10px;
	flex-wrap: wrap;
}
.additional-products-list li {
	max-width: 165px;
	width: 25%;
}
.additional-products-list li .img-holder {
	margin: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #D4D4D4;
	border-radius: 8px;
	position: relative;
	max-height: 146px;
	height: 144px;
	overflow: hidden;
}
.additional-products-list .add-holder {
	position: absolute;
	top: 16px;
	right: 11px;
}
.additional-products-list .field-opener {
	width: 43px;
	height: 43px;
	display: block;
	border: 1px solid #fff;
	border-radius: 50%;
	background-color: #64002A;
	position: relative;
}
.additional-products-list .add-holder .quantity {
	position: absolute;
	z-index: 10;
	top: 0;
	right: -1px;
	opacity: 0;
}
.additional-products-list .add-holder .quantity.show {
	animation: slidein 0.3s linear forwards;
}
@keyframes slidein {
	0% {
		opacity: 0;
		width: 45px;
	}
	100% {
		opacity: 1;
		width: 121px
	}
}
.additional-products-list .add-holder .quantity .qty {
	width: 100%;
	text-align: center;
	color: #fff;
	border-color: #fff !important;
	border-radius: 26px;
	border: 1px solid;
	height: 44px;
	padding: 11px 27px;
	background: #64002A;
	position: relative;
}
.additional-products-list .plus-button-quantity, .additional-products-list .minus-button-quantity {
	width: 17px;
	height: 17px;
	display: block;
	position: absolute;
	left: calc(100% - 31px);
	top: 50%;
	transform: translateY(-50%);
	background: url(assets/images/plus-wt.svg) no-repeat center;
	background-size: contain;
	z-index: 1;
	cursor: pointer;
}
.additional-products-list .minus-button-quantity {
	left: 14px;
	width: 17px;
	background: url(assets/images/minus-wt.svg) no-repeat center;
}
.additional-products-list .field-opener::after {
	content: "";
	width: 17px;
	height: 17px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(assets/images/plus-wt.svg) no-repeat center;
	background-size: contain;
	z-index: 1;
	cursor: pointer;
}
.related-products-holder {
	border-top: 1px solid #D4D4D4;
	padding: 37px 0 0;
}
.related-products-holder h2 {
	color: #131313;
	margin-bottom: 37px;
	text-transform: uppercase;
	font-size: 35px;
}
.single-product ul.products {
	margin: 0 -10px 22px;
}
.woocommerce div.product {
	padding: 0 30px;
}
.share-list {
	display: flex;
	margin: 0 -4px;
}
.share-items {
	display: flex;
	align-items: center;
	color: #64002A;
	justify-content: flex-end;
}
.share-items p {
	margin-right: 12px;
	margin-bottom: 0;
}
.share-list img {
	width: 18px;
	height: 18px;
}
.share-list li a {
	width: 44px;
	height: 44px;
	background: #F5F5F5;
	border-radius: 50%;
	border: 1px solid #F5F5F5;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 4px;
	transition: 0.3s ease-in-out;
}
.share-list li a:hover {
	border: 1px solid #64002A;
}
.woocommerce .quantity .qty {
	width: 150px;
	text-align: center;
}
.wrapper-input-button {
	position: relative;
}
.plus-button-quantity, .minus-button-quantity {
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	left: calc(100% - 37px);
	top: 50%;
	transform: translateY(-50%);
	background: url(assets/images/plus.svg) no-repeat center;
	background-size: contain;
	z-index: 1;
	cursor: pointer;
}
.minus-button-quantity {
	left: 22;
	width: 15px;
	background: url(assets/images/minus.svg) no-repeat center;
}
.attributtes-sku-holder {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.attributtes-sku-holder .product_meta {
	display: block !important;
	margin: 0 0px 33px;
}
.product_meta {
	display: none;
}
.sku, .sku_wrapper {
	color: #8E8E8E;
	font-size: 14px;
}
.sku {
	margin-left: 2px;
}
.list-of-attributtes {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7px 19px;
	margin-right: 22px;
}
.list-of-attributtes li {
	margin: 0 7px 14px;
	background: #EBEBEB;
	border-radius: 20px;
	color: #91003D;
	font-size: 14px;
	padding: 7px 15px 5px;
}
.woocommerce-message::before {
	content: "\e015";
	color: #64002A;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
	color: #fff;
	background-color: #64002A;
	border: 1px solid #64002A;
	border-radius: 30px;
	transition: 0.3s ease-in-out;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover {
	color: #64002A;
	background-color: transparent;
	border: 1px solid #64002A;
	border-radius: 30px;
}
.reset_variations {
	display: none !important;
}
.woocommerce-message {
	margin: 0 0px 2em;
	border-top-color: #64002A;
	position: relative;
	background-color: #f7f6f7;
	color: #131313;
}
.woocommerce-message a {
	color: #64002A;
}
/* CART
   ========================================================================== */
.woocommerce-cart .site-main {
	padding: 239px 30px 125px;
	max-width: 1200px;
}
.woocommerce-cart .entry-title {
	color: #131313;
	font-size: 35px;
	line-height: 1.2;
	padding: 0 0 29px;
	border-bottom: 1px solid #EBEBEB;
	margin: 0 0 27.5px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	float: right;
	width: 100%;
}
.product-meta p {
	color: #131313;
}
.product-meta dl {
	margin: 0;
}
.woocommerce table.shop_table td.product-thumbnail {
	max-width: 185px;
	width: 185px;
}
.woocommerce-cart-form__cart-item {
	width: 100%;
}
.woocommerce-cart-form__cart-item td table {
	width: 100%;
}
.woocommerce-cart-form__cart-item td table tr {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.woocommerce table.shop_table .product-remove {
	margin-right: 35px;
	width: 2.5%;
}
.woocommerce table.shop_table .product-name {
	width: 60%;
}
.woocommerce table.shop_table .product-meta {
	width: 16%;
}
.woocommerce table.shop_table .product-meta dd {
	margin: 0;
}
.woocommerce table.shop_table .product-quantity {
	width: 20%;
}
.woocommerce table.shop_table {
	border: none;
	margin: 0 -1px 42.5px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 0px;
}
.woocommerce-cart-form {
	max-height: 440px;
	overflow: auto;
}
.woocommerce-page table.cart td.actions {
	display: none;
}
.woocommerce table.shop_table thead {
	display: none;
}
.woocommerce-cart-form__cart-item .screen-reader-text {
	display: none !important;
}
.wrapper-input-button {
	position: relative;
	max-width: max-content;
}
.woocommerce-cart-form__cart-item .product-name {
	color: #131313;
}
.woocommerce-cart-form__cart-item .product-name a {
	font-size: 20px;
	color: #131313;
	font-weight: 600;
}
.woocommerce-cart-form__cart-item .product-name dl {
	display: block;
	margin-block-start: 8px;
	margin-block-end: 0;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}
.woocommerce table.shop_table td {
	border-top: none;
	padding: 12.5px 0px;
	vertical-align: middle;
	line-height: 1.2;
}
.woocommerce a.remove {
	display: block;
	height: 24px;
	width: 24px;
	color: transparent !important;
	position: relative;
	transition: 0.3s ease-in-out;
}
.woocommerce a.remove::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 24px;
	height: 1px;
	border-radius: 1px;
	background: #000;
	transform: translate(0px, 12px) rotate(-45deg);
}
.woocommerce a.remove::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 24px;
	height: 1px;
	border-radius: 1px;
	background: #000;
	transform: translate(0px, 12px) rotate(45deg);
}
.woocommerce a.remove:hover {
	color: transparent;
	background: transparent;
}
.woocommerce a.remove:hover::after, .woocommerce a.remove:hover::before {
	background: #64002A;
}
.woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
	padding: 0;
	display: flex;
	justify-content: flex-end;
}
.woocommerce-cart .wc-proceed-to-checkout .btn-holder, .woocommerce-checkout .wc-proceed-to-checkout .btn-holder {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.woocommerce-cart .wc-proceed-to-checkout a.button, .woocommerce-checkout .wc-proceed-to-checkout a.button {
	color: #64002A;
	background-color: #fff;
	border: 1px solid #64002A;
}
.woocommerce-cart .wc-proceed-to-checkout a.button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.button:hover {
	color: #fff;
	background-color: #64002A;
	border: 1px solid #64002A;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	display: block;
	text-align: center;
	margin-bottom: 0;
	color: #fff;
	font-weight: 500;
	border-radius: 35px;
	background-color: #64002A;
	border: 1px solid #64002A;
	padding: 17px 54px 15px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	transition: all 0.3s ease-in-out;
	display: block;
	max-width: max-content;
	margin-left: 20px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
	color: #64002A;
	background-color: transparent;
	border: 1px solid #64002A;
}
.product-thumbnail a {
	width: 118px;
	height: 118px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #EBEBEB;
	overflow: hidden;
}
.product-thumbnail img {
	width: auto !important;
}
.woocommerce-info {
	border-top-color: #64002A;
	color: #131313;
}
.container-product-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.woocommerce-info::before {
	color: #64002A;
}
.product-name-attribute .variation, .product-name-attribute .variation dd {
	margin: 0;
	font-size: 13px;
	display: flex;
}
.woocommerce-mini-cart {
	margin-bottom: 38px;
	max-height: 305px;
	overflow-y: auto;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
	display: block;
	text-align: center;
	margin-bottom: 0;
	color: #fff;
	font-weight: 500;
	border-radius: 35px;
	background-color: #64002A;
	border: 1px solid #64002A;
	padding: 17px 54px 15px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	transition: all 0.3s ease-in-out;
	display: block;
	max-width: max-content;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
	color: #64002A;
	background-color: transparent;
	border: 1px solid #64002A;
}
.cart_totals .btn-holder {
	display: flex;
	align-items: center;
}
.cart_totals .btn-holder a.button:first-child {
	background: #fff;
	color: #64002A;
	margin-right: 20px;
}
.cart_totals .btn-holder a.button:first-child:hover {
	background: #64002A;
	color: #fff;
}
/* Checkout
   ========================================================================== */
.checkout-info-holder {
	padding: 239px 0 188px;
}
.mini-cart-holder {
	width: 43%;
}
.contact-form-holder {
	width: 57%;
}
.title-decor {
	color: #131313;
	font-size: 35px;
	line-height: 1.2;
	padding: 0 0 86px;
	position: relative;
	margin: 0;
}
.title-decor::after {
	content: "";
	position: absolute;
	bottom: 57px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #EBEBEB;
}
.checkout-info {
	display: flex;
	justify-content: space-between;
	max-width: 1166px;
}
.contact-form-holder h2 {
	text-transform: none;
}
.contact-form-holder .btn {
	margin: 26px 0 0;
	padding: 17px 54px 14px;
	float: right;
}
.contact-form-holder .jcf-select {
	color: #131313;
	border-color: #F7F7F7 !important;
	background: #F7F7F7;
	border-radius: 30px;
	border: 1px solid;
	padding: 13px 27px 14px;
	min-width: max-content;
	position: relative;
	margin: 0 !important;
	font-size: 18px;
	flex-grow: 1;
}
.contact-form-holder .jcf-select.jcf-select.jcf-drop-active {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.contact-form-holder .form-wrapper {
	margin: 0 -7.5px;
}
.contact-form-holder .form-wrapper .form-row {
	max-width: 708px;
	margin: 0 auto;
}
.contact-form-holder .form-wrapper .form-field {
	display: flex;
	max-width: 399px;
}
.contact-form-holder .jcf-select .jcf-select-opener {
	background: #F7F7F7;
}
.contact-form-holder textarea {
	height: 149px;
}
.mini-cart-summary {
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.08);
	background: #fff;
	border-radius: 17px;
	max-width: 365px;
	margin-right: 30px;
	padding: 30px;
	min-height: 380px;
}
.mini-cart-summary ul.cart_list, .mini-cart-summaryul.product_list_widget {
	list-style: none outside;
	padding: 0;
	margin: 0px;
	max-height: 305px !important;
	height: 305px;
	overflow-y: scroll;
}
.mini-cart-summary .title-holder {
	color: #131313;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 35px;
}
.mini-cart-summary .title-holder a {
	color: #64002A;
}
.mini-cart-summary h3 {
	color: #131313;
	text-transform: none;
	font-size: 24px;
	line-height: 1.2;
	margin: 0;
}
.mini-cart-summary .variation-Color, .mini-cart-summary .quantity {
	color: #131313;
	font-size: 13px;
}
.mini-cart-summary .mini_cart_item {
	padding-right: 38px;
}
.mini-cart-summary .woocommerce-mini-cart {
	max-height: 312px;
	overflow-y: auto;
	margin-bottom: 0px;
}
/* Thanks
   ========================================================================== */
.woocommerce-order-received .woocommerce .container {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #131313;
	text-align: center;
	width: auto;
}
.woocommerce-order-received .woocommerce .text-holder h2 {
	color: #64002A !important;
	margin: 0 0 17px !important;
}
.woocommerce-order-received .woocommerce .text-holder p {
	margin: 0 0 39px !important;
}
.contact-holder {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 592px;
	border: 1px solid #D8D8D8;
	padding: 16px 34px 16px 39px;
	border-radius: 38px;
}
.woocommerce-order-received .woocommerce .contact-holder p {
	margin: 0 !important;
}
.whatsapp-holder {
	display: flex;
	align-items: center;
	margin-left: 18px;
}
.whatsapp-holder a {
	color: #131313;
	transition: 0.3s;
}
.whatsapp-holder a:hover {
	color: #64002A;
}
.whatsapp-holder img {
	margin-left: 11px;
	width: 26px;
	height: 26px;
}
/* Media
   ========================================================================== */
@media (max-width:1440px) {
	.site-branding img {
		max-width: 146px !important;
		height: 41px !important;
	}
	#masthead {
		padding: 20px 0;
	}
	#masthead .main-navigation {
		width: auto;
	}
	.menu-toggler {
		position: relative;
		z-index: 100;
		width: 36px;
		height: 36px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	#masthead .main-navigation {
		position: absolute;
		top: 81px;
		left: 0;
		right: 0;
		transform: translateY(-150%);
		background-color: #fff;
		overflow-y: auto;
		overflow-x: hidden;
		height: calc(100vh - 81px);
		z-index: -1;
		padding: 40px 30px;
		display: flex;
		flex-direction: column;
		justify-content: start;
		background: #1C1C1C;
	}
	.site-header.product-category-header .menu::after {
		background: #fff;
	}
	.menu-main-menu-container {
		width: 100%;
	}
	#primary-menu {
		flex-direction: column;
		margin: 0;
		width: 100%;
	}
	.site-header.product-category-header .menu li a {
		color: #fff;
	}
	.btn-header {
		padding: 14px 50.5px 14px;
	}
	.nav-holder {
		width: 100%;
		border-top: 1px solid #C1C1C1;
		padding: 52px 0px 0;
	}
	.menu {
		display: flex;
		align-items: flex-start;
		padding: 0;
	}
	.menu::after {
		content: "";
		position: absolute;
		top: 100%;
		right: 50%;
		transform: translateX(50%);
		width: 100%;
		height: 1px;
		background: #fff;
	}
	.wrapper-header-right {
		width: 100%;
	}
	#menu-header-right {
		padding: 25px 0 0;
		flex-direction: column;
	}
	.menu li {
		padding: 0;
		margin-bottom: 23px;
	}
	#masthead .container {
		width: auto;
	}
	#block-8 {
		margin-right: 20px;
	}
	.contact-section .container {
		width: auto;
	}
	.steps-wrapper {
		padding: 0 60px 0 0;
	}
	.woocommerce-message {
		margin: 0 30px 2em;
	}
}
@media (max-width:1438px) {
	.additional-products-list li {
		max-width: 165px;
		width: 50%;
		margin: 0 0 16px;
	}
}
@media (max-width:1280px) {
	.step-holder .step-info h3 {
		font-size: 30px;
	}
	footer .wp-block-image img {
		max-width: 165px;
	}
	footer figure {
		margin: 0 0 20px;
	}
	footer p {
		font-size: 16px;
		line-height: 24px;
	}
	footer {
		padding: 60px 0 0px;
	}
	footer .container {
		flex-direction: column;
		padding: 0 30px 20px;
	}
	footer .container .col:first-child {
		width: 100%;
		max-width: 100%;
	}
	footer .col-holder .col:first-child {
		width: 33%;
		max-width: max-content;
	}
	footer .col-holder {
		width: 100%;
		margin: 0;
		justify-content: flex-start;
		padding: 40px 0 0;
	}
	footer .col-holder .col {
		padding: 0px 0 40px 80px;
	}
	footer #block-11 {
		padding: 16px 0 16px;
	}
	footer #block-11 p {
		font-size: 10px;
		line-height: 15px;
	}
	footer .contact-links li a {
		font-size: 18px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 50% !important;
	}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		margin-right: 30px;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		max-width: 550px;
	}
	.additional-products-list li .img-holder img {
		height: 100%;
		max-width: initial;
		width: auto;
	}
	.woocommerce-cart .site-main {
		padding: 118px 30px 60px;
	}
	.woocommerce table.shop_table .product-name {
		width: 50%;
	}
	.checkout-info {
		max-width: 100%;
		width: auto;
	}
}
@media (max-width:1024px) {
	.woocommerce table.shop_table .product-name {
		width: 40%;
	}
	.single-product .product-info {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		max-width: 100%;
	}
	.product .image-holder {
		min-height: 292px;
	}
}
@media (max-width:991px) {
	footer .col-holder {
		flex-direction: column;
	}
	footer .col-holder .col {
		padding: 0px 0 40px 0px;
	}
	footer .col-holder .col:first-child {
		width: 100%;
		max-width: max-content;
		padding: 0px 0 40px 0px;
	}
	.info-section {
		height: auto;
		display: block;
		padding: 60px 0;
	}
	.info-section .container {
		flex-direction: column;
		width: auto;
	}
	.info-section .banner-text {
		width: 100%;
		max-width: 100%;
	}
	.info-section .banner-text p {
		margin-block-end: 25px;
	}
	.info-section .banner-text p:last-child {
		margin-block-end: 40px;
	}
	.info-section .grid-holder {
		width: 100%;
		max-width: 100%;
	}
	.info-section .grid-wrapper .image-holder {
		margin: 0 6px 11px;
		height: 151px;
	}
	.info-section .grid-wrapper li {
		width: 50%;
	}
	.info-section .grid-wrapper li:first-child {
		width: 100%;
	}
	.info-section .grid-wrapper li:first-child .image-holder {
		height: 315px;
	}
	.steps-section {
		padding: 60px 0 60px;
		min-height: auto;
	}
	.steps-wrapper {
		margin: 0 -7px;
	}
	.steps-wrapper .step-item {
		padding: 0 7px;
		height: auto;
		display: flex;
	}
	.step-holder .step-title {
		align-items: flex-start;
	}
	.step-holder .step-title .title {
		flex-grow: 0;
		text-align: left;
	}
	.step-holder .step-info p {
		opacity: 1 !important;
		display: block !important;
		font: 16px/1.5 "TTFirsNeueRegular", sans-serif;
	}
	.steps-wrapper .step-holder {
		min-height: 443px;
	}
	.portfolio-section .grid-wrapper li:first-child {
		width: 50%;
	}
	.portfolio-section .grid-wrapper li {
		width: 50%;
	}
	.portfolio-section.grid-wrapper li .image-holder {
		height: 315px;
	}
	.portfolio-section.grid-wrapper li:nth-child(7), .info-section .grid-wrapper li:nth-child(11) {
		width: 50%;
	}
	.banner-section.small {
		padding: 149px 0 127px;
	}
	.banner-section.small p {
		max-width: 313px;
	}
	.banner-section.small::before {
		display: none;
	}
	.contact-section {
		padding: 60px 0 60px;
	}
	.contact-section .container {
		flex-direction: column;
	}
	.form-holder {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #E9E9E9;
		padding: 0 0px 60px 0;
	}
	.form-wrapper .form-row {
		max-width: 100%;
	}
	.btn.btn-color {
		width: 100%;
		max-width: 100%;
	}
	.contacts-holder {
		width: 100%;
		max-width: 100%;
		padding: 45px 0px 0 0px;
	}
	.contacts-holder .contact-links li {
		margin: 15px 0;
	}
	.contact-links li .icon-holder {
		width: 80px;
		height: 80px;
		margin-right: 15px;
	}
	.banner-section.contact {
		padding: 132.7px 0 132.7px;
	}
	.site-main {
		padding: 112px 0px 76px;
	}
	.single-product .site-main {
		padding: 112px 0px 30px;
	}
	.slider-single .item-slide {
		max-height: 100%;
	}
	.slider-nav {
		max-height: 79px;
	}
	div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		margin-right: 0px;
		margin-bottom: 60px;
	}
	.slider-nav .item-slide {
		height: 79px;
	}
	.product .images.woocommerce-product-gallery {
		max-width: 100%;
		min-height: auto;
	}
	.woocommerce-product-gallery__wrapper-thumbnails {
		margin: 0 0 60px;
	}
	.woocommerce-product-gallery__wrapper-thumbnails .woocommerce-product-gallery__image {
		min-height: 93px;
		max-width: 93px;
		padding: 10px;
	}
	.product .product_title {
		font: 45px/1.2 "TTFirsNeueMedium", serif;
		margin-bottom: 21px;
	}
	.description {
		margin: 0 0 30px;
	}
	.woocommerce ul.products li.product a img {
		height: 100%;
		width: auto;
	}
	.share-items {
		justify-content: flex-start;
	}
	.single-product .product-info {
		margin: 0 0 60px;
	}
	.list-of-attributtes {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -7px 23px;
		margin-right: 22px;
	}
	.woocommerce-cart-form {
		max-height: max-content;
		overflow: visible;
	}
	.woocommerce table.shop_table td.product-thumbnail {
		width: 150px;
	}
	.woocommerce table.shop_table .product-remove {
		margin-right: 0px;
	}
	.woocommerce table.shop_table .product-quantity {
		width: 30%;
	}
	.checkout-info-holder {
		padding: 118px 0 60px;
	}
	.title-decor {
		padding: 0 0 50px;
	}
	.title-decor::after {
		bottom: 30px;
	}
	.checkout-info {
		flex-direction: column;
	}
	.mini-cart-summary {
		max-width: 100%;
		margin-right: 0px;
		padding: 30px 20px 10px;
		padding-right: 10px;
		min-height: 380px;
	}
	.mini-cart-holder, .contact-form-holder {
		width: 100%;
	}
	.mini-cart-holder {
		margin: 0 0 40px;
	}
	.contact-form-holder .form-wrapper .form-row {
		max-width: 100%;
		width: 100%;
	}
	.contact-form-holder .form-wrapper .form-field {
		display: flex;
		max-width: 100%;
	}
	.mini-cart-summary .title-holder {
		margin: 0px 0 22px;
	}
	.mini-cart-summary h3 {
		font-size: 20px;
	}
	.mini-cart-summary .title-holder a {
		padding-right: 10px;
	}
	.mini-cart-summary .mini_cart_item {
		padding-right: 20px;
	}
	.zoom {
		height: auto;
	}
}
@media (max-width:890px) {
	.banner-section .container {
		width: auto;
	}
}
@media (max-width:768px) {
	body {
		font: 16px/1.5 "TTFirsNeueRegular", sans-serif;
	}
	h1 {
		font: 55px/1.2 "TTFirsNeueMedium", serif;
		margin-bottom: 33px;
	}
	.btn-search {
		display: block;
		margin-right: 20px;
	}
	footer #block-11 p {
		max-width: 235px;
		margin: 0 auto;
	}
	.btn-whatsapp {
		width: 60px;
		height: 60px;
		right: 16px;
		bottom: 16px;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 2;
	}
	.site-header .basket-item-count {
		top: 14px;
	}
	.banner-section::before {
		position: absolute;
		content: "";
		right: 0;
		bottom: 0;
		width: 219px;
		height: 257px;
		background: url(assets/images/pattern-banner-mob.png) no-repeat left top;
		background-size: cover;
		z-index: 2;
	}
	h2 {
		font: 45px/55px "TTFirsNeueMedium", serif;
	}
	.category-section h2 {
		margin-block-end: 20px;
	}
	.category-section .mob-small {
		font-size: 42px !important;
	}
	#block-7 {
		position: absolute;
		background-color: #111111;
		padding: 20px 30px;
		left: 0;
		right: 0;
		width: auto;
		top: 100%;
		display: none;
	}
	#block-7.active {
		display: block;
	}
	.wp-block-search__inside-wrapper {
		max-width: 100%;
		width: 100% !important;
	}
	.wp-block-search__input {
		min-width: 100%;
		max-width: 100%;
	}
	.wp-block-search {
		margin: 0;
	}
	/* .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		margin: 0 0 30px;
		width: 100%;
	} */
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font: 16px/24px "TTFirsNeueMedium", serif;
	}
	.widget-area .wp-block-search__button {
		right: 24px !important;
	}
	.site-main .container {
		display: flex;
		justify-content: space-between;
		width: auto;
		flex-direction: column-reverse;
	}
	.title-filter-opener {
		display: flex;
	}
	#block-17 {
		position: absolute;
		top: 0px;
		left: 0;
		right: 0;
		bottom: 0;
		transform: translateY(-100%);
		overflow-y: auto;
		overflow-x: hidden;
		z-index: 10;
		height: 100vh;
		padding: 0px 0 30px;
		display: flex;
		flex-direction: column;
		justify-content: start;
		background: #fff;
		display: none;
		transition: all 0.3s ease-in-out;
	}
	#block-17 h3 {
		margin: 0px;
	}
	.berocket_single_filter_widget {
		padding: 0 30px;
	}
	#block-17.open {
		transform: translateY(0%);
		display: flex;
	}
	.sidebar-holder {
		max-width: 100%;
	}
	.widget-area .wp-block-search__input {
		min-width: 100%;
		margin: 0 0 31px;
	}
	#block-12 .wp-block-search__inside-wrapper {
		max-width: 100%;
	}
	.page-title {
		font: 45px/55px "TTFirsNeueMedium", serif;
		margin-bottom: 20px;
	}
	#block-20, #block-15 {
		display: none;
	}
	.site-main .container .product-holder {
		margin-right: 0px;
		max-width: 100%;
	}
	.single-product ul.products {
		margin: 0px;
		max-width: 100%;
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: column;
	}
	#block-17.open .filter-holder {
		position: relative;
		height: max-content;
		display: flex;
		flex-direction: column;
		padding: 0 0 30px;
	}
	.berocket_single_filter_widget_111 {
		display: flex;
		flex-grow: 1;
		align-items: flex-end;
		padding: 0 30px 30px;
	}
	.bapf_sfilter {
		width: 100%;
	}
	.bapf_sfilter .bapf_button {
		width: 100%;
		margin-top: 0px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		margin: 30px 0 0;
	}
	#block-17 .title-holder {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 27px 30px 24px;
		box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
		margin: 0 0 25px;
	}
	#block-17 .title-holder .btn-close {
		width: 16px;
		height: 16px;
		position: relative;
	}
	#block-17 .title-holder .btn-close::before, #block-17 .title-holder .btn-close::after {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		width: 16px;
		height: 1px;
		border-radius: 1px;
		background: #000;
		transform: translate(0px, 8px) rotate(45deg);
	}
	#block-17 .title-holder .btn-close::after {
		transform: translate(0px, 8px) rotate(-45deg);
	}
	.step-holder .step-info {
		padding: 22px 20px;
		position: relative;
		z-index: 2;
		width: 100%;
		transition: 0.3s ease-in-out;
	}
	.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
		display: block;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: #fff;
	}
	.woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
		padding: 0;
		display: flex;
		justify-content: center;
	}
	.woocommerce-cart .wc-proceed-to-checkout .btn-holder {
		display: flex;
		align-items: center;
		flex-direction: column-reverse;
		width: 100%;
	}
	.woocommerce-cart .wc-proceed-to-checkout .btn-holder a.button:first-child {
		margin-right: 0px;
		margin-top: 20px;
		width: calc(100% - 110px);
	}
	.entry-title {
		padding: 0 0 20px;
		margin: 0 0 15px;
	}
	.woocommerce table.shop_table td {
		padding: 15px 0px;
	}
	.product-thumbnail a {
		width: 122px;
		height: 122px;
	}
	#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
		max-width: 100%;
		width: calc(100% - 110px);
		margin-left: 0px;
	}
	:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button {
		max-width: 100%;
	}
	.woocommerce table.shop_table td.product-thumbnail {
		min-width: 159px;
		width: 22%;
	}
	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
		display: flex;
		flex-direction: column;
	}
	tr.woocommerce-cart-form__cart-item {
		flex-direction: row !important;
	}
	.woocommerce-cart-form__cart-item .product-name a {
		font-size: 16px;
	}
	.woocommerce-cart-form__cart-item td:last-child {
		display: flex !important;
		flex-direction: column;
	}
	.woocommerce-cart-form__cart-item td:last-child table {
		flex-direction: column;
	}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		text-align: left !important;
		position: relative;
		width: 78%;
	}
	.woocommerce-cart-form__cart-item td table tr {
		align-items: flex-start;
		justify-content: space-between;
	}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		display: none;
	}
	.woocommerce table.shop_table .product-name {
		width: calc(100% - 35px);
		padding: 0 0 11px;
	}
	.woocommerce table.shop_table .product-meta {
		width: 100%;
		padding: 0 0 11px;
	}
	.woocommerce table.shop_table .product-quantity {
		width: 100%;
		padding: 0;
	}
	.woocommerce table.shop_table .product-remove {
		margin-right: 0px;
		position: absolute;
		right: 0;
		top: 0;
		width: 24px;
	}
	.woocommerce table.shop_table {
		margin: 0 -1px 15px 0;
	}
	.contact-form-holder textarea {
		height: 180px;
	}
	.woocommerce-order-received .woocommerce .container {
		padding: 142px 30px 60px;
		min-height: auto;
	}
	.woocommerce-order-received .woocommerce .text-holder h2 {
		margin: 0 0 20px !important;
	}
	.woocommerce-order-received .woocommerce .text-holder p {
		margin: 0 0 34px !important;
	}
	.woocommerce-order-received .woocommerce .contact-holder p {
		margin: 0 0 14px !important;
	}
	.woocommerce-order-received .woocommerce .whatsapp-holder p {
		margin: 0 !important;
	}
	.woocommerce-order-received .woocommerce .whatsapp-holder {
		margin: 0;
	}
	.contact-holder {
		flex-direction: column;
		text-align: center;
		justify-content: center;
		padding: 30px 36px;
		border-radius: 38px;
	}
	.slider-single {
		margin: 0 0 30px;
	}
	.woocommerce form .form-row textarea {
		height: 180px !important;
	}
	.product .image-holder {
		min-height: 332px;
	}
}
@media (max-width:600px) {
	.portfolio-section .grid-wrapper li:first-child {
		width: 100%;
	}
	.product .image-holder {
		min-height: auto;
	}
	.label-new {
		right: -8px;
	}
	ul.products li.product a {
		margin: 0;
	}
	.portfolio-section .grid-wrapper li {
		width: 100%;
	}
	.portfolio-section .grid-wrapper li:nth-child(7), .portfolio-section .grid-wrapper li:nth-child(11) {
		width: 100%;
	}
	.form-wrapper .form-row .form-field {
		width: 100%;
		padding: 0 0 15px;
	}
	.form-wrapper .form-row {
		flex-wrap: wrap;
		margin: 0;
	}
	.contacts-holder .contact-links {
		margin: 0;
	}
	textarea {
		margin: 0px;
		height: 180px;
	}
	.category-section::after, .category-section.right-text::after {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.1));
	}
	.woocommerce-product-gallery__wrapper-thumbnails .next-image, .woocommerce-product-gallery__wrapper-thumbnails .previous-image {
		display: none;
	}
	.woocommerce div.product form.cart .variations tr {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}
	.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
		margin: 0 0 10px;
		max-width: 100%;
		width: 100%;
	}
	.jcf-select {
		min-width: 249px;
		width: 249px;
	}
	.woocommerce div.product form.cart div.quantity {
		flex-direction: column;
		align-items: flex-start;
	}
	.screen-reader-text {
		margin-right: 0;
		margin-bottom: 16px;
	}
	.woocommerce div.product form.cart .variations {
		margin-bottom: 20px;
	}
	.product form.cart .button {
		max-width: 100%;
		width: 100%;
	}
	.additional-products-list li {
		max-width: 100%;
		width: 50%;
	}
	.additional-products-list li .img-holder {
		margin: 0 3px 15px;
		max-height: initial;
	}
	.additional-products-list {
		margin: 0 -6px;
	}
	.additional-product {
		border: 1px solid #D4D4D4;
		border-radius: 20px;
		padding: 40px 11px 7px;
		margin: 0 0 40px;
	}
	.additional-product h3 {
		text-align: center;
	}
	.share-items {
		display: flex;
		align-items: flex-start;
		color: #64002A;
		flex-direction: column;
		justify-content: flex-start;
	}
	.share-items p {
		margin-right: 0px;
		margin-bottom: 15px;
	}
	.related-products-holder {
		padding: 60px 0 0;
	}
	.related-products-holder h2 {
		margin-bottom: 30px;
		font-size: 25px;
		line-height: 35px;
	}
	.woocommerce-product-gallery__wrapper-thumbnails {
		margin: 0 -20px 60px;
	}
	.slider-nav {
		padding: 0px 66px;
	}
	.quantity-holder {
		align-items: flex-end;
	}
	.product-in-cart {
		margin-bottom: 14px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 100% !important;
	}
	.site-main ul.products {
		margin: 0px 0px 20px;
		max-width: 100%;
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: column;
	}
}
@media (max-width:480px) {
	.category-section.table {
		background-position: 31% center;
	}
	.category-section.napkins {
		background-position: 72% center;
	}
	.category-section.chair {
		background-position: 77% center;
	}
	.category-section.tuxedo {
		background-position: 29% center;
	}
	.dropdown-menu-mini-cart {
		position: fixed;
		top: 75px;
		right: 50%;
		transform: translateX(50%);
		width: calc(100% - 60px);
	}
	.slider-nav {
		padding: 0px;
	}
}
@media (max-width:360px) {
	h1 {
		font: 48px/1.2 "TTFirsNeueMedium", serif;
		margin-bottom: 33px;
	}
	.dropdown-menu-mini-cart {
		padding: 30px 15px 30px 15px;
		width: calc(100% - 30px);
	}
	.additional-products-list .img-holder .btn-holder a {
		padding-left: 19px;
	}
	.additional-products-list .img-holder .btn-holder a {
		margin: 0 7px;
	}
	.additional-products-list .img-holder .btn-holder a::after {
		width: 14px;
	}
	.additional-products-list li .btn-holder a.view::after {
		width: 16px;
	}
	.product form.cart .button {
		padding: 16px 43px 16px;
	}
	tr.woocommerce-cart-form__cart-item {
		flex-direction: column !important;
	}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		width: 100%;
	}
	.mini-cart-summary h3 {
		font-size: 20px;
		max-width: 100px;
	}
	.mini-cart-summary .mini_cart_item {
		padding-right: 12px;
	}
	.product-in-cart {
		font-size: 14px;
		margin-left: 6px;
	}
	.product-in-cart::after {
		content: "";
		width: 6px;
		height: 10px;
		border-bottom: 1px solid #64002A;
		border-right: 1px solid #64002A;
		display: block;
		position: absolute;
		top: 1px;
		right: -15px;
		transform: rotate(45deg);
	}
	.additional-products-list .add-holder {
		right: 5px;
	}
	.additional-products-list li .img-holder img {
		height: initial;
		max-width: 100%;
		width: auto;
	}
	@keyframes slidein {
		0% {
			opacity: 0;
			width: 45px;
		}
		100% {
			opacity: 1;
			width: 105px;
		}
	}
}