/* header */
header .header-inner {
	padding: 19px 30px 0;
}

header .header-inner .socials {
	/*justify-content: flex-end;*/
	/*order: 1;*/
	/*width: 100%;*/
	width: auto;
	flex: 0;
}

header .header-inner .socials li a {
	/*margin-left: 10px;*/
	/*margin-right: 0px;*/
}

header .header-inner .logo {
	/*left: 0px;*/
	/*margin-left: 0px;*/
	/*margin-top: 5px;*/
	/*order: 2;*/
	/*position: relative;*/
	width: 150px;
}

header .header-inner .menu {
	/*order: 3;*/
	/*padding-top: 15px;*/
}
header .header-inner .menu {
	z-index: 1;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 280px;
	padding: 100px 24px 24px 24px;
	background-color: #555f57;
	transition: 100ms ease-out;
	transform: translateX(110%);
	box-shadow: -10px 0 20px 0 rgba(0, 0, 0, 0.2);
	overflow-y: auto;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 20px;
}

header .header-inner .menu li {
	/*padding-left: 25px;*/
	width: 100%;
}

header .header-inner .menu li a {
	font-size: 14px;
	color: #fff;
	text-align: right;
	width: 100%;
}
header .header-inner .menu li.cart-icon {
	display: none;
}
header .header-inner li.cart-icon > a {
	top: 0;
}

header .header-inner .mobile-nav {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 20px;
	position: relative;
	z-index: 2;
}

/* SUBMENU */
header .header-inner .menu .sub-menu {
	display: block;
	margin: auto;
	list-style: none;
	transition: all .2s ease;
	border: 0;
	padding: 0;
	position: relative;
	left: auto;
	transform: none;
	opacity: 1;
	visibility: visible;
	background-color: transparent;
}
header .header-inner .menu .sub-menu a {
	white-space: nowrap;
	padding: 5px 0 0;
	display: block;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 300;
	font-size: 14px;
	text-transform: none;
}
header .header-inner .menu .sub-menu a:hover {
	background-color: transparent;
	color: #fff;
}
header .header-inner .menu .sub-menu:before {
	content: "";
	display: none;
}
header .header-inner .menu .menu-item:hover > .sub-menu {
	transform: none;
	display: block;
}
/* END SUBMENU */

header.sticky {
	/*height: 58px;*/
}

header.sticky .header-inner {
	/*flex-wrap: nowrap;*/
	/*padding-top: 22px;*/
	padding: 10px 30px;
}

header.sticky .header-inner .logo {
	/*margin-left: 0px;*/
	/*left: 0px;*/
	/*order: 1;*/
	/*margin-top: -4px;*/
	height: 40px;
}

header.sticky .header-inner .menu {
	/*margin-left: auto;*/
	/*padding-right: 20px;*/
	/*padding-top: 5px;*/
	/*order: 2;*/
}

header.sticky .header-inner .socials {
	/*order: 3;*/
	/*position: relative;*/
	/*top: 3px;*/
	/*width: auto;*/
}

header.sticky + .intro {
	padding-top: 138px;
}

.menu-hamburger {

}

.nav-open {overflow: hidden;}
.nav-open .main-overlay {visibility: visible; opacity: 1;}
.nav-open header .header-inner .menu {transform: translateX(0%);}
.nav-open header .header-inner li.cart-icon > a {
	background-image: url(../img/cart-white.svg);
}
.nav-open header .header-inner li.cart-icon span {
	color: #565f58;
	background-color: #fff;
}

/* intro */
.intro {
	padding: 0px 30px;
	padding-bottom: 71px;
	padding-top: 80px;
}

.intro .intro-content {
	max-width: 470px;
}

.intro h1 {
	font-size: 13px;
	line-height: 1.5em;
	padding-bottom: 23px;
}

.intro p {
	font-size: 28px;
	line-height: 1.2em;
}

.about .intro {
	padding-bottom: 143px;
}

/* slideshow */

/* services */
.services {
	padding: 0px 30px;
	padding-bottom: 39px;
	padding-top: 58px;
}

.services .services-inner {
	flex-wrap: wrap;
}

.services .services-inner article {
	align-items: center;
	display: flex;
	margin: 0px;
	margin-bottom: 30px;
	width: 100%;
}

.services .services-inner article .article-image {
	width: 50%;
}

.services .services-inner article .services-content {
	padding-bottom: 34px;
	padding-bottom: 0px;
	width: 50%;
}

