@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
	font-optical-sizing: auto;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, ul, ol, li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
    font-size: 100%;
    font-weight: 400;
	vertical-align:top;
	background:transparent;
	list-style:none;
}
body {
    font-family: 'Manrope', sans-serif;
	font-weight: 400;
	font-size: 16px;
    background-color: #FDFDFD;
	color: #000000;
	padding: 0;
	margin: 0;
	text-size-adjust: none ;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
    line-height: normal;
}
body.locked {
	overflow: hidden;
}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	display: block;
	max-width:100%;
}
textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
    outline: none;
}
textarea {
	resize: none;
	height: 100px;
}
input:focus, textarea:focus, select:focus{
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
*:focus {
    outline: none;
}
a {
	color: #000000;
	text-decoration: none;
	transition: all 0.3s ease !important;
	-webkit-transition: all 0.3s ease !important;
	-moz-transition: all 0.3s ease !important;
    display: inline-block;
}
a:hover {
	color: #989898;
}
h1, .h1, .h1 * {
	font-size: 88px;
	font-weight: 700;
	line-height: 90px;
}
h2, .h2, .h2 * {
	font-size: 40px;
	font-weight: 700;
	line-height: normal;
}
h3, .h3, .h3 * {
	font-size: 32px;
	line-height: normal;
	font-weight: 500;
}
h4, .h4, .h4 * {
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
}
h5, .h5, .h5 * {
	font-size: 20px;
	line-height: 30px;
}
h6, .h6, .h6 * {
	font-size: 18px;
	line-height: normal;
}
p {
	margin-bottom: 16px;
	line-height: 25px;
}
p:last-child {
    margin-bottom: 0;
}
#wrapper {
	overflow-x: hidden;
}
.container {
    max-width: 1400px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 20px;
    position: relative;
}
.small-container {
	max-width: 900px;
	margin-left: auto !important;
    margin-right: auto !important;
}

.bold, b, strong {
	font-weight: 700;
}
.font-semibold, .font-semibold * {
	font-weight: 600;
}
.font-medium, .font-medium * {
	font-weight: 500;
}
.font-20, .font-20 * {
	font-size: 20px;
}
.font-14, .font-14 * {
	font-size: 14px;
}

.letter-spacing, .letter-spacing * {
	letter-spacing: 0.0375rem; ;
}

