/*!
Theme Name: Tastyc
Theme URI: https://bslthemes.com/
Author: bslthemes
Author URI: https://bslthemes.com/
Description: Tastyc - Restaurant WordPress Theme
Requires at least: 5.0
Requires PHP: 7.4
Tested up to: 6.6
Version: 2.4.1
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: tastyc
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options
*/


/*--------------------------------------------

1. common
      - fonts
      - scrollbar
      - typography
      - buttons
      - forms
      - spaces
2. frame
      - preloader
      - marcup
      - menu
      - scroll hint
      - fade scroll object
3. content
      - banner
      - call to action
      - about
      - icon box
      - banner sm
      - counters
      - team
      - testimonials
      - blog
      - comments
      - footer
      - popup
      - breadcrumbs
4. menu
      - default card
      - small card
4. shop
      - minicart
      - product card
      - sidebar
      - cart
      - checkout
5. custom
      - swiper
      - datepicker
      - nice select
      - fancybox
      - mapbox


--------------------------------------------*/

html .tst-preloader {
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: translateY(0) scale(0.4);
	transform: translateY(0) scale(0.4);
}

html .tst-dynamic-menu {
	opacity: 1;
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

html .tst-dynamic-menu li.current-menu-item:after {
	-webkit-transition: 0.6s;
	transition: 0.6s;
	content: '';
	width: 80%;
}

html .tst-dynamic-banner {
	opacity: 1;
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
	position: relative;
	z-index: 1;
}

html .tst-dynamic-banner .tst-banner .tst-cover-frame {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
}

html .tst-dynamic-banner .tst-banner .tst-main-title-frame {
	opacity: 1;
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

html .tst-dynamic-banner .tst-main-slider-navigation {
	opacity: 1;
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

html .tst-dynamic-content {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	position: relative;
	z-index: 2;
}

html .tst-dynamic-content .tst-scroll-hint-frame {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

html footer .container {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

html.is-animating .tst-preloader {
	opacity: 1;
	-webkit-transform: translateY(-80px) scale(0.6);
	transform: translateY(-80px) scale(0.6);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

html.is-animating .tst-dynamic-menu {
	opacity: 0.999;
}

html.is-animating .tst-dynamic-menu li.current-menu-item:after {
	content: '';
	width: 0;
}

html.is-animating .tst-dynamic-menu li ul {
	opacity: 0 !important;
	-webkit-transform: translateY(20px) !important;
	transform: translateY(20px) !important;
}

html.is-animating .tst-dynamic-menu nav.tst-active {
	opacity: 0 !important;
	-webkit-transform: translateY(20px) !important;
	transform: translateY(20px) !important;
}

html.is-animating .tst-dynamic-banner {
	opacity: 0.999;
}

html.is-animating .tst-dynamic-banner .tst-banner .tst-cover-frame {
	opacity: 0;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

html.is-animating .tst-dynamic-banner .tst-banner .tst-main-title-frame {
	opacity: 0;
	-webkit-transform: translateY(-200px) scale(0.8);
	transform: translateY(-200px) scale(0.8);
}

html.is-animating .tst-dynamic-banner .tst-main-slider-navigation {
	opacity: 0;
	-webkit-transform: translateY(100px) scale(0.8);
	transform: translateY(100px) scale(0.8);
}

html.is-animating .tst-dynamic-content {
	opacity: 0;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}

html.is-animating .tst-dynamic-content .tst-scroll-hint-frame {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

html.is-animating footer .container {
	opacity: 0;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}


html.is-animating .preloader-disabled .tst-preloader {
	opacity: 0;
	-webkit-transform: none;
	transform: none;
}

html.is-animating .preloader-disabled .tst-dynamic-menu {
	opacity: 1;
}

html.is-animating .preloader-disabled .tst-dynamic-menu li.current-menu-item:after {
	content: '';
	width: 80%;
}

html.is-animating .preloader-disabled .tst-dynamic-menu nav.tst-active {
	opacity: 1 !important;
}

html.is-animating .preloader-disabled .tst-dynamic-banner {
	opacity: 1;
}

html.is-animating .preloader-disabled .tst-dynamic-banner .tst-banner .tst-cover-frame {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

html.is-animating .preloader-disabled .tst-dynamic-banner .tst-banner .tst-main-title-frame {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

html.is-animating .preloader-disabled .tst-dynamic-banner .tst-main-slider-navigation {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

html.is-animating .preloader-disabled .tst-dynamic-content {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

html.is-animating .preloader-disabled .tst-dynamic-content .tst-scroll-hint-frame {
	-webkit-transform: none;
	transform: none;
}

html.is-animating .preloader-disabled footer .container {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.tst-app.preloader-disabled {
	opacity: 1;
}


/**********************************

common

***********************************/


/*-------------------------
fonts
-------------------------*/


/*-------------------------
scrollbar
--------------------------*/

::-webkit-scrollbar {
	width: 4px;
}

::-webkit-scrollbar-track {
	background: black;
}

::-webkit-scrollbar-thumb {
	background: #f39c12;
	border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
	-webkit-filter: brightness(108%);
	filter: brightness(108%);
}


/*-------------------------
typography
-------------------------*/

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	color: #1a2f33;
	font-size: 18px;
	font-weight: 300;
	font-family: "Josefin Sans", sans-serif;
	background-size: 100%;
	background-attachment: fixed;
}

body .tst-main-overlay {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 25, 29, 0.7)), color-stop(20%, rgba(4, 25, 29, 0.7)));
	background-image: linear-gradient(180deg, rgba(4, 25, 29, 0.7) 0%, rgba(4, 25, 29, 0.7) 20%);
	pointer-events: none;
}

*,
*:focus {
	outline: inherit;
}

a,
a:hover {
	color: inherit;
	text-decoration: none;
}

a.tst-color:hover,
a:hover.tst-color:hover {
	color: #f39c12;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Playfair Display", serif;
	font-weight: 900;
	margin: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.h1,
h1 {
	font-size: 80px;
}

.h2,
h2 {
	font-size: 68px;
}

.h3,
h3 {
	font-size: 48px;
}

.h4,
h4 {
	font-size: 40px;
}

.h5,
h5 {
	font-size: 24px;
}

.h6,
h6 {
	padding-top: 4px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2px;
	font-family: "Josefin Sans", sans-serif;
	margin: 0;
}

.tst-text {
	opacity: 0.7;
	font-size: 17px;
	font-weight: 300;
	font-family: "Josefin Sans", sans-serif;
	margin: 0;
}

.tst-text p:last-child {
	margin-bottom: 0px;
}

.tst-text.tst-text-lg {
	font-size: 18px;
}

.tst-label {
	display: inline-block;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2px;
	font-family: "Josefin Sans", sans-serif;
	margin: 0;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.tst-el-more .tst-label {
	font-size: 12px;
}

.tst-icon-link {
	font-size: 14px;
	letter-spacing: 2px;
	font-family: "Josefin Sans", sans-serif;
	margin: 0 5px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.tst-icon-link:hover {
	opacity: 1;
	color: #f39c12;
}

.tst-icon-link .e-font-icon-svg {
	max-width: 14px;
	max-height: 14px;
	fill: #1a2f33;
}
.tst-icon-link:hover .e-font-icon-svg {
	fill: #f39c12;
}

.elementor-widget-tastyc-about-us-wide .tst-icon-link {
	display: none;
}

.tst-suptitle {
	position: relative;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 800;
	font-family: "Josefin Sans", sans-serif;
	margin: 0;
	padding-left: 45px;
}

.tst-suptitle:before {
	content: '';
	height: 4px;
	border-radius: 2px;
	width: 30px;
	position: absolute;
	left: 0;
	top: 4px;
	background-color: #f39c12;
}

.tst-suptitle.tst-suptitle-center {
	text-align: center;
	padding-left: 0;
	padding-top: 20px;
}

.tst-suptitle.tst-suptitle-center:before {
	top: 0;
	left: 50%;
	margin-left: -15px;
}

.tst-spacer {
	height: 0;
	margin: 60px 0;
	border-bottom: dotted 4px rgba(26, 47, 51, 0.7);
	opacity: 0.3;
}

.tst-spacer.tst-spacer-only-bottom-space {
	margin-top: 0;
}

.tst-spacer.tst-spacer-only-top-space {
	margin-bottom: 0;
}

.tst-spacer.tst-white {
	border-bottom: dotted 4px rgba(242, 246, 247, 0.3);
}

.tst-spacer-sm {
	height: 1px;
	margin: 15px 0;
	border-bottom: dotted 2px rgba(26, 47, 51, 0.7);
	opacity: 0.3;
}

.tst-text-shadow {
	text-shadow: 0 5px 20px rgba(26, 47, 51, 0.95);
}

.tst-white {
	color: #f2f6f7;
}

a.tst-white {
	color: #f2f6f7;
	opacity: 0.8;
}

a.tst-white:hover {
	color: #f2f6f7;
	opacity: 1;
}

.tst-white-2 {
	color: #e5ebef;
}

a.tst-white-2 {
	color: #e5ebef;
}

a.tst-white-2:hover {
	color: #e5ebef;
}

.tst-white-2 {
	opacity: 1;
}

.tst-white-2:hover {
	opacity: 1;
}

.tst-color {
	color: #f39c12;
}

.tst-right {
	float: right;
}

@media (max-width: 992px) {
	.h1,
	h1 {
		font-size: 64px;
	}
	.h2,
	h2 {
		font-size: 48px;
	}
	.h3,
	h3 {
		font-size: 32px;
	}
	.h4,
	h4 {
		font-size: 24px;
	}
	.h5,
	h5 {
		font-size: 20px;
	}
	.tst-text .tst-text-lg {
		font-size: 16px;
	}
	.col__sedebar {
		margin-top: 60px;
	}
}

@media (max-width: 992px) {
	.tst-suptitle.tst-suptitle-mobile-md-center {
		text-align: center;
		padding-left: 0;
		padding-top: 20px;
	}
	.tst-suptitle.tst-suptitle-mobile-md-center:before {
		top: 0;
		left: 50%;
		margin-left: -15px;
	}
}

@media (max-width: 790px) {
	.h1,
	h1 {
		font-size: 48px;
	}
	.h2,
	h2 {
		font-size: 40px;
	}
	.h3,
	h3 {
		font-size: 32px;
	}
	.h4,
	h4 {
		font-size: 24px;
	}
	.h5,
	h5 {
		font-size: 20px;
	}
	.tst-suptitle.tst-suptitle-mobile-center {
		text-align: center;
		padding-left: 0;
		padding-top: 20px;
	}
	.tst-suptitle.tst-suptitle-mobile-center:before {
		top: 0;
		left: 50%;
		margin-left: -15px;
	}
	.tst-btn-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tst-btn-mobile a {
		margin: 0;
		margin-bottom: 30px;
	}
	.tst-btn-mobile a:last-child {
		margin-bottom: 0;
	}
}


/*-------------------------
buttons
-------------------------*/

.tst-btn {
	position: relative;
	padding: 0 30px;
	background-color: #f39c12;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	font-family: "Josefin Sans", sans-serif;
	margin-right: 5px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 800;
	border: none;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border-radius: 5px;
	white-space: nowrap;
}

.wc-block-components-checkout-place-order-button,
.wc-block-components-totals-coupon__button,
.wc-block-cart__submit-button {
	font-family: "Josefin Sans", sans-serif;
	background-color: #f39c12;
	color: #1a2f33;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 800;
	border: none;
	border-radius: 5px;
	text-transform: uppercase;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	cursor: pointer;
}

.wc-block-components-checkout-place-order-button,
.wc-block-cart__submit-button {
	min-height: 60px !important;
}

.tst-btn.tst-btn-shadow {
	-webkit-box-shadow: 0 3px 5px 0 rgba(26, 47, 51, 0.3);
	box-shadow: 0 3px 5px 0 rgba(26, 47, 51, 0.3);
}

.tst-btn:before {
	content: '';
	height: 7px;
	width: calc(100% - 36px);
	position: absolute;
	bottom: -7px;
	border-radius: 0 0 5px 5px;
	background-color: #f2f6f7;
	opacity: 0.15;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	left: 18px;
}

.tst-menu .tst-btn:before {
	display: none;
}

.tst-btn:last-child {
	margin-right: 0;
}

.tst-btn:hover {
	-webkit-filter: brightness(108%);
	filter: brightness(108%);
	-webkit-transform: scale(1.015);
	transform: scale(1.015);
}

.tst-btn:hover:before {
	bottom: -5px;
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}

.tst-btn.tst-btn-lg {
	padding: 0 40px;
	height: 60px;
	line-height: 60px;
}

.tst-btn i {
	margin-right: 5px;
	font-size: 18px;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

.tst-btn .e-font-icon-svg {
	margin-right: 5px;
	margin-top: -9px;
	max-width: 18px;
	max-height: 18px;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
	fill: #1a2f33;
}

.tst-btn.tst-cart-btn {
	margin: 0;
	padding: 0;
	width: 60px;
	text-align: center;
}

.tst-btn.tst-cart-btn svg {
	width: 18px;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}


/*-------------------------
forms
-------------------------*/

body form input {
	border: none;
	border-radius: 5px;
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
	padding: 0 20px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
	box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
	color: #1a2f33;
	opacity: 1;
	font-size: 17px;
	font-weight: 400;
}

body .wc-block-components-form .wc-block-components-text-input input[type=email], 
body .wc-block-components-form .wc-block-components-text-input input[type=number], 
body .wc-block-components-form .wc-block-components-text-input input[type=tel], 
body .wc-block-components-form .wc-block-components-text-input input[type=text], 
body .wc-block-components-form .wc-block-components-text-input input[type=url], 
body .wc-block-components-text-input input[type=email], 
body .wc-block-components-text-input input[type=number], 
body .wc-block-components-text-input input[type=tel], 
body .wc-block-components-text-input input[type=text], 
body .wc-block-components-text-input input[type=url],
body .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, 
body .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
body .wc-block-components-checkout-step__container textarea {
	padding-left: 20px !important;
	border: none;
	border-radius: 5px;
	color: #1a2f33;
	font-size: 17px;
	font-weight: 400;
	-webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
	box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
}

body .wc-block-components-form .wc-block-components-text-input label, 
body .wc-block-components-text-input label,
.components-base-control__label {
	left: 20px !important;
}

form input:focus {
	outline: inherit;
}

form input::-webkit-input-placeholder {
	color: #1a2f33 !important;
	opacity: 1;
	font-weight: 400;
}

form input:-ms-input-placeholder {
	color: #1a2f33 !important;
	opacity: 1;
	font-weight: 400;
}

form input::-ms-input-placeholder {
	color: #1a2f33 !important;
	opacity: 1;
	font-weight: 400;
}

form input::placeholder {
	color: #1a2f33 !important;
	opacity: 1;
	font-weight: 400;
}

textarea {
	border: none;
	border-radius: 5px;
	width: 100%;
	height: 140px;
	margin-bottom: 15px;
	padding: 15px 20px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
	box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
	color: #1a2f33 !important;
	opacity: 1;
	font-size: 17px;
	font-weight: 400;
}

textarea:focus {
	outline: inherit;
}

textarea::-webkit-input-placeholder {
	color: #1a2f33 !important;
	opacity: 1;
	font-weight: 400;
}

textarea:-ms-input-placeholder {
	color: #1a2f33 !important;
	opacity: 1;
	font-weight: 400;
}

textarea::-ms-input-placeholder {
	color: #1a2f33 !important;
	opacity: 1;
	font-weight: 400;
}

textarea::placeholder {
	color: #1a2f33 !important;
	opacity: 1;
	font-weight: 400;
}


/*-------------------------
spaces
-------------------------*/

.tst-mb-15 {
	margin-bottom: 15px;
}

.tst-mb-30 {
	margin-bottom: 30px;
}

.tst-mb-60 {
	margin-bottom: 60px;
}

.tst-mb-70 {
	margin-bottom: 70px;
}

.tst-mr-30 {
	margin-right: 30px;
}

.tst-ml-30 {
	margin-left: 30px;
}

.tst-mt-30 {
	margin-top: 30px;
}

.tst-p-60-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.tst-p-60-0 {
	padding-top: 60px;
}

.tst-p-0-60 {
	padding-bottom: 60px;
}


/**********************************

frame

***********************************/

.swiper-container {
	margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

/*-------------------------
preloader
-------------------------*/

.tst-preloader-frame {
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tst-preloader-frame .tst-preloader {
	position: relative;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	width: 80px;
	height: 80px;
	top: 80px;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.tst-preloader-frame .tst-preloader span {
	position: absolute;
	border: 6px solid #f39c12;
	border-top: 6px solid transparent;
	border-radius: 999px;
}

.tst-preloader-frame .tst-preloader span:nth-child(1) {
	width: 80px;
	height: 80px;
	-webkit-animation: spin-1 2s infinite linear;
	animation: spin-1 2s infinite linear;
}

.tst-preloader-frame .tst-preloader span:nth-child(2) {
	top: 20px;
	left: 20px;
	width: 40px;
	height: 40px;
	-webkit-animation: spin-2 1s infinite linear;
	animation: spin-2 1s infinite linear;
}

@-webkit-keyframes spin-1 {
	0% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 1;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: 1;
	}
}

@keyframes spin-1 {
	0% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 1;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes spin-2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: 0.5;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 0.5;
	}
}

@keyframes spin-2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: 0.5;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 0.5;
	}
}


/*-------------------------
marcup
-------------------------*/

.tst-app {
	width: 100%;
	position: relative;
	overflow: hidden;
	opacity: 0;
	z-index: 1;
}

.tst-content-frame {
	position: relative;
	z-index: 99999;
	border-radius: 10px;
	/*
	-webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.4);
	box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.4);
	*/
	margin-left: 45px;
	margin-right: 45px;
}

.tst-content-frame--start {
	position: relative;
	background-color: #fcfcfc;
	border-radius: 10px 10px 0 0;
}

.tst-content-frame--container {
	background-color: #fcfcfc;
}

.elementor-page .tst-content-frame--container {
	background-color: transparent;
}

.tst-content-frame--end {
	position: relative;
	background-color: #fcfcfc;
	border-radius: 0 0 10px 10px;
}

.tst-content-frame .elementor-section {
	background-color: #fcfcfc;
}

.tst-content-frame .elementor-section:first-child .tst-content-frame--end {
	display: none;
}

.tst-content-frame .elementor-section:last-child .tst-content-frame--start {
	display: none;
}

.tst-content-frame--start:before {
	content: '';
	height: 10px;
	width: calc(100% - 30px);
	position: absolute;
	z-index: 999;
	top: -10px;
	border-radius: 5px 5px 0 0;
	background-color: #f2f6f7;
	opacity: 0.2;
	left: 15px;
}

.tst-content-frame--end:after {
	content: '';
	height: 10px;
	width: calc(100% - 30px);
	position: absolute;
	bottom: -10px;
	border-radius: 0 0 5px 5px;
	background-color: #f2f6f7;
	opacity: 0.2;
	left: 15px;
}

@media (max-width: 790px) {
	.tst-content-frame {
		margin-left: 10px;
		margin-right: 10px;
	}
}


/*-------------------------
menu
-------------------------*/

.tst-menu-frame {
	height: auto;
	position: fixed;
	z-index: 9999999;
	width: 100%;
	padding: 0 15px;
}

.tst-menu {
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 80px;
	padding: 0 30px;
	border-radius: 10px 10px;
	background-color: white;
	-webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.2);
	box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.2);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.tst-menu:after {
	content: '';
	height: 10px;
	width: calc(100% - 30px);
	position: absolute;
	bottom: -10px;
	border-radius: 0 0 5px 5px;
	background-color: #f2f6f7;
	opacity: 0.15;
	left: 15px;
}

.tst-menu>.elementor {
	width: 100%;
}

.tst-menu .tst-logo {
	width: 100px;
}

.tst-menu-nav ul {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.tst-menu-nav ul li {
	height: 80px;
	position: relative;
	display: flex;
	align-items: center;
	list-style-type: none;
}

.tst-menu-nav ul li a {
	position: relative;
	padding: 0;
	display: flex;
	align-items: center;
	width: auto;
	height: 100%;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 800;
	font-family: "Josefin Sans", sans-serif;
	margin: 0 20px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	white-space: nowrap;
}

.tst-menu-nav ul li li {
	white-space: normal;
}

.tst-menu-nav .top-menu-nav > ul > li:hover > a {
	color: #f39c12;
}

.tst-menu-nav ul li ul li a:before, .tst-menu-nav ul li ul li.current-menu-item a:before {
	content: '';
  display: none;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	height: 2px;
	background: #1b2f33;
	transition: all 0.3s ease 0s;
}

.tst-menu-nav ul li.current-menu-item:after {
	content: '';
	background-color: #f39c12;
	position: absolute;
	bottom: 0;
	height: 4px;
	left: 10%;
	border-radius: 2px 2px 0 0;
}

.tst-menu-nav ul li.menu-item-has-children {
	position: relative;
}

.tst-menu-nav ul li.menu-item-has-children>a:after {
	display: inline;
	vertical-align: middle;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078";
	margin-left: 5px;
	position: relative;
	top: 0;
	font-size: 0.8em;
}

.tst-menu-nav ul li ul {
	pointer-events: none;
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	padding: 25px 0;
	min-width: 160px;
	position: absolute;
	z-index: 1;
	top: 90px;
	left: 0;
	text-align: left;
	border-radius: 5px;
	background-color: #f39c12;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-shadow: 0 3px 5px 0 rgba(26, 47, 51, 0.2);
	box-shadow: 0 3px 5px 0 rgba(26, 47, 51, 0.2);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.tst-menu-nav ul li ul:before {
	height: 10px;
	width: 100%;
	left: 0;
	background-color: transparent;
	content: '';
	position: absolute;
	top: -10px;
	z-index: 999;
}

.tst-menu-nav ul li ul:after {
	content: '';
	height: 7px;
	width: calc(100% - 20px);
	position: absolute;
	bottom: -7px;
	border-radius: 0 0 5px 5px;
	background-color: #f2f6f7;
	opacity: 0.15;
	left: 10px;
}

.tst-menu-nav ul li ul li {
	padding: 0 30px;
	margin-bottom: 15px;
	height: auto;
}

.tst-menu-nav ul li ul li a {
	white-space: nowrap;
	display: block;
	line-height: 20px;
	padding: 0;
	margin: 0;
}

.tst-menu-nav ul li ul li ul {
	pointer-events: none;
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	top: -25px;
	background: #ffb238;
	left: calc(95%)!important;
}

.tst-menu-nav ul li ul li ul:before {
	height: 100%;
	width: 10px;
	left: -10px;
	background-color: transparent;
	content: '';
	position: absolute;
	top: 0;
}

.tst-menu-nav ul li ul li.menu-item-has-children {
	position: relative;
}

@media (min-width: 1180px) {
	.tst-menu-nav ul li:hover ul {
		opacity: 1;
		pointer-events: all;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.tst-menu-nav ul li:hover ul li ul {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	.tst-menu-nav ul li ul li a:after {
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	.tst-menu-nav ul li:hover ul li:hover a:after {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		display: inline-block;
		top: -2px;
	}
	.tst-menu-nav ul li:hover ul li:hover ul {
		opacity: 1;
		pointer-events: all;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.tst-menu-nav ul li:hover ul {
		max-height: 500px;
	}
	.tst-menu-nav ul li ul li:hover > a:before, .tst-menu-nav ul li ul li.current-menu-item > a:before {
		width: 100%;
	}
}

@media (max-width: 1180px) {
	.tst-menu-nav ul li a {
		margin-left: 30px;
		margin-right: 30px;
	}
	.tst-menu-nav li.dropdown-active>ul {
		opacity: 1;
		pointer-events: all;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		margin-top: 10px;
	}
	.tst-menu-nav li.menu-item-has-children>a>span:after {
		transition: all 0.2s ease 0s;
		-webkit-transition: all 0.2s ease 0s;
	}
	.tst-menu-nav li.menu-item-has-children.dropdown-active>a>span:after {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	.tst-menu-nav ul li ul li ul {
		margin-left: -30px;
		margin-right: -30px;
		top: 0;
		left: 0!important;
		background: rgba(0, 0, 0, 0.1);
	}
	.tst-menu-nav ul li ul li a {
		white-space: normal;
	}
}

.tst-menu-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: flex-end;
}

.tst-menu-right .tst-cart {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	position: relative;
	margin-left: 20px;
	position: relative;
	top: -2px;
	cursor: pointer;
}

.tst-menu-right .tst-cart svg {
	width: 25px;
}

.tst-menu-right .tst-cart .tst-cart-number {
	line-height: 19px;
	position: absolute;
	top: -4px;
	right: -4px;
	font-weight: 600;
	background-color: #2ecc71;
	color: #f2f6f7;
	height: 17px;
	width: 17px;
	font-size: 12px;
	text-align: center;
	border-radius: 50%;
}

.tst-menu-right .tst-menu-button-frame {
	display: none;
	margin-left: 15px;
	height: 80px;
	width: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tst-menu-right .tst-menu-button-frame .tst-menu-btn {
	padding-top: 2px;
	width: 25px;
	position: relative;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 1px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span,
.tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span:after,
.tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span:before {
	content: "";
	display: block;
	width: 19px;
	height: 0.10em;
	border-radius: 3px;
	background: #1a2f33;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span {
	position: relative;
	margin: 7px 0 0;
}

.tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span:after,
.tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span:before {
	position: absolute;
}

.tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span:before {
	top: -7px;
}

.tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span:after {
	top: 7px;
}

.tst-menu-right .tst-menu-button-frame .tst-menu-btn.tst-active .tst-burger span {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tst-menu-right .tst-menu-button-frame .tst-menu-btn.tst-active .tst-burger span:before {
	-webkit-transform: translate(0px, 7px) rotate(-90deg);
	transform: translate(0px, 7px) rotate(-90deg);
}

.tst-menu-right .tst-menu-button-frame .tst-menu-btn.tst-active .tst-burger span:after {
	-webkit-transform: translate(0px, -7px) rotate(-90deg);
	transform: translate(0px, -7px) rotate(-90deg);
}

.tst-menu-frame.tst-active .tst-menu {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	border-radius: 0 0 10px 10px;
}

@media (max-width: 1180px) {
	.tst-menu-frame {
		width: 100%;
		padding: 0;
	}
	.tst-menu-overlay {
		display: none;
	}
	.tst-menu {
		width: 100%;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		border-radius: 0 0 10px 10px;
	}
	.tst-menu-nav {
		opacity: 0;
		pointer-events: none;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.2);
		box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.2);
		padding: 15px 0;
		text-align: center;
		position: fixed;
		left: 10px;
		top: 90px;
		background-color: white;
		width: calc(100% - 20px);
		border-radius: 5px;
		-webkit-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;
	}
	.tst-menu-nav.tst-active {
		opacity: 1;
		pointer-events: all;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.tst-menu-nav:after {
		content: '';
		height: 10px;
		width: calc(100% - 30px);
		position: absolute;
		bottom: -10px;
		border-radius: 0 0 5px 5px;
		background-color: white;
		opacity: 0.15;
		left: 15px;
	}
	.tst-menu-nav ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tst-menu-nav ul li {
		height: auto;
		padding: 15px 30px 0;
		display: block;
	}
	.tst-menu-nav ul li a {
		padding: 0;
		margin-bottom: 10px;
	}
	.tst-menu-nav ul li.current-menu-item:after {
		display: none;
	}
	.tst-menu-nav ul li ul {
		opacity: 1;
		top: auto;
		padding: 0;
		max-height: 0;
		-webkit-transform: none;
		transform: none;
		position: relative;
		overflow: hidden;
		-webkit-box-shadow: none;
		box-shadow: none;
		height: auto;
		-webkit-transition: 0.6s ease-in-out;
		transition: 0.6s ease-in-out;
	}
	.tst-menu-nav li.dropdown-active>ul {
		max-height: 1000px;
	}
	.tst-menu-right {
		width: auto;
	}
	.tst-menu-right .tst-btn {
		display: none;
	}
	.tst-menu-right .tst-menu-button-frame {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}


/*-------------------------
scroll hint
-------------------------*/

.tst-scroll-hint-frame {
	height: 74px;
	width: 74px;
	border-radius: 50%;
	position: absolute;
	top: -40px;
	left: calc(50% - 37px);
	z-index: 9999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fcfcfc;
}

.tst-scroll-hint-frame:after {
	-webkit-transform: scaleX(1.25) scaleY(1.09);
	transform: scaleX(1.25) scaleY(1.09);
	content: '';
	width: 74px;
	height: 37px;
	opacity: 0.15;
	border-radius: 1000px 1000px 0 0;
	position: absolute;
	top: -11.6%;
	background-color: #f2f6f7;
	z-index: -2;
}

.tst-scroll-hint-frame .tst-scroll-hint {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	top: -5px;
	position: relative;
	height: 40px;
	width: 25px;
	border: solid 2px #1a2f33;
	border-radius: 20px;
}

.tst-scroll-hint-frame .tst-scroll-hint:before {
	content: '';
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background-color: #1a2f33;
	position: absolute;
	top: 7px;
	left: 50%;
	-webkit-animation: scroll 1s infinite;
	animation: scroll 1s infinite;
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateY(0) translateX(-50%);
		transform: translateY(0) translateX(-50%);
	}
	50% {
		-webkit-transform: translateY(6px) translateX(-50%);
		transform: translateY(6px) translateX(-50%);
	}
	100% {
		-webkit-transform: translateY(0) translateX(-50%);
		transform: translateY(0) translateX(-50%);
	}
}

@keyframes scroll {
	0% {
		-webkit-transform: translateY(0) translateX(-50%);
		transform: translateY(0) translateX(-50%);
	}
	50% {
		-webkit-transform: translateY(6px) translateX(-50%);
		transform: translateY(6px) translateX(-50%);
	}
	100% {
		-webkit-transform: translateY(0) translateX(-50%);
		transform: translateY(0) translateX(-50%);
	}
}


/*-------------------------
fade scroll object
-------------------------*/

.tst-fade-up {
	opacity: 0;
	-webkit-transform: translateY(90px) scale(0.97);
	transform: translateY(90px) scale(0.97);
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

.tst-fade-up.tst-active {
	opacity: 1;
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
}

.tst-fade-down {
	opacity: 0;
	-webkit-transform: translateY(-90px) scale(0.97);
	transform: translateY(-90px) scale(0.97);
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

.tst-fade-down.tst-active {
	opacity: 1;
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
}


/**********************************

content

***********************************/


/*-------------------------
banner
-------------------------*/

.tst-banner {
	position: relative;
	z-index: 0;
	width: 100%;
	height: calc(100vh - 30px);
}

.tst-banner .tst-cover-frame {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.tst-banner .tst-cover-frame .tst-cover {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.tst-banner .tst-cover-frame .tst-map-frame {
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.tst-banner .tst-cover-frame .tst-map-frame .tst-map {
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	position: absolute;
	top: 20px;
	height: 100%;
	width: 150%;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.tst-banner .tst-cover-frame .tst-map-frame .tst-map.tst-active {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.tst-banner .tst-cover-frame .tst-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(270deg, rgba(4, 25, 29, 0.1) 0%, rgba(4, 25, 29, 0.8) 80%);
	width: 100%;
	height: 100%;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.tst-banner .tst-cover-frame .tst-overlay.tst-with-map {
	pointer-events: all;
	background-image: linear-gradient(270deg, rgba(4, 25, 29, 0) 0%, rgba(4, 25, 29, 0.8) 80%);
}

.tst-banner .tst-cover-frame .tst-overlay.tst-with-map.tst-active {
	pointer-events: none;
}

.tst-banner .tst-cover-frame .tst-lock {
	cursor: pointer;
	position: absolute;
	top: 120px;
	right: 45px;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	font-size: 14px;
	background-color: rgba(242, 246, 247, 0.3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.tst-banner .tst-cover-frame .tst-lock.tst-active {
	background-color: #f39c12;
}

.tst-banner .tst-cover-frame .tst-overlay-2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(4, 25, 29, 0.3)), color-stop(70%, rgba(4, 25, 29, 0.8)));
	background-image: linear-gradient(270deg, rgba(4, 25, 29, 0.3) 0%, rgba(4, 25, 29, 0.8) 70%);
	width: 100%;
	height: 100%;
}

.tst-banner .tst-banner-content-frame {
	position: relative;
}

.tst-banner .tst-banner-content-frame.tst-with-map {
	pointer-events: none;
}

.tst-banner .tst-banner-content-frame .tst-main-title-frame {
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tst-banner .tst-banner-content-frame.tst-banner-layout-center .tst-main-title-frame {
	text-align: center;
}

.tst-banner .tst-banner-content-frame .tst-main-title-frame .tst-main-title {
	margin-top: 15px;
	width: 100%;
}

.tst-banner.tst-small-banner {
	height: 70vh;
}

.tst-banner.tst-small-banner .tst-cover-frame {
	height: calc(70vh + 60px);
}

.tst-banner.tst-small-banner .tst-banner-content-frame .tst-main-title-frame {
	height: 70vh;
}

.tst-banner.tst-small-banner .tst-banner-content-frame .tst-main-title-frame .tst-main-title {
	margin-top: 45px;
}

.tst-main-slider .swiper-wrapper {
	z-index: 0;
}

@media (max-width: 790px) {
	.tst-banner {
		height: calc(100vh - 40px);
	}
	.tst-banner .tst-banner-content-frame {
		padding: 90px 0;
		height: 100%;
		display: flex;
		align-items: center;
	}
	.tst-banner .tst-banner-content-frame .tst-main-title-frame {
		height: auto;
	}
	.tst-banner .tst-banner-content-frame .tst-main-title-frame .tst-main-title {
		text-align: center;
	}
	.tst-banner .tst-cover-frame {
		height: 100%;
	}
	.tst-banner .tst-cover-frame .tst-lock {
		display: none;
		pointer-events: none;
	}
	.tst-banner .tst-cover-frame .tst-map-frame .tst-map {
		width: 100%;
	}
	.tst-banner.tst-small-banner {
		height: auto;
	}
	.tst-banner.tst-small-banner .tst-cover-frame {
		height: 100%;
	}
	.tst-banner.tst-small-banner .tst-banner-content-frame {
		padding: 90px 0;
	}
	.tst-banner.tst-small-banner .tst-banner-content-frame .tst-main-title-frame {
		height: auto;
	}
	.tst-main-slider .swiper-wrapper {
		z-index: 0;
	}
}

.tst-dynamic-banner-empty {
	min-height: 80px;
}


/*-------------------------
call to action
-------------------------*/

.tst-call-to-action {
	position: relative;
}

.tst-call-to-action .tst-cover-frame {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.tst-call-to-action .tst-cover-frame .tst-map-frame {
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.tst-call-to-action .tst-cover-frame .tst-map-frame .tst-map {
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	position: absolute;
	top: 20px;
	height: 100%;
	width: 150%;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.tst-call-to-action .tst-cover-frame .tst-map-frame .tst-map.tst-active {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.tst-call-to-action .tst-cover-frame .tst-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(4, 25, 29, 0.1)), color-stop(70%, rgba(4, 25, 29, 0.7)));
	background-image: linear-gradient(270deg, rgba(4, 25, 29, 0.1) 0%, rgba(4, 25, 29, 0.7) 70%);
	width: 100%;
	height: 100%;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.tst-call-to-action .tst-cover-frame .tst-overlay.tst-with-map {
	pointer-events: all;
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(4, 25, 29, 0)), color-stop(80%, rgba(4, 25, 29, 0.7)));
	background-image: linear-gradient(270deg, rgba(4, 25, 29, 0) 0%, rgba(4, 25, 29, 0.7) 80%);
}

.tst-call-to-action .tst-cover-frame .tst-overlay.tst-with-map.tst-active {
	pointer-events: none;
}

.tst-call-to-action .tst-cover-frame .tst-lock {
	cursor: pointer;
	position: absolute;
	top: 40px;
	right: 45px;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	font-size: 14px;
	background-color: rgba(242, 246, 247, 0.3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.tst-call-to-action .tst-cover-frame .tst-lock.tst-active {
	background-color: #f39c12;
}

.tst-call-to-action .tst-cta-frame {
	width: 100%;
	height: 550px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tst-call-to-action .tst-cta-frame .tst-cta {
	width: 100%;
}

.tst-call-to-action .tst-cta-image {
	width: 104%;
	max-width: 104%;
	height: 100%;
	margin-left: -2%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

@media (max-width: 992px) {
	.tst-call-to-action .tst-cta-frame {
		text-align: center;
		height: auto;
		padding: 60px 0;
	}
}


/*-------------------------
about
-------------------------*/

.tst-about-cover {
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
	box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
}

.tst-about-cover.tst-video-cover {
	padding-bottom: 60%;
}

.tst-about-cover .tst-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.tst-about-cover .tst-overlay {
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(4, 25, 29, 0.3);
	width: 100%;
	height: 100%;
}

.tst-about-cover .tst-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	height: 70px;
	width: 70px;
	margin-left: -35px;
	margin-top: -35px;
	background-color: #f39c12;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
	box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
	font-size: 18px;
	padding-left: 3px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.tst-about-cover .tst-play-button:hover {
	-webkit-filter: brightness(108%);
	filter: brightness(108%);
	-webkit-transform: scale(1.015);
	transform: scale(1.015);
}

.tst-about-cover .tst-play-button:focus {
	outline: inherit;
}

.tst-about-cover .tst-btn-animation {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	height: 90px;
	width: 90px;
	margin-left: -45px;
	margin-top: -45px;
	background-color: white;
	-webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
	box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
	-webkit-animation: customPulse 1s infinite;
	animation: customPulse 1s infinite;
}

@-webkit-keyframes customPulse {
	0% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 0.7;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes customPulse {
	0% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 0.7;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

.tst-awards {
	width: 100%;
	text-align: center;
	opacity: 0.3;
	margin-bottom: 60px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.tst-awards img {
	margin: 0 auto;
	display: block;
	width: 40%;
}

.tst-awards .tst-text {
	width: 100%;
	text-align: center;
}

.tst-awards:hover {
	opacity: 1;
}


/*-------------------------
icon box
-------------------------*/

/*.tst-icon-box {
	text-align: center;
}*/

.tst-icon-box img {
	width: 70px;
}


/*-------------------------
banner sm
-------------------------*/

.tst-banner-sm {
	position: relative;
	overflow: hidden;
	width: 100%;
	border-radius: 5px;
	background-size: 100%;
	-webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
	box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
}

.tst-banner-sm .tst-cover-frame {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tst-banner-sm .tst-cover-frame .tst-cover {
	border-radius: 5px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: bottom;
	object-position: bottom;
	width: 100%;
	height: 100%;
}

.tst-banner-sm .tst-cover-frame .tst-overlay {
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(4, 25, 29, 0.5);
	width: 100%;
	height: 100%;
}

.tst-banner-sm .tst-text-frame {
	padding: 70px 60px;
}

.tst-banner-sm .tst-wh-frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: white;
	padding: 60px 0;
	border-radius: 0 5px 5px 0;
}

.tst-banner-sm form {
	width: 100%;
	max-width: 500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.tst-banner-sm form input {
	width: 100%;
	position: relative;
	padding: 0 30px;
	height: 50px;
	border-radius: 5px;
	background-color: #fff;
	border: none;
	background-color: white;
}

.tst-banner-sm form input::-webkit-input-placeholder {
	opacity: 0.8;
	font-size: 16px;
	font-weight: 300;
}

.tst-banner-sm form input:-ms-input-placeholder {
	opacity: 0.8;
	font-size: 16px;
	font-weight: 300;
}

.tst-banner-sm form input::-ms-input-placeholder {
	opacity: 0.8;
	font-size: 16px;
	font-weight: 300;
}

.tst-banner-sm form input::placeholder {
	opacity: 0.8;
	font-size: 16px;
	font-weight: 300;
}

.tst-banner-sm form button {
	margin-left: 15px;
}

@media (max-width: 790px) {
	.tst-banner-sm .tst-text-frame {
		text-align: center;
	}
	.tst-banner-sm .tst-wh-frame {
		border-radius: 0 0 5px 5px;
	}
	.tst-banner-sm form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.tst-banner-sm form input {
		margin: 0 0 15px;
	}
	.tst-banner-sm form button {
		margin-left: 0;
	}
	.tst-faq-item-box .name {
    font-size: 16px;
	}
}


/*-------------------------
counters
-------------------------*/

.tst-count {
	text-align: center;
}

.tst-count sup {
	font-size: 26px;
	display: inline-block;
	-webkit-transform: translateY(5px) translateX(3px);
	transform: translateY(5px) translateX(3px);
}


/*-------------------------
team
-------------------------*/

.tst-team-member {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 60px;
	background-color: white;
	-webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
	box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
	border-radius: 5px;
}

.tst-team-member .tst-member-portrait-frame {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 110%;
}

.tst-team-member .tst-member-portrait-frame img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.tst-team-member .tst-member-descr {
	text-align: center;
	padding: 30px;
}

.tst-team-member .tst-member-descr .tst-member-social {
	margin-top: 15px;
}

.tst-team-member:hover .tst-member-portrait-frame img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}


/*-------------------------
testimonials
-------------------------*/

.tst-testimonials-slider {
	padding-top: 60px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -15px;
	margin-right: -15px;
}

.tst-testimonial-card {
	position: relative;
	border-radius: 5px;
	padding: 30px;
	border: dotted 2px rgba(26, 47, 51, 0.2);
	margin-bottom: 60px;
	cursor: default;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.tst-testimonial-card .tst-quote {
	width: 100px;
	color: #f39c12;
	line-height: 100px;
	position: absolute;
	top: -90px;
	opacity: 0;
	right: -20px;
	font-family: "Playfair Display", serif;
	font-size: 220px;
	font-style: italic;
	text-shadow: 0 2px 7px rgba(26, 47, 51, 0.15);
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

.tst-testimonial-card .tst-testimonial-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tst-testimonial-card .tst-testimonial-bottom .tst-visitor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tst-testimonial-card .tst-testimonial-bottom .tst-visitor img {
	margin-right: 15px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.tst-testimonial-card .tst-testimonial-bottom .tst-date {
	opacity: 0.6;
	background-color: rgba(26, 47, 51, 0.2);
	padding: 3px 10px 1px;
	border-radius: 10px;
	font-size: 12px;
	line-height: 18px;
}

.swiper-slide-active .tst-testimonial-card {
	background-color: white;
	-webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
	box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
	border-color: transparent;
}

.swiper-slide-active .tst-testimonial-card .tst-quote {
	top: 0;
	opacity: 1;
}


/*-------------------------
blog
-------------------------*/

.tst-slider {
	padding: 60px 15px 0;
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.tst-read-more {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tst-blog-card {
	background-color: white;
	-webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
	box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
	border-radius: 5px;
}

.tst-blog-card .tst-cover-frame {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
	width: 100%;
	padding-bottom: 65%;
}

.tst-blog-card .tst-cover-frame img {
	border-radius: 5px 5px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.tst-blog-card .tst-cover-frame .tst-card-badge {
	padding: 5px 10px 3px;
	border-radius: 3px;
	background-color: #f39c12;
	position: absolute;
	font-weight: 800;
	top: 30px;
	left: 30px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}

.tst-blog-card .tst-descr {
	padding: 30px;
}

.tst-blog-card:hover .tst-cover-frame img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.tst-post-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tst-post-bottom .tst-post-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tst-post-bottom .tst-post-author img {
	margin-right: 15px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.tst-date {
	display: inline-block;
	opacity: 0.6;
	background-color: rgba(26, 47, 51, 0.2);
	padding: 3px 10px 1px;
	border-radius: 10px;
	font-size: 12px;
	line-height: 18px;
}

.tst-date.tst-date-m {
	margin-bottom: 10px;
	display: none;
}

@media (max-width: 790px) {
	.tst-read-more {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	.tst-read-more .tst-text {
		margin-bottom: 30px;
	}
}


/*-------------------------
comments
-------------------------*/

.tst-comments-list {
	padding: 0;
	margin-top: 30px;
	position: relative;
}

.tst-comments-list:before {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #E4E9EA;
	position: absolute;
	left: 32px;
	top: 0;
}

.tst-comments-list>li {
	list-style-type: none;
	position: relative;
}

.tst-comments-list>li:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	width: 0;
}

.tst-comments-list .tst-comment-avatar {
	width: 65px;
	height: 65px;
	position: relative;
	z-index: 99;
	float: left;
	border-radius: 50%;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
	box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
}

.tst-comments-list .tst-comment-avatar img {
	width: 100%;
	height: 100%;
}

.tst-comments-list .children {
	padding-left: 88px;
	clear: both;
	margin-top: 15px;
	list-style: none;
}

.tst-comments-list .comment {
	list-style: none;
}

.comment:after {
	content: '';
	position: relative;
	display: block;
	clear: both;
}

.comment-reply {
	margin-top: 15px;
}

.tst-comment-box {
	width: calc(100% - 90px);
	float: right;
	position: relative;
	background-color: white;
	border-radius: 5px;
	padding: 30px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
	box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
}

.tst-comment-box .tst-comment-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.tst-comment-box .tst-comment-head .tst-date {
	opacity: 0.6;
	background-color: rgba(26, 47, 51, 0.2);
	padding: 3px 10px 1px;
	border-radius: 10px;
	font-size: 12px;
	line-height: 18px;
}

.tst-comments-list.tst-reply-list>li:last-child .tst-comment-box {
	margin-bottom: 30px !important;
}

@media (max-width: 790px) {
	.tst-comments-list:before {
		left: 17px;
	}
	.tst-comments-list .tst-comment-avatar {
		width: 35px;
		height: 35px;
	}
	.tst-reply-list {
		padding-left: 50px;
	}
	.tst-reply-list>li:before {
		top: 17px;
		left: -33px;
	}
	.tst-comment-box {
		width: calc(100% - 50px);
	}
}


/*-------------------------
footer
-------------------------*/

footer {
	padding: 70px 0 40px;
	width: 100%;
}

footer .elementor-section>.elementor-container,
.elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap {
	padding-top: 0px;
	padding-bottom: 0px;
}

footer .tst-footer-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .tst-footer-top .tst-logo {
	width: 120px;
	z-index: 1;
}

footer .tst-footer-contact {
	padding: 0;
}

footer .tst-footer-contact li {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 13px;
}

footer .tst-footer-contact li .tst-label {
	line-height: 26px;
}

footer .tst-footer-gallery {
	width: 100%;
	position: relative;
}

footer .tst-footer-gallery .tst-footer-gal-item {
	padding-bottom: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
	box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
}

footer .tst-footer-gallery .tst-footer-gal-item img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

footer .tst-footer-gallery .tst-footer-gal-item .tst-overlay {
	width: 100%;
	height: 100%;
	background-image: none;
	background-color: rgba(4, 25, 29, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #f2f6f7;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

footer .tst-footer-gallery .tst-footer-gal-item .tst-overlay i {
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

footer .tst-footer-gallery .tst-footer-gal-item:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

footer .tst-footer-gallery .tst-footer-gal-item:hover .tst-overlay {
	opacity: 1;
}

footer .tst-footer-gallery .tst-footer-gal-item:hover .tst-overlay i {
	-webkit-transform: scale(1);
	transform: scale(1);
}

footer .tst-gallery-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .tst-gallery-nav .tst-fg-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

footer .tst-gallery-nav .tst-fg-nav .tst-slider-btn {
	font-size: 13px;
	margin-left: 30px;
	cursor: pointer;
}

footer .tst-gallery-nav .tst-fg-nav .tst-slider-btn:focus {
	outline: inherit;
}

footer .tst-footer-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .tst-footer-bottom a {
	z-index: 1;
}

footer .tst-footer-bottom .tst-text {
	opacity: 0.4;
}

footer .elementor-column .tst-mb-60 {
	padding-right: 30px;
}

footer .elementor-column:last-child .tst-mb-60 {
	padding-right: 0px;
}


/*-------------------------
popup
-------------------------*/
/**/
.tst-popup-bg {
	opacity: 0;
	pointer-events: none;
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(4, 25, 29, 0.9)), color-stop(70%, rgba(4, 25, 29, 0.9)));
	background-image: linear-gradient(270deg, rgba(4, 25, 29, 0.9) 0%, rgba(4, 25, 29, 0.9) 70%);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.tst-popup-bg .tst-popup-frame {
	position: relative;
	margin-top: 60px;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	text-align: center;
	width: 50%;
	padding: 60px 30px 30px;
	background-color: #f2f6f7;
	-webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
	box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
	border-radius: 10px;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.tst-popup-bg .tst-popup-frame:before {
	content: '';
	height: 10px;
	width: calc(100% - 30px);
	position: absolute;
	z-index: 999;
	top: -10px;
	border-radius: 5px 5px 0 0;
	background-color: #f2f6f7;
	opacity: 0.2;
	left: 15px;
}

.tst-popup-bg .tst-popup-frame:after {
	content: '';
	height: 10px;
	width: calc(100% - 30px);
	position: absolute;
	bottom: -10px;
	border-radius: 0 0 5px 5px;
	background-color: #f2f6f7;
	opacity: 0.2;
	left: 15px;
}

.tst-popup-bg .tst-popup-frame .tst-close-popup {
	position: absolute;
	top: 30px;
	cursor: pointer;
	right: 30px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.tst-popup-bg .tst-popup-frame .tst-close-popup:hover {
	color: #e74c3c;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.tst-popup-bg.tst-active {
	opacity: 1;
	pointer-events: all;
}

.tst-popup-bg.tst-active .tst-popup-frame {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

@media (max-width: 1180px) {
	.tst-popup-bg {
		padding: 0 45px;
	}
	.tst-popup-bg .tst-popup-frame {
		width: 100%;
	}
}

@media (max-width: 790px) {
	.tst-popup-bg {
		padding: 10px;
	}
}

/*fix popup visibility for scroll on mobile*/
.tst-popup-bg {
	z-index: -1;
	visibility: hidden;
}
.tst-popup-bg.tst-active {
	z-index: 99;
	visibility: visible;
}


/*-------------------------
breadcrumbs
-------------------------*/

.tst-breadcrumbs {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background-color: #f39c12;
	padding: 0;
	margin: 0;
	padding: 0 30px;
	height: 50px;
	border-radius: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tst-breadcrumbs:before {
	content: '';
	height: 7px;
	width: calc(100% - 20px);
	position: absolute;
	bottom: -7px;
	border-radius: 0 0 5px 5px;
	background-color: #f2f6f7;
	opacity: 0.15;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	left: 10px;
}

.tst-breadcrumbs li {
	list-style-type: none;
	margin-right: 15px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 2px;
	font-family: "Josefin Sans", sans-serif;
}

.tst-breadcrumbs li:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	font-size: 12px;
	margin-left: 15px;
}

.tst-breadcrumbs li a {
	margin: 0;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.tst-breadcrumbs li.tst-active,
.tst-breadcrumbs li:last-child {
	pointer-events: none;
	opacity: 0.5;
}

.tst-breadcrumbs li.tst-active:after,
.tst-breadcrumbs li:last-child:after {
	display: none;
}

.tst-breadcrumbs li:last-child {
	margin: 0;
}

.tst-breadcrumbs li {
	display: flex;
	align-items: center;
}


/**********************************

menu

***********************************/


/*-------------------------
default card
-------------------------*/

.tst-menu-book-item {
	background-color: white;
	-webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
	box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
	border-radius: 5px;
	margin-bottom: 60px;
	/*-------------------------
  small card
  -------------------------*/
}

.tst-menu-book-item .tst-item-cover-frame {
	display: block;
	border-radius: 5px 5px 0 0;
	position: relative;
	overflow: hidden;
	padding-bottom: 65%;
}

.tst-menu-book-item .tst-item-cover-frame img {
	border-radius: 5px 5px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.tst-menu-book-item .tst-item-cover-frame:focus {
	outline: inherit;
}

.tst-menu-book-item .tst-item-cover-frame:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.tst-menu-book-item .tst-menu-book-descr {
	padding: 30px;
	position: relative;
}

.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price .tst-price {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0;
}

.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price .tst-price .woocommerce-Price-currencySymbol {
	margin-right: 3px;
	display: inline;
	font-weight: 400;
	font-size: 12px;
	opacity: 0.6;
}

.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price .tst-price.tst-old-price {
	font-size: 12px;
	font-weight: 200;
	opacity: 0.6;
	margin-bottom: 5px;
}

.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price .tst-price.tst-old-price .woocommerce-Price-currencySymbol {
	font-size: 6px;
}

.tst-menu-book-item.tst-mbi-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tst-menu-book-item.tst-mbi-2 .tst-item-cover-frame {
	width: 30%;
	padding-bottom: 1%;
	border-radius: 5px 0 0 5px;
}

.tst-menu-book-item.tst-mbi-2 .tst-item-cover-frame img {
	border-radius: 5px 0 0 5px;
}

.tst-menu-book-item.tst-mbi-2 .tst-menu-book-descr {
	padding: 30px;
	width: 70%;
}

.tst-menu-book-item.tst-mbi-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	margin-bottom: 30px;
}

.tst-menu-book-item.tst-mbi-3 .tst-item-cover-frame {
	height: 130px;
	width: 130px;
	border-radius: 5px;
	padding-bottom: 0;
	-webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
	box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
}

.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr {
	width: calc(100% - 130px);
	padding: 10px 30px 10px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr .tst-spacer-sm {
	display: none;
}

.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr .tst-menu-book-bottom {
	width: 100px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	position: relative;
}

.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price .tst-price {
	font-size: 18px;
}

.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr .tst-menu-book-bottom .tst-cart-btn {
	border-radius: 50%;
	padding: 0;
	margin: 0;
	height: 35px;
	width: 35px;
	transform: scale(1)!important;
}

.tst-menu-book-item .tst-btn, .woocommerce ul.products li.product .button.add_to_cart_button {
	transform: scale(1)!important;
}

.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr .tst-menu-book-bottom .tst-cart-btn svg {
	margin-bottom: 20px;
}

.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-cart-btn.added {
	background-color: #2ecc71 !important;
}

.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .added_to_cart {
	padding: 8px 8px 5px 8px;
	position: absolute;
	bottom: -30px;
	right: 0;
	background: #e5e7e7;
	border-radius: 2px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 2px;
	white-space: nowrap;
}

.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .added_to_cart:before {
	content: '';
	position: absolute;
	right: 10px;
	top: -13px;
	border: 8px solid transparent;
	border-bottom: 6px solid #e5e7e7;
}

.tst-slider .tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .added_to_cart {
	bottom: 37px;
	right: 107px;
}

.tst-slider .tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .added_to_cart:before {
	right: -12px;
  	top: 9px;
  	border: 6px solid transparent;
  	border-bottom: 6px solid #f39c12;
  	transform: rotate(90deg);
}

.tst-menu-rows .tst-spacer:last-child {
	display: none;
}

.swiper-menu-nav {
	text-align: center;
	position: static;
	width: auto !important;
	left: auto !important;
	margin: 0 0 60px;
}

.swiper-menu-nav .swiper-pagination-bullet {
	opacity: 1;
	position: relative;
	padding: 0 30px;
	background-color: transparent;
	display: inline-block;
	height: 50px;
	width: auto;
	color: #1a2f33;
	line-height: 54px;
	cursor: pointer;
	font-family: "Josefin Sans", sans-serif;
	-webkit-transform: scale(1) !important;
	transform: scale(1) !important;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 800;
	border: none !important;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border-radius: 5px;
	width: auto;
}

.swiper-menu-nav .swiper-pagination-bullet-active {
	-webkit-transform: scale(1) !important;
	transform: scale(1) !important;
	border: none !important;
	color: #1a2f33;
	background-color: #f39c12;
}

.swiper-menu {
	overflow: visible !important;
}

.swiper-menu .swiper-slide > .col-lg-12,
.swiper-menu .swiper-slide > .row > .col-lg-12 {
	background-color: #fcfcfc;
}

@media (max-width: 500px) {
	.tst-menu-book-item.tst-mbi-3 .tst-item-cover-frame {
		display: none;
	}
	.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr {
		width: 100%;
		padding: 0;
	}
}


/**********************************

shop

***********************************/


/*-------------------------
minicart
--------------------------*/

.tst-minicart-window {
	pointer-events: none;
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	border-radius: 10px;
	position: absolute;
	top: 90px;
	right: 0;
	min-width: 250px;
	background-color: white;
	-webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
	box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.tst-minicart-window.tst-active {
	pointer-events: all;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.tst-minicart-window:after {
	content: '';
	height: 10px;
	width: calc(100% - 30px);
	position: absolute;
	bottom: -10px;
	border-radius: 0 0 5px 5px;
	background-color: #fcfcfc;
	opacity: 0.15;
	left: 15px;
}

.tst-minicart-window .tst-minicart-header {
	text-align: center;
	padding: 30px;
	background-color: white;
	border-radius: 10px 10px 0 0;
	border-bottom: solid 1px rgba(26, 47, 51, 0.05);
}

.tst-minicart-window .woocommerce-mini-cart {
	margin: 0;
	padding: 30px 26px 15px 30px;
	width: 415px;
	background-color: #fcfcfc;
	overflow: scroll;
	overflow-x: hidden;
	height: 100%;
	max-height: 400px;
	-webkit-box-shadow: inset 0 5px 5px 0 rgba(26, 47, 51, 0.05);
	box-shadow: inset 0 5px 5px 0 rgba(26, 47, 51, 0.05);
}

.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item,
.tst-minicart-window .woocommerce-mini-cart .woocommerce-cart-form__cart-item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: white;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 50px 0 160px;
	min-height: 90px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
	box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
	position: relative;
	overflow: hidden;
	list-style-type: none;
	margin-bottom: 15px;
}

.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item a,
.tst-minicart-window .woocommerce-mini-cart .woocommerce-cart-form__cart-item a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1px;
	font-family: "Josefin Sans", sans-serif;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity,
.tst-minicart-window .woocommerce-mini-cart .woocommerce-cart-form__cart-item .quantity {
	font-size: 13px;
	opacity: 0.8;
}

.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item .remove_from_cart_button,
.tst-minicart-window .woocommerce-mini-cart .woocommerce-cart-form__cart-item .remove_from_cart_button {
	text-align: center;
	line-height: 1;
	padding-left: 0;
	display: block;
	-webkit-transform: scale(0);
	transform: scale(0);
	border-radius: 50%;
	font-weight: 300;
	text-align: center;
	position: absolute;
	height: 36px;
	width: 18px;
	color: #e74c3c!important;
	background-color: transparent;
	font-size: 30px;
	margin-top: -18px;
	top: 50%;
	right: 20px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border: none;
	text-transform: uppercase;
}

.tst-minicart-window .woocommerce-mini-cart .woocommerce-cart-form__cart-item .remove_from_cart_button:before {
	content: 'x';
	font-size: 14px;
	font-weight: 700;
}

.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item .attachment-woocommerce_thumbnail,
.tst-minicart-window .woocommerce-mini-cart .woocommerce-cart-form__cart-item .attachment-woocommerce_thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 140px;
	border-radius: 5px 0 0 5px;
}

.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item:hover .remove_from_cart_button,
.tst-minicart-window .woocommerce-mini-cart .woocommerce-cart-form__cart-item:hover .remove_from_cart_button {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.tst-minicart-window .woocommerce-mini-cart__total,
.tst-minicart-window .elementor-menu-cart__subtotal {
	border-top: solid 1px rgba(26, 47, 51, 0.05);
	padding: 20px;
	margin: 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tst-minicart-window .woocommerce-mini-cart__total strong,
.tst-minicart-window .elementor-menu-cart__subtotal strong {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1px;
	font-family: "Josefin Sans", sans-serif;
}

.tst-minicart-window .woocommerce-mini-cart__total .woocommerce-Price-amount,
.tst-minicart-window .elementor-menu-cart__subtotal .woocommerce-Price-amount {
	font-weight: 600;
	font-size: 22px;
}

.tst-minicart-window .woocommerce-mini-cart__total .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.tst-minicart-window .elementor-menu-cart__subtotal .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	margin-right: 5px;
	display: inline-block;
	font-weight: 400;
	font-size: 13px;
	opacity: 0.6;
}

.tst-minicart-window .woocommerce-mini-cart__buttons,
.tst-minicart-window .elementor-menu-cart__footer-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px 10px;
}

.tst-minicart-window .woocommerce-mini-cart__buttons a,
.tst-minicart-window .elementor-menu-cart__footer-buttons a {
	position: relative;
	padding: 0 30px;
	background-color: #f39c12;
	display: inline-block;
	height: 50px;
	line-height: 54px;
	cursor: pointer;
	font-family: "Josefin Sans", sans-serif;
	margin-right: 5px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 800;
	border: none;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border-radius: 5px;
}

.tst-minicart-window .woocommerce-mini-cart__buttons a:hover,
.tst-minicart-window .elementor-menu-cart__footer-buttons a:hover {
	-webkit-filter: brightness(108%);
	filter: brightness(108%);
	-webkit-transform: scale(1.015);
	transform: scale(1.015);
}

.tst-minicart-window .woocommerce-mini-cart__buttons a:last-child,
.tst-minicart-window .elementor-menu-cart__footer-buttons a:last-child {
	margin: 0;
	margin-left: 4%;
	float: right;
}

@media (max-width: 500px) {
	.tst-minicart-window {
		width: calc(100% - 30px);
		left: 15px;
	}
	.tst-minicart-window .woocommerce-mini-cart {
		max-height: 45vh;
		width: 100%;
		padding: 15px 15px 0;
	}
}


/*-------------------------
product card
-------------------------*/

.tst-shop-list-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tst-shop-list-header .woocommerce-result-count {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2px;
	font-family: "Josefin Sans", sans-serif;
	margin: 0;
}

@media (max-width: 790px) {
	.tst-shop-list-header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tst-shop-list-header .woocommerce-result-count {
		margin-bottom: 30px;
	}
}

.tst-product-card {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	background-color: white;
	-webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.2);
	box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.2);
	margin-bottom: 60px;
}

.tst-product-card .woocommerce-LoopProduct-link {
	display: block;
	text-decoration: none !important;
}

.tst-product-card .woocommerce-LoopProduct-link .tst-cover-frame {
	position: relative;
	overflow: hidden;
	padding-bottom: 65%;
}

.tst-product-card .woocommerce-LoopProduct-link .tst-cover-frame .attachment-woocommerce_thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	display: block;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.tst-product-card .woocommerce-LoopProduct-link h2 {
	display: block;
	padding: 30px 0 15px;
	margin: 0 30px;
	font-size: 24px;
	line-height: 26px;
}

.tst-product-card .woocommerce-LoopProduct-link .tst-product-descr {
	display: block;
	padding-bottom: 15px;
	margin: 0 30px;
	border-bottom: dotted 2px rgba(26, 47, 51, 0.4);
}

.tst-product-card .woocommerce-LoopProduct-link .price {
	position: absolute;
	bottom: 0;
	margin: 0 30px;
	padding-bottom: 30px;
	display: block;
}

.tst-product-card .woocommerce-LoopProduct-link .price .woocommerce-Price-amount {
	font-weight: 600;
	font-size: 22px;
}

.tst-product-card .woocommerce-LoopProduct-link .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	margin-right: 5px;
	display: inline-block;
	font-weight: 400;
	font-size: 13px;
	opacity: 0.6;
}

.tst-product-card .woocommerce-LoopProduct-link .price del .woocommerce-Price-amount {
	text-decoration: line-through;
	margin-right: 15px;
	font-weight: 200;
	font-size: 12px;
	position: absolute;
	top: -25px;
}

.tst-product-card .woocommerce-LoopProduct-link .price del .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	margin-right: 5px;
	display: inline-block;
	font-weight: 400;
	font-size: 9px;
	opacity: 0.6;
}

.tst-product-card .tst-btn {
	margin: 15px 30px 30px;
	float: right;
}

.tst-product-card:hover .tst-cover-frame .attachment-woocommerce_thumbnail {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}


/*-------------------------
sidebar
--------------------------*/

.widget-area {
	padding-left: 15px;
}

.shop-page .col-padding-right .widget-area {
	padding-right: 15px;
	padding-left: 0;
}

.widget-area .widget-title {
	display: block;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 60px;
}

.widget-area ul {
	padding: 0;
	margin: 0;
}

.widget-area ul li {
	list-style-type: none;
}

.widget-area .widget_product_categories ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2px;
	font-family: "Josefin Sans", sans-serif;
	margin: 0;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	margin-bottom: 15px;
}

.widget-area .widget_product_categories ul li .count {
	display: inline-block;
	text-align: center;
	line-height: 17px;
	margin-left: 10px;
	padding: 1px 10px 0;
	border-radius: 10px;
	font-weight: 600;
	text-align: center;
	height: 15px;
	width: auto;
	color: #fcfcfc;
	background-color: #2ecc71;
	font-size: 12px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.widget-area .product_list_widget li {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: white;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 10px 0 100px !important;
	min-height: 90px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.2);
	box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.2);
	position: relative;
	overflow: hidden;
	list-style-type: none;
	margin-bottom: 15px !important;
}

.widget-area .product_list_widget li a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2px;
	font-family: "Josefin Sans", sans-serif;
	margin: 0 0 10px;
}

.widget-area .product_list_widget li a .product-title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.widget-area .product_list_widget li .attachment-woocommerce_thumbnail {
	position: absolute;
	top: 0;
	left: -10px;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 90px;
	border-radius: 5px 0 0 5px;
}

.widget-area .product_list_widget li .woocommerce-Price-amount {
	font-weight: 600;
	font-size: 16px;
}

.widget-area .product_list_widget li .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	margin-right: 5px;
	display: inline-block;
	font-weight: 400;
	font-size: 13px;
	opacity: 0.6;
}

.widget-area .product_list_widget li del .woocommerce-Price-amount {
	text-decoration: line-through;
	margin-right: 15px;
	font-weight: 200;
	font-size: 12px;
}

.widget-area .product_list_widget li del .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	margin-right: 5px;
	display: inline-block;
	font-weight: 400;
	font-size: 9px;
	opacity: 0.6;
}

@media (max-width: 992px) {
	.widget-area {
		padding-left: 0;
	}
	.shop-page .col-padding-right .widget-area {
		padding-right: 0;
		padding-left: 0;
	}
}

.woocommerce-ordering {
	margin: 0 0 15px 0;
	float: right;
}

.woocommerce .woocommerce-ordering {
	margin: -30px 0 30px 0;
}

.woocommerce-ordering .nice-select {
	margin-top: 0;
	margin-bottom: 0;
}

.woocommerce-ordering select {
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 240px;
	height: 50px;
	border: none;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
}

.woocommerce-ordering select:focus {
	outline: inherit;
}

.woocommerce-product-search {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.woocommerce-product-search input, .woocommerce .woocommerce-product-search input {
	width: 100%;
	margin-bottom: 0;
	margin-right: 10px;
	position: relative;
	padding: 0 10px;
	height: 50px;
	-webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.1);
	box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.1);
	border-radius: 5px;
	background-color: #fff;
	border: none;
}

.woocommerce-product-search input::-webkit-input-placeholder {
	font-size: 16px;
	font-weight: 300;
	color: #1a2f33;
}

.woocommerce-product-search input:-ms-input-placeholder {
	font-size: 16px;
	font-weight: 300;
	color: #1a2f33;
}

.woocommerce-product-search input::-ms-input-placeholder {
	font-size: 16px;
	font-weight: 300;
	color: #1a2f33;
}

.woocommerce-product-search input::placeholder {
	font-size: 16px;
	font-weight: 300;
	color: #1a2f33;
}

.woocommerce-product-search input:focus {
	outline: inherit;
}

.woocommerce-product-search button {
	position: relative;
	padding: 0 20px;
	background-color: #f39c12;
	display: inline-block;
	height: 50px;
	line-height: 54px;
	cursor: pointer;
	font-family: "Josefin Sans", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 800;
	border: none;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border-radius: 5px;
}

.woocommerce-product-search button i {
	font-size: 14px;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

.woocommerce-product-search button:hover {
	-webkit-filter: brightness(108%);
	filter: brightness(108%);
	-webkit-transform: scale(1.015);
	transform: scale(1.015);
}


/*-------------------------
cart
--------------------------*/

.woocommerce input {
	height: 50px;
	border-radius: 5px;
	background-color: #fff;
}

.woocommerce input::-webkit-input-placeholder {
	font-size: 16px;
	font-weight: 300;
	color: #1a2f33;
}

.woocommerce input:-ms-input-placeholder {
	font-size: 16px;
	font-weight: 300;
	color: #1a2f33;
}

.woocommerce input::-ms-input-placeholder {
	font-size: 16px;
	font-weight: 300;
	color: #1a2f33;
}

.woocommerce input::placeholder {
	font-size: 16px;
	font-weight: 300;
	color: #1a2f33;
}

.woocommerce input:focus {
	outline: inherit;
}

table {
	background-color: white;
	width: 100%;
	-webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.1);
	box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.1);
	border: none !important;
	padding: 40px 30px;
}

table * {
	border: none;
}

table thead tr th {
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2px;
	font-family: "Josefin Sans", sans-serif;
}

.quantity input {
	height: 50px;
	min-width: 90px;
	padding: 0 10px 0 0;
	background-color: #fff;
}

.actions {
	background-color: transparent !important;
	position: relative;
	padding: 20px !important;
}

.actions .tst-uc {
	position: absolute !important;
	top: 30px;
	right: 0;
}

.coupon {
	padding-bottom: 0 !important;
}

.coupon button {
	margin-left: 15px !important;
}

@media (max-width: 992px) {
	.actions {
		position: relative;
		padding: 30px 0 0 !important;
	}
	.actions .tst-uc {
		margin-top: 30px !important;
		position: static !important;
	}
}

.cart_item,
.wc-block-cart-items__row {
	position: relative;
}

.cart_item td,
.wc-block-cart-items__row td {
	background-color: transparent !important;
	padding: 15px 20px !important;
	border-top: none;
}

.cart_item td:before,
.wc-block-cart-items__row td:before {
	padding: 0 0 30px !important;
	text-transform: uppercase !important;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2px;
	font-family: "Josefin Sans", sans-serif;
}

.cart_item td.product-remove {
	width: 15px;
}

.cart_item td.product-remove a.remove,
.wc-block-cart-items__row td .wc-block-cart-item__remove-link:before {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	line-height: 0.65;
	width: 24px;
	height: 24px;
	font-size: 40px;
	line-height: 18px;
	text-indent: -1px;
	font-weight: 300;
	background-color: #e74c3c;
	color: #fcfcfc !important;
	opacity: 1;
	text-align: center;
}

.wc-block-cart-items__row td .wc-block-cart-item__remove-link:before {
	content: "×";
	width: 24px;
	height: 24px;
	font-size: 24px;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	margin-right: 5px;
}

.cart_item td.product-remove a.remove:hover,
.wc-block-cart-items__row td .wc-block-cart-item__remove-link:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.cart_item td.product-thumbnail,
.wc-block-cart-items__row .wc-block-cart-item__image {
	width: 200px;
	height: 100px;
}

.cart_item td.product-thumbnail a,
.wc-block-cart-items__row .wc-block-cart-item__image a {
	display: block;
	padding-bottom: 65%;
	position: relative;
}

@media (max-width: 991px) {
	.cart_item td.product-thumbnail,
	.wc-block-cart-items__row .wc-block-cart-item__image {
		width: 105px;
	}
	.cart_item td.product-thumbnail a,
	.wc-block-cart-items__row .wc-block-cart-item__image a {
		padding-bottom: 75%;
	}
}

.cart_item td.product-thumbnail a img,
.wc-block-cart-items__row .wc-block-cart-item__image a img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 5px;
	object-fit: cover;
}

.cart_item .product-price .woocommerce-Price-amount, 
.cart_item .product-subtotal .woocommerce-Price-amount,
.wc-block-cart-items__row .price {
	font-size: 18px;
}

.wc-block-cart-items__row .price del {
	opacity: 0.5;
}

.wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
	font-weight: 600;
}

.product-name a,
.wc-block-cart-items__row .wc-block-components-product-name {
	font-weight: 600;
	font-size: 18px;
	font-family: "Playfair Display", serif !important;
}

body .wc-block-components-product-badge {
	color: #f39c12;
}

body .wc-block-components-product-metadata {
	font-size: 14px;
}

.product-price .woocommerce-Price-amount,
.product-subtotal .woocommerce-Price-amount {
	font-size: 16px;
	font-weight: 400;
}

.product-price .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.product-subtotal .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	margin-right: 5px;
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	opacity: 0.6;
}

.cart_totals h2 {
	display: block;
	margin: 0 0 30px;
	font-size: 24px;
	line-height: 26px;
}

.cart_totals table {
	padding: 30px 30px 25px;
}

.cart_totals table tbody tr.cart-subtotal td {
	background-color: transparent !important;
	padding: 20px !important;
	font-size: 16px;
	font-weight: 400;
}

.cart_totals table tbody tr.cart-subtotal td:before {
	text-transform: uppercase !important;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2px;
	font-family: "Josefin Sans", sans-serif;
}

.cart_totals table tbody tr.cart-subtotal td .woocommerce-Price-currencySymbol {
	margin-right: 5px;
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	opacity: 0.6;
}

.cart_totals table tbody tr.cart-subtotal th {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2px;
	padding: 20px;
}

.cart_totals table tbody tr.order-total td {
	background-color: transparent !important;
	padding: 20px;
	font-size: 22px;
	font-weight: 300;
}

.cart_totals table tbody tr.order-total td:before {
	text-transform: uppercase !important;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2px;
	font-family: "Josefin Sans", sans-serif;
}

.cart_totals table tbody tr.order-total td .woocommerce-Price-currencySymbol {
	margin-right: 5px;
	display: inline-block;
	font-weight: 400;
	font-size: 13px;
	opacity: 0.6;
}

.cart_totals table tbody tr.order-total th {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2px;
	padding-top: 30px;
}

.checkout-button,
.wc-proceed-to-checkout a.checkout-button {
	position: relative;
	padding: 0 30px;
	background-color: #f39c12;
	display: inline-block;
	height: 50px;
	line-height: 54px;
	cursor: pointer;
	color: #1a2f33;
	font-family: "Josefin Sans", sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 800;
	border: none;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border-radius: 5px;
}

.checkout-button:hover {
	-webkit-filter: brightness(108%);
	filter: brightness(108%);
	-webkit-transform: scale(1.015);
	transform: scale(1.015);
}

body .wc-block-components-sidebar {
    padding-left: 0;
}

body .wc-block-components-sidebar {
    margin-top: 0;
}


/*-------------------------
checkout (in next update)
--------------------------*/


/**********************************

custom

***********************************/


/*-------------------------
swiper
--------------------------*/

.tst-slider-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 400px !important;
	position: absolute;
	left: 50% !important;
	bottom: auto !important;
	margin-left: -200px;
}

.swiper-pagination-bullet {
	height: 8px;
	width: 8px;
	margin: 0 3px;
	opacity: 0.3;
	background-color: #1a2f33;
	border: solid 3px transparent;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	-webkit-transform: scale(1.6);
	transform: scale(1.6);
	opacity: 1;
	margin: 0 5px;
	border: solid 3px #f39c12;
}

.swiper-pagination-bullet:focus {
	outline: inherit;
}

.tst-slider-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.tst-slider-navigation .tst-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tst-slider-navigation .tst-nav .tst-slider-btn {
	padding-top: 1px;
	margin-left: 15px;
	background-color: #f39c12;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 35px;
	width: 35px;
	cursor: pointer;
	border-radius: 50%;
	font-size: 14px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.tst-slider-navigation .tst-nav .tst-slider-btn:hover {
	-webkit-filter: brightness(108%);
	filter: brightness(108%);
	-webkit-transform: scale(1.015);
	transform: scale(1.015);
}

.tst-slider-navigation .tst-nav .tst-slider-btn.swiper-button-disabled {
	pointer-events: none;
	opacity: 0.3;
	background-color: rgba(26, 47, 51, 0.1);
}

.tst-slider-navigation .tst-nav .tst-slider-btn.swiper-button-disabled:hover {
	background-color: rgba(26, 47, 51, 0.1);
	opacity: 0.1;
}

.tst-slider-navigation .tst-nav .tst-slider-btn .tst-label {
	margin-right: 15px;
}

.tst-slider-navigation .tst-nav .tst-slider-btn:focus {
	outline: inherit;
}

.tst-main-slider-navigation {
	padding-left: 10px;
	position: absolute;
	z-index: 1;
	border-radius: 10px;
	bottom: 30px;
	left: calc(10% + 15px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tst-main-slider-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tst-main-slider-nav .tst-slider-btn {
	cursor: pointer;
	color: #f2f6f7;
	height: 40px;
	width: 40px;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.tst-main-slider-nav .tst-slider-btn.swiper-button-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.tst-main-slider-nav .tst-slider-btn i {
	text-shadow: 0 5px 20px rgba(26, 47, 51, 0.95);
}

.tst-main-slider-nav .tst-slider-btn:focus {
	outline: inherit;
}

.tst-main-slider-nav .tst-slider-btn:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.tst-main-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-right: 30px;
}

.tst-main-pagination .swiper-pagination-bullet {
	height: 10px;
	width: 10px;
	border: solid 3px #f39c12;
	margin: 0 20px 0 0 !important;
	border: none;
	opacity: 1;
	border: solid 3px #f2f6f7;
	-webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.9);
	box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.9);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.tst-main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	margin: 0 20px 0 0 !important;
	border: solid 2px #f39c12;
}

.tst-main-pagination .swiper-pagination-bullet:focus {
	outline: inherit;
}

.tst-main-pagination .swiper-pagination-bullet:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

@media (max-width: 790px) {
	.tst-slider-navigation {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.tst-slider-navigation .tst-nav {
		margin-bottom: 30px;
	}
	.tst-slider-navigation .tst-nav .tst-label {
		display: none;
	}
	.tst-slider-navigation .tst-nav .tst-slider-btn {
		margin: 5px;
	}
	.tst-slider-pagination {
		width: 100% !important;
		position: static;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 35px;
	}
	.tst-main-slider-navigation {
		width: calc(100% - 20px);
		left: 10px;
		bottom: 15px;
	}
}


/*-------------------------
datepicker
--------------------------*/

.datepicker {
	z-index: 999999999999999;
	border: none;
	font-weight: 400;
	font-family: "Josefin Sans", sans-serif;
	-webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
	box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
}

.datepicker .datepicker--nav {
	padding-top: 10px;
	color: #1a2f33 !important;
	opacity: 1;
	font-size: 14px;
}

.datepicker .datepicker--cell.-current- {
	background-color: rgba(26, 47, 51, 0.2);
	color: #1a2f33;
}

.datepicker .datepicker--cell.-selected-,
.datepicker .datepicker--cell.-selected-.-current- {
	background: #f39c12;
	color: #fff;
}

.datepicker .datepicker--cell.-selected-:hover,
.datepicker .datepicker--cell.-selected-.-current-:hover {
	background: #f39c12;
}

.datepicker--pointer {
	display: none;
}


/*-------------------------
nice select
--------------------------*/

.nice-select {
	border: none;
	height: 50px;
	padding: 0 40px 0 20px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
	box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
}

.nice-select:after {
    margin-top: -3px;
    right: 16px;
}

.wpcf7-form .nice-select {
	width: 100%;
}

.nice-select span {
	line-height: 53px;
	color: #1a2f33 !important;
}

.nice-select .list {
	max-height: 200px;
	overflow-y: scroll;
	-webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
	box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
	margin: 0;
	padding: 0;
	margin-top: 10px;
	padding-bottom: 0;
	width: 100%;
}

.wpcf7-form .nice-select .list {
	width: 100%;
}

.nice-select .list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0);
}

.nice-select .list li {
	height: 30px;
	padding: 0 20px;
	margin: 0;
}


/*-------------------------
fancybox
--------------------------*/

.fancybox-slide--video .fancybox-content {
	width: 80% !important;
}


/*-------------------------
mapbox
--------------------------*/

.mapboxgl-marker svg {
	-webkit-animation: marker 1s infinite ease-in-out;
	animation: marker 1s infinite ease-in-out;
}

.mapboxgl-marker svg g {
	fill: #f39c12;
}

.mapboxgl-marker svg circle {
	fill: #28292c;
}

.mapboxgl-marker svg ellipse {
	fill: #000;
}

@-webkit-keyframes marker {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes marker {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@media (max-width: 790px) {
	.mapboxgl-marker {
		display: none;
	}
}


/* - Blog */

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

table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #303039;
}

.content-sidebar table caption {
	padding: 5px;
	font-weight: 600;
	font-size: 13px;
	border-bottom: none;
	background: #303039;
	text-align: center;
	color: #eee;
}

.content-sidebar th {
	padding: 5px 0;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	border: none;
	text-transform: uppercase;
}

.content-sidebar td {
	border: none;
	padding: 5px 0;
	font-size: 13px;
	background: none;
	text-align: center;
	border: none;
}

.content-sidebar tfoot td {
	border: none;
}

.content-sidebar td.pad {
	background: none;
}

.content-sidebar td#today {
	background: #f39c12;
	color: #000!important;
}

.single-post-text>*:first-child,
.tst-comment-content>*:first-child {
	margin-top: 0;
}

.single-post-text>*:last-child,
.tst-comment-content>*:last-child {
	margin-bottom: 0;
}

.single-post-text img,
.tst-comment-content img {
	max-width: 100%;
}

.single-post-text img+figure,
.tst-comment-content img+figure {
	margin-top: 20px;
}

.single-post-text table,
.tst-comment-content table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	background: none;
	border: 1px solid rgba(0, 0, 0, 0.3);
}

.single-post-text table th,
.tst-comment-content table th {
	padding: 10px;
	font-size: 14px;
	font-weight: 700;
	background: #eee;
	border: 1px solid #eee;
	text-align: left;
}

.single-post-text table td,
.tst-comment-content table td {
	border: none;
	padding: 10px;
	font-size: 14px;
	background: none;
	border: 1px solid #eee;
}

.single-post-text table td#today,
.tst-comment-content table td#today {
	background: rgba(0, 0, 0, 0.3);
	font-weight: 700;
}

.single-post-text table caption,
.tst-comment-content table caption {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 13px;
	font-weight: 600;
}

dt {
	margin-bottom: 5px;
	font-weight: 700;
}

dd {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

@media screen and (max-width: 720px) {
	.single-post-text th,
	.tst-comment-content th {
		padding: 10px;
		font-size: 13px;
	}
	.single-post-text td,
	.tst-comment-content td {
		padding: 10px;
		font-size: 13px;
	}
}

.align-center {
	text-align: center !important;
}

.align-right {
	text-align: right !important;
}

.align-left {
	text-align: left !important;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.pull-none {
	float: none !important;
}

.alignright {
	margin-left: 20px !important;
	margin-bottom: 10px !important;
	float: right !important;
	max-width: 50% !important;
}

.alignleft {
	margin-right: 20px !important;
	margin-bottom: 10px !important;
	float: left !important;
	max-width: 50% !important;
}

.aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
	display: block;
}

.full-width {
	max-width: 100%;
	width: 100%;
}

.full-max-width {
	max-width: 100%;
	width: auto;
}

.centrize {
	display: table !important;
	table-layout: fixed !important;
	height: 100% !important;
	position: relative !important;
	top: 0;
	left: 0;
	z-index: 2;
}

.vertical-center {
	display: table-cell !important;
	vertical-align: middle !important;
}

.wp-caption-text,
.wp-block-image figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption {
	max-width: 100%;
	margin: 0;
	padding: 5px 10px 0 10px;
	text-align: center;
	font-size: 17px;
	font-style: italic;
	opacity: 0.9;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.single-post-text figure .wp-caption-text,
.tst-comment-content figure .wp-caption-text,
.gallery-caption,
.bypostauthor {
	font-style: italic;
}

.single-post-text,
.tst-comment-content {
	word-wrap: break-word;
}

.tst-comment-content {
	display: flex;
	flex-direction: column;
}

.single-post-text>*:first-child,
.tst-comment-content>*:first-child {
	margin-top: 0;
}

.single-post-text>*:last-child,
.tst-comment-content>*:last-child {
	margin-bottom: 0;
}

.single-post-text:after {
	content: '';
	position: relative;
	clear: both;
	display: block;
}

.single-post-text .content-box *,
.tst-comment-content .content-box * {
	margin-top: 0;
}

.single-post-text img,
.tst-comment-content img {
	max-width: 100%;
	height: auto;
}

.single-post-text p a:hover,
.tst-comment-content p a:hover {
	text-decoration: underline;
}

iframe,
object {
	max-width: 100%;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	padding: 0;
}

.wp-block-gallery .blocks-gallery-image:before,
.wp-block-gallery .blocks-gallery-item:before {
	display: none;
}

.single-post-text figure,
.tst-comment-content figure {
	margin: 0 0 20px 0;
	max-width: 100%;
	overflow: auto;
}

.single-post-text figure .wp-caption-text,
.tst-comment-content figure .wp-caption-text,
.gallery-caption,
.bypostauthor {
	font-style: italic;
}

.gallery {
	margin: 30px -10px;
}

.single-post-text .gallery {
	margin-bottom: 0;
}

.gallery .gallery-item {
	margin: 0;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: center;
}

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

.gallery.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
	width: 33.333%;
}

.gallery.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery.gallery-columns-6 .gallery-item {
	width: 16.666%;
}

.gallery.gallery-columns-7 .gallery-item {
	width: 14.28%;
}

.gallery.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery.gallery-columns-9 .gallery-item {
	width: 11.111%;
}

form.post-password-form label input {
	margin-top: 10px;
	border-left: none;
}

.comment-info {
	padding: 15px 0 0 0;
	color: #cacace;
}

.tst-comment-box .tst-comment-head h6 {
	font-size: 13px;
	line-height: 1.5;
}

.comment-info span.comment-reply {
	position: absolute;
	top: 0;
	right: 0;
}

.comment-reply-link {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.comment-reply-link:after {
	content: '';
	margin-left: 8px;
	content: '\f3e5';
	display: inline-block;
	vertical-align: middle;
	font-family: 'Font Awesome 5 Free';
	font-size: 12px;
	line-height: 14px;
	opacity: 0.8;
	font-weight: 900;
}

.post-comments .title h5 {
	margin-bottom: 30px;
}

.comment-respond {
	position: relative;
	margin-top: 0;
	margin-bottom: 40px;
	margin-left: 90px;
}

.form-comment .comment-respond {
	margin-top: 0;
	margin-left: 0;
}

.trackback .tst-comment-avatar,
.pingback .tst-comment-avatar {
	display: none;
}

.comment-respond .small,
.comment-respond small {
	font-size: 14px;
}

.comment-respond .title_inner small {
	position: absolute;
	top: 10px;
	left: auto;
	right: 0;
	display: block;
	font-size: 14px;
	white-space: nowrap;
}

.comment-respond .title_inner small a {
	text-decoration: none;
	opacity: 0.8;
}

.comment-respond .title_inner small a:hover {
	opacity: 1;
}

.post-text-bottom {
	margin: 35px 0 0 0;
}

.post-text-bottom .share-btn {
	position: relative;
	display: inline-block;
	top: 1px;
	margin-left: 7px;
	margin-right: 7px;
	font-size: 16px;
}

.social-share strong {
	font-weight: 300;
}

.social-share a {
	margin-right: 15px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #1a2f33;
	transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
	-moz-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
	-webkit-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
	-o-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
}

.social-share a .icon {
	color: #1a2f33;
}

.social-share a:hover, .social-share a:hover .icon {
	color: #f39c12;
}

.social-share a:last-child {
	margin-right: 0;
}

.social-share a .icon {
	font-size: 16px;
}

.post-text-bottom span.cat-links a {
	color: #f39c12;
}

.post-text-bottom span.cat-links a:hover {
	text-decoration: none;
}

.post-text-bottom .tags-links {
	margin: 15px 0;
	display: block;
}

.social-share span {
	line-height: 28px;
}

.post-text-bottom .tags-links *:nth-child(1) {
	margin-left: 5px;
}

.post-text-bottom .tags-links a,
.post-text-bottom .tags-links span,
.content-sidebar .tagcloud a,
.wp-block-tag-cloud .tag-cloud-link {
	margin: 0 7px 8px 0;
	display: inline-block;
	vertical-align: top;
	padding: 0 7px;
	height: 22px;
	line-height: 23px;
	font-weight: 500;
	font-size: 13px!important;
	color: #f39c12;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #f39c12;
}

.content-sidebar .tagcloud a {
	margin: 0 5px 5px 0;
	font-size: 13px!important;
}

@media (max-width: 480px) {
	.comment-respond .title_inner small {
		position: relative;
		top: 0;
		left: 0;
	}
	.section .content .description-col .details-list li {
		width: 100%;
	}
}

@media (max-width: 1160px) {
	.post-comments .post-comment .image {
		width: 60px;
		height: 60px;
	}
	.post-comments .post-comment .desc {
		margin-left: 80px;
	}
	.post-comments .post-comment.pingback .desc {
		margin-left: 0;
	}
	.post-comments ul.children {
		padding: 20px 20px 0 80px;
	}
	.post-comments ul.children ul.children {
		padding: 20px 0 0 20px;
	}
	.post-comments ul.children ul.children ul.children ul.children {
		padding: 20px 0 0 10px;
	}
}

@media (max-width: 840px) {
	.post-comments ul.children {
		padding: 20px 20px 0 20px;
	}
	.post-comments ul.children ul.children {
		padding: 20px 0 0 20px;
	}
	.post-comments ul.children ul.children ul.children {
		padding: 20px 0 0 20px;
	}
	.post-comments ul.children ul.children ul.children ul.children {
		padding: 20px 0 0 10px;
	}
}

@media (max-width: 480px) {
	.section .content .comment-respond .title.comment-reply-title {
		text-align: left;
	}
	.post-comments ul.children {
		padding: 15px 15px 15px 15px;
	}
	.post-comments ul.children ul.children {
		padding: 15px 0 0 10px;
	}
	.post-comments ul.children ul.children ul.children {
		padding: 15px 0 0 5px;
	}
	.post-comments ul.children ul.children ul.children ul.children {
		padding: 15px 0 0 5px;
	}
	.post-comments .post-comment .image {
		width: 40px;
		height: 40px;
	}
	.post-comments .post-comment .desc {
		margin-left: 55px;
	}
	.post-comments .post-comment.pingback .desc {
		margin-left: 0;
	}
	.gallery .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-1 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-2 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-3 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-4 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-5 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-6 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-7 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-8 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-9 .gallery-item {
		width: 100%;
	}
}


/* Sidebar */

.content-sidebar {
	position: relative;
}

.shop-page .content-sidebar {
	padding-top: 15px;
}

.content-sidebar .widget {
	margin-bottom: 50px;
}

.content-sidebar .search-form,
.wp-block-search {
	position: relative;
}

.wp-block-search {
	max-width: 230px;
}

.content-sidebar .search-form label {
	display: block;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.comment-form-cookies-consent label {
	display: inline;
}

.content-sidebar .search-form input[type=text],
.content-sidebar .search-form input[type=email],
.content-sidebar .search-form input[type=password],
.content-sidebar .search-form input[type=datetime],
.content-sidebar .search-form input[type=date],
.content-sidebar .search-form input[type=month],
.content-sidebar .search-form input[type=time],
.content-sidebar .search-form input[type=week],
.content-sidebar .search-form input[type=search],
.content-sidebar .search-form textarea,
.content-sidebar .search-form textarea.form-control,
.wp-block-search input[type=text],
.wp-block-search input[type=email],
.wp-block-search input[type=password],
.wp-block-search input[type=datetime],
.wp-block-search input[type=date],
.wp-block-search input[type=month],
.wp-block-search input[type=time],
.wp-block-search input[type=week],
.wp-block-search input[type=search],
.wp-block-search textarea,
.wp-block-search textarea.form-control {
	margin-bottom: 0;
	padding: 0 15px;
	width: 100%;
	height: 50px;
	outline: none;
	border: none;
	background: #fff;
	border-radius: 0!important;
	-webkit-border-radius: 0!important;
}

.content-sidebar .search-form .btn_search,
.search-submit,
.wp-block-search__button {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -25px;
	margin-bottom: 0;
	background-color: transparent;
	border: 0;
	z-index: 2;
}

.search-submit,
.wp-block-search__button {
	padding: 0;
	width: 20px;
	height: 50px;
	background: url(assets/images/search.svg) no-repeat center center !important;
	background-size: contain !important;
	font-size: 0;
	opacity: .8;
	box-shadow: none;
}

.wc-block-product-search .wc-block-product-search__button {
	padding: 0 1.5em;
}

.wc-block-product-search .wc-block-product-search__field {
	padding: 6px 18px;
}

.content-sidebar .widget-title,
.content-sidebar h2,
.content-sidebar h3,
.content-sidebar .wc-block-product-search__label {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 900;
	text-transform: uppercase;
}

.content-sidebar .widget-title a,
.content-sidebar h2 a,
.content-sidebar h3 a {
	font-weight: 900;
}

.content-sidebar .widget-title a img,
.content-sidebar h2 a img {
	position: relative;
	top: -2px;
}

.content-sidebar ul {
	padding-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style: none;
}

.content-sidebar ul li {
	padding-left: 0;
}

ol.wp-block-latest-comments {
	margin-left: 0;
	padding-left: 0;
}

ol.wp-block-latest-comments li {
	margin: 0 0 10px 0!important;
}

.content-sidebar ul ul {
	margin-left: 0;
}

.content-sidebar ul li,
body .content-sidebar .wp-block-latest-posts li {
	margin-top: 0;
	margin-bottom: 10px;
	position: relative;
}

.wp-block-categories-list li ul,
.wp-block-archives-list li ul {
	margin-left: 0;
}

.wp-block-categories-list li,
.wp-block-archives-list li,
.widget.widget_nav_menu ul li,
.widget.widget_pages ul li,
.widget_categories ul li {
	margin-bottom: 10px;
	padding-left: 9px;
	position: relative;
}

.wp-block-categories-list li ul li:before,
.wp-block-archives-list li ul li:before,
.widget.widget_nav_menu ul li ul li:before,
.widget.widget_pages ul li ul li:before,
.widget_categories ul li ul li:before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 5px;
	height: 1px;
	background: #999;
	opacity: 0.8;
}

a.rsswidget {
	margin-right: 3px;
	display: inline-block;
	font-weight: 600;
	text-decoration: none;
}

.rss-date,
.widget_rss cite {
	margin: 5px 0 10px 0;
	display: block;
	font-size: 13px;
	font-weight: 400;
	opacity: 0.8;
}

.widget_rss cite {
	margin: 5px 0 20px 0;
	font-style: normal;
}

.post-edit-link {
	text-decoration: underline;
}

.post-edit-link:hover {
	text-decoration: none;
}

.edit-link {
	margin-top: 30px;
	display: block;
}

.sticky {
	position: relative;
}

.sticky:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 6px;
	height: 100%;
	background: #f39c12;
	z-index: 3;
}

.title.comment-reply-title,
.post-comments .title {
	margin: 0 0 30px 0;
	font-size: 17px;
	font-weight: 600;
}

.wp-block-cover,
.wp-block-cover-image {
	margin: 30px 0;
}

.wp-block-cover.alignleft,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignright,
.wp-block-cover-image.alignright {
	margin-bottom: 30px!important;
}

.wp-block-cover p a:hover,
.wp-block-cover-image p a:hover {
	text-decoration: underline;
}

blockquote p {
	margin-bottom: 0.5rem!important;
	font-style: normal;
	font-weight: 600;
}

blockquote p:first-child {
	margin-top: 0;
}

blockquote cite {
	font-size: 16px;
	font-style: normal;
}

blockquote cite:before {
	margin-right: 5px;
	content: '-';
}

blockquote cite br {
	display: none;
}

blockquote.has-text-align-right cite:before {
	display: none;
}

blockquote.has-text-align-right cite:after {
	margin-left: 5px;
	content: '-';
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	padding: 30px 40px;
}

.wp-block-pullquote {
	padding-top: 0;
	padding-bottom: 0;
}

.wp-block-pullquote blockquote {
	padding-bottom: 30px;
	border-left: none;
	border-bottom: 2px solid #f39c12;
}

.wp-block-pullquote.is-style-solid-color {
	background-color: transparent;
	border: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	border: none;
}

.wp-block-calendar,
.wp-block-archives,
.wp-block-categories {
	margin: 1.2rem 0;
	max-width: 480px;
}

.wp-block-search .wp-block-search__label {
	display: none;
}

.wp-block-group.has-background {
	padding: 20px;
	color: #101010;
}

.wp-block-group.has-background p:first-child {
	margin-top: 0;
}

.wp-block-group.has-background p:last-child {
	margin-bottom: 0;
}

.wp-block-media-text.has-background {
	color: #101010;
}

.wp-block-media-text.has-background .has-large-font-size {
	line-height: 1.7;
}

hr.wp-block-separator {
	margin: 30px 0;
	border: none;
	border-bottom: 1px solid #585d65;
	max-width: 50px;
}

hr.wp-block-separator.is-style-wide {
	max-width: 100%;
}

.wp-block-separator.is-style-dots:before {
	color: #ccc;
}

.single-post-text h1,
.single-post-text h2,
.single-post-text h3,
.single-post-text h4,
.single-post-text h5,
.single-post-text h6 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.tst-comment-content.tst-text {
	opacity: 1;
}

.tst-comment-content.tst-text h1,
.tst-comment-content.tst-text h2,
.tst-comment-content.tst-text h3,
.tst-comment-content.tst-text h4,
.tst-comment-content.tst-text h5,
.tst-comment-content.tst-text h6 {
	margin-top: 30px;
	margin-bottom: 20px;
}

.single-post-text h1+h2,
.single-post-text h2+h3,
.single-post-text h3+h4,
.single-post-text h4+h5,
.single-post-text h5+h6,
.single-post-text h6 {
	margin-top: 1.25rem;
}

.single-post-text>*:first-child,
.single-post-text>div>*:first-child {
	margin-top: 0;
}

.single-post-text p {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.single-post-text table tbody th {
	background: transparent;
}

.wp-block-button {
	margin-bottom: 1.25rem;
}

.wp-block-button a.wp-block-button__link {
	padding: 13px 35px;
	background: #f39c12;
	color: #20202a;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	border-radius: 46px;
	-webkit-border-radius: 46px;
}

.wp-block-button a.wp-block-button__link:hover {
	color: #20202a;
}

.wp-block-button.is-style-outline a.wp-block-button__link {
	padding-top: 11px;
	padding-bottom: 11px;
	border: 2px solid #f39c12;
	color: #f39c12;
	background: none;
}

.wp-block-button.is-style-squared a.wp-block-button__link {
	border-radius: 0;
	-webkit-border-radius: 0;
}

.wp-block-columns {
	margin-bottom: 0;
}

.single-post-text table caption {
	margin: 0 0 10px 0;
	padding: 0;
	caption-side: top;
}

.wp-calendar-nav:after {
	content: '';
	position: relative;
	display: block;
	clear: both;
}

.wp-calendar-nav span.wp-calendar-nav-prev {
	float: left;
}

.wp-calendar-nav span.wp-calendar-nav-next {
	float: right;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	padding: 0;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt a,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
	font-weight: 600;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
	margin-top: 8px;
	margin-bottom: 22px;
}

.wp-block-latest-comments__comment {
	margin: 30px 0!important;
}

.wp-block-latest-comments__comment a {
	font-weight: 600;
}

pre.wp-block-code,
pre {
	padding: 20px;
	overflow: auto;
	white-space: pre-wrap;
	background: linear-gradient(159deg, #252532 0%, #23232d 100%);
	background: -webkit-linear-gradient(159deg, #252532 0%, #23232d 100%);
	color: rgba(233, 237, 237, 1);
	font-size: 13px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: #eee;
}


/* section portfolio tablet */

@media (max-width: 992px) {
	.content-sidebar {
		padding: 0 35px;
		width: 31.5%;
	}
	.sticky:before {
		left: 0;
		top: 0;
		bottom: 0;
	}
}


/* section portfolio mobile */

@media (max-width: 720px) {
	.content-sidebar {
		padding: 0;
		float: none;
		width: 100%;
	}
	.single-post-text table th {
		padding: 8px;
	}
	.single-post-text table td {
		padding: 8px;
	}
	.post-comments ul.children ul.children ul.children {
		padding: 15px 0 0 10px;
	}
}


/* -----------------------------------------------------------------
  - 404
----------------------------------------------------------------- */

.parallax-container {
	overflow: hidden;
}

.error-page {
	height: calc(100vh - 82px);
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
}

.error-page .description {
	margin-bottom: 0;
}

.mask-object {
	filter: drop-shadow(0 20px 30px rgba(25, 25, 27, 0.1));
	margin-bottom: 2rem;
	width: 30vw;
	transition: all 0.8s cubic-bezier(0.2, 1, 0.8, 1);
}

.error-page__num {
	color: #f39c12;
	font-size: 220px;
	display: block;
	height: auto;
	line-height: 220px;
	font-weight: 700;
}

@media only screen and (max-width: 992px) {
	.mask-object {
		width: 50vw;
	}
	.error-page__num {
		font-size: 160px;
		line-height: 160px;
	}
}

@media only screen and (max-width: 580px) {
	.mask-object {
		width: 80vw;
	}
	.error-page__num {
		font-size: 120px;
		line-height: 120px;
	}
}

section.elementor-element:last-child .section {
	border-bottom: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	padding: 10px;
	margin: 20px 0 0 0;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
}

ul.blocks-gallery-grid {
	margin: 0 !important;
}

.default--scrolling .tst-scroll-frame {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.default--scrolling #scrollbar2 {
	padding: 240px 0 50px 0;
}

.default--scrolling .tst-sidebar #scrollbar2 {
	padding: 125px 0 30px;
}

@media (max-width: 768px) {
	.blocks-gallery-grid.alignleft,
	.blocks-gallery-grid.alignright,
	.wp-block-gallery.alignleft,
	.wp-block-gallery.alignright {
		width: 100%!important;
		max-width: 100%!important;
		margin-right: 0!important;
		float: none!important;
	}
}

.page-links {
	margin: 1.2rem 0;
	clear: both;
}

.content-box p:last-child {
	margin-bottom: 0;
}

.description-search {
	margin-bottom: 0;
}

.content-sidebar .widget>ul>li {
	padding-left: 0;
}

.content-sidebar .widget {
	font-size: 17px;
}

.content-sidebar .widget ul li a {
	text-decoration: none;
}

.content-sidebar .widget ul li a:hover {
	text-decoration: underline;
}

.content-sidebar .nice-select .list {
	width: 100%;
}

.content-sidebar select {
	margin-bottom: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: green;
}

.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev {
	outline: none!important;
}


/*
	New Woocommerce Styles
*/

.wp-block-woocommerce-empty-cart-block hr.wp-block-separator {
	opacity: 0;
}

.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 15px 0;
	padding: 0;
	position: relative;
}

.woocommerce-products-header {
	margin: 0 0 30px 0;
	position: relative;
}

.woocommerce-products-header__title {
	font-size: 22px;
	font-weight: 700;
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget,
ul.cart_list li,
ul.product_list_widget {
	margin: 0;
	padding: 20px 15px 10px 20px;
	list-style: none;
	text-align: left;
}

.woocommerce .content-sidebar ul.cart_list,
.woocommerce .content-sidebar ul.product_list_widget,
.content-sidebar ul.cart_list li,
.content-sidebar ul.product_list_widget {
	margin: 0;
	padding: 0;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
ul.cart_list li a,
ul.product_list_widget li a {
	display: block;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0;
	text-transform: none;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
ul.cart_list li img,
ul.product_list_widget li img {
	float: right;
	margin-left: 0;
	width: 60px;
	height: auto;
}

ul.cart_list li::after,
ul.cart_list li::before,
ul.product_list_widget li::after,
ul.product_list_widget li::before {
	content: ' ';
	clear: both;
	display: table;
}

ul.cart_list li,
ul.product_list_widget li {
	padding: 4px 0;
}

.product_list_widget ins {
	text-decoration: none;
	line-height: 1;
}

.woocommerce #review_form #respond .form-submit input {
	max-width: 220px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button .woocommerce-mini-cart__buttons #respond input#submit,
.woocommerce-mini-cart__buttons a.button,
.woocommerce-mini-cart__buttons button.button,
.woocommerce-mini-cart__buttons input.button {
	margin: 0;
	padding: 0 30px;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
	letter-spacing: 2px;
	font-weight: 800;
	margin-right: 15px;
	margin-bottom: 10px;
	background: #f39c12;
	color: #20202a;
	height: 50px;
	line-height: 54px;
	text-align: center;
	transition: 0.4s ease-in-out;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 5px;
}

.woocommerce-mini-cart__buttons #respond input#submit,
.woocommerce-mini-cart__buttons a.button,
.woocommerce-mini-cart__buttons button.button,
.woocommerce-mini-cart__buttons input.button {
	margin: 0;
	padding: 0;
	float: left;
	width: 48%;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover .woocommerce-mini-cart__buttons #respond input#submit:hover,
.woocommerce-mini-cart__buttons a.button:hover,
.woocommerce-mini-cart__buttons button.button:hover,
.woocommerce-mini-cart__buttons input.button:hover {
	background: #f39c12;
	color: #20202a;
}

.cart-widget a.remove.remove_from_cart_button {
	margin-bottom: 10px;
	display: block;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	border-bottom: 1px solid #333;
	border-radius: 0;
	text-align: right;
}

.woocommerce-mini-cart__buttons.buttons:after {
	content: '';
	position: relative;
	display: block;
	clear: both;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding: 0 0 0 30px;
	margin: 0 0 30px 0;
	background-color: transparent;
	color: inherit;
	border-top: none;
}

.woocommerce .woocommerce-result-count {
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 30px;
}

.woocommerce .products ul,
.woocommerce ul.products,
body .wc-block-grid__products {
	margin: 0 -15px;
	margin-top: -1px;
}

.woocommerce .products ul li.product,
.woocommerce ul.products li.product,
body .wc-block-grid__product {
	margin: 0 0 30px 0;
	padding: 0 15px;
	width: 100%;
}

.woocommerce span.onsale,
body .cross-sells-product .wc-block-components-product-sale-badge,
body .wc-block-grid__product .wc-block-grid__product-onsale {
	margin: 0!important;
	padding: 5px 10px 3px;
	position: absolute;
	top: 0;
	left: 15px !important;
	right: auto!important;
	min-height: auto;
	min-width: auto;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	color: #20202a;
	text-align: center;
	height: auto;
	line-height: 1.5;
	letter-spacing: 2px;
	background-color: #f39c12;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.woocommerce ul.products li.product .onsale,
body .cross-sells-product .wc-block-components-product-sale-badge,
body .wc-block-grid__product .wc-block-grid__product-onsale {
	top: 15px;
}

.wp-block-woocommerce-cart-cross-sells-block {
	margin-top: 60px;
}

body .cross-sells-product .wc-block-components-product-image,
body .wc-block-grid__product .wc-block-grid__product-image {
	margin-bottom: 0 !important;
	display: block;
}

body .wc-block-grid__product .wc-block-grid__product-link {
	display: block;
}

.woocommerce ul.products li.product a img,
body .cross-sells-product .wc-block-components-product-image img,
body .wc-block-grid__product .wc-block-grid__product-image img {
	margin: 0 0 15px 0;
	width: 100%;
	height: 220px;
	object-fit: cover;
	border-radius: 5px 5px 0 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
body .cross-sells-product .wc-block-components-product-title,
body .wc-block-grid__product .wc-block-grid__product-title {
	padding: 0;
	margin: 0 15px;
	font-size: 24px;
	font-weight: 900;
	min-height: 60px;
}

.woocommerce ul.products li.product .price,
body .cross-sells-product .wc-block-components-product-price,
body .wc-block-grid__product .wc-block-grid__product-price {
	position: relative;
	margin: 0 15px;
	padding-top: 30px;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #212529;
	min-height: 80px;
}

body .wc-block-grid__product > p,
body .wc-block-grid__product .wc-block-grid__product-link > p {
	display: none;
}

.woocommerce ul.products li.product .price:before,
body .cross-sells-product .wc-block-components-product-price:before,
body .wc-block-grid__product .wc-block-grid__product-price:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
    border-bottom: dotted 2px rgba(26, 47, 51, 0.7);
    opacity: 0.3;
}

.woocommerce ul.products li.product .price ins,
body .wc-block-grid__product .price ins {
	display: inline-block;
	font-weight: 400;
	text-decoration: none;
}

.woocommerce ul.products li.product .price>span {
	margin-left: 0;
	font-weight: 400;
}

.woocommerce ul.products li.product .price del,
body .cross-sells-product .wc-block-components-product-price del,
body .wc-block-grid__product .wc-block-grid__product-price del {
	font-size: 0.8em;
	opacity: 0.5;
}

body .cross-sells-product .wc-block-components-product-price__value.is-discounted {
	margin-left: 0;
}

.woocommerce ul.products li.product a.added_to_cart {
	display: block;
	position: absolute;
	right: 108px;
	bottom: 40px;
	border-bottom: 1px solid #999;
	transition: all 0.3s ease 0s;
}

.woocommerce ul.products li.product a.added_to_cart:hover {
	border-bottom: 1px solid transparent;
}

.woocommerce ul.products li.product .star-rating,
body .cross-sells-product .wc-block-components-product-rating-stars,
body .wc-block-grid__product .wc-block-grid__product-rating {
	margin: 0;
	font-size: 16px;
	position: absolute;
	right: 15px;
	top: 15px;
}

.woocommerce ul.products li.product.product-type-variable .price, 
.woocommerce ul.products li.product.product-type-grouped .price {
	flex-direction: row;
	justify-content: start;
	align-items: center;
}

.woocommerce .star-rating,
.wc-block-components-product-rating-stars__stars,
body .wc-block-grid__product .wc-block-grid__product-rating .star-rating {
	color: #f39c12;
}

.woocommerce a.remove:hover {
	background: none;
}

.woocommerce ul.products li.product .button.add_to_cart_button {
	padding: 0;
	margin: -50px 15px 0 0;
	float: right;
	font-size: 0!important;
	position: relative;
	background-color: #f39c12;
	width: 60px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	text-transform: uppercase;
	border: none;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border-radius: 5px;
	white-space: nowrap;
	text-align: center;
}

body .cross-sells-product .wc-block-components-product-button,
body .wc-block-grid__product .wc-block-grid__product-add-to-cart {
	padding: 0;
	margin: -50px 15px 0 0;
	float: right;
}

body .cross-sells-product .add_to_cart_button,
body .wc-block-grid__product .add_to_cart_button {
	float: right;
	font-size: 0!important;
	position: relative;
	background-color: #f39c12;
	width: 60px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	text-transform: uppercase;
	border: none;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border-radius: 5px;
	white-space: nowrap;
	text-align: center;
}

body .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
	line-height: 50px;
}

.woocommerce ul.products li.product .button.add_to_cart_button:before,
body .cross-sells-product .add_to_cart_button:before,
body .wc-block-grid__product .add_to_cart_button:before {
	content: "\f07a";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: auto;
	font-family: "Font Awesome 5 Free";
	font-size: 17px;
	background: none;
	text-align: center;
	font-weight: 900;
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
	top: 0;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	float: left;
	width: 44%;
}

.woocommerce div.product div.images {
	margin-bottom: 30px;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	padding-left: 30px;
	float: right;
	width: 56%;
	clear: none;
}

.woocommerce div.product div.summary {
	margin-bottom: 30px;
}

.woocommerce .product span.onsale {
	left: 15px;
	top: 15px;
}

.related.products ul.products li.product, .woocommerce .related.products ul.products.columns-4 li.product, .woocommerce-page .related.products ul.products.columns-4 li.product {
    flex: 0 0 30.3%;
    width: 30.3%;
}

.woocommerce div.product .product_title {
	font-size: 50px;
	line-height: 1.2;
	margin-bottom: 30px;
}

.woocommerce .quantity .qty {
	display: inline-block;
	margin: 0 10px 0 0;
	height: 50px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	font-size: 2em;
	line-height: 1;
	color: #1a2f33;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	text-decoration: none;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	opacity: .5;
	margin-right: 5px;
	display: inline-block;
	font-size: 16px;
}

.woocommerce .quantity .qty {
	padding: 0;
	width: 3.631em;
	height: 50px;
	font-size: 14px;
	text-align: center;
	background: #fff;
	border: 2px solid rgba(255, 255, 255, 0.4);
}

.woocommerce div.product form.cart table {
	margin-bottom: 30px;
	box-shadow: none;
	background: none;
}

.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th {
    vertical-align: middle;
}

.woocommerce-variation.single_variation {
    margin-bottom: 30px;
}

.woocommerce div.product form.cart table td .nice-select {
    float: none;
    display: inline-block;
}

.woocommerce div.product form.cart .reset_variations {
    vertical-align: middle;
    display: inline-block;
    margin-left: 15px;
}

.woocommerce div.product form.cart table td {
	vertical-align: middle;
	padding: 10px 0;
	font-weight: 400;
}

.woocommerce div.product form.cart table td .nice-select {
	margin-bottom: 0;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 5px;
}

.woocommerce div.product form.cart table td.woocommerce-grouped-product-list-item__label {
	padding: 10px;
	vertical-align: middle;
}

.woocommerce div.product form.cart table td.woocommerce-grouped-product-list-item__label label {
	padding-bottom: 0;
	margin-bottom: 0;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background: #f39c12;
	color: #20202a;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover {
	background: #f39c12;
	color: #20202a;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	margin-right: 0;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	margin: 0;
	padding: 0 20px;
	height: 50px;
	width: 140px;
	font-size: 13px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding: 26px;
	padding-right: 20%;
	background: rgba(0, 0, 0, 0.05);
}

.woocommerce .woocommerce-error .button, 
.woocommerce .woocommerce-info .button, 
.woocommerce .woocommerce-message .button, 
.woocommerce-page .woocommerce-error .button, 
.woocommerce-page .woocommerce-info .button, 
.woocommerce-page .woocommerce-message .button {
	position: absolute;
	top: 10px;
	right: 10px;
}

.woocommerce-error .showcoupon,
.woocommerce-info .showcoupon,
.woocommerce-message .showcoupon {
	border-bottom: dotted 2px rgba(26, 47, 51, 0.7);
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
	display: none;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
	margin-right: 0!important;
	margin-bottom: 0!important;
}

.product_meta .posted_in,
.product_meta .tagged_as {
	display: block;
}

.woocommerce .woocommerce-product-rating {
	font-size: 14px;
	line-height: 20px;
}

.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 30px;
	margin-top: -15px;
}

.woocommerce .star-rating {
	height: 20px;
	line-height: 18px;
	font-size: 16px;
	width: 85px;
}

.woocommerce .woocommerce-product-rating .star-rating {
	margin: 0 5px 0 0;
}

.woocommerce div.product form.cart {
	margin-bottom: 25px;
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
	padding: 60px 0 0 0;
	position: relative;
	border-bottom: dotted 2px rgba(26, 47, 51, 0.2);
}

.woocommerce #review_form #respond .form-submit {
	margin-bottom: 0;
}

.woocommerce-MyAccount-navigation {
	padding: 0 0 30px 0;
	position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-MyAccount-navigation ul {
	margin: 0 0 40px 0;
	padding: 0 0 30px 0;
	overflow: visible;
	position: relative;
}

.woocommerce-MyAccount-navigation ul {
	margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-MyAccount-navigation ul::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	content: '';
	border-bottom: dotted 2px rgba(26, 47, 51, 0.7);
	opacity: 0.3;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.is-active {
	background: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-MyAccount-navigation li:before,
.woocommerce-MyAccount-navigation li:after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link a {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
	letter-spacing: 1.5px;
	font-weight: 600;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0;
	background: transparent;
	height: 28px;
	line-height: 28px;
	text-align: center;
	transition: 0.4s ease-in-out;
	border: none;
	outline: none;
	letter-spacing: 2px;
	cursor: pointer;
	opacity: 0.7;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child a, .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link:first-child a {
	margin-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.is-active a {
	color: #212529;
	opacity: 1;
}

.woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-navigation {
	position: relative;
	margin-bottom: 30px;
	float: none;
	width: auto;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link:before {
	display: none;
}

.woocommerce #review_form #respond p.comment-form-author {
	margin-right: 4%;
	width: 48%;
	float: left;
}

.woocommerce #review_form #respond p.comment-form-email {
	display: inline-block;
	width: 48%;
}

.woocommerce-Reviews .title,
.woocommerce-Reviews .woocommerce-Reviews-title,
.woocommerce-Tabs-panel h2 {
	margin-bottom: 30px;
}

.woocommerce #reviews #comments ol.commentlist {
	padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li {
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
}

.woocommerce #reviews #comments ol.commentlist li:first-child {
	padding: 0;
	margin: 0;
}

.woocommerce #reviews #comments ol.commentlist li:first-child:before {
	display: none;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	position: relative;
	padding: 0;
	width: 50px;
	border: none;
	margin: 0;
	border-radius: 100%;
	-webkit-border-radius: 100%;
}

.woocommerce #reviews #comments ol.commentlist li .tst-comment-content {
	margin: 0 0 0 66px;
	border: none;
	padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .tst-comment-content p {
	margin: 0 0 7px 0;
}

.woocommerce #reviews #comments ol.commentlist li .tst-comment-content .woocommerce-review__author {
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 14px;
	font-weight: 600;
}

.woocommerce #reviews #comments ol.commentlist li .tst-comment-content .woocommerce-review__published-date {
	display: inline-block;
	padding: 0;
	font-size: 13px;
}

.comment_container {
	position: relative;
}

.comment_container .star-rating {
	position: absolute;
	right: 0;
	top: 0;
}

.woocommerce p.stars a {
	color: #f39c12;
	font-size: 16px;
}

.woocommerce-Reviews .title,
.woocommerce-Reviews .woocommerce-Reviews-title,
.woocommerce-Tabs-panel h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 900;
}

.woocommerce-Reviews .title {
	margin: 60px 0 30px;
}

.woocommerce-Reviews .comment-form label {
	display: block;
}

.comment-form-rating {
	margin-top: 30px;
	margin-bottom: 30px;
}

.woocommerce #review_form #respond .comment-notes {
	background: #eee;
	padding: 5px;
	font-size: 16px;
	font-style: italic;
	display: inline;
}

.comment-form-rating .nice-select {
    display: none;
}

.woocommerce #review_form #respond p {
	margin: 0 0 30px 0;
	line-height: 1;
}

.woocommerce #review_form #respond textarea {
	margin-bottom: 0;
}

.woocommerce #review_form #respond {
	max-width: 680px;
	margin-top: 30px;
}

.woocommerce #review_form .comment-reply-title {
	font-size: 25px;
	font-weight: 900;
	font-family: "Playfair Display", serif;
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin: 0 -5px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 33.333%;
	margin: 0;
	padding: 10px 5px 0 5px;
}

.wc-block-components-title.wc-block-components-title {
	font-size: 26px;
}

.wc-block-components-checkout-step__description {
    font-size: 1em;
}

.wp-block-woocommerce-cart-order-summary-block,
.wc-block-components-checkout-step,
.is-large .wp-block-woocommerce-checkout-order-summary-block,
.wp-block-woocommerce-checkout-order-summary-block {
	box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.1);
	border: none !important;
}

.woocommerce table.shop_table,
.is-large.wc-block-cart table.wc-block-cart-items,
table.wc-block-cart-items,
.wp-block-woocommerce-cart-order-summary-block,
.wc-block-components-checkout-step {
	margin: 0 0 20px 0;
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-collapse: collapse;
}

.woocommerce table.shop_table th,
.is-large.wc-block-cart table.wc-block-cart-items th,
table.wc-block-cart-items th,
body .wp-block-woocommerce-cart-order-summary-heading-block,
body .wc-block-components-totals-wrapper,
body .wp-block-woocommerce-checkout-order-summary-totals-block {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px !important;
	padding-right: 20px !important;
	border: none;
	border-bottom: dotted 2px rgba(26, 47, 51, 0.1);
	line-height: 1;
}

.woocommerce table.shop_table th,
.is-large.wc-block-cart table.wc-block-cart-items th,
table.wc-block-cart-items th,
body .wp-block-woocommerce-cart-order-summary-heading-block,
body .wp-block-woocommerce-checkout-order-summary-totals-block {
	font-weight: 600;
}

body .is-large.wc-block-cart .wc-block-cart__totals-title,
body .wc-block-cart .wc-block-cart__totals-title {
	font-size: 14px;
	letter-spacing: 2px;
	padding: 20px;
	line-height: 1;
}

body .wp-block-woocommerce-cart-order-summary-totals-block > div:first-child,
body .wp-block-woocommerce-checkout-order-summary-totals-block > div:first-child {
	padding-top: 0;
}

body .wp-block-woocommerce-checkout-order-summary-block > div:last-child {
	border-bottom: none;
}

.woocommerce table.shop_table td,
.is-large.wc-block-cart table.wc-block-cart-items td,
table.wc-block-cart-items td,
.wp-block-woocommerce-cart-order-summary-block > div {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px !important;
	padding-right: 20px !important;
	background: none;
	border: none;
	border-top: dotted 2px rgba(26, 47, 51, 0.1);
}

.woocommerce .woocommerce-customer-details address,
body .wc-block-components-form .wc-block-components-checkout-step,
body .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
	padding: 20px !important;
}

body .is-large .wc-block-components-sidebar .wc-block-components-panel, 
body .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, 
body .is-large .wc-block-components-sidebar .wc-block-components-totals-item,
body .wc-block-components-sidebar .wc-block-components-panel, 
body .wc-block-components-sidebar .wc-block-components-totals-coupon, 
body .wc-block-components-sidebar .wc-block-components-totals-item,
body .wp-block-woocommerce-checkout-order-summary-totals-block > div,
body .wp-block-woocommerce-cart-order-summary-totals-block > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body .wc-block-components-text-input.wc-block-components-totals-coupon__input {
	margin-bottom: 0 !important;
}

body .wc-block-components-totals-coupon__button {
	outline: none;
	border: none;
	cursor: pointer;
}

@media (max-width: 600px) {
	.is-mobile .wc-block-components-form .wc-block-components-checkout-step:after, 
	.is-small .wc-block-components-form .wc-block-components-checkout-step:after {
		display: none;
	}
}

body .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
	border-top: dotted 2px rgba(26, 47, 51, 0.1);
}

.woocommerce-notice.woocommerce-notice--success {
	margin-top: 0;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	padding-top: 0;
	padding-bottom: 0;
}

.woocommerce a.remove {
	margin: 0 auto;
	display: block;
	font-size: 20px;
	height: 20px;
	width: 20px;
	color: #999!important;
	border: none;
	text-decoration: none!important;
}

.woocommerce a.remove:hover {
	color: #fff!important;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
	margin-right: 0;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 70px;
}

.woocommerce-cart-form {
	margin-bottom: 30px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: auto;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	margin-bottom: 20px;
	font-size: 1em;
	padding: 0;
}

.woocommerce-notices-wrapper p:last-child {
	margin-bottom: 30px;
}

.woocommerce ul.products li.product .button.add_to_cart_button.added {
	background: #78cc6d;
	color: #fff;
	border-color: #78cc6d;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col-1,
.woocommerce-page .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce .col-2,
.woocommerce-page .col-2 {
	padding: 0;
	float: none;
	width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col-1,
.woocommerce-page .col-1 {
	padding: 0;
	margin-bottom: 30px;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	font-weight: 700;
	border: 1px solid rgba(255, 255, 255, .1);
	background: transparent;
}

.woocommerce-additional-fields {
	margin-bottom: 30px;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
	display: block;
	width: 100%;
}

.woocommerce-input-wrapper {
	display: block;
	width: 100%;
}

.select2-container--default .select2-selection--single {
	background-color: #242430;
	border: 1px solid #25252f;
	border-radius: 4px;
	height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #fff;
	line-height: 50px;
}

.woocommerce form .form-row {
	padding: 0;
	margin: 0 0 20px 0;
	float: none;
	width: 100%;
}

.woocommerce-MyAccount-content a {
	border-bottom: dotted 2px rgba(26, 47, 51, 0.3);
	transition: all 0.2s ease 0s;
}

.woocommerce-MyAccount-content a:hover {
	text-decoration: none!important;
	border-bottom-color: rgba(26, 47, 51, 0.6);
}

.woocommerce-error li:before,
.woocommerce-info li:before,
.woocommerce-message li:before {
	display: none;
}

.woocommerce ul.order_details li:before {
	display: none;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.1);
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.woocommerce-privacy-policy-text {
	margin-bottom: 1.25rem;
}

.woocommerce form .form-row textarea.input-text, .woocommerce-page form .form-row textarea.input-text {
	padding: 20px 30px;
	height: auto;
	height: 120px;
	box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.1);
}

.woocommerce ul.order_details li {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 2em;
}

.woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: auto;
}

.content .woocommerce-Address-title.title:after {
	position: relative;
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	background: none;
}

.woocommerce-account .addresses .title h3,
.addresses .title h3 {
	margin-top: 0;
	margin-bottom: 10px;
	float: left;
	font-size: 20px;
}

.woocommerce-form-row span em {
	opacity: 0.65;
	padding-top: 10px;
	display: block;
	font-size: 16px;
}

.addresses .title .edit,
.woocommerce-account .addresses .title .edit {
	border-bottom: dotted 2px rgba(26, 47, 51, 0.3);
}

.addresses .title .edit,
.woocommerce-account .addresses .title .edit {
	float: right;
	font-size: 16px;
}

.woocommerce-Reviews .comment-form-cookies-consent label {
	display: inline;
}

.woocommerce nav.woocommerce-pagination {
	margin-top: 30px;
	clear: both;
}

.woocommerce .quantity .qty {
	display: inline-block;
}

.bts.bts-center {
	margin-top: 30px;
	text-align: center;
}

.content-sidebar .widget_shopping_cart .cart_list li,
.content-sidebar .woocommerce.widget_shopping_cart .cart_list li {
	padding-left: 0;
	padding-top: 10px;
}

.woocommerce table.shop_attributes {
	border: none;
	margin: 25px 0;
	width: 100%;
	background: none;
}

.woocommerce table.shop_attributes th {
	border: none;
	margin: 0;
	background: none;
}

.woocommerce table.shop_attributes td {
	font-style: normal;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0 0 40px 0;
}

.related.products,
.upsells.products {
	margin-top: 40px;
}

.related.products h2,
.upsells.products h2 {
	margin-bottom: 30px;
	font-size: 30px;
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
	margin-bottom: 30px;
	width: auto;
	float: none;
}

.woocommerce .cart-collaterals .cross-sells li:before,
.woocommerce-page .cart-collaterals .cross-sells li:before {
	display: none;
}

.woocommerce form .password-input, .woocommerce-page form .password-input {
	width: 100%;
}

#add_payment_method #payment ul.payment_methods li:before, .woocommerce-cart #payment ul.payment_methods li:before, .woocommerce-checkout #payment ul.payment_methods li:before {
	display: none!important;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
	width: auto;
	height: auto;
	margin-right: 5px;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: #eee;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: #eee;
}

#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
	margin-bottom: 0;
	margin-top: 0;
}

.payment_box.payment_method_bacs {
	margin-top: 5px!important;
}

.woocommerce-privacy-policy-text p {
	margin-top: 0;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
	line-height: 1.4;
}

.select2-dropdown {
	background-color: #fff;
	border: none;
	padding: 22px;
	box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
}

.select2-search--dropdown {
	padding: 4px;
	margin-bottom: 10px;
}

.select2-search--dropdown .select2-search__field {
	padding: 10px 15px;
}

.woocommerce ul.products.columns-2 li.product, 
.woocommerce-page ul.products.columns-2 li.product,
body .has-2-columns .wc-block-grid__product {
	width: 46.99%;
}

.woocommerce ul.products.columns-3 li.product, 
.woocommerce-page ul.products.columns-3 li.product,
body .has-3-columns .wc-block-grid__product {
	width: 30.25%;
}

.woocommerce ul.products.columns-4 li.product, 
.woocommerce-page ul.products.columns-4 li.product,
body .has-4-columns .wc-block-grid__product {
	width: 21.99%;
}

.woocommerce ul.products.columns-5 li.product, 
.woocommerce-page ul.products.columns-5 li.product,
body .has-5-columns .wc-block-grid__product {
	width: 16.99%;
}

.woocommerce .products ul, 
.woocommerce ul.products,
.wp-block-woocommerce-cart-cross-sells-block > div,
body .wc-block-grid__products {
	margin: 0 -1.5%;
	margin-top: -1px;
	font-size: 0;
	display: block;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product,
body .cross-sells-product,
body .wc-block-grid__product {
	display: inline-block;
	vertical-align: top;
	float: none;
	margin: 0 1.4% 30px 1.4%;
	padding: 0 0 30px 0;
	position: relative;
	width: 30.333%;
	min-height: 380px;
	font-size: 17px;
	background-color: white;
	-webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
	box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
	border-radius: 5px;
}

body .wc-block-grid__product.wc-block-grid__product {
	border: none;
}

body .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product,
body .cross-sells-product,
body .wc-block-grid__product {
	text-align: left;
}

@media (min-width: 481px) {
	body .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product,
	body .cross-sells-product {
		width: 30.333%;
		margin: 0 1.5% 30px 1.5%;
		padding: 0 0 30px 0;
	}
}

@media (max-width: 480px) {
	body .wp-block-woocommerce-cart-cross-sells-block > div {
		margin: 0;
	}
	body .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #f39c12;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #f39c12;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #f39c12;
	border: 5px solid #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.wc-block-price-filter__controls input {
	padding: 0!important;
	text-align: center;
	font-size: 14px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	margin-bottom: 0;
}

.wc-block-components-price-slider__range-input {
	height: 0!important;
}

.content-sidebar .wc-block-grid.has-3-columns .wc-block-grid__product,
.content-sidebar .wc-block-grid.has-3-columns .wc-block-grid__product {
	flex: 0 0 100%;
	max-width: 100%;
}

.woocommerce-mini-cart__empty-message {
	padding: 30px;
	margin: 0;
	text-align: center;
}

.woocommerce-product-details__short-description {
    margin: 30px 0;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    font-weight: 400;
}

.woocommerce-EditAccountForm fieldset {
	margin-top: 40px;
}

@media (max-width: 1080px) {
	.woocommerce ul.products li.product {
		padding: 0 0 15px 0;
		min-height: 335px;
	}
}

@media (max-width: 991px) {
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.woocommerce ul.products.columns-2 li.product,
	.woocommerce-page ul.products.columns-2 li.product,
	.woocommerce ul.products.columns-3 li.product,
	.woocommerce-page ul.products.columns-3 li.product,
	.woocommerce ul.products.columns-4 li.product,
	.woocommerce-page ul.products.columns-4 li.product,
	.woocommerce ul.products.columns-5 li.product,
	.woocommerce-page ul.products.columns-5 li.product,
	body .has-1-columns .wc-block-grid__product,
	body .has-2-columns .wc-block-grid__product,
	body .has-3-columns .wc-block-grid__product,
	body .has-4-columns .wc-block-grid__product,
	body .has-5-columns .wc-block-grid__product,
	body .wc-block-grid.has-1-columns .wc-block-grid__product,
	body .wc-block-grid.has-2-columns .wc-block-grid__product,
	body .wc-block-grid.has-3-columns .wc-block-grid__product,
	body .wc-block-grid.has-4-columns .wc-block-grid__product,
	body .wc-block-grid.has-5-columns .wc-block-grid__product {
		width: 47%;
		-ms-flex: 0 0 47%;
		flex: 0 0 47%;
		max-width: 47%;
		margin-bottom: 30px;
	}
	.container.shop-page .col-md-3 {
		max-width: 30%;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
	}
	.container.shop-page .col-md-3 .content-sidebar {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.container.shop-page .col-md-9 {
		max-width: 70%;
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
	}
}

@media (max-width: 767px) {
	.woocommerce .woocommerce-result-count {
		margin: 0 0 10px 0;
	}
	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering {
		float: none;
	}
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.woocommerce ul.products.columns-2 li.product,
	.woocommerce-page ul.products.columns-2 li.product,
	.woocommerce ul.products.columns-3 li.product,
	.woocommerce-page ul.products.columns-3 li.product,
	.woocommerce ul.products.columns-4 li.product,
	.woocommerce-page ul.products.columns-4 li.product,
	.woocommerce ul.products.columns-5 li.product,
	.woocommerce-page ul.products.columns-5 li.product,
	body .has-1-columns .wc-block-grid__product,
	body .has-2-columns .wc-block-grid__product,
	body .has-3-columns .wc-block-grid__product,
	body .has-4-columns .wc-block-grid__product,
	body .has-5-columns .wc-block-grid__product,
	body .wc-block-grid.has-1-columns .wc-block-grid__product,
	body .wc-block-grid.has-2-columns .wc-block-grid__product,
	body .wc-block-grid.has-3-columns .wc-block-grid__product,
	body .wc-block-grid.has-4-columns .wc-block-grid__product,
	body .wc-block-grid.has-5-columns .wc-block-grid__product {
		width: 100% !important;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100% !important;
		margin-bottom: 30px;
	}
	body .has-1-columns .wc-block-grid__product,
	body .has-2-columns .wc-block-grid__product,
	body .has-3-columns .wc-block-grid__product,
	body .has-4-columns .wc-block-grid__product,
	body .has-5-columns .wc-block-grid__product,
	body .wc-block-grid.has-1-columns .wc-block-grid__product,
	body .wc-block-grid.has-2-columns .wc-block-grid__product,
	body .wc-block-grid.has-3-columns .wc-block-grid__product,
	body .wc-block-grid.has-4-columns .wc-block-grid__product,
	body .wc-block-grid.has-5-columns .wc-block-grid__product {
		padding-bottom: 30px;
	}
	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
		float: none;
		width: 100%;
	}
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		padding-left: 0;
		float: none;
		width: 100%;
	}
	.woocommerce ul.order_details li {
		float: none;
		margin-bottom: 2em;
		padding-right: 0;
		border: none;
	}
	.woocommerce ul.order_details li:last-child {
		margin-bottom: 0;
	}
	.tst-pagination .tst-pagination-center {
		display: none;
	}
	.container.shop-page .col-md-3 {
		max-width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		order: 2;
	}
	.container.shop-page .col-md-3 .content-sidebar {
		width: 100%;
	}
	.container.shop-page .col-md-9 {
		max-width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		order: 1;
	}
}

span.logotype__title {
	font-family: "Playfair Display", serif;
	font-size: 22px;
	font-weight: 900;
}

span.logotype__sub {
	display: none;
}

.content-sidebar .widget .nice-select {
	float: none;
	margin-bottom: 0;
}

.tst-pagination a,
.tst-pagination span,
.tst-blog-pagination a,
.tst-blog-pagination span,
.page-links a,
.page-links span {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	margin: 0;
	font-weight: 400;
	cursor: pointer;
	text-align: center;
	color: #424242;
	transition: .4s ease-in-out;
}

.tst-pagination a.current,
.tst-pagination span.current,
.tst-blog-pagination a.current,
.tst-blog-pagination span.current,
.page-links a.current,
.page-links span.current {
	color: #010d0d;
	background: #f39c12;
}

form input[type="checkbox"] {
	display: inline-block;
	width: auto;
	height: auto;
}

.tst-portfolio-pagination a,
.tst-portfolio-pagination span {
	padding: 0 5px;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 800;
}

.tst-portfolio-pagination a,
.tst-portfolio-pagination span {
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	padding: 0 5px;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
	letter-spacing: 2px;
	font-weight: 800;
}

.tst-pagination {
	margin-top: 50px;
	display: flex;
	position: relative;
}

.elementor-widget-tastyc-blog-grid .tst-pagination {
	margin-top: 0;
}

.tst-pagination .tst-link,
.tst-pagination .tst-link span {
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	padding: 0 5px;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
	letter-spacing: 2px;
	font-weight: 800;
	width: auto;
}

.tst-pagination .tst-pagination-center+.tst-link,
.tst-pagination .tst-link.tst-left-link {
	z-index: 3;
}

.tst-pagination .tst-pagination-center+.tst-link {
	left: auto;
	right: 0;
	margin-left: auto;
}

.tst-pagination .tst-link.tst-left-link:before {
	content: "\f060";
	margin-left: 0;
	margin-right: 8px;
	right: auto;
	left: 0;
	display: inline-block;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	font-family: 'Font Awesome 5 Free';
	position: relative;
	font-size: 16px;
	font-weight: 900;
	transition: all .3s ease 0s;
}

.tst-pagination .tst-pagination-center+.tst-link:after {
	content: "\f060";
	margin-left: 8px;
	margin-right: 0;
	right: 0;
	left: auto;
	display: inline-block;
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	font-family: 'Font Awesome 5 Free';
	position: relative;
	font-size: 16px;
	font-weight: 900;
	transition: all .3s ease 0s;
}

.tst-pagination .tst-pagination-center {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
}

body .wp-block-cover-image-text,
body .wp-block-cover-image-text a,
body .wp-block-cover-image-text a:active,
body .wp-block-cover-image-text a:focus,
body .wp-block-cover-image-text a:hover,
body .wp-block-cover-text,
body .wp-block-cover-text a,
body .wp-block-cover-text a:active,
body .wp-block-cover-text a:focus,
body .wp-block-cover-text a:hover,
body section.wp-block-cover-image h2,
body section.wp-block-cover-image h2 a,
body section.wp-block-cover-image h2 a:active,
body section.wp-block-cover-image h2 a:focus,
body section.wp-block-cover-image h2 a:hover {
	color: #fff!important;
}

blockquote {
	margin: 40px 0;
	color: #010d0d;
	background: transparent;
	padding: 30px 40px 30px 50px;
	font-style: italic;
	position: relative;
}

blockquote:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f10d";
	font-size: 16px;
	opacity: .3;
	color: #010d0d;
	top: 13px;
	left: 13px;
}

blockquote:after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f10d";
	font-size: 16px;
	opacity: .3;
	color: #010d0d;
	bottom: 13px;
	right: 13px;
	transform: rotate(180deg);
}

.wp-block-archives-dropdown .nice-select,
.wp-block-categories-dropdown .nice-select {
	max-width: 390px;
	float: none;
	display: block;
}

.wp-block-calendar,
.wp-block-archives,
.wp-block-categories {
	max-width: 390px;
}

.wp-block-calendar table {
	background: #fff;
}

.single-post-text table th {
	background: transparent;
	border: none;
}

.single-post-text table td {
	padding: 15px 20px;
	font-size: 16px;
	background: none;
	border: none;
	border-top: 1px solid #eee;
}

.single-post-text table caption {
	text-align: center;
}

footer.wp-block-latest-comments__comment-meta {
	padding: 0;
}

footer.wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author {
	opacity: 0.7;
}

body .wp-block-latest-posts li {
	margin: 20px 0;
}

.wp-block-search {
	margin-bottom: 40px;
	max-width: 390px;
}

body .wp-block-search input[type="search"] {
	padding: 0 15px;
	background: #fff;
}

.search-submit,
.wp-block-search__button,
.wp-block-search .wp-block-search__button {
	right: 15px;
	padding: 0;
	width: 20px;
	height: 50px;
	opacity: .8;
	filter: none;
	border: none;
}

.wp-block-latest-comments__comment-excerpt p {
	margin: 0!important;
}

.single-post-text table {
	background: #fff;
}

.single-post-text table th {
	padding: 15px 20px;
	text-align: left;
}

.single-post-text table tbody th {
	text-align: left;
}

.wp-calendar-table tr th {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center!important;
}

.post-password-form label {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: bottom;
}

.post-password-form label input {
	margin-bottom: 0;
}

.post-password-form input[type="submit"] {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: bottom;
	width: 220px;
	background: #f39c12;
	text-transform: uppercase;
}

.single-post-text footer {
	width: auto;
}

footer.tst-default {
	padding-top: 15px;
}

.tst-menu-nav ul ul li.current-menu-item>a {
	opacity: 0.65;
}

.tst-minicart-window .woocommerce-mini-cart__total {
	align-items: center;
}

.wpcf7-not-valid-tip {
	position: relative;
	margin: -10px 0 20px 0;
	font-size: 14px;
	text-align: left;
}

button:focus {
	outline: none;
}

.wpcf7-form .nice-select {
	margin-bottom: 20px;
	width: 100%;
	float: none;
}

.tst-banner-sm .wpcf7 form .wpcf7-response-output {
	position: absolute;
	bottom: 20px;
	color: #fff;
}

.tst-menu-right {
	position: absolute;
	right: 30px;
}

.tst-menu-nav {
    padding-right: 54px;
}

.elementor .tst-menu-right {
	position: relative;
	right: auto;
}

.elementor .tst-menu-nav {
	padding-right: 0;
}

@media (max-width: 1180px) {
	.tst-menu-nav {
		padding-right: 0;
	}
	.tst-menu-right {
		right: 0;
	}
}

.woocommerce ul.products li.product .button {
	margin-top: 0;
	margin-left: 30px;
	margin-right: 30px;
	float: none;
	display: block;
}

.woocommerce ul.products li.product .button {
	margin-top: -50px;
	margin-left: 0;
	margin-right: 30px;
	margin-bottom: 0;
	float: right;
	display: block;
	width: 100px;
}

.woocommerce nav.woocommerce-pagination ul {
	border: none;
	margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: none;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    text-decoration: none;
	margin: 0 1px;
    padding: 0 .5em;
    min-width: 40px;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    color: #424242;
    transition: .4s ease-in-out;
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	color: #010d0d;
	background: #f39c12;
}

.tst-el-more a {
	text-decoration: underline;
}

.tst-el-more a:hover {
	text-decoration: underline;
}

.tst-main-slider-navigation {
	left: 50%;
	justify-content: normal;
}

.shop-page .page-title {
	font-size: 50px;
	line-height: 1.6;
}

.pswp__caption__center {
	text-align: center;
}

.pswp__button {
	margin-right: 10px!important;
	max-height: 44px!important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none;
	padding-top: 0;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: none;
	-webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
	box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 30px;
	padding-right: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #1a2f33;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 11px;
	right: 20px;
}

.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item .attachment-woocommerce_thumbnail {
	width: 100px;
}

.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item {
	padding: 0 30px 0 120px;
}

.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item .remove_from_cart_button {
	right: 10px;
}

.tst-menu-nav ul li ul li:last-child {
	margin-bottom: 0;
}

.tst-menu-nav ul li ul li:last-child a {
	margin-bottom: 0;
}

.tst-menu-nav ul li ul li:first-child a {
	margin-top: 0;
}

@media (max-width: 1180px) {
.tst-menu-nav ul li ul li:first-child {
	margin-top: 25px;
}
.tst-menu-nav ul li ul li:last-child {
	margin-bottom: 25px;
}
}

.content-sidebar .widget a {
	font-weight: 400;
}

.widget_recent_comments ul li .comment-author-link {
	font-weight: 700;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	position: relative;
	z-index: 11;
}

.woocommerce div.product form.cart .group_table td {
	vertical-align: middle;
	padding-bottom: 10px;
}

.woocommerce div.product form.cart table td.woocommerce-grouped-product-list-item__price del {
	opacity: 0.65;
	font-size: 16px;
}

.content-sidebar .widget:last-child {
	margin-bottom: 0;
}

.post-comments > .form-comment > .comment-respond {
	margin-bottom: 0;
}

.filter.gallery-filter {
	text-align: center;
	position: static;
	width: auto !important;
	left: auto !important;
	margin: 0 0 60px;
}

.filter.gallery-filter ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.filter.gallery-filter ul li {
	opacity: 1;
	position: relative;
	padding: 0 30px;
	background-color: transparent;
	display: inline-block;
	height: 50px;
	width: auto;
	color: #1a2f33;
	line-height: 54px;
	cursor: pointer;
	font-family: "Josefin Sans", sans-serif;
	-webkit-transform: scale(1) !important;
	transform: scale(1) !important;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 800;
	border: none !important;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border-radius: 5px;
	width: auto;
	margin: 0 5px;
}

.filter.gallery-filter ul li.active {
	color: #1a2f33;
	background-color: #f39c12;
}

.itemGallery__box {
	margin-bottom: 30px;
	position: relative;
	background-color: white;
	-webkit-box-shadow: 0 5px 10px 0 rgb(26 47 51 / 15%);
	box-shadow: 0 5px 10px 0 rgb(26 47 51 / 15%);
	border-radius: 5px;
}

.itemGallery__box a {
	position: relative;
	overflow: hidden;
	display: block;
}

.itemGallery__box a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
	opacity: 0;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.itemGallery__box img.cover {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 5px;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.itemGallery__details {
	padding: 30px;
	pointer-events: none;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	opacity: 0;
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

.itemGallery__box:hover a:after {
	opacity: 1;
}

.itemGallery__box:hover img.cover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.itemGallery__box:hover .itemGallery__details {
	opacity: 1;
}

.tst-about-cover .tst-cover.p-top {
    object-position: top;
}

.socials-inline {
	display: inline;
	vertical-align: middle;
}

.tst-lnk-inline {
	display: inline-block;
	vertical-align: middle;
}

.tst-lnk-inline {
	margin-right: 15px;
}

.tst-dynamic-banner {min-height: 80px;}
@media (max-width: 767px) {
	.tst-dynamic-banner {min-height: 80px;}
}

@media (min-width: 768px) {
	.tst-main-slider-navigation {
		margin-left: -360px;
		width: 720px;
	}
}

@media (min-width: 992px) {
	.tst-main-slider-navigation {
		margin-left: -480px;
		width: 960px;
	}
}

@media (min-width: 1200px) {
	.tst-main-slider-navigation {
		margin-left: -562px;
		width: 1140px;
	}
	.tst-app.full-layout .tst-main-slider-navigation {
		padding: 0 30px;
		margin-left: 0;
		width: 100%;
		left: 0;
	}
}

@media (max-width: 1180px) {
	.tst-menu-nav ul li.menu-item-has-children>a:after {
		display: none;
	}
	.tst-menu-nav ul li.menu-item-has-children>a>span:after {
		display: inline-block;
		vertical-align: middle;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f078";
		margin-left: 5px;
		position: relative;
		top: -1px;
	}
}

@media (max-width: 767px) {
	blockquote {
		margin: 20px 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
		font-size: 1.2em;
		font-style: italic;
		line-height: 1.4;
	}
	.wp-block-pullquote.is-style-solid-color blockquote {
		max-width: 100%;
	}
	.wp-block-pullquote p {
		font-size: 1.75em;
		line-height: 1.4;
	}
	.single-post-text table th, .tst-comment-content table th {
		font-size: 12px;
	}
	form.post-password-form label input {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.post-password-form label {
		display: block;
	}
	.post-password-form input[type="submit"] {
		width: 100%;
	}
	.tst-comment-box .tst-comment-head {
		display: block;
	}
	.tst-comment-box .tst-comment-head .tst-date {
		display: inline-block;
		margin-top: 10px;
	}
	.tst-comment-box {
		padding: 20px;
	}
	.comment-respond {
		margin-left: 50px;
	}
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
		width: 100%;
		margin-bottom: 30px;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: none;
		margin-top: 0;
	}
	.woocommerce-ordering .nice-select {
		margin-top: 0;
		margin-bottom: 0;
		float: none;
	}
	.tst-menu .elementor-container .elementor-column {
		width: auto;
	}
	.tst-menu .elementor-container .elementor-column:last-child {
		margin-left: auto;
	}
	.tst-minicart-window {
		width: 320px;
		left: auto;
		right: 0;
	}
	.tst-menu-nav ul li.menu-item-has-children>a:after {
		display: none;
	}
	.tst-menu-nav ul li.menu-item-has-children>a>span:after {
		display: inline-block;
		vertical-align: middle;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f078";
		margin-left: 5px;
		position: relative;
		top: -1px;
	}
	.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item .remove_from_cart_button {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	.woocommerce #content div.product .woocommerce-tabs,
	.woocommerce div.product .woocommerce-tabs,
	.woocommerce-page #content div.product .woocommerce-tabs,
	.woocommerce-page div.product .woocommerce-tabs {
		padding-bottom: 0;
	}
	.woocommerce ul.products li.product:last-child,
	.woocommerce-page ul.products li.product:last-child,
	.woocommerce ul.products.columns-2 li.product:last-child,
	.woocommerce-page ul.products.columns-2 li.product:last-child,
	.woocommerce ul.products.columns-3 li.product:last-child,
	.woocommerce-page ul.products.columns-3 li.product:last-child,
	.woocommerce ul.products.columns-4 li.product:last-child,
	.woocommerce-page ul.products.columns-4 li.product:last-child,
	.woocommerce ul.products.columns-5 li.product:last-child,
	.woocommerce-page ul.products.columns-5 li.product:last-child {
		margin-bottom: 10px;
	}
	.actions {
		padding: 20px 20px 10px 20px !important;
	}
	#add_payment_method table.cart td.actions .coupon .input-text,
	.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce-checkout table.cart td.actions .coupon .input-text {
		width: 135px;
	}
	.woocommerce-page table.cart td.actions .coupon .input-text+.button {
		width: 135px;
	}
	.h1.tst-mb-60, .h2.tst-mb-60 {
		margin-bottom: 40px!important;
	}
	.woocommerce-MyAccount-navigation ul {
		padding-bottom: 10px;
		white-space: nowrap;
		overflow: auto;
	}
	footer .elementor-section:first-child .elementor-container .elementor-column {
		width: auto;
	}
	footer .elementor-section:first-child .elementor-container .elementor-column:last-child {
		margin-left: auto;
	}
	.tst-menu-nav ul li a {
		text-align: left;
	}
	.tst-menu-right {
		position: relative;
	}
	.woocommerce-error, .woocommerce-info, .woocommerce-message {
		padding: 22px;
	}
	.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
		position: relative;
		top: 0;
		right: auto;
		left: 0;
		margin-bottom: 10px!important;
		width: 100%;
	}
	.tst-main-slider-navigation {
		margin-left: -150px;
		width: 300px;
		justify-content: space-between;
	}
	.tst-menu-frame {
		transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
	}
	.tst-menu-frame.tst-active {
		top: 0;
	}
	footer .elementor-widget-tastyc-footer-copyright {
		margin-bottom: 20px;
	}
	body .elementor-69 .elementor-element.elementor-element-4a4831f {
		text-align: left;
	}
	.tst-btn {
		padding: 0 25px;
	}
	.tst-btn.tst-btn-lg {
		padding: 0 25px;
	}
	.elementor-widget-tastyc-menu .tst-menu-book-item.tst-mbi-3 {
		align-items: center;
	}
	.elementor-widget-tastyc-menu .tst-menu-book-item.tst-mbi-3 .tst-item-cover-frame {
		display: block;
	}
	.elementor-widget-tastyc-menu .tst-menu-book-item.tst-mbi-3 .tst-item-cover-frame {
		width: 100px;
	}
	.elementor-widget-tastyc-menu .tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr {
		width: calc(100% - 100px);
		padding: 10px 15px;
	}
	.elementor-widget-tastyc-menu .tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr .tst-text {
		font-size: 12px;
		line-height: 1.4;
	}
	.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price .tst-price {
		font-size: 14px;
		white-space: nowrap;
	}
	.elementor-widget-tastyc-menu .tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr .tst-menu-book-bottom {
		justify-content: space-between;
	}
	.elementor-widget-tastyc-menu .tst-menu-book-price {
		line-height: 1.8;
	}
	.woocommerce div.product .product_title {
		font-size: 34px;
	}
	.woocommerce div.product p.price, .woocommerce div.product span.price {
		font-size: 28px;
	}
	.cart_item td.product-remove {
		width: 100%;
	}
	.woocommerce #respond input#submit:last-child,
	.woocommerce a.button:last-child,
	.woocommerce button.button:last-child,
	.woocommerce input.button .woocommerce-mini-cart__buttons #respond input#submit:last-child,
	.woocommerce-mini-cart__buttons a.button:last-child,
	.woocommerce-mini-cart__buttons button.button:last-child,
	.woocommerce-mini-cart__buttons input.button:last-child {
		margin-right: 0;
	}
	.single-post-text table th, .tst-comment-content table th {
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	.tst-post-bottom {
		margin-bottom: 30px;
	}
	.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .added_to_cart {
		bottom: -40px;
	}
	.tst-blog-card .tst-descr .tst-post-bottom {
		margin-bottom: 0;
	}
	.tst-blog-card {
		margin-bottom: 40px!important;
	}
	.tst-dynamic-banner-empty {
		min-height: 80px;
	}
	.tst-blog-card .tst-descr h5 {
		margin-bottom: 10px!important;
	}
	.tst-blog-card .tst-date {
		display: none;
	}
	.tst-date.tst-date-m {
		margin-bottom: 15px;
		display: inline-block;
	}
	.tst-content-frame--start.tst-p-60-0 {
		padding-top: 40px;
	}
	.tst-content-frame--end.tst-p-0-60 {
		padding-bottom: 40px;
	}
	nav.wp-calendar-nav {
		margin-top: 10px;
	}
	.wp-block-categories-list li:last-child, .wp-block-archives-list li:last-child, .widget.widget_nav_menu ul li:last-child, .widget.widget_pages ul li:last-child, .widget_categories ul li:last-child {
		margin-bottom: 0;
	}
	.content-sidebar ul:last-child {
		margin-bottom: 0;
	}
	.error-page {
		height: 400px;
	}
	.tst-icon-box {
		text-align: center;
	}
	.tst-banner-sm .tst-cover-frame .tst-overlay {
		background-color: rgba(4, 25, 29, 0.7);
	}
	.tst-banner-sm .tst-wh-frame {
		height: auto;
		padding: 40px 0;
	}
	.tst-banner-sm .tst-wh-frame > div:last-child {
		margin-bottom: 0 !important;
	}
	.tst-spacer {
		margin: 40px 0;
	}
	.tst-mb-60 {
		margin-bottom: 40px;
	}
	.tst-mb-70 {
		margin-bottom: 40px;
	}
	.elementor-widget-tastyc-numbers .row .col-lg-3:last-child .tst-mb-70 {
		margin-bottom: 0px;
	}
	.tst-testimonial-card {
		margin-bottom: 40px;
	}
	.tst-testimonial-card .tst-date {
		display: none;
	}
	footer.tst-white {
		padding-top: 40px;
	}
	.tst-team-member {
		margin-bottom: 40px;
	}
	.tst-awards {
		margin-bottom: 40px;
	}
	.swiper-menu-nav {
		margin-bottom: 40px;
	}
	.tst-menu-book-item.tst-mbi-3 {
		margin-bottom: 20px;
	}
	.swiper-slide .col-lg-6:last-child .tst-menu-book-item.tst-mbi-3 {
		margin-bottom: 0px;
	}
	.row:nth-last-child(2) .col-lg-6:last-child .tst-menu-book-item.tst-mbi-3 {
		margin-bottom: 0px;
	}
	.tst-slider {
		padding-top: 40px;
	}
	.tst-menu-book-item {
		margin-bottom: 40px;
	}
	.elementor-widget-tastyc-products-carousel .tst-slider-pagination {
		margin-bottom: 0px;
	}
	.tst-pagination {
		margin-top: 40px;
	}
	.shop-page .page-title {
		line-height: normal;
		margin-bottom: 10px;
	}
	.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
		padding-top: 40px;
	}
	.tst-breadcrumbs li {
		margin-right: 8px;
	}
	.tst-breadcrumbs li:after {
		margin-left: 8px;
	}
	.tst-lnk-inline {
		margin-right: 0;
		margin-bottom: 20px;
		display: block;
		text-align: center;
	}
	.socials-inline {
		display: block;
		text-align: center;
	}
	form .col-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.tst-menu .elementor-column:nth-child(2) {
	z-index: 2;
}

.tst-banner {
	overflow: hidden;
}
.swiper-slide a.tst-btn, .swiper-slide .tst-btn {
	display: inline-block;
}
.woocommerce ul.products li.product a img {
	object-fit: contain;
	object-position: center center;
	height: auto;
}

.tst-pricing-box {
	position: relative;
	border-radius: 5px;
	padding: 30px;
	background: transparent;
	border: dotted 2px rgba(26, 47, 51, 0.2);
	text-align: center;
}
.tst-pricing-box.marked {
	background: #fff;
	border-color: transparent;
	box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
}
.tst-pricing-box.marked:before {
	content: '"';
	width: 100px;
	color: #f39c12;
	line-height: 100px;
	position: absolute;
	top: -70px;
	right: 0;
	font-family: "Playfair Display", serif;
	font-size: 220px;
	line-height: 1;
	font-style: italic;
	text-shadow: 0 2px 7px rgba(26, 47, 51, 0.15);
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.tst-pricing-box > img {
	width: 70px;
}
.tst-pricing-box .tst-hours-price {
	font-size: 49px;
	font-weight: 900;
}
.tst-pricing-box .tst-text ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
}
.tst-pricing-box .tst-text ul li {
	padding: 15px 0;
	border-bottom: dotted 2px rgba(26, 47, 51, 0.2);
}
.tst-pricing-box .tst-text ul li em {
	font-style: normal;
	opacity: 0.6;
	text-decoration: line-through;
}
span.tst-price-pre, span.tst-price-after, span.tst-price-val {
	display: inline-block;
	vertical-align: middle;
}
span.tst-price-pre, span.tst-price-after {
	font-size: 0.4em;
	position: relative;
	top: 5px;
}

/* - Skills */
.tst-skills-box {
	position: relative;
}
.tst-skills-box:last-child {
	padding-bottom: 0;
}
.tst-skills-box .name {
	margin: 0 0 10px 0;
	position: relative;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 800;
	font-family: "Josefin Sans", sans-serif;
	text-transform: uppercase;
}
.tst-skills-box .progress {
	display: block;
	height: 12px;
	position: relative;
	overflow: visible;
	width: 100%;
	background: transparent;
	border-bottom: dotted 4px rgba(26, 47, 51, 0.3);
}
.tst-skills-box .progress .percentage {
	left: 0;
	top: 4px;
	position: absolute;
	height: 12px;
	width: 0%;
	background: #f39c12;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	border-radius: .25rem;
}
.tst-skills-box .progress .percentage .percent {
	position: absolute;
	top: -34px;
	right: 0;
	font-size: 14px;
	font-weight: 800;
}
.tst-skills-box.list {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 60px !important;
}
.tst-skills-box.list .name {
	padding-left: 30px;
	position: relative;
}
.tst-skills-box.list .name:before {
	content: "\f00c";
	position: absolute;
	left: 0;
	top: 3px;
	display: inline-block;
	color: #f39c12;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.tst-skills-box.list .progress {
	display: none;
}

/* services boxes */
.tst-services-box {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.tst-services-box:after {
	content: '';
	position: relative;
	display: block;
	clear: both;
}
.tst-services-box .image {
	position: relative;
	padding-bottom: 50%;
	width: 50%;
	order: 1;
}
.tst-services-box .image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 12px 0 0 12px;
}
.tst-services-box .desc {
	position: relative;
	padding-right: 6%;
	padding-left: 6%;
	padding-top: 60px;
	padding-bottom: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	height: auto;
	order: 2;
}
.elementor-widget-tastyc-services-grid .col-lg-12:nth-child(odd) .tst-services-box .image {
	order: 2;
}
.elementor-widget-tastyc-services-grid .col-lg-12:nth-child(odd) .tst-services-box .image img {
	border-radius: 0 12px 12px 0;
}
.elementor-widget-tastyc-services-grid .col-lg-12:nth-child(odd) .tst-services-box .desc {
	order: 1;
}
@media (max-width: 767px) {
	.tst-services-box {
		display: block;
	}
	.tst-services-box .image {
		float: none;
		width: 100%;
	}
	.tst-services-box .image img {
		border-radius: 12px;
	}
	.elementor-widget-tastyc-services-grid .col-lg-12:nth-child(odd) .tst-services-box .image img {
		border-radius: 12px;
	}
	.tst-services-box .desc {
		margin-right: 0;
		margin-left: 0;
		padding: 30px 0 60px 0;
		display: block;
		width: 100%;
	}
	.elementor-widget-tastyc-services-grid .col-lg-12:last-child .tst-services-box .desc {
		padding-bottom: 0;
	}
}

/* menu simple */
.elementor-widget-tastyc-menu-simple .tst-menu-book-item .tst-menu-book-name h5 span {
	position: relative;
	z-index: 2;
	background: #fcfcfc;
	padding-right: 5px;
}
.elementor-widget-tastyc-menu-simple .tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom {
	justify-content: flex-start;
}
.elementor-widget-tastyc-menu-simple .tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price {
	border-bottom: dotted 2px rgba(26, 47, 51, 0.7);
	width: 300px;
	text-align: right;
}
.elementor-widget-tastyc-menu-simple .tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price .tst-price {
	height: 20px;
	margin-top: 4px;
}
.elementor-widget-tastyc-menu-simple .tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price .tst-price span {
	position: relative;
	z-index: 2;
	background: #fcfcfc;
	padding-left: 5px;
}
.divider-hide .tst-spacer {
	display: none;
}
.divider-hide .tst-spacer {
	border-bottom: none;
	margin-bottom: 0;
}
.divider-hide .tst-spacer {
	border-bottom: none;
	margin-bottom: 0;
	margin-top: 20px;
}
.col-12 > .nice-select {
	min-width: 100%;
}
.tst-p-15-0 {
	padding-top: 15px;
}
.tst-powered img {
	vertical-align: middle;
	max-width: 110px;
}

/* faq */
.tst-faq-item-box {
	position: relative;
	margin-bottom: 30px;
	padding: 0 30px;
	background: transparent;
	border: dotted 2px rgba(26, 47, 51, 0.2);
	border-radius: 5px;
	transition: all 0.3s ease 0s;
}
.tst-faq-item-box .name {
	margin: 0 -30px;
	padding: 20px 30px;
	position: relative;
	border-radius: 5px;
	background: transparent;
	font-size: 24px;
	font-family: "Playfair Display", serif;
	font-weight: 900;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.tst-faq-item-box .name:before {
	content: '+';
	margin-top: -12px;
	position: absolute;
	right: 30px;
	top: 50%;
	transition: all 0.2s ease 0s;
	display: inline;
	vertical-align: middle;
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	line-height: 24px;
	font-weight: 900;
	content: "\f078";
}
.tst-faq-item-box .text {
	padding: 0;
	transition: padding 0.3s ease 0s;
}
.tst-faq-item-box.active {
	background: #fff;
	border-color: transparent;
	box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
}
.tst-faq-item-box.active .name:before {
	transform: rotate(180deg);
}
.tst-faq-item-box.active .text {
	padding: 0 0 30px 0;
}

/* white header */
.white-header .tst-menu {
	background: transparent;
}
.white-header .tst-menu-frame.tst-active .tst-menu {
	background: #fff;
}
.white-header .tst-menu:after {
	display: none;
}
.white-header .tst-menu-right .tst-cart svg path {
	fill: #fff;
}
.white-header .tst-menu .elementor-widget-image img {
	filter: grayscale(1) brightness(100);
}
.white-header .tst-menu-frame.tst-active .tst-menu .elementor-widget-image img {
	filter: none;
}
.white-header .tst-menu-frame.tst-active .tst-menu-right .tst-cart svg path {
	fill: #1a2f33;
}
.white-header .tst-menu-frame .tst-menu.tst-menu-transparent {
	box-shadow: none;
}
.white-header .tst-menu-frame.tst-active .tst-menu.tst-menu-transparent {
	box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.2);
}
footer.white-footer {
	background: #fcfcfc;
}
footer.white-footer .tst-text-shadow {
	text-shadow: none;
}
footer.white-footer .tst-spacer.tst-white {
    border-bottom-color: rgba(0, 0, 0, 0.3);
}
.white-header .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span,
.white-header .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span:after,
.white-header .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span:before {
	background: #fff;
}
.white-header .tst-menu-frame.tst-active .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span,
.white-header .tst-menu-frame.tst-active .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span:after,
.white-header .tst-menu-frame.tst-active .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span:before {
	background: #1a2f33;
}

@media (min-width: 1180px) {
	.white-header .tst-menu .tst-menu-nav > nav > ul > li > a {
		color: #fff !important;
	}
	.white-header .tst-menu-frame.tst-active .tst-menu-nav > nav > ul > li > a {
		color: #1a2f33 !important;
	}
}

/* full layout */
.full-layout .tst-content-frame {
	margin-left: 0;
	margin-right: 0;
}
.full-layout .tst-content-frame--start {
	border-radius: 0;
}
.full-layout .tst-content-frame--start:before {
	display: none;
}
.full-layout .tst-content-frame--end {
	border-radius: 0;
}
.full-layout .tst-content-frame--end:after {
	display: none;
}
.full-layout .tst-scroll-hint-frame .tst-scroll-hint {
	filter: invert(1);
}
.full-layout .tst-scroll-hint-frame {
	top: -80px;
	background-color: transparent;
}
.full-layout .tst-scroll-hint-frame:after {
	display: none;
}
.full-layout .tst-menu-frame {
	padding: 0;
}
.full-layout .tst-menu {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	border-radius: 0;
}
.full-layout .tst-menu:after {
	display: none;
}
.full-layout .tst-menu-frame.tst-active .tst-menu {
	border-radius: 0;
}
.tst-powered {
	font-size: 12px;
}
.tst-powered img {
	max-height: 24px;
}
.tst-wh-frame--add .tst-wh-time h5 {
	display: inline-block;
}
.tst-wh-frame--add .tst-wh-time .tst-label {
	display: block;
}
.tst-wh-frame--add .tst-wh-time h5:last-child {
	position: relative;
	margin-left: 20px;
}
.tst-wh-frame--add .tst-wh-time h5:last-child::before {
	position: absolute;
	width: 10px;
	height: 2px;
	top: 10px;
	left: -15px;
	background: #1a2f33;
}
.page-template-default.elementor-page .tst-content-frame--container, .post-template-default.elementor-page .tst-content-frame--container {
	background: #fcfcfc;
}
.tst-menu .elementor-section .elementor-container {
	justify-content: space-between;
}
.tst-menu .elementor-container .elementor-column {
	width: auto!important;
}
.swiper-container-fade .swiper-slide {
	opacity: 0!important;
}
.swiper-container-fade .swiper-slide-active {
	opacity: 1!important;
}
.woocommerce-cart .elementor-page .tst-content-frame--container {
	background-color: #fcfcfc;
}
h3#ship-to-different-address {
	font-size: 20px;
}
h3#ship-to-different-address input {
	margin-right: 8px;
}
@media (min-width: 992px) {
	#add_payment_method #payment div.payment_box .wc-credit-card-form, .woocommerce-cart #payment div.payment_box .wc-credit-card-form, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
		margin: 0 -1em;
		display: flex;
	}
}
#add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row {
	margin: 0;
	display: block;
}
.tst-blog-card.tst-mb-60 {
	margin-bottom: 30px!important;
}
.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price .tst-price.tst-old-price,
.tst-price.tst-old-price,
.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price .tst-price.tst-old-price .woocommerce-Price-currencySymbol,
.woocommerce-Price-currencySymbol,
.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price .tst-price .woocommerce-Price-currencySymbol,
.woocommerce-Price-currencySymbol,
.cart_totals table tbody tr.order-total td .woocommerce-Price-currencySymbol {
	font-size: 1em;
	font-weight: 400;
}

/* timeline */

.tst-timeline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

  .tst-timeline:after {
    content: '';
    border-radius: 3px;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    height: 100%;
    width: 4px;
    background-color: #f39c12; }

  .tst-timeline .tst-timeline-item {
    width: 50%;
    padding-right: 60px;
    text-align: right; }

    .tst-timeline .tst-timeline-item .tst-tl-content {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }

      .tst-timeline .tst-timeline-item .tst-tl-content .tst-ilust {
        position: relative;
        width: 20%;
        -webkit-filter: brightness(80%);
                filter: brightness(80%);
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }

        .tst-timeline .tst-timeline-item .tst-tl-content .tst-ilust img {
          border-radius: 10px;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center;
          -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
                  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11); }

      .tst-timeline .tst-timeline-item .tst-tl-content .tst-tl-text-frame {
        width: 80%;
        padding-right: 30px; }

    .tst-timeline .tst-timeline-item .tst-year {
      position: relative;
      font-size: 18px;
      font-weight: 500; }

      .tst-timeline .tst-timeline-item .tst-year:before {
        content: '';
        position: absolute;
        z-index: 1;
        right: -60px;
        top: 9px;
        height: 4px;
        width: 50px;
        border-radius: 3px;
        background-color: #f39c12; }

      .tst-timeline .tst-timeline-item .tst-year:after {
        content: '';
        position: absolute;
        z-index: 2;
        right: -70px;
        top: 0;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 4px #fcfcfc;
                box-shadow: 0 0 0 4px #fcfcfc;
        border: solid 4px #f39c12;
        background-color: #fcfcfc; }

    .tst-timeline .tst-timeline-item:nth-child(2n) {
      margin-top: 60px;
      text-align: left;
      padding-left: 60px;
      padding-right: 0; }

      .tst-timeline .tst-timeline-item:nth-child(2n) .tst-tl-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }

        .tst-timeline .tst-timeline-item:nth-child(2n) .tst-tl-content .tst-tl-text-frame {
          padding-right: 0;
          padding-left: 30px; }

      .tst-timeline .tst-timeline-item:nth-child(2n) .tst-year:before {
        right: auto;
        left: -60px; }

      .tst-timeline .tst-timeline-item:nth-child(2n) .tst-year:after {
        right: auto;
        left: -70px; }

    .tst-timeline .tst-timeline-item:hover .tst-tl-content .tst-ilust {
      -webkit-filter: brightness(110%);
              filter: brightness(110%); }

@media (max-width: 790px) {

  .tst-timeline:after {
    left: 0; }

  .tst-timeline .tst-timeline-item {
    padding: 0 0 0 30px;
    width: 100%;
    text-align: left; }

    .tst-timeline .tst-timeline-item .tst-tl-content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }

      .tst-timeline .tst-timeline-item .tst-tl-content .tst-tl-text-frame {
        padding: 0 0 0 30px; }

    .tst-timeline .tst-timeline-item .tst-year {
      position: relative;
      font-size: 18px;
      font-weight: 500; }

      .tst-timeline .tst-timeline-item .tst-year:before {
        display: none; }

      .tst-timeline .tst-timeline-item .tst-year:after {
        right: auto;
        left: -40px; }

    .tst-timeline .tst-timeline-item:nth-child(2n) {
      margin-top: 0;
      text-align: left;
      padding: 0 0 0 30px; }

      .tst-timeline .tst-timeline-item:nth-child(2n) .tst-tl-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }

        .tst-timeline .tst-timeline-item:nth-child(2n) .tst-tl-content .tst-tl-text-frame {
          padding: 0 0 0 30px; }

      .tst-timeline .tst-timeline-item:nth-child(2n) .tst-year {
        position: relative;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 30px; }

        .tst-timeline .tst-timeline-item:nth-child(2n) .tst-year:after {
          right: auto;
          left: -40px; }
}

/* swiper menu fix */
.swiper-menu .swiper-wrapper {
	height: auto !important;
}
.swiper-menu .swiper-slide {
	height: 0 !important;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.swiper-menu .swiper-slide.swiper-slide-active {
	height: auto !important;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.elementor-editor-active .swiper-menu .swiper-slide {
	height: auto !important;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.elementor-editor-active .swiper-menu .swiper-wrapper {
	display: block;
}
.swiper-menu-nav .swiper-pagination-bullet {
	padding: 11px 30px;
	height: auto;
	line-height: 1.4;
}
@media (max-width: 767px) {
	.swiper-menu-nav .swiper-pagination-bullet {
		margin-bottom: 10px;
		display: block;
	}
}
@media (max-width: 767px) {
	.tst-menu-book-item.tst-mbi-3 .tst-item-cover-frame {
		display: block;
		width: 130px;
		height: 130px;
	}
	.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr {
		padding: 10px 15px;
	}
	.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr .tst-text {
		font-size: 12px;
		line-height: 1.2;
	}
	.elementor-widget-tastyc-menu-simple .tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price {
		width: 100%;
	}
}
.tst-popup-body input {
	margin-bottom: 20px;
}
.elementor-add-section {
	max-width: 100%!important;
}

/*map fix*/
.tst-banner .tst-banner-content-frame.tst-with-map,
.tst-banner .tst-banner-content-frame.tst-with-map .container,
.tst-banner .tst-banner-content-frame.tst-with-map .container .row {
	pointer-events: auto;
	height: 1px;
}
@media (max-width: 790px) {
	.tst-banner .tst-cover-frame .tst-lock {
    display: flex;
    pointer-events: auto;
	}
	.mapboxgl-marker {
		display: block;
	}
	.tst-banner .tst-banner-content-frame.tst-with-map {
    padding: 0;
	}
	.tst-banner.tst-small-banner .tst-banner-content-frame.tst-with-map .tst-main-title-frame .tst-main-title {
    top: 470px;
    position: relative;
    margin-top: 0;
	}
	.elementor-widget-tastyc-intro-map .tst-banner {
		height: 680px;
	}
	.tst-banner .tst-banner-content-frame.tst-with-map .col-lg-6,
	.tst-banner .tst-banner-content-frame.tst-with-map .col-lg-6 .tst-main-title-frame	{
		height: 1px;
	}
	.tst-title--desc br {
		display: none;
	}
}

@media (max-width: 1180px) {
	.tst-menu-nav {
		overflow: auto;
		left: 0;
		top: 80px;
		width: 100%;
		max-height: 84vh;
		border-radius: 0;
		padding-bottom: 50px;
	}
}


/* UI Type Minimal */

.ui-minimal .tst-banner {
	height: 100vh;
}

.ui-minimal .tst-banner.tst-small-banner {
	height: 70vh;
}

@media (max-width: 790px) {
	.ui-minimal .tst-banner.tst-small-banner {
		height: auto;
	}
}

.ui-minimal.full-layout .tst-content-frame--end {
	display: none;
}

.woocommerce-page .ui-minimal.full-layout .tst-content-frame--container {
	padding-bottom: 60px;
}

@media (min-width: 1200px) {
	.ui-minimal .container {
		max-width: 1240px;
	}
}

.ui-minimal .tst-about-cover,
.ui-minimal .tst-about-cover .tst-cover,
.ui-minimal .tst-about-cover .tst-overlay,
.ui-minimal .tst-btn.tst-btn-shadow,
.ui-minimal .tst-banner-sm,
.ui-minimal .tst-menu-book-item.tst-mbi-3 .tst-item-cover-frame,
.ui-minimal .tst-team-member,
.ui-minimal .tst-menu-book-item,
.ui-minimal .tst-blog-card,
.ui-minimal.woocommerce ul.products li.product,
.ui-minimal.woocommerce-page ul.products li.product,
.ui-minimal .widget-area .product_list_widget li,
.ui-minimal .tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item,
.ui-minimal .woocommerce table.shop_table {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}

.ui-minimal .tst-about-cover,
.ui-minimal .tst-about-cover .tst-cover,
.ui-minimal .tst-about-cover .tst-overlay,
.ui-minimal .tst-about-cover .tst-btn-animation,
.ui-minimal .tst-services-box .image img,
.ui-minimal .tst-menu-nav ul li ul,
.ui-minimal .tst-banner-sm .tst-cover-frame .tst-cover,
.ui-minimal .tst-banner-sm .tst-wh-frame,
.ui-minimal .tst-banner-sm,
.ui-minimal .tst-testimonial-card,
.ui-minimal .tst-blog-card,
.ui-minimal .tst-blog-card .tst-cover-frame img,
.ui-minimal .tst-blog-card .tst-cover-frame,
.ui-minimal .tst-banner-sm form input,
.ui-minimal .tst-popup-bg .tst-popup-frame,
.ui-minimal form input,
.ui-minimal textarea,
.ui-minimal .nice-select,
.ui-minimal .nice-select .list,
.ui-minimal .tst-minicart-window,
.ui-minimal .tst-minicart-window:after,
.ui-minimal .tst-breadcrumbs,
.ui-minimal .tst-team-member,
.ui-minimal .filter.gallery-filter ul li,
.ui-minimal .itemGallery__box,
.ui-minimal .itemGallery__box img.cover,
.ui-minimal .tst-timeline .tst-timeline-item .tst-tl-content .tst-ilust img,
.ui-minimal .tst-pricing-box,
.ui-minimal .tst-pricing-box,
.ui-minimal .tst-faq-item-box .name,
.ui-minimal .swiper-menu-nav .swiper-pagination-bullet,
.ui-minimal .tst-menu-book-item .tst-item-cover-frame img,
.ui-minimal .tst-menu-book-item.tst-mbi-3 .tst-item-cover-frame,
.ui-minimal .tst-faq-item-box,
.ui-minimal .tst-menu-book-item .tst-item-cover-frame,
.ui-minimal .tst-menu-book-item,
.ui-minimal .tst-comment-box,
.ui-minimal.woocommerce button,
.ui-minimal.woocommerce ul.products li.product a img,
.ui-minimal.woocommerce ul.products li.product,
.ui-minimal.woocommerce-page ul.products li.product,
.ui-minimal .widget-area .product_list_widget li,
.ui-minimal .woocommerce table.shop_table,
.ui-minimal .tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item,
.ui-minimal .woocommerce a.button.alt {
	border-radius: 0!important;
}

.ui-minimal .tst-btn:before,
.ui-minimal .tst-menu-nav ul li ul:after,
.ui-minimal .tst-banner-sm .tst-cover-frame .tst-overlay,
.ui-minimal .tst-popup-bg .tst-popup-frame:before,
.ui-minimal .tst-popup-bg .tst-popup-frame:after,
.ui-minimal .tst-breadcrumbs:before {
	display: none!important;
}

.ui-minimal .tst-spacer {
	opacity: 0!important;
}

.ui-minimal .tst-spacer.tst-white,
.ui-minimal .elementor-widget-tastyc-testimonials .tst-spacer,
.ui-minimal .post-comments .tst-spacer {
	opacity: 0.3!important;
}

.ui-minimal .tst-spacer-sm {
	border: none!important;
}

.ui-minimal .tst-slider-navigation .tst-nav .tst-slider-btn {
	background: transparent!important;
}

.ui-minimal footer.white-footer {
	opacity: 1;
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
}

.ui-minimal .swiper-menu-nav .swiper-pagination-bullet-active,
.ui-minimal .filter.gallery-filter ul li.active,
.ui-minimal .tst-pagination a.current,
.ui-minimal .tst-pagination span.current,
.ui-minimal .tst-blog-pagination a.current,
.ui-minimal .tst-blog-pagination span.current,
.ui-minimal .page-links a.current,
.ui-minimal .page-links span.current,
.ui-minimal.woocommerce ul.products li.product .onsale,
.ui-minimal.woocommerce .product span.onsale,
.ui-minimal.woocommerce nav.woocommerce-pagination ul li a:focus,
.ui-minimal.woocommerce nav.woocommerce-pagination ul li a:hover,
.ui-minimal.woocommerce nav.woocommerce-pagination ul li span.current {
	color: #fff;
}

.ui-minimal .tst-btn.tst-cart-btn svg path {
	fill: #fff;
}

.ui-minimal .tst-banner-sm .tst-text-frame.text-left {
	padding-left: 0;
	padding-right: 0;
}

.ui-minimal .tst-banner-sm .tst-text-frame.text-left form {
	margin-left: 0;
	margin-right: 0;
}

.ui-minimal .post-comments {
	margin-bottom: 60px;
}

.ui-minimal .tst-menu-book-item.tst-mbi-3 .tst-item-cover-frame {
	height: 160px;
}

/* UI Dark */
.ui-dark .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span,
.ui-dark .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span:after,
.ui-dark .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span:before,
.ui-dark .white-header .tst-menu-frame.tst-active .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span,
.ui-dark .white-header .tst-menu-frame.tst-active .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span:after,
.ui-dark .white-header .tst-menu-frame.tst-active .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span:before {
	background-color: #fff;
}

.ui-dark .tst-scroll-hint-frame:after {
	display: none;
}

.ui-dark .tst-scroll-hint-frame .tst-scroll-hint {
	border-color: #eaeaea;
}

.ui-dark .tst-scroll-hint-frame .tst-scroll-hint:before {
	background-color: #eaeaea;
}

.ui-dark .full-layout .tst-scroll-hint-frame .tst-scroll-hint {
	filter: none;
}

.ui-dark .tst-spacer {
	opacity: 1;
}

.ui-dark .tst-testimonial-card {
	border-color: rgba(26, 47, 51, 0.7);
}

.ui-dark .tst-menu:after,
.ui-dark .tst-content-frame--start:before,
.ui-dark .tst-content-frame--end:after {
	opacity: 0.1;
}

.ui-dark form input,
.ui-dark textarea,
.ui-dark .nice-select,
.ui-dark .nice-select span,
.ui-dark .nice-select .list,
.ui-dark .wc-block-price-filter__controls input,
.ui-dark.woocommerce .quantity .qty,
.ui-dark .select2-container--default .select2-selection--single,
.ui-dark .select2-container--default .select2-selection--single .select2-selection__rendered,
.ui-dark .select2-dropdown,
.ui-dark .select2-container--default .select2-search--dropdown .select2-search__field,
body .ui-dark .wc-block-components-form .wc-block-components-text-input input[type=email], 
body .ui-dark .wc-block-components-form .wc-block-components-text-input input[type=number], 
body .ui-dark .wc-block-components-form .wc-block-components-text-input input[type=tel], 
body .ui-dark .wc-block-components-form .wc-block-components-text-input input[type=text], 
body .ui-dark .wc-block-components-form .wc-block-components-text-input input[type=url], 
body .ui-dark .wc-block-components-text-input input[type=email], 
body .ui-dark .wc-block-components-text-input input[type=number], 
body .ui-dark .wc-block-components-text-input input[type=tel], 
body .ui-dark .wc-block-components-text-input input[type=text], 
body .ui-dark .wc-block-components-text-input input[type=url],
body .ui-dark .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, 
body .ui-dark .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
body .ui-dark .wc-block-components-checkout-step__container textarea {
  color: #fff !important;
  background: #182f31 !important;
}
.ui-dark .wc-block-components-form .wc-block-components-text-input label, 
.ui-dark .wc-block-components-text-input label,
.ui-dark .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label, 
.ui-dark .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.ui-dark .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label, 
.ui-dark .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.ui-dark .wc-block-components-address-form__address_2-toggle
{
  color: rgba(255,255,255,0.5);
}

/* Change the white autofill to any color */
.ui-dark input:-webkit-autofill,
.ui-dark input:-webkit-autofill:hover, 
.ui-dark input:-webkit-autofill:focus, 
.ui-dark input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #142629 inset !important;
	-webkit-text-fill-color: white !important;
}
/**/

.ui-dark .wc-block-price-filter__controls input,
.ui-dark.woocommerce .quantity .qty,
.ui-dark .woocommerce .quantity .qty {
	border: none;
}

.ui-dark .nice-select .option:hover,
.ui-dark .nice-select .option.focus,
.ui-dark .nice-select .option.selected.focus,
.ui-dark .woocommerce .quantity .qty,
.ui-dark .select2-container--default .select2-results__option[data-selected=true] {
	background: #041314;
}

.ui-dark form input::-webkit-input-placeholder {
	color: #fff !important;
}
.ui-dark form input:-ms-input-placeholder {
	color: #fff !important;
}
.ui-dark form input::-ms-input-placeholder {
	color: #fff !important;
}
.ui-dark form input::placeholder {
	color: #fff !important;
}
.ui-dark textarea {
	color: #fff !important;
}
.ui-dark textarea::-webkit-input-placeholder {
	color: #fff !important;
}
.ui-dark textarea:-ms-input-placeholder {
	color: #fff !important;
}
.ui-dark textarea::-ms-input-placeholder {
	color: #fff !important;
}
.ui-dark textarea::placeholder {
	color: #fff !important;
}

.ui-dark .tst-pagination a.current,
.ui-dark .tst-pagination span.current,
.ui-dark .tst-blog-pagination a.current,
.ui-dark .tst-blog-pagination span.current,
.ui-dark .page-links a.current,
.ui-dark .page-links span.current {
	color: #fff !important;
}

.ui-dark .tst-btn.tst-cart-btn svg path,
.ui-dark .tst-menu-right .tst-cart svg path {
	fill: #fff;
}

.ui-dark .tst-comments-list:before {
	background: rgba(26, 47, 51, 0.7);
}

.ui-dark .tst-pagination a,
.ui-dark .tst-pagination span,
.ui-dark .tst-blog-pagination a,
.ui-dark .tst-blog-pagination span,
.ui-dark .page-links a,
.ui-dark .page-links span,
.ui-dark .social-share a .icon,
.ui-dark.woocommerce nav.woocommerce-pagination ul li a,
.ui-dark.woocommerce nav.woocommerce-pagination ul li a:focus,
.ui-dark.woocommerce nav.woocommerce-pagination ul li a:hover,
.ui-dark.woocommerce nav.woocommerce-pagination ul li span.current,
.ui-dark.woocommerce span.onsale,
.ui-dark.woocommerce div.product p.price,
.ui-dark.woocommerce div.product span.price,
.ui-dark.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.ui-dark.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.ui-dark .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.is-active a,
.ui-dark .filter.gallery-filter ul li,
.ui-dark .swiper-menu-nav .swiper-pagination-bullet {
	color: #eae5dc;
}

.woocommerce.ui-dark ul.products li.product .price {
	color: #d3cfc6;
}

.woocommerce.ui-dark ul.products li.product .price:before {
	border-bottom: dotted 3px rgb(255, 255, 255);
	opacity: 0.15;
}

.ui-dark#add_payment_method table.cart td.actions .coupon .input-text,
.ui-dark.woocommerce-cart table.cart td.actions .coupon .input-text,
.ui-dark.woocommerce-checkout table.cart td.actions .coupon .input-text {
	border-color: #2d3c3f;
}

.ui-dark .white-header .tst-menu .elementor-widget-image img {
	filter: none;
}

@media (min-width: 1080px) {
	.ui-dark .white-header .tst-menu-frame.tst-active .tst-menu-nav > nav > ul > li > a {
		color: #fff !important;
	}
}

@media (max-width: 1180px) {
	.ui-dark .tst-menu-nav {
		background-color: #041314;
	}
}

.ui-dark .white-header .tst-menu-frame.tst-active .tst-menu-right .tst-cart svg path {
	fill: #fff;
}

.ui-dark.ui-minimal .tst-testimonial-card,
.ui-dark.ui-minimal .tst-spacer.tst-white,
.ui-dark.ui-minimal .elementor-widget-tastyc-testimonials .tst-spacer,
.ui-dark.ui-minimal .post-comments .tst-spacer {
	opacity: 0.7!important;
	border-color: rgba(255, 255, 255, 0.1);
}

.ui-dark.ui-minimal .white-header .tst-menu-frame.tst-active .tst-menu.tst-menu-transparent,
.ui-dark.ui-minimal .tst-menu {
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 20%);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 20%);
}

.ui-dark.ui-minimal .swiper-pagination-bullet {
	opacity: 1!important;
}

.ui-dark.ui-minimal form input,
.ui-dark.ui-minimal textarea,
.ui-dark.ui-minimal .nice-select,
.ui-dark.ui-minimal .nice-select span,
.ui-dark.ui-minimal .nice-select .list,
.ui-dark.ui-minimal .wc-block-price-filter__controls input,
.ui-dark.ui-minimal.woocommerce .quantity .qty,
.ui-dark.ui-minimal .select2-container--default .select2-selection--single,
.ui-dark.ui-minimal .select2-container--default .select2-selection--single .select2-selection__rendered,
.ui-dark.ui-minimal .select2-dropdown,
.ui-dark.ui-minimal .select2-container--default .select2-search--dropdown .select2-search__field {
	background: #121a1d;
}

.tst-banner .tst-cover-frame .tst-map-frame .tst-map {
	-webkit-transform: scale(1);
	transform: scale(1);
	height: 100%;
	width: 120%;
}

.tst-banner .tst-cover-frame .tst-map-frame {
	top: 0!important;
}

/*view cart fix*/
.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .added_to_cart:before {
	border-bottom: 6px solid #f39c12;
}

.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .added_to_cart {
	background: #f39c12;
}

/*fix menu items*/
.tst-menu-book-item.tst-mbi-3 {
	min-height: 130px;
}
.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr:first-child {
	width: 100%;
}

/*fix popups*/
.tst-popup-bg .tst-popup-frame .tst-popup-body {
	position: relative;
	max-height: 75vh;
	overflow: hidden;
	overflow-y: auto;
	padding-bottom: 20px;
}

/*fix section-section*/
.tst-content-frame .elementor-section .elementor-section {
	background: transparent;
}

/*fix map*/
@media (max-width: 790px) {
	.ui-minimal .elementor-widget-tastyc-intro-map .tst-banner {
		height: 680px;
	}
	.tst-banner .tst-cover-frame .tst-map-frame .tst-map {
		height: 900px;
		top: -200px;
	}
}

/*footer gal fix*/
footer .tst-footer-gallery .swiper-wrapper {
	overflow: visible !important;
}

/*dark mode seearch fix*/
.ui-dark .search-submit, .ui-dark .wp-block-search__button {
	filter: invert(1) !important;
}

/*tst logo 2*/
.tst-logo-two {
	position: relative;
	line-height: 1;
	font-size: 0;
}
.tst-logo-two img {
	max-width: 100%;
}
.tst-logo-two img.logo-lght,
.white-header .tst-logo-two img.logo-dark,
.white-header .tst-menu-frame.tst-active .tst-logo-two img.logo-lght {
	display: none;
}
.white-header .tst-logo-two img.logo-lght,
.white-header .tst-menu-frame.tst-active .tst-logo-two img.logo-dark {
	display: block;
}

/*swiper fix*/
body .swiper-container:not(.swiper-container-initialized)>.swiper-wrapper, 
body .swiper:not(.swiper-initialized)>.swiper-wrapper {
    overflow: visible;
}

/*x-icon*/
.fab.fa-twitter.x-icon:before {
    display: none
}
.fab.fa-twitter.x-icon svg {
    width: 14px;
    display: inline-block;
    vertical-align: top
}
footer.white-footer .tst-social a svg path,
.tst-content-frame .tst-icon-link .fab.fa-twitter.x-icon svg path {
	fill: #1a2f33;
}
body footer .tst-social a:hover svg path,
body .tst-content-frame .tst-icon-link:hover .fab.fa-twitter.x-icon svg path {
	fill: #f39c12;
}