.services .services-inner article h2 {
	font-size: 22px;
	line-height: 1.2em;
	margin-left: auto;
	margin-right: auto;
	max-width: 220px;
	padding-bottom: 13px;
}

.services .services-inner article p {
	font-size: 14.5px;
	line-height: 1.51em;
	margin: 0px auto;
	max-width: 220px;
	width: 90%;
}

.services .services-inner article hr {
	margin-bottom: 17px;
	margin-top: 25px;
	width: 24px;
}

.services .services-inner article span.services-link {
	font-size: 13px;
}

/* image-article */
.image-article {
	padding: 0px 30px;
	padding-bottom: 67px;
	padding-top: 62px;
}

.image-article .image-article-inner {
	display: flex;
}

.image-article .image-article-inner .image-article-left {
	padding-right: 0px;
	width: 268.5px;
}

.image-article .image-article-inner .image-article-left img {
	display: block;
	height: auto;
	margin-left: 0px;
	width: 100%;
}

.image-article .image-article-inner .image-article-right {
	padding-left: 30px;
	text-align: center;
	width: calc(100% - 269px);
}

.image-article
.image-article-inner
.image-article-right
.image-article-content {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 260px;
	padding-bottom: 9px;
	width: calc(100% - 20px);
}

.image-article .image-article-inner .image-article-right h3 {
	font-size: 13px;
	line-height: 1.2em;
	padding-bottom: 11px;
}

.image-article .image-article-inner .image-article-right h2 {
	font-size: 19px;
	line-height: 1.19em;
	padding-bottom: 12px;
}

.image-article .image-article-inner .image-article-right p {
	font-size: 14.5px;
	line-height: 1.51em;
}

.image-article .image-article-inner .image-article-right hr {
	margin-bottom: 18px;
	margin-top: 27px;
}

.image-article .image-article-inner .image-article-right span.article-link {
	font-size: 15px;
	line-height: 1.5em;
	padding-bottom: 25px;
}

.about .about-article {
	padding-bottom: 78px;
	padding-top: 0px;
}

.about .about-article img {
	top: -93px;
	margin-bottom: -93px;
	max-width: 100%;
	width: calc(100% - 136px);
}

.about .about-article .image-content {
	padding-top: 62px;
	width: calc(100% - 200px);
}

.about .about-article .image-content h2 {
	font-size: 17.77px;
	line-height: 1.47em;
	padding-bottom: 14px;
}

.about .about-article .image-content p {
	font-size: 14.5px;
	line-height: 1.52em;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.about .about-image-article {
	padding-bottom: 76px;
	padding-top: 62px;
}

.about .about-image-article .image-article-inner .image-article-content {
	padding-bottom: 0px;
	padding-top: 5px;
	width: 100%;
}

.about .about-image-article .image-article-inner .image-article-left {
	width: 269px;
}

.about .about-image-article .image-article-inner .image-article-right {
	width: calc(100% - 269px);
}

.about .about-image-article .image-article-inner .image-article-right h3 {
	line-height: 1.2em;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.about .about-image-article .image-article-inner .image-article-right h2 {
	line-height: 1.185em;
	padding-bottom: 13px;
}

.about .about-image-article .image-article-inner .image-article-right hr {
	margin-bottom: 17px;
	margin-top: 31px;
}

/* instagram-block */
.instagram-block {
	padding: 0px 24px;
	padding-bottom: 88px;
	padding-top: 70px;
}

.instagram-block h4 {
	font-size: 20px;
	line-height: 1.2em;
}

.instagram-block h4:before {
	height: 20px;
	margin-bottom: 12px;
	margin-left: -10px;
	width: 20px;
}

.instagram-block .instagram-grid #sb_instagram #sbi_images {
	padding-top: 28px;
}

.instagram-block .instagram-grid #sb_instagram #sbi_images .sbi_item {
	display: block !important;
	margin: 0px 6px !important;
	width: calc(25% - 12px) !important;
}

/* footer */
footer .footer-inner {
	flex-wrap: wrap;
	padding: 0px 30px;
	padding-bottom: 59px;
}

footer .footer-inner .footer-left {
	padding-top: 66px;
	width: 100%;
}

footer .footer-inner .footer-left img {
	padding-top: 7px;
	width: 31px;
}

footer .footer-inner .footer-left p {
	font-size: 17.5px;
	line-height: 1.52em;
	padding-left: 30px;
	padding-top: 0px;
	width: 410px;
}