.text-uppercase, .text-uppercase * {
	text-transform: uppercase;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-white, .text-white * {
	color: #ffffff;
}

.img-full * {
	width: 100%;
}
.d-none {
	display: none;
}
.d-block {
	display: block;
}
.d-flex {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.justify-between {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.justify-center {
	-webkit-justify-content: center;
	justify-content: center;
}
.align-center {
	-webkit-align-items: center;
	align-items: center;
}
.row-reverse {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.header-padding {
	padding-top: 142px;
}
.first-section {
	padding-top: 280px;
}
.top-section {
	padding-top: 164px;
}

.width-full {
	width: 100%;
}
.s-pd {
	padding: 144px 0;
}
.s-pt {
	padding-top: 144px;
}
.s-pb {
	padding-bottom: 144px;
}
.py-64 {
	padding: 64px 0;
}
.pt-64 {
	padding-top: 64px;
}
.pb-64 {
	padding-bottom: 64px;
}
.s-pd-half {
	padding: 48px 0;
}
.s-pt-half {
	padding-top: 48px;
}
.s-pb-half {
	padding-bottom: 48px;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-32 {
	margin-bottom: 32px !important;
}
.my-24 {
	margin-top: 24px !important;
	margin-bottom: 24px !important;
}
.pb-24, .py-24 {
	padding-bottom: 24px !important;
}
.pt-24, .py-24 {
	padding-top: 24px !important;
}
.mb-24 {
	margin-bottom: 24px !important;
}
.mt-24 {
	margin-top: 24px !important;
}
.mt-16 {
	margin-top: 16px !important;
}
.mb-16 {
	margin-bottom: 16px !important;
}
.mb-8 {
	margin-bottom: 8px !important;
}
.mb-4 {
	margin-bottom: 4px !important;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.ml-auto {
	margin-left: auto;
}
.z-index-1 {
	position: relative;
	z-index: 1;
}
.z-index-2 {
	position: relative;
	z-index: 2;
}
.z-index-3 {
	position: relative;
	z-index: 3;
}

.rounded-24, .rounded-img-24 img {
	border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
}
body .mb-0 {
	margin-bottom: 0 !important;
}
.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, 
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner {
	padding-top: 0 !important;
}
main .wpb_button, main .wpb_content_element, main ul.wpb_thumbnails-fluid > li {
	margin-bottom: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0px 40rem #ffff inset;
}

.zoom-instagram-widget__item .zoom-instagram-widget__item-inner-wrap {
	border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
}
.instagram-section .zoom-instagram .zoom-instagram-widget__header .zoom-instagram-widget__header-user {
	opacity: 1 !important;
}
.instagram-section .zoom-instagram-widget__header-user a {
	font-size: 20px;
	font-family: 'Manrope', sans-serif;
	line-height: 30px;
	font-weight: 400;
	text-decoration: underline !important;
}
.instagram-section .zoom-instagram-link, .instagram-section .zoom-instagram-widget__items .zoom-instagram-widget__item .zoom-instagram-link {
	width: 100% !important;
	border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
}

.menu-btn {
    position: relative;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in;
    cursor: pointer;
    z-index: 8;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
	align-items: center;
    margin: 0;
    color: #ffffff;
    width: 205px;
}

.menu-line {
	width: 24px;
	margin-right: 8px;
    display: block;
    position: relative;
    height: 8px;
}
.menu-line::before,
.menu-line::after {
    width: 24px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: absolute;
    left:0;
    transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.menu-line::before, .menu-line::after {
    content: "";
    display: block;
}
.menu-line::before {
    top: 0px;
}
.menu-line::after {
    bottom: 0px;
}
.menu-btn.active .menu-line::before {
    transform: rotate(45deg);
  	top: 3px;
}
.menu-btn.active .menu-line::after {
    transform: rotate(-45deg);
  	bottom: 3px;
}

.btn.vc_btn3-container {
	margin-bottom: 0;
}
.event-none {
	pointer-events: none !important;
}

.slick-arrow {
	width: 52px;
	height: 52px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	font-size: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	background-color: #ffffff;
	border: none !important;
	box-shadow: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.slick-arrow.slick-prev {
	left: -24px;
}
.slick-arrow.slick-next {
	right: 24px;
}
.slick-arrow:hover {
	background-color: #000000;
}
.slick-arrow::before {
	content: "";
	position: absolute;
	height: 20px;
	width: 20px;
	background-size: 20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.slick-arrow.slick-prev::before {
	background-image: url(../images/arrow-left.svg);
}
.slick-arrow.slick-next::before {
	background-image: url(../images/arrow-right.svg);
}
.slick-arrow:hover::before {
	-webkit-filter: invert(100%);
  	filter: invert(100%);
}

.slick-dots {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
	align-items: center;
	margin: 0 -6px;
}
.slick-dots li button {
	padding: 0;
	font-size: 0;
	width: 32px;
	height: 3px;
	background-color: #000000;
	opacity: .2;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 0 6px;
    box-shadow: none;
    border: none;
    display: block;
    cursor: pointer;
}
.slick-dots li.slick-active button {
	opacity: 1;
}

.btn button, .button, .btn a,
.wpcf7-form .btn {
	padding: 13px 48px 13px 24px !important;
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	border-radius: 50px !important;
	font-size: 16px !important;
	line-height: normal !important;
	border: 1px solid !important;
	display: inline-block !important;
	cursor: pointer !important;
	font-weight: normal !important;
	transition: all 0.3s ease !important;
	-webkit-transition: all 0.3s ease !important;
	-moz-transition: all 0.3s ease !important;
	font-family: 'Manrope', sans-serif;
	position: relative !important;
	text-transform: uppercase !important;
	background-image: none !important;
}
.btn button::before, .button::before, .btn a::before,
.wpcf7-form .btn::before {
	content: "";
	display: block !important;
	position: absolute;
	right: 8px;
	width: 32px;
	height: 32px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 32px;
}
.btn.primary button, .button.primary, .btn.primary a,
.wpcf7-form .btn.primary {
	color: #000000 !important;
	background-color: transparent !important;
	border-color: #000000 !important;
}
.btn.primary button:hover, .button.primary:hover, .btn.primary a:hover,
.wpcf7-form .btn.primary:hover {
	color: #ffffff !important;
	background-color: #000000 !important;
}
.btn.primary button::before, .button.primary::before, .btn.primary a::before,
.wpcf7-form .btn.primary::before {
	background-image: url(../images/btn-black-arrow.svg);
}
.btn.secondary button, .button.secondary, .btn.secondary a,
.wpcf7-form .btn.secondary {
	color: #ffffff !important;
	background-color: transparent !important;
	border-color: #ffffff !important;
}
.btn.secondary button:hover, .button.secondary:hover, .btn.secondary a:hover,
.wpcf7-form .btn.secondary:hover {
	color: #000000 !important;
	background-color: #ffffff !important;
}
.btn.secondary button::before, .button.secondary::before, .btn.secondary a::before,
.wpcf7-form .btn.secondary::before {
	background-image: url(../images/btn-white-arrow.svg);
}
.btn button:hover::before, .button:hover::before, .btn a:hover::before,
.wpcf7-form .btn:hover::before {
	right: 4px;
}
/*.btn.primary button:hover::before, .button.primary:hover::before, .btn.primary a:hover::before,
.wpcf7-form .btn.primary:hover::before {
	background-image: url(../images/btn-white-arrow.svg);
}

.btn.secondary button:hover::before, .button.secondary:hover::before, .btn.secondary a:hover::before,
.wpcf7-form .btn.secondary:hover::before {
	background-image: url(../images/btn-black-arrow.svg);
}*/

.configurator-add-to-cart.button.primary::before {
	background-image: url(../images/shop.svg);
}

.wpcf7-form input.btn {
	padding: 13px 24px !important;
}

.arrow-link {
	position: relative;
	display: inline-block;
	padding-right: 40px;
	line-height: normal;
	font-size: 16px;
	text-transform: uppercase;
	color: #000000;
}
.arrow-link::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	width: 32px;
	height: 32px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 32px;
	background-image: url(../images/btn-black-arrow.svg);
}
.arrow-link:hover, .back-link:hover {
	color: #000000;
}
.arrow-link:hover::after {
	right: -4px;
}

.back-link {
	position: relative;
	display: inline-block;
	padding-left: 24px;
	line-height: normal;
	font-size: 16px;
	text-transform: uppercase;
	color: #000000;
}
.back-link::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 16px;
	height: 16px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
	background-image: url(../images/back-arrow.svg);
}
.back-link:hover::after {
	left: -4px;
}
.input-text, .text-field {
	border: none;
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 16px 0;
	line-height: normal;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	width: 100%;
	text-align: left;
	font-family: 'Manrope', sans-serif;
	font-size: 20px;
	color: #000000;
	background-color: transparent;
}
.woocommerce-form a {
	text-transform: uppercase;
	color: #000000;
}
.woocommerce-form a:hover {
	color: #989898;
}

select {
	padding: 13px 48px 13px 24px;
	text-transform: uppercase;
	color: #000000;
	position: relative;
	background-color: transparent;
	border: 1px solid #000000;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	line-height: normal;
	-webkit-appearance: none;
	appearance: none;
	font-size: 16px;
	cursor: pointer;
}
.custom-select {
	position: relative;
	margin: 16px 0 0 0;
}
.custom-select::before {
	content: "";
	position: absolute;
	top: 8px;
	right: 8px;
	width: 32px;
	height: 32px;
	background-size: 32px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/select-arrow.svg);
}
.filter-wrapper .custom-select {
	float: right;
}

.accordion {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.accordion .accordion-item {
	padding-bottom: 24px;
	border-bottom: 1px solid #CCCCCD;
	margin-bottom: 24px;
}
.accordion .accordion-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.accordion .accordion-item .accordion-title {
	padding-right: 48px;
	position: relative;
	cursor: pointer;
}
.accordion .accordion-item .accordion-title .icon {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
}
.accordion .accordion-item .accordion-title .icon::before,
.accordion .accordion-item .accordion-title .icon::after {
	content: "";
	background-color: #010204;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.accordion .accordion-item .accordion-title .icon::before {
	width: 2px;
	height: 16px;
}
.accordion .accordion-item .accordion-title .icon::after {
	width: 16px;
	height: 2px;
}
.accordion .accordion-item.active .accordion-title .icon::before {
	height: 0;
}
.accordion .accordion-item .accordion-title h5 {
	max-width: 770px;
	font-weight: 600;
}
.accordion .accordion-item .accordion-content {
	padding-right: 48px;
	margin-top: 16px;
}
.accordion .accordion-item .accordion-content p {
	line-height: 24px;
}
.accordion .accordion-item .accordion-content .content {
	max-width: 650px;
}

.paginations, .woocommerce-pagination .page-numbers {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
	justify-content: center;
    -webkit-align-items: center;
	align-items: center;
}
.woocommerce-pagination > .page-numbers {
	margin: 48px 0 0 0 !important;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
	border: none;
}
.paginations .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers {
	width: 48px;
	height: 48px;
	font-size: 16px;
	font-weight: 400;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
	justify-content: center;
    -webkit-align-items: center;
	align-items: center;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #F5F5F5;
    margin: 4px;
    color: #000000;
    text-transform: uppercase;
}
.paginations .page-numbers.current, .woocommerce-pagination .page-numbers li .page-numbers.current, .woocommerce-pagination .page-numbers li .page-numbers:hover {
	color: #ffffff;
	background-color: #000000;
}
.paginations .page-numbers.prev, .paginations .page-numbers.next {
	width: auto;
	height: auto;
	background-color: transparent;
	color: #000000;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.paginations .page-numbers.prev:hover, .paginations .page-numbers.next:hover {
	color: #989898;
}

.custom-tab-section {
	max-width: 432px;
	margin: 0 auto;
}
.custom-tab-section .custom-tab-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 -40px;
}
.custom-tab-section .custom-tab-list .tab-item {
	margin: 0 40px;
}
.custom-tab-section .custom-tab-list .tab-item a {
	display: block;
	text-align: center;
	background-color: transparent !important;
	position: relative;
	font-size: 20px;
	border: none !important;
	text-transform: uppercase;
	color: #989898;
	font-weight: 600;
}
.custom-tab-section .custom-tab-list .tab-item.active a, .custom-tab-section .custom-tab-list .tab-item a:hover {
	color: #000000;
}
.custom-tab-section .tab-content {
	padding-top: 64px;
}

.fkcart-primary-button, #fkcart-checkout-button, #bulk-add-to-cart, .single-add-to-cart, .woocommerce-cart .cart-collaterals .cart_totals .checkout-button, .woocommerce div.product form.cart .button {
	padding: 13px 48px 13px 24px !important;
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	border-radius: 50px !important;
	font-size: 16px !important;
	line-height: normal !important;
	border: 1px solid !important;
	display: block !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	-webkit-transition: all 0.3s ease !important;
	-moz-transition: all 0.3s ease !important;
	font-family: 'Manrope', sans-serif;
	position: relative !important;
	text-transform: uppercase !important;
	background-image: none !important;
	color: #000000 !important;
	background-color: transparent !important;
	border-color: #000000 !important;
	width: 100%;
	text-align: left !important;
}
.fkcart-primary-button::before, #fkcart-checkout-button::before, #bulk-add-to-cart::before, .single-add-to-cart::before, .woocommerce-cart .cart-collaterals .cart_totals .checkout-button::before, .woocommerce div.product form.cart .button::before {
	content: "";
	display: block !important;
	position: absolute;
	right: 8px;
	width: 32px;
	height: 32px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 32px;
	background-image: url(../images/shop.svg);
}
.fkcart-primary-button:hover, #fkcart-checkout-button:hover, #bulk-add-to-cart:hover, .single-add-to-cart:hover, .woocommerce-cart .cart-collaterals .cart_totals .checkout-button:hover, .woocommerce div.product form.cart .button:hover {
	color: #ffffff !important;
	background-color: #000000 !important;
}
.fkcart-primary-button:hover::before, #fkcart-checkout-button:hover::before, #bulk-add-to-cart:hover::before, .single-add-to-cart:hover::before, .woocommerce-cart .cart-collaterals .cart_totals .checkout-button:hover::before, .woocommerce div.product form.cart .button:hover::before {
	right: 4px;
}
#bulk-add-to-cart, .single-add-to-cart, .woocommerce-cart .cart-collaterals .cart_totals .checkout-button, .woocommerce div.product form.cart .button {
	display: inline-block !important;
	width: auto !important;
}
#fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button:hover .fkcart-checkout--text {
	color: #ffffff !important;
}
#fkcart-modal .fkcart-quantity-selector {
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	border-radius: 50px !important;
	box-shadow: none !important;
	border: 1px solid #CCCCCC;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-line-item {
	margin-top: 24px !important;
	position: unset !important;
}
#fkcart-modal .fkcart-quantity-selector .fkcart-quantity__input {
	box-shadow: none !important;
	min-height: 32px !important;
	height: 32px !important;
	max-height: 32px !important;
	min-width: 24px !important;
	width: auto !important;
	max-width: 32px !important;
}
#fkcart-modal .fkcart-item-wrap {
	padding: 0 40px;
}
#fkcart-modal .fkcart-preview-ui .fkcart-slider-header {
	border-bottom: none !important;
}
#fkcart-modal .fkcart-preview-ui .fkcart-slider-heading {
	padding: 40px 40px 0 40px !important;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item {
	padding: 40px 0 !important;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	margin-bottom: 0 !important;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item:last-child {
	border-bottom: none;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-misc {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding-bottom: 2px;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-remove-item {
	right: 0;
	left: auto !important;
	width: 24px !important;
	height: 24px !important;
	font-size: 24px !important;
	top: 40px !important;
	background-color: transparent !important;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-remove-item svg {
	width: 20px !important;
	height: 20px !important;
}
#fkcart-modal .fkcart-slider-body .fkcart-item-wrap .fkcart--item {
	gap: 32px !important;
}
/*#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-image-wrapper {
	width: 84px !important;
	height: 133px !important;
}*/
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-image-wrapper::before {
	display: none !important;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-image-wrapper img {
	border: none !important;
	margin: 0 auto;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-info {
	word-break: break-word;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	gap: 0 !important;
}
#fkcart-modal .fkcart-preview-ui .fkcart-slider-footer {
	padding: 40px !important;
	border: none !important;
}
#fkcart-modal .fkcart-panel {
	padding: 0 !important;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-price {
	font-size: 16px !important;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-title {
	font-size: 20px !important;
	line-height: 30px !important;
	color: #000000 !important;
	text-transform: uppercase;
}
#fkcart-modal .fkcart-zero-state {
	padding: 40px !important;
}
#fkcart-modal .fkcart-preview-ui .fkcart-slider-heading .fkcart-modal-close {
	width: 48px !important;
	height: 48px !important;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/cart-close.svg);
}
.fkcart-modal-close svg {
	display: none !important;
}
.wt_frontend_wishlist_table th {
	text-align: left;
}
table, table tr, table th, table td {
	margin: 0;
	border-collapse: collapse;
}
table th {
	background-color: #F5F5F5;
	font-weight: 700;
}
table td {
	border-top: 1px solid #C4C4C4;
}
table th, table td {
	padding: 8px;
}
table th:last-child, table td:last-child {
	text-align: right;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-meta-content .fkcart-attr-wrap .fkcart-attr-key {
	display: none;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-meta-content .fkcart-attr-wrap .fkcart-attr-value {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-meta-content .fkcart-attr-wrap .fkcart-attr-value .simple {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    line-height: 25px;
    color: #989898;
    position: relative;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-meta-content .fkcart-attr-wrap .fkcart-attr-value .simple + .simple {
	padding-left: 12px;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-meta-content .fkcart-attr-wrap .fkcart-attr-value .simple + .simple::before {
	content: "|";
	position: absolute;
	left: 5px;
	top: -3px;
	width: 12px;
	height: 100%;
	color: #989898;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-meta-content .fkcart-attr-wrap .fkcart-attr-value .simple .semicol {
	display: none;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-meta-content .fkcart-attr-wrap .fkcart-attr-value .simple strong {
	display: none;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-meta-content .fkcart-attr-wrap .fkcart-attr-value .simple .choice-thumb {
	display: none;
}
#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-meta-content .fkcart-attr-wrap .fkcart-attr-value .mkl-pc-edit-link--container .mkl-pc--edit-configuration {
	display: none;
}
.woocommerce table.shop_table {
	border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-color: #C4C4C4 !important;
}

.wishlist-page h4 {
	text-align: center;
	margin-bottom: 24px;
}
.wishlist-page form {
	overflow-x: auto;
}
.wishlist-page form .wt_frontend_wishlist_table {
	min-width: 800px;
}
.remove_wishlist_single, .woocommerce a.remove, .woocommerce a.remove:hover, .preview_img .close-preview {
	display: block !important;
	width: 30px !important;
  	height: 30px !important;
  	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/close-black.svg);
	background-color: transparent !important;
	font-size: 0 !important;
}
.remove_wishlist_single img {
	display: none !important;
}
.preview_img img {
	max-width: 330px;
}
.preview_img .close-preview {
	height: 56px !important;
	width: 56px !important;
}
.preview_img .close-preview::before, .preview_img .close-preview::after {
	display: none !important;
}
.woocommerce-cart table.cart td.actions .coupon {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 160px !important;
	border: none;
	border-bottom: 1px solid #989898;
	padding: 0 0 8px 0;
}
.woocommerce-cart table.cart td.actions .button, .return-to-shop .button, .woocommerce #review_form #respond .submit {
	padding: 13px 24px !important;
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	border-radius: 50px !important;
	font-size: 16px !important;
	line-height: normal !important;
	border: 1px solid !important;
	display: inline-block; !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	-webkit-transition: all 0.3s ease !important;
	-moz-transition: all 0.3s ease !important;
	font-family: 'Manrope', sans-serif;
	position: relative !important;
	text-transform: uppercase !important;
	background-image: none !important;
	color: #000000 !important;
	background-color: transparent !important;
	border-color: #000000 !important;
	text-align: left !important;
}
.woocommerce-cart table.cart td.actions .button:hover, .return-to-shop .button:hover, .woocommerce #review_form #respond .submit:hover {
	color: #ffffff !important;
	background-color: #000000 !important;
}
.woocommerce-cart table.cart td.actions .button:disabled, .return-to-shop .button:disabled {
	pointer-events: none !important;
}

.woocommerce-cart .cart-collaterals .cart_totals {
	margin-top: 48px;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
	font-size: 24px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.wc-empty-cart-message {
	margin-bottom: 24px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border: none !important;
	margin: 16px 0 !important;
	padding: 8px 16px 8px 48px;
}
.woocommerce-error {
	background-color: #b81c23;
	color: #ffffff;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
	top: 10px;
	left: 16px;
}
.woocommerce-error::before {
	color: #ffffff;
}

.woocommerce-MyAccount-content #awp-phone-bar, .woocommerce-MyAccount-content #awp-prefs-wrap, .woocommerce-MyAccount-content .edit-account hr, .woocommerce-MyAccount-content .edit-account hr + h3, .woocommerce-MyAccount-content .edit-account hr + h3 + .form-row-first {
	display: none !important;
}

.form-list {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.form-list li {
	margin-top: 24px;
	width: 100%;
	position: relative;
}
.form-list li.half {
	width: calc(50% - 16px);
}
.form-list li label {
	font-size: 1rem;
	color: #777777;
	margin-bottom: 8px;
	display: block;
}
.wpcf7-spinner {
	position: absolute !important;
	right: -32px;
	margin: 0;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
#header .header-top {
	background-color: rgba(255, 255, 255, .15);
	backdrop-filter: blur(60px);
	padding: 16px 0;
}
#header .header-top .header-shipping-slider {
	color: #ffffff;
	padding: 0 24px;
	text-align: center;
}
.header-shipping-slider .slick-arrow {
	width: 20px;
	height: 20px;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.header-shipping-slider .slick-arrow::before {
	display: none;
}
.header-shipping-slider .slick-arrow.slick-prev {
	left: 0;
	background-image: url(../images/slider-arrow-left.svg);
}
.header-shipping-slider .slick-arrow.slick-next {
	right: 0;
	background-image: url(../images/slider-arrow-right.svg);
}
#header .header-bottom {
	padding: 24px 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
#header.dark-header, #header.fixed {
	background-color: #000000;
}
#header.fixed .header-bottom {
	padding: 20px 0;
	-moz-box-shadow: 6px 6px 10px rgba(27, 39, 53, 0.07);
	-webkit-box-shadow: 6px 6px 10px rgba(27, 39, 53, 0.07);
	box-shadow: 6px 6px 10px rgba(27, 39, 53, 0.07);
}
#header .header-bottom .container {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
	justify-content: space-between;
    -webkit-align-items: center;
	align-items: center;
	z-index: 10;
}
#header a {
	color: #ffffff;
	text-transform: uppercase;
	position: relative;
}
/*#header a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #ffffff;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#header a:hover::before {
	width: 100%;
}*/
#header .header-search {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 40px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-100%);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	z-index: 11;
}
#header .header-search::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
}
#header .header-search.open {
	visibility: visible;
    pointer-events: auto;
    opacity: 1;
	transform: translateY(0);
}
#header .header-search .search-form {
	width: 100%;
	z-index: 2;
	position: relative;
}
#header .header-search .search-form label {
	display: block;
}
#header .header-search .search-form .search-submit {
	display: none;
}
#header .header-search .search-field {
	font-size: 40px;
	line-height: normal;
	color: #ffffff;
	padding: 0 48px 10px 0;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	text-transform: uppercase;
	width: 100%;
	background-color: transparent;
}
#header .header-search .search-field:focus {
	border-color: #ffffff;
}
#header .header-search .search-close {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 48px;
	right: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 48px;
	background-image: url(../images/close.svg);
	cursor: pointer;
	z-index: 2;
}
#header .menu-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100vh;
	padding: 100px 40px 100px 40px;
	background-color: #000000;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(100px);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}
