/* Home Page - Start */
.cayto-title-separator-wrap {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.cayto-title-separator-wrap .cayto-title {
	font-weight: 600;
}
.vc_tta-tabs-list {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}
.vc_tta-tab .vc_tta-title-text {
	font-size: 16px;
	font-weight: 600;
}

/* Home Page > Our Products Section -Start */
/* .homepage-category-grid__title {
	font-size: 1rem;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	color: white;
}
.homepage-category-grid__title .tb-content-inner {
	padding-left: 10px;
	padding-right: 10px;
}
.homepage-category-grid__title p {
	margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
	.homepage-category-grid__title {
		font-size: 1rem;
	}
	.homepage-category-grid__title .tb-content-inner {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
.ct-info-box-wrap.tpl5 .tb-info-box .tb-content {
	top: 50%;
} */
/* Home Page > Our Products Section -End */

/* Home Page > Featured Products -Start */
#featured-products-section .vc_empty_space {
	background-color: transparent !important;
}
#featured-products-section .vc_tta-panel-heading {
	background-color: transparent;
}
#featured-products-section .vc_tta-panel-heading {
	margin-bottom: 5px !important;
	margin-top: 5px !important;
}
#featured-products-section .vc_tta-panel .vc_tta-panel-body {
	background-color: white;
}
#featured-products-section .woocommerce .tb-image > a img {
	width: 100%;
}
.tb-products-tabs .owl-theme .owl-nav [class*=owl-] {
	border-radius: 0;
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div {
	top: 95px !important;
	font-size: 28px;
	line-height: 20px;
	width: 38px;
	height: 38px;
}
.woocommerce.tb-product-carousel:hover .owl-controls .owl-nav > div {
	top: 75px !important;
	opacity: 1;
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div.owl-prev {
	left: -45px;
}
.woocommerce.tb-product-carousel .owl-controls .owl-nav > div.owl-next {
	right: -45px;
}
#featured-products-section .tb-product-item-inner {
	margin:10px;
}
#featured-products-section .woocommerce .type-product.product .tb-content .tb-title {
	text-align: center;
}
#featured-products-section .tb-price-rating {
	text-align: center;
}
#featured-products-section .woocommerce .tb-item-rating {
	display: flex;
	justify-content: center;
}
/* Home Page > Featured Products -End */

/* Home Page > Our Products -Start */
#our-products-section-wrap .wpb_content_element {
	margin-bottom: 0;
}
#our-products-section > .container > .row::before,
#our-products-section > .container > .row::after {
	content: none;
}
#our-products-section .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin-right: -15px;
	margin-left: -15px;
}
.homepage-product-cat-grid__item {
	width: 100%;
	padding: 0 15px;
	margin-bottom: 15px;
}
.homepage-product-cat-grid__item > p {
	margin-bottom: 0 !important;
}

#our-products-section .grid-item__image-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	/* height: auto; */
	padding-bottom: 57.97%;
	/* padding-bottom: 0; */
	margin-bottom: 0;
}
#our-products-section .grid-item__image {
	position: static;
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: cover;
}
#our-products-section .grid-item__text-wrap {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#our-products-section .grid-item__text {
	width: 60%;
	text-align: left;
	color: white;
	padding-left: 2rem;
	margin-bottom: 0 !important;
	font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.02em;
}
@media screen and (min-width: 576px) {
	#our-products-section .row {
		margin-left: -7.5px;
		margin-right: -7.5px;
	}
	.homepage-product-cat-grid__item {
		width: 50%;
		padding: 0 7.5px;
	}
}
@media screen and (min-width: 992px) {
	.homepage-product-cat-grid__item {
		width: 33.3333%;
	}
}
/* Home Page > Our Products -End */

/* Home Page > How To Fix My -Start */
#how-to-fix-my-section > .container > .row::before,
#how-to-fix-my-section > .container > .row::after {
	content: none;
}
#how-to-fix-my-section .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin-right: -7.5px;
	margin-left: -7.5px;
}
.homepage-howtofixmy-grid__item {
	width: 50%;
	min-width: 150px;
	padding: 0 7.5px;
}
.grid-item__link {
	position: relative;
	display: block;
	width: 100%;
}
.grid-item__image-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	margin-bottom: .5rem;
}
.grid-item__image {
	position: absolute;
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}
.grid-item__text {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #244394;
}
.homepage-howtofixmy-grid__item:hover .grid-item__image-wrapper::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgb(34, 65, 149, 0.5);
}
@media screen and (min-width: 400px) {
	.homepage-howtofixmy-grid__item {
		min-width: 180px;
	}
}
@media screen and (min-width: 576px) {
	.homepage-howtofixmy-grid__item {
		width: 33.3333%;
	}
}
@media screen and (min-width: 768px) {
	.homepage-howtofixmy-grid__item {
		width: 25%;
	}
}
@media screen and (min-width: 992px) {
	.homepage-howtofixmy-grid__item {
		width: 20%;
	}
}
/* Home Page > How To Fix My -End */

/* Home Page > How To Guides -Start */
.stripe-parallax-bg .cayto-title-separator-wrap {
	overflow: hidden;
}
#howtoguides-section .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next,
#howtoguides-section .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {
	font-size: 38px;
}
#howtoguides-section .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {
	left: -45px;
}
#howtoguides-section .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next {
	right: -45px;
}
#howtoguides-section .vc_gitem_row .vc_gitem-col {
	padding: 20px;
}
#howtoguides-section .vc_gitem-post-data-source-post_title {
	height: 45px !important;
}
#howtoguides-section .vc_gitem-post-data-source-post_title h4 {
	color: #244394;
}
#howtoguides-section .vc_gitem-post-data-source-post_excerpt {
	height: 160px !important;
}
#howtoguides-section .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots {
	margin-top: 0;
	margin-bottom: 26px;
}
@media screen and (min-width: 576px) {
	#howtoguides-section .vc_gitem-post-data-source-post_title {
		height: 25px !important;
	}
	#howtoguides-section .vc_gitem-post-data-source-post_excerpt {
		height: 90px !important;
	}
}
@media screen and (min-width: 768px) {
	#howtoguides-section .vc_gitem-post-data-source-post_title {
		height: 70px !important;
	}
	#howtoguides-section .vc_gitem-post-data-source-post_excerpt {
		height: 230px !important;
	}
}
@media screen and (min-width: 992px) {
	#howtoguides-section .vc_gitem-post-data-source-post_title {
		height: 45px !important;
	}
	#howtoguides-section .vc_gitem-post-data-source-post_excerpt {
		height: 150px !important;
	}
}
#howtoguides-section .vc_btn3.vc_btn3-color-juicy-pink,
#howtoguides-section .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
	color: white;
	background: #244394;
	border: 2px solid #244394;
}
#howtoguides-section .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover,
#howtoguides-section .vc_btn3.vc_btn3-color-juicy-pink:focus,
#howtoguides-section .vc_btn3.vc_btn3-color-juicy-pink:hover {
	color: #244394;
	background-color: white;
	/* border: 2px solid #244394; */
}
/* Home Page > How To Guides -End */
/* Home Page -End */