footer .footer-inner .footer-right {
	margin-top: -5px;
	padding-top: 0px;
	text-align: right;
	width: 100%;
}

footer .footer-inner .footer-right .socials {
	display: inline-block;
	padding-bottom: 17px;
}

footer .footer-inner .footer-right .socials li a {
	height: 24px;
	margin-left: 10px;
	width: 24px;
}

footer .footer-inner .footer-right p {
	font-size: 14.5px;
	line-height: 1.52em;
}

/* testimonials */
.testimonials {
	padding-bottom: 94px;
	padding-top: 93px;
}

.testimonials h3 {
	font-size: 13px;
	line-height: 1em;
}

.testimonials .carousel-item {
	padding-top: 24px;
	margin: 0px auto;
	width: calc(100% - 200px) !important;
}

.testimonials .carousel-item p {
	font-size: 20px;
	line-height: 1.5em;
}

.testimonials .carousel-item h4 {
	font-size: 14.5px;
	line-height: 1.2em;
	padding-top: 28px;
}

.testimonials .carousel .slick-dots {
	top: 31px;
	left: 30px;
	width: 10px;
	z-index: 2;
}

.testimonials .carousel .slick-dots li {
	height: 10px;
	margin-bottom: 8px;
	width: 10px;
}

/* clients-block */
.clients-block {
	padding-bottom: 53px;
	padding-top: 86px;
}

.clients-block h3 {
	font-size: 13px;
}

.clients-block .clients-grid {
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 26px;
	width: 580px;
}

.clients-block .clients-grid div {
	margin-bottom: 15px;
	width: calc(100% / 3);
}

.clients-block .clients-grid div:nth-of-type(3) {
	border-right: 0px none;
}

/* contact_modal */
#contact_modal .contact-inner {
	display: block;
	margin: 0px auto;
	padding-top: 133px;
	width: calc(100% - 60px);
}

#contact_modal .contact-inner .contact-content p {
	font-size: 14.5px;
	line-height: 1.66em;
}

#contact_modal .contact-inner #close_contact {
	font-size: 13px;
	top: 138px;
	width: 50px;
}

#contact_modal .contact-inner #close_contact:before {
	font-size: 30px;
	padding-bottom: 16px;
}

#contact_modal .contact-inner #close_ty {
	font-size: 13px;
	top: 138px;
	width: 50px;
}

#contact_modal .contact-inner #close_ty:before {
	font-size: 30px;
	padding-bottom: 16px;
}

#contact_modal .contact-inner form {
	padding-top: 51px;
	width: 359px;
}

#contact_modal .contact-inner form .wpcf7-response-output {
	top: 42px;
}

#contact_modal .contact-inner form .wpcf7-form-control-wrap input,
#contact_modal .contact-inner form .wpcf7-form-control-wrap textarea {
	font-size: 14.5px;
	margin-bottom: 10px;
	padding-bottom: 21px;
	padding-top: 21px;
}

#contact_modal .contact-inner form .wpcf7-form-control-wrap textarea {
	height: 151px;
}

.wpcf7-form-control-wrap .sbHolder {
	min-height: 61px;
	margin-bottom: 10px;
}

.wpcf7-form-control-wrap .sbHolder .sbSelector {
	font-size: 14.5px;
	padding-bottom: 18px;
	padding-top: 23px;
}

.wpcf7-form-control-wrap .sbHolder .sbOptions a {
	font-size: 14.5px;
}

#contact_modal .contact-inner form hr {
	margin-bottom: 32px;
	margin-top: 33px;
}

#contact_modal .contact-inner form input.wpcf7-submit {
	font-size: 16px;
}

#contact_modal .contact-inner .ty-content {
	padding-bottom: 109px;
	padding-top: 109px;
	text-align: center;
}

#contact_modal .contact-inner .ty-content h2 {
	font-size: 13px;
	padding-bottom: 25px;
}

#contact_modal .contact-inner .ty-content p {
	font-size: 28px;
	max-width: 475px;
}

/* service-gallery */
.service-gallery .service-gallery-inner {
	padding-bottom: 244px;
	padding-top: 244px;
	width: calc(100% - 70px);
}

.service-gallery .service-gallery-inner .close-gallery {
	font-size: 13px;
	top: 138px;
	width: 50px;
}

.service-gallery .service-gallery-inner .close-gallery:before {
	font-size: 30px;
	padding-bottom: 16px;
}