#header .menu-wrapper.open {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
	transform: translateY(0);
}
#header .menu-wrapper .menu a {
	font-size: 72px;
	line-height: normal;
	text-transform: uppercase;
	font-weight: 700;
}
#header .menu-wrapper .social-lists {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
}
#header .menu-wrapper .social-lists a {
	margin: 20px 20px 0 20px;
	font-size: 20px;
	line-height: 30px;
}

#header .logo {
	max-width: 108px;
	display: block;
}
#header .logo::before {
	display: none;
}
#header .header-right {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	width: 205px;
}
#header .header-right a {
	margin-left: 16px;
}
#header .header-right a.cart-btn::before,
#header .header-right a.wishlist-btn::before {
	display: none;
}
#header .header-right a.wishlist-btn {
	width: 24px;
	height: 24px;
	background-size: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/heart.svg);
}
#header .header-right a.account-btn {
	height: 24px;
}
#header .header-right .cart-btn .widget-title {
	font-size: 16px;
}

#header .header-login {
	position: relative;
}
#header .header-login .login-drawer {
	position: absolute;
	right: 0;
	top: 32px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	width: 380px;
	background-color: #ffffff;
	padding: 24px 32px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    text-align: center;
    transform: translateY(20px);
}
#header .header-login .login-drawer::before {
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	height: 10px;
	width: 100%;
}
#header .header-login .login-drawer h5 {
	color: #989898;
}
#header .header-login .login-drawer h5 a {
	color: #000000;
	text-transform: none;
	text-decoration: underline;
	margin-left: 0;
}
#header .header-login .login-drawer h5 a:hover {
	text-decoration: none;
}
#header .header-login .login-drawer .title {
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	color: #000000;
	font-weight: 600;
	text-transform: uppercase;
}
#header .header-login .login-drawer .button {
	display: block;
	width: 100%;
	margin-left: 0;
	text-align: left;
}
#header .header-login:hover .login-drawer, #header .header-login.open .login-drawer {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	transform: translateY(0);
}


