/*GENERIC STYLES*/
@font-face {
	font-family:"gastromond";
	src:
		url("../assets/fonts/gastromond-normal.woff2") format("woff2"),
		url("../assets/fonts/gastromond-normal.woff") format("woff"),
		url("../assets/fonts/gastromond-normal.otf") format("opentype");
	font-display:auto;
	font-style:normal;
	font-weight:400;
	font-stretch:normal;
}
@font-face {
	font-family:"gastromond";
	src:
		url("../assets/fonts/gastromond-italic.woff2") format("woff2"),
		url("../assets/fonts/gastromond-italic.woff") format("woff"),
		url("../assets/fonts/gastromond-italic.otf") format("opentype");
	font-display:auto;
	font-style:italic;
	font-weight:400;
	font-stretch:normal;
}
/*body h1, body h2,body h3,body h4,body h5,body h6 {
	font-family: gastromond, sans-serif;
	font-weight: 400;
}
body h1, body h2,body h3,body h4 {
	text-transform: lowercase;
}*/
.font-custom {
	font-family: gastromond, sans-serif !important;
	font-weight: 400 !important;
/*	text-transform: lowercase !important;*/
}
.font-custom h1, 
.font-custom h2, 
.font-custom h3, 
.font-custom h4, 
.font-custom h5, 
.font-custom h6, 
.font-custom span, 
.font-custom p {
	font-family: gastromond, sans-serif !important;
	font-weight: 400 !important;
	text-transform: lowercase !important;	
}
/*GENERIC STYLES ENDS*/

body .header-navigation .header-menu-container ul ul.sub-menu {
    border: 1px solid #2f5c6f;
}

.single-product .woocommerce-Tabs-panel--description ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.single-product .woocommerce-Tabs-panel--description ul li {
	list-style-type: none !important;
	margin: 0 0 5px 2px;
	padding: 0 !important;
	padding-left: 10px !important;
}
.single-product .woocommerce-Tabs-panel--description ul li::before {
	color: #2f5c6f !important;
	font-size: 22px;
	background-size: cover;
	/* content: "•"; */
	content: '\2714 \fe0e';
	text-align: center;
	font-weight: 900;
	background-color: transparent;
	display: inline-block;
	height: 22px;
	left: -12px;
	top: 2px;
	/* margin-top: -18px; */
	width: 22px;
	position: relative;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}

.kb-google-maps-container-product-lt {
    height: 450px;
    margin-top: 20px;
}
.lt_text_about_location {
    margin-top: 20px;
}

/*hide buy product buttons*/
.related.products .product-action-wrap,
.product-archive .product-action-wrap {
	display: none !important;
}

body.woocommerce .products .star-rating {
	margin-bottom: 15px;
	float: left;
}

#main-header .header-button,
#main-header .header-button2 {
	padding: 6.25px 24px 6.25px 24px;
}

