/**
	Pizzahey Extension CSS
*/


/* ----------------------- Start Section Title --------------------- */


@-webkit-keyframes spin {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-moz-keyframes spin {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-ms-keyframes spin {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spin {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}


.Blog-section-title,
.section-heading {
	font-weight: 500;
	font-size: 46px;
	width: 100%;
	color: var(--secondary-bg-color);
	line-height: 50px;
	text-align: center;
	font-family: var(--primary-font);
	display: flex;
	flex-direction: column;
	text-align: left;
}

.tt-section-title p {
	width: 100%;
	font-family: var(--secondery-font);
	float: left;
	margin: auto;
	line-height: 25px;
	font-size: 16px;
	font-style: italic;
}

.tt-section-title.text-center p {
	float: none;
	font-size: 26px;
}

.tt-section-title {
	float: left;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.tt-section-sab {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	color: var(--primary-color);
	line-height: 18px;
	letter-spacing: 1px;
}

.section-img a {
	float: none;
	display: inline-block;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	margin: 30px 0;
}

.product-title {
	text-align: center;
}

/* ----------------------- End Section Title --------------------- */
.banner-hover {
	overflow: hidden;
}

.banner-hover .elementor-widget-container img,
.banner-hover:hover .elementor-widget-container img {
	transition: all 1.5s ease-in-out 0s;
	-webkit-transition: all 1.5s ease-in-out 0s;
	-moz-transition: all 1.5s ease-in-out 0s;
	-o-transition: all 1.5s ease-in-out 0s;
	-ms-transition: all 1.5s ease-in-out 0s;
	cursor: pointer;
}

.banner-hover:hover .elementor-widget-container img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.cat-heading .tt-section-title {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 20px;
	bottom: auto;
	width: 40%;
}

/* -------------- Start Client Logo ---------------- */
.client .item img {
	width: auto;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	opacity: 90%;
}

.client .item a {
	cursor: pointer;
	padding: 0;
}

.client .item a:hover img {
	transform: translateY(-10px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	opacity: 1;
}

.client .item {
	display: flex;
	justify-content: center;
}

/* -------------- End Client Logo ---------------- */

/* --------------- Start Banner block ------------------- */
.tt-banner {
	cursor: pointer;
	overflow: hidden;
	position: relative;
	border-radius: 15px;
}

.tt-banner .banner-tag a {
	padding: 12px 25px;
	font-family: var(--primary-font);
	font-size: 16px;
	line-height: 22px;
	height: auto;
	width: auto;
	color: #fff;
}

.tt-banner .banner-text .button-banner-wrap {
	display: inline-block;
	vertical-align: middle;
	width: auto;
}

.tt-banner img,
.tt-banner:hover .banner-image img {
	transition: all 1.5s ease-in-out 0s;
	-webkit-transition: all 1.5s ease-in-out 0s;
	-moz-transition: all 1.5s ease-in-out 0s;
	-o-transition: all 1.5s ease-in-out 0s;
	-ms-transition: all 1.5s ease-in-out 0s;
}

.tt-banner:hover .banner-image img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.tt-banner .banner-text {
	position: absolute;
	top: 0;
	bottom: 0;
	right: auto;
	left: 40px;
	margin: auto;
	justify-content: center;
	margin: auto;
	align-items: center;
	display: flex;
	text-align: start;
	float: left;
}


.tt-banner .banner-text.tt-icon-center {
	width: 100%;
	float: left;
	left: 0;
}

.tt-banner .banner-text.tt-icon-top {
	top: 0;
	bottom: 0;
	width: 40%;
	left: auto;
	right: 40px;
	margin: auto;
}

.tt-banner .banner-text.tt-icon-left {
	right: auto;
	left: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 70%;
}

.tt-banner .banner-text.tt-icon-left .wpbanner-content {
	float: left;
	width: 100%;
}

.tt-banner .banner-text.tt-icon-bottom {
	top: auto;
	bottom: 30px;
	width: 100%;
	left: 0;
	right: 0;
}

.tt-banner .banner-text .banner-sub-title {
	font-size: 15px;
	position: relative;
	margin: 0 0 10px;
	font-weight: 500;
	text-align: left;
	color: #2e3430;
	padding: 0;
	line-height: 18px;
	font-weight: 600;
	font-family: var(--secondery-font);
}

.tt-banner .banner-text.tt-icon-top .banner-sub-title::after {
	display: none;
}

.tt-banner .banner-text.text-end .banner-sub-title:after {
	right: 0;
	left: auto;
}

.tt-banner .banner-text.text-center .banner-sub-title:after {
	right: 0;
	left: 0;
	margin: auto;
}

.tt-banner .banner-text .banner-title {
	font-size: 40px;
	line-height: 45px;
	font-family: var(--primary-font);
	font-weight: 700;
	color: var(--primary-color);
	margin: 0 0 25px;
	text-align: left;
	width: 100%;
}

.tt-banner .banner-image {
	float: none;
	display: flex;
	background-color: #f5f5f5;
}

.tt-banner .banner-image::after,
.tt-banner .banner-image::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(255, 255, 255, 0);
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.tt-banner:hover .banner-image::after {
	height: 0;
	top: 50%;
	bottom: 50%;
	background: rgba(255, 255, 255, .2);
}

.tt-banner:hover .banner-image::before {
	right: 50%;
	left: 50%;
	width: 0;
	background: rgba(255, 255, 255, .2);
}

/* --------------- End Banner Block ------------------- */

/*---------------  Start Portfolio ------------------*/
.tt-portfolio-thumbnail span {
	color: var(--color-text);
}

.Portfolio-style-1 .grid {
	margin: 0 -15px;
}

.Portfolio-style-1 .tt-portfolio-thumbnail {
	padding: 0 15px;
}

.Portfolio-style-1 .tt-portfolio-thumbnail a {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 20px;
	border: 1px solid #e5e5e5;
}

.tt-portfolio-thumbnail a:hover img {
	width: 100%;
}

.tt-portfolio-thumbnail-img {
	overflow: hidden;
}

.tt-portfolio-thumbnail a:hover img {
	width: 100%;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
}

.portfolio-grid.Portfolio-style-1 a,
.portfolio-grid.Portfolio-style-2 a {
	margin: 0 0 40px 0;
	border-radius: 5px;
}

.portfolio-grid.Portfolio-style-2 a {
	display: inline-block;
	float: none;
	overflow: hidden;
	position: relative;
}

.tt-portfolio-thumbnail-img {
	overflow: hidden;
	border-radius: 5px;
}

.portfolio-grid.Portfolio-style-1 a span,
.portfolio-grid.Portfolio-style-2 a span {
	font-family: var(--primary-font);
	font-size: 22px;
	padding: 15px 0 0 0;
	float: left;
	width: 100%;
	justify-content: center;
	display: flex;
	font-weight: 700;
}

/*---------------  End Portfolio ------------------*/

.blog-style .tt-post-wrapper.grid-item div.tt-post-details {
	padding: 0 0 30px 0;
}

/* --------------- Start swiper navigation block ---------------- */

.swiper-navigation .swiper-button {
	color: var(--color-text);
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	z-index: 2;
	overflow: hidden;
}

.swiper-navigation .swiper-button {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.swiper-navigation .swiper-button:hover {
	color: var(--primary-color);
}

.swiper-navigation .swiper-button::after {
	content: none;
}

.swiper-navigation .swiper-button:hover {
	opacity: 1;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

.swiper-pagination {
	left: 0;
	right: 0;
	bottom: 0px;
	top: auto;
}

.swiper .swiper-pagination-bullet {
	background: var(--body-text-color);
	width: 10px;
	height: 10px;
	border-radius: 20px;
	opacity: 1;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

.swiper-pagination.swiper-pagination-bullets {
	position: relative;
	margin: 20px 0 0 0;
	z-index: 1;
}

/* --------------- End swiper navigation block ---------------- */

/* ----------- start video block ----------------- */

.swiper-video .swiper-wrapper {
	transition-timing-function: linear;
}

/* ----------- end video block ----------------- */

/* ----------- start text-carousel block ----------------- */

.text-carousel .swiper-slide p {
	margin: 0;
	font-family: var(--primary-font);
	font-size: 42px;
	line-height: 48px;
	color: var(--primary-color);
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
	padding: 0 25px;
	text-transform: uppercase;
}

.text-carousel .swiper-slide:nth-child(even) p {
	color: var(--body-bg-color) !important;
}

/* ----------- end text-carousel block ----------------- */

.marquee {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
}

.marquee-content {
	display: inline-block;
	margin-top: 5px;
	animation: marquee 10s linear infinite;
}

.item-collection-1 {
	position: relative;
	left: 0%;
	animation: swap 10s linear infinite;
}

@keyframes swap {

	0%,
	50% {
		left: 0%;
	}

	50.01%,
	100% {
		left: 100%;
	}
}

.marquee-content:hover {
	animation-play-state: paused
}

.item1 {
	display: inline-block;
	height: auto;
	width: 500px;
	background: cyan;
	vertical-align: top;
	margin-left: 15px;
}

.item2 {
	display: inline-block;
	height: auto;
	width: 500px;
	background: magenta;
	vertical-align: top;
	margin-left: 15px;
}

/* Transition */

@keyframes marquee {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(-100%)
	}
}



/* ------------------ start deal of the day ------------------- */

/* .section-deal-of-day {
	display: flex;
	align-items: center;
}

.section-deal-of-day .gallery-thumbs {
	width: 190%;
}

.section-deal-of-day .gallery-top {
	margin: 0 0 0 55px;
	width: 100%;
} */

.special-navigation {
	display: flex;
	margin: 20px 0 0;
	opacity: 0;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
}

/* .section-deal-of-day:hover .special-navigation {
	opacity: 1;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
} */

.special-navigation .swiper-button {
	position: static;
	margin: 0 10px;
}

.special-navigation .swiper-button:focus-visible {
	outline: none;
}

/* ------------------ end deal of the day ------------------- */
/* product search */
.product-search .product-search-form .product-search-form {
	position: relative;
}

.product-search .product-search-form .product-search-form input,
.product-search .search-wrapper input {
	border: none;
	border-bottom: 1px solid var(--border-color);
	font-size: 20px;
	font-family: var(--primary-font);
	padding-right: 60px;
	color: var(--primary-color);
	padding: 0px 40px 0 20px;
	height: 45px;
}

.product-search .product-search-form .product-search-form button[type=submit] {
	position: absolute;
	right: 20px;
	left: auto;
	top: auto;
	bottom: 12px;
	background: none;
	padding: 0;
	font-size: 0;
}

.product-search .product-search-form .product-search-form button[type=submit]::after {
	content: '\f002';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 13px;
}

.search-results.active {
	display: block;
	margin: 30px 0 0;
	float: left;
	width: 100%;
	padding: 0 0 40px;
}

.product-data .product-price .sale-price {
	text-decoration: line-through;
}

.search-results.active ul {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

.search-results.active ul::-webkit-scrollbar-track {
	background-color: #d7d7d7;
}

.search-results.active ul::-webkit-scrollbar-thumb {
	background-color: #a0a0a0;
}

.search-results.active ul::-webkit-scrollbar {
	width: 6px;
}

.search-results.active ul li {
	display: block;
	padding: 0 20px;
	position: relative;
	float: left;
	width: 50%;
}

.search-results.active ul li:last-child {
	border-bottom: none;
}

.search-results.active ul li a {
	display: flex;
	width: 100%;
	align-items: center;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
	padding: 0 0 30px;
	margin: 0 0 30px;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	min-height: 160px;
}

.search-results.active ul li a:hover {
	color: var(--dark-color-text);
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

.search-results.active ul li a>* {
	display: table-cell;
	vertical-align: top;
}

.search-results.active .product-image {
	width: 15%;
	max-width: 15%;
	border: 2px solid var(--color-text);
	box-shadow: 1px 1px 0 1px var(--color-text);
	border-radius: 5px;
	overflow: hidden;
}

.search-results.active .product-data .product-sku,
.search-results.active .product-data .product-categories {
	display: none;
}

/* .search-results.active a:hover .product-data .product-sku,
.search-results.active a:hover .product-data .product-categories {
	color: var(--dark-color-text);
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
} */

.product-data {
	padding-left: 24px;
}

.search-results.active h3 {
	display: block;
	text-align: left;
}

.search-results.active .product-data h3,
.search-results.active .product-data .product-price {
	margin: 0 0 10px;
}

.product-data {
	text-align: left;
}

.product-data .product-price .regular-price {
	font-size: 15px;
	font-weight: 700;
	position: relative;
	color: var(--secondary-bg-color);
	font-size: 20px;
	font-family: var(--primary-font);
}

.product-data .product-price .sale-price {
	font-weight: 500;
	position: relative;
	padding: 0 0 0 12px;
	margin: 0 0 0 6px;
	font-size: 14px;
	color: var(--body-text-color);
	font-family: var(--primary-font);
}

.product-data .product-price .sale-price::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	width: 6px;
	height: 2px;
	content: '';
	background: var(--body-text-color);
	margin: auto;
}

.product-data .product-stock {
	box-shadow: 1px 1px 0 1px var(--color-border);
	border: 1px solid var(--color-border);
	color: #222;
	font-weight: 600;
	padding: 4px 8px;
	background: #fff;
	border-radius: 4px;
	position: relative;
	float: left;
}

.product-categories>span {
	display: inline-block;
	margin-right: 4px;
	font-size: 14px;
}

.product-categories>span:after {
	content: ",";
}

.product-categories>span:last-child:after {
	content: "";
}

.product-categories>span:last-child {
	margin-right: 0;
}

.product-search select,
.product-search input {
	background: #ffffff;
	border: 1px solid #e0e0e0;
}

.search-wrapper {
	position: relative;
}

.search-wrapper input {
	padding-right: 35px !important;
}

.search-wrapper svg {
	position: absolute;
	top: 75px;
	right: 35px;
	width: 20px;
	height: 20px;
	fill: #bdbdbd;
	animation: loading 500ms 0ms infinite normal linear;
	transform-origin: center;
	opacity: 0;
}

.search-wrapper.loading+button {
	display: none;
}

.search-wrapper.loading svg {
	opacity: 1;
}

.product-title .subtitle-wrap {
	width: 75%;
	margin: auto;
}

.product-title p.title_description {
	justify-content: center;
	display: flex;
	justify-content: center;
	margin: auto;
}

.elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
	margin: 0 0 5px 0;
	font-size: 22px;
	font-weight: 500;
	font-family: var(--primary-font);
	color: var(--secondary-bg-color);
}

.tt-banner .banner-text.tt-icon-top.text-center {
	bottom: auto;
	width: 100%;
	left: auto;
	right: 0;
	margin: auto;
	left: 0;
	margin: auto;
	top: 35px;
	justify-content: center;
}

.tt-banner .banner-text.text-center .banner-title,
.tt-banner .banner-text.text-center .banner-sub-title {
	text-align: center;
}

.tt-banner .banner-text.tt-icon-center.text-center .banner-title {
	margin: 0 0 20px 0;
}

.tt-banner .banner-text.tt-icon-top.text-end {
	top: 50px;
	bottom: auto;
	width: 54%;
	left: auto;
	right: 50px;
	margin: auto;
}

.tt-banner .banner-text.tt-icon-top.text-end .banner-title {
	width: 100%;
	text-align: right;
}

.tt-banner .banner-text.tt-icon-top.text-end .button-banner-wrap {
	float: right;
	margin: 0;
}

.tt-banner .banner-text.tt-icon-top.text-start {
	top: 70px;
	bottom: auto;
	width: 40%;
	left: auto;
	right: 15px;
	margin: auto;
}

.tt-banner .banner-text.tt-icon-top.text-start .button-banner-wrap {
	float: left;
}

.tt-banner .banner-text .banner-description {
	color: #2e3430;
	padding: 0;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}

.tt-banner .banner-text.tt-icon-right {
	left: auto;
	right: 30px;
}

.tt-banner .banner-text.tt-icon-bottom.text-start {
	top: auto;
	bottom: 50px;
	width: auto;
	left: auto;
	right: 50px;
}

.tt-banner .banner-text.tt-icon-bottom.text-start .banner-title {
	margin: 0 0 40px;
}

.swiper-wrapper.tt-icon-left.text-start {
	padding: 7px 0;
}


.service-block .swiper-wrapper.tt-icon-left.text-start .swiper-slide::after {
	content: "";
	background-color: #e3e3e3;
	height: 135px;
	width: 1px;
	position: absolute;
	left: auto;
	top: 0;
	bottom: 0;
	right: 0;
}

.service-block .swiper-wrapper.tt-icon-left.text-start .swiper-slide:last-child::after {
	display: none;
}

.product_catagories .section-heading,
.product-title .section-heading,
.wpcategories-content .section-heading {
	text-align: center;
}