.footer {
	padding: 40px 0;
	background-color: #000000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.footer a {
	color: #ffffff;
	position: relative;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
}
.footer a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #ffffff;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.footer a:hover::before {
	width: 100%;
}
.footer .footer-top {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 440px;
}
.footer .footer-top a {
	margin-bottom: 8px;
}
.footer .footer-top .col-1, .footer .footer-top .col-2, .footer .footer-top .col-3, .footer .footer-top .col-4 {
	margin-bottom: 16px;
}
.footer .footer-top .col-2 {
	margin-left: 80px;
	margin-right: 62px;
}
.footer .footer-bottom {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.footer .footer-bottom .copyright {
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
}
.footer .footer-bottom .footer-bottom-right .menu {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
}
.footer .footer-bottom .footer-bottom-right .menu a {
	margin-left: 32px;
}


.banner-subtitle h5 {
	font-weight: 500;
	letter-spacing: 0.0375rem;
}
.home-bannner > .wpb_column > .vc_column-inner > .wpb_wrapper {
	height: 100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.home-bannner .home-title {
	margin-top: auto;
}
.home-bannner .home-title h1 {
	font-size: 200px;
	font-weight: 600;
	line-height: 150px;
	letter-spacing: -1rem;
	text-transform: uppercase;
	color: #ffffff;
}

.crafted-section .crafted-left {
	margin-top: 316px;
	z-index: 2;
}
.crafted-section .crafted-left > .vc_column-inner {
	padding-top: 96px !important;
	padding-bottom: 96px;
	border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    max-width: 600px;
    margin-left: auto;
	margin-right: -64px;
}
.crafted-section .crafted-left .wpb_single_image img {
	width: 367px;
}
.crafted-section .crafted-right {
	width: calc(50% + 26px);
	margin-right: -26px;
	border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    overflow: hidden;
}
.crafted-section .crafted-right > .vc_column-inner {
	height: 950px;
	padding-top: 72px !important;
	background-position: top center !important;
}


.testimonials-section > .vc_column_container {
	padding-top: 102px !important;
	padding-bottom: 360px;
}
.testimonials-section h2, .testimonials-section .testimonials-lists {
	position: relative;
	z-index: 2;
}
.testimonials-section .testimonial-watch {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	max-width: 695px;
}
.testimonials-section .testimonials-lists .slick-dots {
	margin-top: 72px;
}
.testimonials-section .testimonials-title, .testimonials-section .testimonials-lists {
	max-width: 748px;
	margin-left: 80px;
}
.testimonials-section .testimonial-item .testimonial-content {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
}
.testimonials-section .testimonial-item .testimonial-author {
	font-size: 20px;
	letter-spacing: 0.0375rem; 
	line-height: 30px;
	font-weight: 500;
}

.home-blog-lists .home-blog-item {
	padding: 16px;
	background-color: #F5F5F5;
	border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 24px;
}
.home-blog-lists .home-blog-item:last-child {
	margin-bottom: 0;
}
.home-blog-lists .home-blog-item .blog-img {
	width: 348px;
	min-height: 250px;
	overflow: hidden;
	border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    background-color: #000000;
    position: relative;
}
.home-blog-lists .home-blog-item .blog-img .image {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.home-blog-lists .home-blog-item .blog-img:hover .image {
	transform: scale(1.1);
	opacity: .6;
}
.home-blog-lists .home-blog-item .blog-content {
	width: calc(100% - 348px);
	padding-left: 24px;
	max-width: 450px;
}
.home-blog-lists .home-blog-item .blog-content .blog-info {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.home-blog-lists .home-blog-item .blog-content .blog-info .author {
	padding-left: 20px;
	position: relative;
}
.home-blog-lists .home-blog-item .blog-content .blog-info .author::before {
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #000000;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.home-blog-lists .home-blog-item .blog-content .blog-title {
	width: 100%;
	display: block;
}
.home-blog-lists .home-blog-item .blog-content .blog-title:hover {
	color: #989898;
}

.related-news-section .blog-list {
	-webkit-justify-content: center;
	justify-content: center;
}
.blog-list-section .blog-list {
	margin-bottom: 80px;
}
.blog-list {
	margin: -40px -20px 0 -20px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.blog-list .blog-item {
	width: calc(33.33% - 40px);
	margin: 40px 20px 0 20px;
	position: relative;
}
.blog-list .blog-item .blog-img {
	width: 100%;
	height: 280px;
	overflow: hidden;
	border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    background-color: #000000;
    position: relative;
}
.blog-list .blog-item .blog-img .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.blog-list .blog-item .blog-img:hover .image {
	transform: scale(1.1);
	opacity: .6;
}
.blog-list .blog-item .blog-content .blog-info, .first-blog-item .blog-content .blog-info {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.blog-list .blog-item .blog-content .blog-info .author, .first-blog-item .blog-content .blog-info .author {
	padding-left: 20px;
	position: relative;
}
.blog-list .blog-item .blog-content .blog-info .author::before, .first-blog-item .blog-content .blog-info .author::before {
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #000000;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.blog-list .blog-item .blog-content .blog-title, .first-blog-item .blog-content .blog-title {
	width: 100%;
	display: block;
}
.blog-list .blog-item .blog-content .blog-title h4, .blog-list .blog-item .blog-content .blog-title h5 {
	font-weight: 500;
}
.blog-list .blog-item .blog-content .blog-title:hover, .first-blog-item .blog-content .blog-title:hover {
	color: #989898;
}

.first-blog-item {
	padding: 16px;
	background-color: #F5F5F5;
	border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 40px;
}
.first-blog-item .blog-img {
	width: 624px;
	min-height: 415px;
	overflow: hidden;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background-color: #000000;
    position: relative;
}
.first-blog-item .blog-img .image {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.first-blog-item .blog-img:hover .image {
	transform: scale(1.1);
	opacity: .6;
}
.first-blog-item .blog-content {
	width: calc(100% - 624px);
	padding-left: 64px;
	max-width: 532px;
}

.news-details-page {
	position: relative;
}
.news-details-page .blog-detail-title {
	text-align: center;
	max-width: 720px;
	margin: 0 auto;
}
.news-details-page .blog-detail-title .entry-meta {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.news-details-page .blog-detail-title .entry-meta .meta-sep {
	padding-left: 20px;
	position: relative;
}
.news-details-page .blog-detail-title .entry-meta .meta-sep::before {
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #000000;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.news-details-page .blog-detail-title .entry-title {
	font-size: 40px;
	font-weight: 500;
	line-height: normal;
}
.news-details-page .blog-detail-img {
	display: block;
}
.news-details-page .blog-detail-img img {
	margin: 0 auto;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    height: auto;
}
.news-details-page .blog-details {
	max-width: 700px;
	margin: 0 auto;
}
.news-details-page .blog-details h2, .news-details-page .blog-details h3, .news-details-page .blog-details h4, .news-details-page .blog-details h5, .news-details-page .blog-details h6 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.news-details-page .blog-details p {
	margin-bottom: 24px;
}
.news-details-page .blog-details p:last-child {
	margin-bottom: 0;
}
.news-details-page .back-link {
	top: -80px;
}

.woocommerce .products {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
	justify-content: center;
    margin: -40px -12px 0 -12px !important;
}
.woocommerce .products::before, .home-product .woocommerce .products::after {
	display: none !important;
}
.woocommerce .products li {
	margin: 40px 12px 0 12px !important;
	float: none !important;
	position: relative;
}
.woocommerce .products li.wow {
	visibility: hidden;
}
.woocommerce .products.columns-3 li {
	width: calc(33.33% - 24px) !important;
}
.woocommerce .products.columns-4 li {
	width: calc(25% - 24px) !important;
}

.woocommerce .products li a.woocommerce-loop-product__link {
	display: block;
	background-color: #F5F5F5;
	border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    padding: 92px 24px;
}
.woocommerce .products li a.woocommerce-loop-product__link img {
	max-height: 320px;
	width: auto !important;
	margin: 0 auto !important;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.woocommerce .products li a.woocommerce-loop-product__link:hover img {
	transform: scale(1.1);
}
.woocommerce .products li .woocommerce-loop-product__title {
	padding: 0 !important;
	font-size: 20px !important;
	margin-bottom: 4px !important;
	margin-top: 24px !important;
	line-height: 30px;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
}
.woocommerce .products li .woocommerce-loop-product__title a {
	color: #000000;
}
.woocommerce .products li .woocommerce-loop-product__title a:hover {
	color: #989898;
}
.woocommerce .products li .price {
	color: #000000 !important;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	margin: 0;
}
.woocommerce .products .product .size {
	text-align: center;
	display: block;
}
.woocommerce .products li .icon_after_add_to_cart {
	position: absolute;
	padding: 0 !important;
	top: 27px;
	right: 24px;
}
.login-section .woocommerce form.checkout_coupon, .login-section .woocommerce form.login, .login-section .woocommerce form.register {
	border: none;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	max-width: 432px;
	margin: 0 auto;
}
.woocommerce form .woocommerce-form-row--wide {
	margin: 48px 0 0 0 !important;
	padding: 0 !important;
}
.woocommerce form .woocommerce-form-row--wide:first-child {
	margin-top: 0 !important;
}
.woocommerce form .woocommerce-LostPassword {
	margin: 24px 0 0 0 !important;
}
.woocommerce-form-login__submit, .woocommerce-form-register__submit, .woocommerce-MyAccount-content .button, .woocommerce form.woocommerce-ResetPassword .button {
	padding: 13px 48px 13px 24px !important;
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	border-radius: 50px !important;
	font-size: 16px !important;
	line-height: normal !important;
	border: 1px solid !important;
	display: block !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	-webkit-transition: all 0.3s ease !important;
	-moz-transition: all 0.3s ease !important;
	font-family: 'Manrope', sans-serif;
	position: relative !important;
	text-transform: uppercase !important;
	background-image: none !important;
	width: 100%;
	color: #000000 !important;
	background-color: transparent !important;
	border-color: #000000 !important;
	text-align: left;
	font-weight: 400;
	margin: 48px 0 0 0 !important;
}
.woocommerce-MyAccount-content .button.woocommerce-button--previous {
	padding: 13px 24px 13px 48px !important;
}
.woocommerce-form-login__submit:hover, .woocommerce-form-register__submit:hover, .woocommerce-MyAccount-content .button:hover, .woocommerce form.woocommerce-ResetPassword .button:hover {
	color: #ffffff !important;
	background-color: #000000 !important;
}
.woocommerce-form-login__submit::before, .woocommerce-form-register__submit::before, .woocommerce-MyAccount-content .button::before, .woocommerce form.woocommerce-ResetPassword .button::before {
	content: "";
	display: block !important;
	position: absolute;
	right: 8px;
	width: 32px;
	height: 32px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 32px;
	background-image: url(../images/btn-black-arrow.svg);
}
.woocommerce-MyAccount-content .button.woocommerce-button--previous::before {
	right: auto;
	left: 8px;
	transform: translateY(-50%) rotate(180deg);
}
.woocommerce-form-login__submit:hover::before, .woocommerce-form-register__submit:hover::before, .woocommerce-MyAccount-content .button:hover::before, .woocommerce form.woocommerce-ResetPassword .button:hover::before {
	right: 4px;
}
.woocommerce-MyAccount-content .button.woocommerce-button--previous:hover::before {
	right: auto;
	left: 4px;
}
.woocommerce-MyAccount-content .button {
	display: inline-block !important;
	width: auto !important;
	margin: 16px 0 !important;
}
.woocommerce form.woocommerce-ResetPassword .button {
	margin: 16px 0 0 0 !important;
}
.woocommerce-form__label-for-checkbox {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center;
}
.woocommerce-form__label-for-checkbox input[type="checkbox"] {
	margin: 0 8px 0 0;
	width: 20px;
	height: 20px;
	box-shadow: none;
	-webkit-accent-color: #000000;
	accent-color: #000000;
}
.woocommerce-info {
	border-top-color: #000000 !important;
}
.woocommerce-info::before {
	color: #000000 !important;
}
.woocommerce-Address {
	width: 100%;
	margin-bottom: 24px;
}
.woocommerce-Address h3 {
	text-transform: uppercase;
}
.woocommerce-Address address {
	color: #989898;
}
.woocommerce-MyAccount-content form {
	overflow-x: auto;
}
.woocommerce-MyAccount-content form table {
	min-width: 800px;
}
.woocommerce-MyAccount-content form .form-row {
	padding: 0;
	margin: 0 0 16px 0 !important;
}

.select2-container .select2-selection--single {
	height: auto !important;
}
.select2-container--default .select2-selection--single {
	border: none;
	line-height: normal;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	width: 100%;
	text-align: left;
	font-family: 'Manrope', sans-serif;
	font-size: 20px;
	color: #000000;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	border-bottom: 1px solid #CCCCCC;
	padding: 0 24px 16px 0;
	font-family: 'Manrope', sans-serif;
	font-size: 20px;
	color: #000000;
	line-height: normal;
}

.home-arrival-section {
	margin-right: calc(((100vw - 100%)/ 2) * -1) !important;
}
.home-product .woocommerce .products.columns-3 li {
	width: 370px !important;
}
.home-product .slick-arrow.slick-prev {
	left: -12px;
}

.line-link {
	position: relative;
	color: #000;
}
.line-link:hover {
	color: #000;
}
.line-link:after {
	content: "";
	border-bottom: 2px solid #000;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 2px;
	transition: all 0.3s ease !important;
	-webkit-transition: all 0.3s ease !important;
	-moz-transition: all 0.3s ease !important;
}
.line-link:hover:after {
	width: 0;
}
.custom-bannner > .wpb_column > .vc_column-inner > .wpb_wrapper {
	height: 100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.custom-bannner .custom-title {
	margin-top: auto;
	margin-bottom: 24px;
}
.custom-bannner .line-link {
	position: relative;
	color: #fff;
}
.custom-bannner .line-link:after {
	border-bottom-color: #fff;
}
.custom-products .woocommerce .products li .icon_after_add_to_cart {
	display: none !important;
}
.custom-instagram-section .zoom-instagram-widget__header {
	display: none !important;
}

.login-section {
	min-height: 100vh;
	margin-right: calc(((100vw - 100%)/ 2) * -1) !important;
}
.login-section .login-bg > .vc_column-inner {
	min-height: 400px;
	height: 100%;
}

body.woocommerce-checkout header, body.woocommerce-checkout footer {
	display: none;
}

.mkl_pc {
	background-color: #ffffff;
}
.mkl_pc .mkl_pc_container .mkl_pc_viewer {
	width: calc(100% - 520px);
}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .mkl_pc_layers img {
	max-width: 330px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar {
	width: 520px !important;
	background-color: #F5F5F5;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices {
	padding: 0 40px !important;
	box-shadow: none !important;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li {
	box-shadow: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	background-color: transparent !important;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list {
	padding: 0 !important;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list ul {
	margin: -16px -8px 0 -8px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li {
	width: calc(50% - 16px) !important;
	margin: 16px 8px 0 8px!important;
	box-shadow: none !important;
	-webkit-border-radius: 32px !important;
	-moz-border-radius: 32px !important;
	border-radius: 32px !important;
	background-color: #FFFFFF !important;
	border: 1px solid transparent !important;
	transition: all 0.3s ease !important;
	-webkit-transition: all 0.3s ease !important;
	-moz-transition: all 0.3s ease !important;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.active {
	border-color: #989898 !important;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li > button.choice-item {
	padding: 24px 16px 16px 16px !important;
	cursor: pointer;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li span.text.choice-name {
	font-size: 16px !important;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li > button.choice-item .choice-text {
	margin-top: 16px !important;
	display: block;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li i.mkl-pc-thumbnail {
	width: 100px !important;
	height: 100px !important;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li ul > li:not(.layers-list-item) > button:hover, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li ul > li:not(.layers-list-item) > button:focus {
	box-shadow: none !important;
	-webkit-border-radius: 32px !important;
	-moz-border-radius: 32px !important;
	border-radius: 32px !important;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li button {
	font-size: 20px !important;
	line-height: 30px !important;
}
.mkl_pc .mkl_pc_container footer {
	right: auto !important;
	height: auto !important;
	padding: 0 !important;
}
.mkl_pc .mkl_pc_container footer {
	display: none !important;
}
/* .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list .engraving_text {
	position: fixed;
	left: calc(50% - 305px);
	top: calc(50vh + 95px);
	width: 80px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: min(1.5vh, 12px);
	color: #fff;
	line-height: normal;
	text-align: center;
} */
.engraving_text {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	max-width: 330px;
	height: 100%;
	max-height: 557px;
	display: flex;
	justify-content: center;
	font-size: min(1.5vh, 12px);
	color: #fff;
	line-height: 1;
	text-align: center;
	margin: 0;
	transform: translate(-50%, -50%);
	z-index: 5;
}
.engraving_text span {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 58%;
	left: 48.5%;
	height: 24px;
	width: 10vh;
	max-width: 80px;
	text-align: center;
	transform: translate(-50%, -50%);
}
/*.mkl_pc .mkl_pc_container footer button.reset-configuration {
	position: fixed;
	top: 40px;
	right: 40px;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
}*/
.mkl_pc .mkl_pc_container .form.form-cart {
	text-align: left !important;
	padding: 0 40px 16px 40px !important;
	background-color: #000000;
}
.mkl_pc .mkl_pc_container .form.form-cart .quantity {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	height: 0 !important;
	width: 0 !important;
	overflow: hidden !important;
}
.mkl_pc .mkl_pc_container .form.form-cart .pc_configurator_form {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.mkl_pc .mkl_pc_container .form.form-cart .pc_configurator_form .button + .button {
	margin-top: 16px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .prev_btn, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .next_btn {
	font-size: 16px !important;
	border: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	text-transform: uppercase !important;
	line-height: normal !important;
	background-color: transparent !important;
	z-index: 2;
	cursor: pointer;
	transition: all 0.3s ease !important;
	-webkit-transition: all 0.3s ease !important;
	-moz-transition: all 0.3s ease !important;
	padding: 0;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .prev_btn {
	position: fixed;
	bottom: 32px;
	left: 40px;
	padding-left: 20px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .next_btn {
	position: fixed;
	bottom: 32px;
	right: 40px;
	padding-right: 20px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .prev_btn::before, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .next_btn::before {
	content: "";
	position: absolute;
	top: 0;
	width: 16px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 16px;
	transition: all 0.3s ease !important;
	-webkit-transition: all 0.3s ease !important;
	-moz-transition: all 0.3s ease !important;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .prev_btn::before {
	left: 0;
	background-position: left center;
	background-image: url(../images/arrow-left.svg);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .next_btn::before {
	right: 0;
	background-position: right center;
	background-image: url(../images/arrow-right.svg);
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .prev_btn:hover::before {
	left: -2px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .next_btn:hover::before {
	right: -2px;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item {
	text-transform: uppercase !important;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers li.layers-list-item > button::before, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item::after {
	display: none !important;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item:focus, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item:hover {
	padding-left: 50px !important;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li button:hover, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li button:focus {
	color: #000000 !important;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item i, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item:focus i, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button.layer-item:hover i {
	transform: translateY(-50%) !important;
	left: 0 !important;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices + .form::before, .mkl_pc .mkl_pc_container .mkl_pc_toolbar > header h3::after {
	display: none !important;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header > .cancel {
	left: 40px !important;
	cursor: pointer;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header h3 {
	position: fixed !important;
	top: 124px !important;
	right: auto !important;
	left: 40px !important;
	text-align: left !important;
	font-size: 20px !important;
	line-height: 30px !important;
	padding: 0 !important;
	font-weight: 600 !important;
}
.mkl_pc .mkl_pc_container span.pc-total-price {
	position: fixed !important;
	top: 154px !important;
	right: auto !important;
	left: 40px !important;
	text-align: left !important;
	font-size: 16px !important;
	line-height: normal !important;
	font-weight: 400 !important;
	width: auto !important;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list .form-list {
	margin: -24px 0 0 0;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list .form-list li {
	width: 100% !important;
	background-color: transparent !important;
	box-shadow: none !important;
	margin: 24px 0 0 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list .form-list li .custom-select {
	margin-top: 0;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list .form-list li select {
	width: 100%;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list .form-list li .button.primary {
	font-size: 16px !important;
  	line-height: normal !important;
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list .form-list li .button.primary:hover {
	color: #ffffff !important;
}

#category-filters {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 8px;
}
#category-filters .category-filter {
	cursor: pointer;
	background-color: transparent;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
	padding: 13px 24px;
	border: 1px solid #989898;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin: 8px 8px 0 0;
}
#category-filters .category-filter.active, #category-filters .category-filter:hover {
	border-color: #000000;
}

body.single-product.woocommerce div.product .product_title {
	font-size: 40px;
	line-height: normal;
	margin-bottom: 16px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #000000;
}
.woocommerce div.product form.cart {
	flex-flow: row wrap;
}
.woocommerce div.product form.cart div.quantity {
	width: 100%;
	margin-bottom: 16px;
}
.woocommerce div.product .product_meta .posted_in {
	font-weight: 600;
}
.woocommerce .products.related {
	margin-top: 80px !important;
}
.woocommerce .products.related h2 {
	text-align: center;
	width: 100%;
	margin-bottom: 48px;
}
.woocommerce .products.related .products {
	width: 100%;
}
.woocommerce #review_form label {
	width: 100%;
	display: block;
}
.woocommerce #review_form #respond p {
	margin-bottom: 16px;
}
.woocommerce #review_form textarea, .woocommerce #review_form input[type="text"], .woocommerce #review_form input[type="email"] {
	border: none;
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 16px 0;
	line-height: normal;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	width: 100%;
	text-align: left;
	font-family: 'Manrope', sans-serif;
	font-size: 20px;
	color: #000000;
	background-color: transparent;
}
.woocommerce #review_form #respond .comment-form-author, .woocommerce #review_form #respond .comment-form-email {
	width: calc(50% - 10px);
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.woocommerce #review_form #respond .comment-form-email {
	margin-left: 16px;
}
.woocommerce #review_form #respond .comment-form-cookies-consent label {
	width: auto;
}
.woocommerce #review_form #respond .comment-form-cookies-consent {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center;
}
.woocommerce #review_form #respond .comment-form-cookies-consent input[type="checkbox"] {
	margin: 0 8px 0 0;
	width: 20px;
	height: 20px;
	box-shadow: none;
	-webkit-accent-color: #000000;
	accent-color: #000000;
}

.woolentor-checkout__breadcrumb-item::before {
	--woolentor-css-icon-height: 6px !important;
  	border-bottom: 1px solid #989898 !important;
  	border-right: 1px solid #989898 !important;
}
.woocommerce-input-wrapper .input-text:placeholder-shown ~ label, .woolentor-checkout__box .input-text:placeholder-shown ~ label {
	font-weight: 400;
	color: #989898 !important;
}
.woocommerce-ResetPassword {
	max-width: 490px;
	margin: 0 auto;
}
.woocommerce form.woocommerce-ResetPassword .form-row {
	padding: 0 !important;
	margin: 0 0 16px 0;
}
.woocommerce form.woocommerce-ResetPassword .form-row-first, 
.woocommerce form.woocommerce-ResetPassword .form-row-last {
	width: 100% !important;
}
body.woocommerce-checkout * {
	line-height: normal;
}
body.logged-in .login-section {
	margin-right: -15px !important;
}
body.logged-in .login-section > .wpb_column {
	width: 100% !important;
}
body.logged-in .login-bg {
	display: none !important;
}
.woocommerce-MyAccount-navigation ul {
	background-color: #f5f5f5;
	padding: 8px 0;
}
.woocommerce-MyAccount-navigation ul li a {
	padding: 16px 24px;
	display: block;
}
.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li a:hover {
	background-color: #989898;
	color: #ffffff;
}
.woocommerce-MyAccount-content a:hover {
	color: #989898;
}
.woocommerce-MyAccount-content span em {
	color: #989898;
}
.woocommerce-MyAccount-content fieldset legend {
	margin-top: 24px;
}
.woocommerce-order-overview {
	margin: 0 0 16px 0 !important;
}
.woocommerce-order-overview li {
	margin-bottom: 8px;
}
.woocommerce-order-details h2, .woocommerce-customer-details h2 {
	text-transform: uppercase;
	margin-bottom: 16px;
}
.woocommerce table.shop_table {
	border-collapse: collapse !important;
}
address {
	font-style: normal;
}
.woocommerce table.shop_table td.woocommerce-table__product-total {
	vertical-align: bottom;
	font-weight: 700;
}
.woocommerce .woocommerce-customer-details address {
	border: 1px solid #cccccc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 16px;
}
#loader img {
	margin: 0 auto;
}
body.woocommerce-order-received .woocommerce {
	max-width: 900px;
	margin: 0 auto;
	padding: 144px 0;
}
body.woocommerce-order-received .woocommerce form .form-row-first, body.woocommerce-order-received .woocommerce form .form-row-last, body.woocommerce-order-received .woocommerce-page form .form-row-first, body.woocommerce-order-received .woocommerce-page form .form-row-last {
	width: 100%;
}
body.woocommerce-order-received .woocommerce form .form-row {
	padding: 0 !important;
	margin: 0 0 16px 0 !important;
}
.woocommerce div.product .woocommerce-tabs {
	margin-top: 32px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-color: #cccccc !important;
	border-radius: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	border-radius: 0 !important;
	border-color: #cccccc !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-bottom-color: transparent !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin-bottom: 0 !important;
	padding: 0 0 0 5px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
	padding: 24px !important;
	border: 1px solid #cccccc !important;
	border-top: none !important;
}
table.woocommerce-table--order-details th {
	background-color: transparent;
}
table.woocommerce-table--order-details table {
	width: 100%;
	margin-bottom: 16px !important;
}
table.woocommerce-table--order-details table th {
	font-weight: 600 !important;
}
table.woocommerce-table--order-details table th, table.woocommerce-table--order-details table td {
	border: 0 !important;
	padding: 0 !important;
}
table.woocommerce-table--order-details table th:last-child, table.woocommerce-table--order-details table td:last-child {
	text-align: left;
}
.woocommerce ul.order_details.woocommerce-thankyou-order-details li {
	border: 0;
}
table.woocommerce-table--order-details a {
	text-decoration: underline;
}
.woocommerce-order-details table li table tr th, .woocommerce-order-details table li table tr td {
	padding-right: 8px !important;
}
.woocommerce-order-details table li table tr th:last-child, .woocommerce-order-details table li table tr td:last-child {
	padding-right: 0 !important;
}

.policy-section {
	max-width: 900px;
	margin: 0 auto !important;
}
.policy-section .vc_column_container > .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.policy-content h2 {
	font-size: 24px;
	margin-bottom: 8px;
}

.policy-content ul,
.accordion .content ul {
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 30px;
}
.policy-content ul:last-child,
.accordion .content ul:last-child,
.policy-content ul li:last-child,
.accordion .content ul li:last-child {
	margin-bottom: 0;
}
.policy-content ul li,
.accordion .content ul li {
	list-style-type: disc;
	margin-bottom: 6px;
}

.contact-form {
	max-width: 500px;
	padding-right: 24px;
}
.contact-box > .vc_column-inner > .wpb_wrapper {
	background-color: #ffffff;
	padding: 24px;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	height: 100%;
}
/* @media only screen and (max-width: 1400px) {
	.home-bannner .home-title h1 {
		font-size: 200px;
		line-height: 150px;
		letter-spacing: -1rem;
	}
} */
@media only screen and (max-width: 1199px) {
	h1, .h1, .h1 * {
		font-size: 48px;
		line-height: 50px;
	}
	h2, .h2, .h2 * {
		font-size: 32px;
	}
	h3, .h3, .h3 * {
		font-size: 26px;
	}
	h4, .h4, .h4 * {
		font-size: 22px;
	}
	h5, .h5, .h5 * {
		font-size: 18px;
		line-height: normal;
	}
	.s-pd {
		padding: 80px 0;
	}
	.s-pt {
		padding-top: 80px;
	}
	.s-pb {
		padding-bottom: 80px;
	}
	.py-64 {
		padding: 56px 0;
	}
	.pt-64 {
		padding-top: 56px;
	}
	.pb-64 {
		padding-bottom: 56px;
	}
	.top-section {
		padding-top: 156px;
	}
	.first-section {
		padding-top: 200px;
	}
	#header .menu-wrapper .menu a {
		font-size: 48px;
	}
	#header .menu-wrapper .social-lists a {
		margin: 8px 8px 0 8px;
		font-size: 18px;
	}
	/*#header .menu-wrapper .navbar {
		overflow-y: auto;
		max-height: calc(100vh - 200px);
	}*/
	.testimonials-section > .vc_column_container {
		padding-top: 80px !important;
	}
	.testimonials-section .testimonials-title, .testimonials-section .testimonials-lists {
		margin-left: 0;
	}
	.testimonials-section .testimonial-item .testimonial-content {
		font-size: 20px;
		line-height: 30px;
	}
	.crafted-section .crafted-left {
		margin-top: 200px;
	}
	.crafted-section .crafted-left > .vc_column-inner {
		padding-top: 48px !important;
		padding-bottom: 48px;
	}
	.crafted-section .crafted-right > .vc_column-inner {
		height: 600px;
		padding-top: 40px !important;
	}
	.first-blog-item .blog-img {
		width: 500px;
		min-height: 340px
	}
	.first-blog-item .blog-content {
		width: calc(100% - 500px);
		padding-left: 24px;
	}
	.news-details-page .back-link {
		top: auto;
		margin-bottom: 16px;
	}
	.news-details-page .blog-detail-title .entry-title {
		font-size: 32px;
	}
	.woocommerce .products.columns-4 li {
		width: calc(33% - 24px) !important;
	}
	body.woocommerce-order-received .woocommerce {
		padding: 80px 0;
	}
}
@media only screen and (min-width: 992px) {
	.mkl_pc .mkl_pc_container .form.form-cart .pc_configurator_form .configurator-add-to-cart {
		color: #ffffff !important;
		background-color: transparent !important;
		border-color: #ffffff !important;
	}
	.mkl_pc .mkl_pc_container .form.form-cart .pc_configurator_form .configurator-add-to-cart:hover {
		color: #000000 !important;
		background-color: #ffffff !important;
	}
	.mkl_pc .mkl_pc_container .form.form-cart .pc_configurator_form .configurator-add-to-cart::before {
		background-image: url(../images/btn-white-arrow.svg);
	}
}
@media only screen and (max-width: 991px) {
	.s-pd {
		padding: 64px 0;
	}
	.s-pt {
		padding-top: 64px;
	}
	.s-pb {
		padding-bottom: 64px;
	}
	.py-64 {
		padding: 48px 0;
	}
	.pt-64 {
		padding-top: 48px;
	}
	.pb-64 {
		padding-bottom: 48px;
	}
	.s-pd-half {
		padding: 40px 0;
	}
	.s-pt-half {
		padding-top: 40px;
	}
	.s-pb-half {
		padding-bottom: 40px;
	}
	.mb-40 {
		margin-bottom: 32px !important;
	}
	.mb-32 {
		margin-bottom: 24px !important;
	}
	.my-24 {
		margin-top: 16px !important;
		margin-bottom: 16px !important;
	}
	.pb-24, .py-24 {
		padding-bottom: 16px !important;
	}
	.pt-24, .py-24 {
		padding-top: 16px !important;
	}
	.mb-24 {
		margin-bottom: 16px !important;
	}
	.mt-24 {
		margin-top: 16px !important;
	}
	.mt-16 {
		margin-top: 12px !important;
	}
	.mb-16 {
		margin-bottom: 12px !important;
	}
	.first-section {
		padding-top: 160px;
	}
	.text-md-center {
		text-align: center;
	}
	.mb-md-half {
		margin-bottom: 40px;
	}
	.mb-md-24 {
		margin-bottom: 24px;
	}
	.br-md-none br {
		display: none;
	}
	.menu-btn, #header .header-right {
		width: 132px;
	}
	.menu-btn .toggle-text {
		display: none;
	}
	#header .header-top .header-shipping-slider {
		font-size: 14px;
	}
	#header .header-right a {
		margin-left: 8px;
	}
	#header .header-right a::before {
		display: none;
	}
	#header .header-right a.logout-btn {
		display: none;
	}
	#header .header-right a.search-btn {
		width: 24px;
		height: 24px;
		font-size: 0;
		background-size: 24px;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(../images/search.svg);
	}
	#header .header-search {
		padding: 24px;
	}
	#header .header-search .search-field {
		font-size: 20px;
	}
	#header .header-search .search-close {
		width: 24px;
		height: 24px;
		top: 24px;
		right: 24px;
	}
	/*#header .header-right a.login-btn {
		width: 24px;
		height: 24px;
		font-size: 0;
		background-size: 24px;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(../images/profile.svg);
		display: block;
	}*/
	.footer .footer-top {
		margin-bottom: 200px;
	}
	.footer a, .footer .footer-bottom .copyright {
		font-size: 18px;
		line-height: 26px;
	}
	.footer .footer-bottom .footer-bottom-right .menu a {
		margin-left: 16px;
	}
	.footer .footer-top .col-2 {
		margin-left: 40px;
		margin-right: 32px;
	}
	.home-bannner .home-title h1 {
	    font-size: 120px;
	    line-height: 90px;
	    letter-spacing: -0.5rem;
	}
	.home-product .slick-arrow.slick-prev {
		left: 24px;
	}
	.testimonials-section > .vc_column_container {
		padding-top: 64px !important;
	}
	.testimonials-section .testimonial-item .testimonial-content {
		font-size: 18px;
		line-height: normal;
	}
	.instagram-section .zoom-instagram .zoom-instagram-widget__items.layout-fullwidth {
		gap: 12px !important;
	}
	.crafted-section .vc_row {
		display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0 !important;
		border-radius: 24px;
		-webkit-border-radius: 24px;
		-moz-border-radius: 24px;
		overflow: hidden;
	}
	.crafted-section .crafted-right {
		width: 100%;
		margin-right: 0;
		order: -1;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}
	.crafted-section .crafted-left {
		width: 100%;
		margin: 0;
	}
	.crafted-section .crafted-left > .vc_column-inner {
		max-width: 100%;
		margin: 0;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}
	.first-blog-item .blog-img {
		width: 320px;
		min-height: 250px;
	}
	.first-blog-item .blog-content {
		width: calc(100% - 320px);
	}
	.blog-list-section .blog-list {
		margin-bottom: 64px;
	}
	.blog-list .blog-item {
		width: calc(50% - 40px);
	}
	.filter-wrapper .custom-select {
		float: left;
	}
	#category-filters {
		width: 100%;
		margin-bottom: 24px;
	}
	.login-section {
		min-height: auto;
		margin-right: -15px !important;
	}
	.woocommerce .products.columns-3 li, .woocommerce .products.columns-4 li {
		width: calc(50% - 24px) !important;
	}
	.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header h3, .mkl_pc .mkl_pc_container span.pc-total-price {
		left: 20px !important;
	}
	.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header h3 {
		top: 80px !important;
	}
	.mkl_pc .mkl_pc_container span.pc-total-price {
		top: 108px !important;
	}
	.mkl_pc .mkl_pc_container .mkl_pc_viewer {
		width: calc(100% - 350px);
	}
	.mkl_pc .mkl_pc_container .mkl_pc_toolbar {
		width: 350px !important;
	}
	.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices {
		padding: 0 20px !important;
	}
/* 	.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li > button.choice-item {
		padding: 24px 16px 16px 16px !important;
	} */
	.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li span.text.choice-name {
		font-size: 14px !important;
	}
	.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li > button.choice-item .choice-text {
		margin-top: 16px !important;
	}
	.mkl_pc .mkl_pc_container .form.form-cart {
		padding: 0 20px 16px 20px !important;
	}
	.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .prev_btn,
	.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .next_btn {
		bottom: 26px !important;
	}
	.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .next_btn {
		right: 20px;
	}
	.wishlist-page #bulk-add-to-cart, .woocommerce-MyAccount-content #bulk-add-to-cart {
		float: none !important;
	}
	.woocommerce .products.related {
		margin-top: 64px !important;
	}
	.woocommerce .products.related h2 {
		margin-bottom: 32px;
	}
	.contact-form {
		max-width: none;
		padding-right: 0;
	}
	.mkl_pc .mkl_pc_container .form.form-cart .pc_configurator_form .configurator-add-to-cart {
		font-size: 0 !important;
		border: 0 !important;
		color: transparent !important;
		background-color: transparent !important;
		padding: 0 !important;
		width: 40px;
		height: 40px;
	}
	.mkl_pc .mkl_pc_container .form.form-cart .pc_configurator_form .configurator-add-to-cart::before, .mkl_pc .mkl_pc_container .form.form-cart .pc_configurator_form .configurator-add-to-cart:hover::before {
		background-image: url(../images/shop.svg);
		-webkit-filter: invert(1);
		-moz-filter: invert(1);
		filter: invert(1);
		width: 48px;
		height: 48px;
		background-size: 48px;
		right: 0 !important;
		left: 0;
	}
	body.woocommerce-order-received .woocommerce {
		padding: 64px 0;
	}
}
@media only screen and (max-width: 768px) {
	.woocommerce-MyAccount-content {
		padding: 24px 0;
	}
	.woocommerce-customer-details .woocommerce-column--shipping-address {
		margin-top: 16px;
	}
}
@media only screen and (max-width: 767px) {
	h1, .h1, .h1 * {
		font-size: 32px;
		line-height: 36px;
	}
	h2, .h2, .h2 * {
		font-size: 24px;
	}
	h3, .h3, .h3 * {
		font-size: 20px;
	}
	h4, .h4, .h4 * {
		font-size: 18px;
	}
	h5, .h5, .h5 * {
		font-size: 16px;
	}
	.top-section {
		padding-top: 140px;
	}
	#header .header-bottom {
		padding: 20px 0;
	}
	#header .header-login .login-drawer {
		padding: 16px 20px;
		width: 300px;
		right: -70px;
		top: 40px;
	}
	#header .header-login .login-drawer::before {
		top: -16px;
		height: 16px;
	}
	.form-list li.half {
		width: 100%;
	}
	.footer .footer-top {
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-bottom: 80px;
	}
	.footer .footer-top .col-2 {
		margin-left: 16px;
		margin-right: 16px;
	}
	.footer .footer-top .col-4 {
		margin-left: 0;
		width: 100%;
	}
	.footer .footer-top .col-4 .social-lists {
		display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0 -4px;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.footer .footer-top .col-4 .social-lists li {
		margin: 0 4px;
	}
	.banner-subtitle h5 {
		letter-spacing: normal;
	}
	.home-product .woocommerce .products.columns-3 li {
		width: 300px !important;
	}
	.home-blog-lists .home-blog-item .blog-img {
		width: 250px;
		min-height: 200px;
	}
	.home-blog-lists .home-blog-item .blog-content {
		width: calc(100% - 250px);
		padding-left: 16px;
	}
	.instagram-section .zoom-instagram .zoom-instagram-widget__items.layout-fullwidth {
		grid-template-columns: repeat(4, 1fr) !important;
	}
	.instagram-section .zoom-instagram .zoom-instagram-widget__items.layout-fullwidth .zoom-instagram-widget__item {
		max-width: 100%;
	}
	.accordion .accordion-item {
		padding-bottom: 16px;
		margin-bottom: 16px;
	}
	.first-blog-item .blog-img {
		width: 100%;
		min-height: 350px;
	}
	.first-blog-item .blog-content {
		width: 100%;
		max-width: 100%;
		padding: 16px 0;
	}
	.blog-list {
		margin: -24px -12px 0 -12px;
	}
	.blog-list-section .blog-list {
		margin-bottom: 48px;
	}
	.blog-list .blog-item {
		width: calc(50% - 24px);
		margin: 24px 12px 0 12px;
	}
	.news-details-page .blog-detail-title .entry-title {
		font-size: 24px;
	}
/* 	.news-details-page .back-link {
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: 16px;
	} */
	.news-details-page .blog-details p {
		margin-bottom: 16px;
	}
	.news-details-page .blog-details h2, .news-details-page .blog-details h3, .news-details-page .blog-details h4, .news-details-page .blog-details h5, .news-details-page .blog-details h6 {
		margin-top: 24px;
		margin-bottom: 24px;
	}
	.woocommerce .products {
		margin: -24px -8px 0 -8px !important;
	}
	.woocommerce .products li {
		margin: 24px 8px 0 8px !important;
	}
	.woocommerce .products.columns-3 li, .woocommerce .products.columns-4 li {
	  	width: calc(50% - 16px) !important;
	}
	.woocommerce .products li .woocommerce-loop-product__title {
		margin-top: 16px !important;
	}
	.custom-tab-section .tab-content {
		padding-top: 48px;
	}
	.woocommerce #review_form #respond .comment-form-author, .woocommerce #review_form #respond .comment-form-email {
		width: 100%;
	}
	.woocommerce #review_form #respond .comment-form-email {
		margin-left: 0;
	}
	.policy-content h2 {
		font-size: 20px;
	}
}
@media only screen and (min-width: 661px) {
	.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .prev_btn, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .next_btn {
		color: #ffffff;
	}
	.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .prev_btn::before, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .next_btn::before {
		-webkit-filter: invert(1);
		-moz-filter: invert(1);
		filter: invert(1);
	}
	.mkl_pc .mkl_pc_container .form.form-cart .pc_configurator_form #update-font-button {
		color: #ffffff !important;
		background-color: transparent !important;
		border-color: #ffffff !important;
	}
	.mkl_pc .mkl_pc_container .form.form-cart .pc_configurator_form #update-font-button:hover {
		color: #000000 !important;
		background-color: #ffffff !important;
	}
	.mkl_pc .mkl_pc_container .form.form-cart .pc_configurator_form #update-font-button::before {
		background-image: url(../images/btn-white-arrow.svg);
	}
}
@media (max-width: 660px) {
	body:not(.configurator_is_inline) .mkl_pc .mkl_pc_viewer, .mkl_pc .mkl_pc_container .mkl_pc_toolbar {
		width: 100% !important;
	}
	body:not(.configurator_is_inline) .mkl_pc .mkl_pc_toolbar > header {
		background-color: transparent !important;
	}
	/*.mkl_pc .mkl_pc_container footer button.reset-configuration {
		font-size: 16px !important;
		top: 20px !important;
	}*/
	body:not(.configurator_is_inline) .mkl_pc .mkl_pc_viewer {
		top: 0 !important;
		margin-bottom: 16px;
	}
	.mkl_pc .mkl_pc_container .mkl_pc_toolbar {
		bottom: 3em !important;
	}
	.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header h3 {
		color: #000000 !important;
		left: 20px !important;
		margin-right: 0 !important;
		max-width: calc(100% - 100px) !important;
	}
	.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header > .cancel {
		left: 20px !important;
		top: 20px !important;
	}
	.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header .cancel::after, .mkl_pc .mkl_pc_container .mkl_pc_toolbar > header .cancel::before {
		background-color: #000000 !important;
	}
	.mkl_pc .mkl_pc_container .mkl_pc_toolbar .form.form-cart {
		display: block !important;
		padding: 0 !important;
		width: 0;
		height: 0;
	}
	/*.mkl_pc .mkl_pc_container span.pc-total-price {
		left: 20px !important;
		top: 90px !important;
	}
	.mkl_pc .mkl_pc_container footer button.reset-configuration {
		right: 20px;
	}*/
	.mkl_pc .mkl_pc_container .mkl_pc_toolbar .form.form-cart .configurator-add-to-cart {
		position: fixed !important;
		font-size: 0 !important;
		border: none !important;
		padding: 0 !important;
		width: 48px;
		height: 48px;
		top: 80px;
		right: 20px;
	}
	.mkl_pc .mkl_pc_container .form.form-cart .pc_configurator_form .configurator-add-to-cart::before, .mkl_pc .mkl_pc_container .form.form-cart .pc_configurator_form .configurator-add-to-cart:hover::before {
		-webkit-filter: none;
		-moz-filter: none;
		filter: none;
	}
	.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .prev_btn,
	.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .next_btn {
		font-size: 14px !important;
		bottom: 12px !important;
	}
	.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .prev_btn {
		left: 20px !important;
	}
	.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .next_btn {
		right: 20px !important;
	}
	.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button {
		padding-left: 50px;
	}
	.engraving_text {
/* 		left: calc(50% - 22px); */
		font-size: min(1.5vh, 6px);
/* 		top: 38.5%;
		width: 38px;
		height: 12px; */
	}
	.engraving_text span {
		max-height: 14px;
		max-width: 50px;
		top: 58%;
	}
	.preview_img .close-preview {
		height: 48px !important;
		width: 48px !important;
	}
	.close-preview {
		top: 10px !important;
		right: 10px !important;
	}
	body.update-engraving .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices {
		position: relative;
		height: auto;
	}
	body.update-engraving .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li {
		margin-bottom: 0;
	}
	body.update-engraving .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices + .form {
		width: 100%;
	}
	body.update-engraving .mkl_pc .mkl_pc_container .form.form-cart .pc_configurator_form {
		padding: 0 20px;
		width: 100%;
	}
	body.update-engraving .mkl_pc .mkl_pc_container .form.form-cart p {
		text-align: left;
	}
	body.update-engraving .mkl_pc .mkl_pc_container .form.form-cart .pc_configurator_form .button + .button {
		margin-top: 0;
	}
	body.update-engraving .mkl_pc .mkl_pc_container .mkl_pc_toolbar {
		bottom: 0 !important;
	}
}
@media only screen and (max-width: 575px) {
	.s-pd {
		padding: 48px 0;
	}
	.s-pt {
		padding-top: 48px;
	}
	.s-pb {
		padding-bottom: 48px;
	}
	.py-64 {
		padding: 36px 0;
	}
	.pt-64 {
		padding-top: 36px;
	}
	.pb-64 {
		padding-bottom: 36px;
	}
	.s-pd-half {
		padding: 32px 0;
	}
	.s-pt-half {
		padding-top: 32px;
	}
	.s-pb-half {
		padding-bottom: 32px;
	}
	.mb-40 {
		margin-bottom: 30px !important;
	}
	.br-sm-none br {
		display: none;
	}
	#header .header-top .header-shipping-slider {
		font-size: 12px;
	}
	#header .menu-wrapper .menu a {
		font-size: 32px;
	}
	#header .menu-wrapper .social-lists a {
	    margin: 4px 4px 0 4px;
	    font-size: 16px;
	}
	.footer .footer-top {
		margin-bottom: 0;
	}
	.footer a, .footer .footer-bottom .copyright {
		font-size: 16px;
		line-height: normal;
	}
	.footer .footer-top .col-2 {
		margin-left: 0;
		margin-right: 0;
	}
	.footer .footer-top .col-4 {
		margin-left: 0;
		width: 50%;
	}
	.footer .footer-top .col-1, .footer .footer-top .col-2, .footer .footer-top .col-3, .footer .footer-top .col-4 {
		width: 50%;
	}
	.footer .footer-top .col-4 .social-lists {
		display: block;
		margin: 0;
	}
	.footer .footer-top .col-4 .social-lists li {
		margin: 0;
	}
	.footer .footer-bottom .copyright, .footer .footer-bottom .footer-bottom-right {
		width: 100%;
		text-align: center;
	}
	.footer .footer-bottom .footer-bottom-right .menu {
		-webkit-justify-content: center;
		justify-content: center;
	}
	.footer .footer-bottom .footer-bottom-right .menu a {
		margin: 16px 4px 0 4px;
	}
	.home-bannner .home-title h1 {
		font-size: 70px;
		line-height: 54px;
		letter-spacing: normal;
	}
	.home-product .woocommerce .products.columns-3 {
		margin: 0 -8px !important;
	}
	.home-product .woocommerce .products.columns-3 li {
		margin: 0 8px !important;
	}
	.home-product .slick-arrow.slick-prev {
		left: 0;
	}
	.home-product .slick-arrow.slick-next {
		right: 20px;
	}
	.testimonials-section > .vc_column_container {
		padding-top: 48px !important;
		padding-bottom: 320px;
	}
	.home-blog-lists .home-blog-item .blog-img {
		width: 100%;
		min-height: 250px;
	}
	.home-blog-lists .home-blog-item .blog-content {
		width: 100%;
		padding: 16px 0;
		max-width: 100%;
	}
	.home-blog-lists .home-blog-item .blog-content .blog-title {
		margin-bottom: 16px !important;
	}
	.instagram-section .zoom-instagram .zoom-instagram-widget__items.layout-fullwidth {
		grid-template-columns: repeat(3, 1fr) !important;
	}
	.first-blog-item .blog-img {
		width: 100%;
		min-height: 300px;
	}
	.blog-list {
		margin: -24px 0 0 0;
	}
	.blog-list-section .blog-list {
		margin-bottom: 48px;
	}
	.blog-list .blog-item {
		width: 100%;
		margin: 24px 0 0 0;
	}
	.woocommerce .products {
		margin: -24px 0 0 0 !important;
	}
	.woocommerce .products li {
		margin: 24px 0 0 0 !important;
	}
	.woocommerce .products.columns-3 li, .woocommerce .products.columns-4 li {
	  	width: 100% !important;
	}
	.custom-tab-section .custom-tab-list {
		margin: 0 -20px;
	}
	.custom-tab-section .custom-tab-list .tab-item {
		margin: 0 20px;
	}
	#fkcart-modal .fkcart-preview-ui .fkcart-slider-heading {
		padding: 20px !important;
	}
	#fkcart-modal .fkcart-item-wrap {
		padding: 0 20px;
	}
	#fkcart-modal .fkcart-slider-body .fkcart-item-wrap .fkcart--item {
		gap: 10px !important;
	}
	#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-line-item {
		margin-top: 20px !important;
	}
	#fkcart-modal .fkcart-item-wrap .fkcart--item {
		padding: 20px 0 !important;
	}
	#fkcart-modal .fkcart-preview-ui .fkcart-slider-footer {
		padding: 20px !important;
	}
	#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-remove-item {
		top: 20px !important;
	}
	#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-title {
		font-size: 16px !important;
		line-height: normal !important;
	}
	#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-meta-content .fkcart-attr-wrap .fkcart-attr-value .simple {
		font-size: 12px;
		line-height: normal;
	}
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width: 100%;
	}
	#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-meta-content .fkcart-attr-wrap .fkcart-attr-value .simple + .simple::before {
		top: 0;
	}
	body.woocommerce-order-received .woocommerce {
		padding: 48px 0;
	}
}
@media only screen and (max-width: 412px) {
	.menu-btn {
		width: auto;
	}
	#header .header-top .header-shipping-slider {
		font-size: 13px;
	}
	.br-xs-none br {
		display: none;
	}
	.footer .footer-top .col-1, .footer .footer-top .col-2, .footer .footer-top .col-3, .footer .footer-top .col-4 {
		width: 100%;
	}
	.footer .footer-top .menu li, .footer .footer-top .col-4 .social-lists li, .footer .footer-top p {
		text-align: center;
	}
	.footer .footer-bottom .footer-bottom-right {
		order: -1;
	}
	.footer .footer-bottom .footer-bottom-right .menu a {
		margin: 0 4px 16px 4px;
	}
	.home-bannner .home-title h1 {
		font-size: 54px;
		line-height: 44px;
	}
	.home-product .woocommerce .products.columns-3 li {
		width: 280px !important;
	}
	.testimonials-section > .vc_column_container {
		padding-bottom: 250px;
	}
	.home-blog-lists .home-blog-item .blog-img {
		min-height: 200px;
	}
	.instagram-section .zoom-instagram .zoom-instagram-widget__items.layout-fullwidth {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	.custom-select {
		width: 100%;
	}
	.custom-select select {
		width: 100%;
	}
}
@media only screen and (max-width: 360px) {
	.header-padding {
		padding-top: 160px;
	}
	.first-section {
		padding-top: 184px;
	}
	.top-section {
		padding-top: 164px;
	}
}