/*My Trip styles*/
.woocommerce-account #wishlistFilter {
    padding-bottom: 3px;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 25px;
    height: auto;
    border-radius: 0;
    font-size: 90%;
    background-color: transparent;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    background-position: right 0 top 50%;
    font-weight: 600;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: auto 18px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
}
.woocommerce-account .wishlist-items {
	padding-top: 30px;

	display: grid;
/*    grid-template-columns: minmax(0, 1fr);*/
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    row-gap: 2.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 1em;
}
.woocommerce-account .wishlist-items .wishlist-item {
    display: block;
    flex-flow: column;
    height: auto;
    align-self: stretch;
    justify-content: space-between;
    margin: 0 0;
    padding: 0;

    background: var(--global-palette9);
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 15px 50px -10px rgba(0,0,0,0.05);
    position: relative;
    padding-bottom: 1.5rem;
}
.woocommerce-account .wishlist-items .wishlist-item > a:first-child {
	position: relative;
	display: block;
	outline-offset: -5px;
	text-decoration: none;
	padding: 0 1.5rem;
	border-radius: 0.25rem;
    transition: -webkit-transform 0.3s cubic-bezier(0.17, 0.67, 0.35, 0.95);
    transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.35, 0.95);
    transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.35, 0.95), -webkit-transform 0.3s cubic-bezier(0.17, 0.67, 0.35, 0.95);

    font-style: normal;
    font-size: 19px;
    color: var(--global-palette-highlight);
    font-weight: 500;
    line-height: 1.5;
    font-family: var(--global-heading-font-family);
}
.woocommerce-account .wishlist-items .wishlist-item-img {
    height: 269.66px;
    border: 1px solid #f2f2f2;
    margin: 0 -1.5rem 1.5rem -1.5rem;
}
.woocommerce-account .wishlist-items .ittw-wishlist-button {
	margin: 1rem 1.5rem 0 1.5rem;
	display: inline-block;
	background: transparent;
    padding: 0.5em 0;
/*    text-transform: uppercase;*/
    font-weight: bold;
    letter-spacing: .05em;
    color: #666;
    font-size: 85%;
    border: 0;
    box-shadow: none;
    transition: color 0.2s ease;
}
/*.woocommerce-account .wishlist-items .ittw-wishlist-button::after {
	margin-left: 9px;
	content: "";
	background-image: url(../assets/arrow-right.svg);
	display: inline-block;
	width: 14px;
	height: 14px;
	background-size: auto 14px;
	position: relative;
	top: 2px;
}*/
@media screen and (max-width: 575px) {
	.woocommerce-account .wishlist-items {
	    grid-template-columns: minmax(0, 1fr);
	}
	.woocommerce-account .wishlist-items .wishlist-item-img {
	    height: calc(100vw - 63px);
	}
}
@media screen and (min-width: 576px) and (max-width: 767px) {
	.woocommerce-account .wishlist-items .wishlist-item-img {
	    height: calc(100vw/3 - 47px);
	}
	.woocommerce ul.products li.product .product-details .woocommerce-loop-product__title {
		font-size: 17px;
	}
	.woocommerce-account .wishlist-items .wishlist-item > a:first-child {
    	font-size: 17px;
	}
	.woocommerce-account .wishlist-items .ittw-wishlist-button {
		font-size: 70%;
		margin-top: 10px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.woocommerce-account .wishlist-items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.woocommerce-account .wishlist-items .wishlist-item-img {
	    height: calc(75vw/2 - 65px);
	}
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
	.woocommerce-account .wishlist-items .wishlist-item-img {
	    height: calc(100vw/4 - 57px);
	}
}
@media screen and (min-width: 768px) {
	body.woocommerce-account .woocommerce-MyAccount-content {
	    width: 75%;
	}
	body.woocommerce-account .account-navigation-wrap {
	    width: 25%;
	}
}
/*My Trip styles ENDS*/

/*RESPONSIVE*/
@media (max-width: 400px) {
	.site-bottom-header-wrap .button {
		width: calc(50vw - 26.5px);
		font-size: 85% !important;
		padding: 0.6em 10px !important;
		text-align: center;
	}

}
@media (min-width: 401px) and (max-width: 767px) {
	.site-bottom-header-wrap .button {
		width: calc(50vw - 32.5px);
		font-size: 90% !important;
		padding: 0.6em 10px !important;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.kb-google-maps-container-product-lt {
	    margin-bottom: 20px;
	}
	.lt_text_about_location {
	    margin-bottom: 20px;
	}

}
@media (min-width: 768px) {
	.single-product .woocommerce-Tabs-panel--description ul {
	    margin-bottom: 0;
	}
}
@media (max-width: 1024px) {
	.mobile-toggle-open-container button {
		border-radius: 4px;
		z-index: 99999;
	}
	/*MOBILE MENU*/
    body #mobile-drawer.active .drawer-overlay {
        display: none;
    }
    body #mobile-drawer .drawer-content .site-header-item {
        margin-top: 0 !important;
    }

    body #mobile-drawer.popup-drawer .drawer-inner {
        top: 208px;
/*        width: calc(100% - 16px);*/
        left: 0;
		border-top: 3px solid #2f5c6f;
		border-bottom: 3px solid #2f5c6f;
    }
    body.admin-bar #mobile-drawer.popup-drawer .drawer-inner {
        top: 254px;
        width: calc(100% - 16px);
    }
    body #mobile-drawer.popup-drawer .drawer-inner .drawer-content {
        padding: 0 0;
    }

    body #mobile-drawer {
        z-index: 1;
    }
    body #mobile-drawer .drawer-header {
        display: none !important;
    }
    body .mobile-navigation ul li {
        margin-right: 0;
    }
    body .mobile-navigation ul.has-collapse-sub-nav ul.sub-menu {
        background: #fff !important;
        padding-left: 0;
    }
    /*body .mobile-navigation ul.has-collapse-sub-nav ul.sub-menu li {
        padding-left: 8px;
        padding-right: 8px;
    }*/
    body .mobile-navigation ul li .drawer-nav-drop-wrap {
        display: block;
    }
    body .mobile-navigation ul li .drawer-nav-drop-wrap a {
        display: inline-block;
        width: auto;
        padding-right: 0;
        padding-left: 0;
    }
    body .mobile-navigation ul li .drawer-nav-drop-wrap button {
        display: inline-block;
        border-left: none !important;
        padding-left: 5px;
        padding-right: 0;
        position: relative;
        top: 4px;
    }
    body .mobile-navigation ul li .drawer-nav-drop-wrap a {
        display: none;
    }
    body .mobile-navigation ul li .drawer-nav-drop-wrap .fake-a {
        cursor: pointer;
    }
    body .mobile-navigation ul li .drawer-nav-drop-wrap .drawer-sub-toggle svg {
		fill: #2f5c6f;
		width: 24px;
		height: 24px;
		position: relative;
		top: 2px;
    }
    body .mobile-navigation ul li .drawer-nav-drop-wrap .drawer-sub-toggle[aria-expanded="true"] svg {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    body .mobile-navigation ul li .drawer-nav-drop-wrap {
    	padding: 17px 24px;
    }
    body .mobile-navigation ul li a {
	    padding: 17px 24px;
	}
    /*MOBILE MENU ENDS*/
}
@media (min-width: 1025px) {
}