.service-gallery .service-gallery-inner .slick-slide img.portrait {
	max-width: 296px;
}

.service-gallery .service-gallery-inner .slick-slide img.landscape {
	max-width: 443px;
}

.service-gallery .service-gallery-inner .slick-arrow {
	font-size: 40px;
	height: 44px;
	margin-top: -22px;
}

#scroll_up {
	bottom: -52px;
	right: 30px;
	height: 32px;
	width: 32px;
}

#scroll_up.visible {
	bottom: 22px;
}

.archive .site-main .entry-header {
	display: none;
}

.archive .site-main {
	background: #fff;
	min-height: 700px;
	padding-bottom: 90px;
}

.archive .site-main .products:before,
.archive .site-main .products:after {
	display: none !important;
}

.archive .site-main .products {
	max-width: 530px;
	margin: auto;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px 30px;
	overflow: hidden;
	width: 100%;
}

.archive .site-main .products li,
.archive .site-main .products li > a {
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 100% !important;
	margin: 0 !important;
}

.archive .site-main .products li a.woocommerce-loop-product__link img {
	height: 255px;
	width: 100%;
	object-fit: cover;
}

.archive .site-main .products li a .woocommerce-loop-product__title {
	font-family: baskerville-display-pt, serif;
	font-weight: 700;
	color: #565f58;
	font-size: 19px;
	margin: 0px;
	margin-bottom: 0px;
	margin-bottom: 0px;
	margin-bottom: 20px;
	line-height: 115%;
	height: 50px;
	padding: 0;
	overflow: hidden;
	margin-bottom: 10px;
}

.archive .site-main .products li a .price {
	font-size: 16px;
	color: #565f58;
}

.intro_custom {
	padding-bottom: 65px;
}

.archive .site-main {
	background: #fff;
	min-height: 700px;
	padding-bottom: 100px;
}

.archive .woocommerce-products-header,
.archive .woocommerce-breadcrumb,
.archive .woocommerce-result-count,
.archive .woocommerce-ordering,
.archive .site-main .products li .add_to_cart_button,
.archive .site-main .products li .onsale {
	display: none;
}

.single-product .content-area .site-main .product {
	display: grid;
	grid-template-columns: 410px;
	grid-gap: 0px;
	justify-content: center;
	margin-top: 90px !important;
	max-width: 540px;
	margin: auto;
	margin-top: auto;
	padding-top: 320px;
}

.single-product .content-area .site-main .product .summary .product_title {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	text-align: center;
	max-width: 410px;
	margin: auto;
	right: 0;
	font-size: 30px;
}

.single-product .content-area .site-main .product .summary .price {
	position: absolute;
	top: 90px;
	width: 100%;
	left: 0;
	text-align: center;
	max-width: 410px;
	margin: auto;
	right: 0;
	font-size: 15px;
	font-weight: 600;
}

.single-product .content-area .site-main .product .summary .cart {
	position: absolute;
	top: 160px;
	width: 410px;
	flex-direction: unset;
	justify-content: center;
	align-items: flex-start;
	font-size: 30px;
	padding-top: 15px;
}

.single-product .content-area .site-main .product .summary .cart .quantity {
	width: auto;
	margin: 0;
	margin-right: 0px;
	margin-right: 10px;
}

.single-product
.content-area
.site-main
.product
.summary
.cart
.quantity
.screen-reader-text {
	position: absolute;
	top: -40px;
	font-size: 20px;
	font-family: baskerville-display-pt, serif;
	font-weight: 700;
	color: #565f58;
	line-height: 110%;
	margin-bottom: 25px;
	text-align: center;
	width: 100%;
	left: 0;
	clip: unset;
	display: block;
	height: auto;
	width: auto;
	text-align: center;
	left: 0;
	right: 0;
	font-size: 0px;
	width: 100%;
	justify-content: center;
	right: 0;
	left: 0;
	margin: auto;
	overflow: visible;
}

.single-product
.content-area
.site-main
.product
.summary
.cart
.quantity
.screen-reader-text:after {
	content: "Quantity";
}

.single-product
.content-area
.site-main
.product
.summary
.cart
.quantity
.qty {
	width: 78px;
	height: 57px;
	border: 1px solid #dddfde;
	font-size: 14px;
}

.single-product
.content-area
.site-main
.product
.summary
.cart
.single_add_to_cart_button {
	width: 163px;
	height: 57px;
	border-radius: 0px;
	background: none;
	font-size: 14px;
	text-transform: uppercase;
	color: #565f58;
	font-weight: 600;
	border: 2px solid #565f58;
}

.single-product .content-area .site-main .product .woocommerce-product-gallery {
	position: static !important;
}

.single-product .content-area .site-main .product .summary .product_title {
	font-size: 30px;
	height: 75px;
	overflow: hidden;
}

.quantity-button.quantity-up {
	height: 45% !important;
}

.single-product
.content-area
.site-main
.product
.summary
.cart
.quantity
.screen-reader-text::after {
	content: "Quantity";
	font-size: 20px;
	display: block;
	height: auto;
	line-height: initial;
	left: 80px;
	position: relative;
	top: -8px;
}

.single-product .content-area .site-main .product .summary {
	padding-top: 10%;
	text-align: center;
	padding-top: 0;
	max-width: 90%;
	margin: auto;
	order: -1;
}

.single-product
.content-area
.site-main
.product
.summary
.woocommerce-product-details__short-description
h4,
.single-product .content-area .site-main .product .summary .delivery_fees h4 {
	font-size: 21px;
	margin-bottom: 15px;
}

.single-product
.content-area
.site-main
.product
.summary
.woocommerce-product-details__short-description
h5 {
	font-size: 16px;
}

.single-product
.content-area
.site-main
.product
.summary
.woocommerce-product-details__short-description
p {
	font-size: 15px;
}

.woocommerce table.cart {
	margin: 0px;
	border: none;
	padding: 0 30px;
}

.woocommerce table.cart tr td.product-name > a {
	font-family: baskerville-display-pt, serif;
	font-weight: 700;
	font-size: 16px;
	color: #565f58;
	text-transform: capitalize;
	text-align: left;
}

.woocommerce table.cart tr td.product-thumbnail a img {
	width: 69px;
	height: 69px;
}

.woocommerce table.cart tr th,
.woocommerce table.cart tr td {
	padding: 10px 0;
}

.woocommerce table.cart tr th,
.woocommerce table.cart tr td {
	font-size: 13px;
}

.woocommerce table.cart tr th {
	padding-bottom: 30px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: right;
	width: 48%;
	padding-right: 40px;
	padding-bottom: 80px;
	margin: 0px;
}

.single-product .content-area {
	padding-bottom: 100px;
}

.single-product .content-area .site-main .product .summary .delivery_fees p {
	font-size: 14px;
	color: #565f58;
	line-height: 24px;
	margin-bottom: 0;
}

.woocommerce .cart_totals .checkout-button {
	width: auto;
	height: 50px;
	border-radius: 0px;
	background: none !important;
	font-size: 14px !important;
	text-transform: uppercase;
	color: #565f58 !important;
	font-weight: 600;
	border: 2px solid #565f58 !important;
	display: inline-flex !important;
	align-items: center;
	padding: 0 26px !important;
	margin: 0 !important;
	float: right;
}

.woocommerce-cart .site-main .entry-header {
	display: block;
	padding-top: 100px;
	margin-bottom: 48px;
	text-align: center;
}

.woocommerce table.shop_table_responsive thead,
.woocommerce-page table.shop_table_responsive thead {
	display: grid;
}

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
	display: none !important;
}

.woocommerce #content table.cart .product-thumbnail,
.woocommerce table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
	display: flex !important;
}

.woocommerce table.cart tr {
	display: grid;
	grid-template-columns: 40px 86px 43% 1fr 70px;
}

.woocommerce table.cart tr .quantity .qty {
	width: 58px;
	text-align: center;
	height: 48px;
	padding: 0;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px;
	margin-bottom: 70px;
}

.woocommerce-loop-product__link > div {
	margin-bottom: 30px !important;
}

.product .up-sells.upsells.products h2 {
	font-size: 30px;
	font-family: baskerville-display-pt, serif;
	font-weight: 700;
	color: #565f58;
	line-height: 110%;
	margin-bottom: 25px;
}

.product .up-sells.upsells.products .woocommerce-Price-amount.amount {
	color: #565f58;
	font-size: 15px;
}

/* notification  */
#woo-store-vacation .woocommerce-info {
	top: -30px;
	max-width: 530px !important;
}

.postid-321 #woo-store-vacation .woocommerce-info {
	top: 50px;
}

.page-id-251 #woo-store-vacation .woocommerce-info {
	top: -15px;
}
