/*
Theme Name: JupiterX Child
Description: Jupiter X Child Theme
Author: Artbees
Author URI: https://jupiterx.com
Template: jupiterx
Version: 1.0.0
Text Domain: jupiterx
Domain Path: /languages
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Add your custom CSS codes in assets/less/style.less */

/*---- Typography CSS ------*/
h1 , h2 , h3 , h4 , h5 , h6 , p , .elementor-widget-container , a , .elementor-tab-title , .gallery-cat-page .raven-post-excerpt {
	font-family: "Lato", Sans-serif !important;
}
h1{
	font-weight: 700 !important;
	font-size: 50px !important;
	line-height: 60px !important;
}
h2{
	font-weight: 300 !important;
	font-size: 60px;
	line-height: 70px !important;
}
h4{
	font-weight: 600 !important;
	font-size: 20px;
	line-height: 24px !important;
}
h5{
	font-weight: 600 !important;
	font-size: 16px;
	line-height: 19px !important;
}

h2 , h3 , h4 , h5 , h6{
	text-transform:uppercase !important;
}
h3{
	font-weight: 500 !important;
	font-size: 26px !important;
	line-height: 35px !important;
	text-transform:capitalize !important;
}
p , .elementor-widget-container{
	font-weight: 300 !important;
	font-size: 20px;
	line-height: 35px !important;
}
.small-text p , .small-text .elementor-widget-container{
	font-weight: 300 !important;
	font-size: 16px;
	line-height: 26px !important;
}
.small-line-height p , .small-line-height .elementor-widget-container{
	line-height: 19px !important;
}
strong{
	font-weight:700 !important;
}
a.elementor-button-link.elementor-button{
	background: #B74194;
	border-radius: 50px;
	color:#fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-transform:uppercase;
	padding:19px 60px !important;
	transition:0.5s linear;
}
a.elementor-button-link.elementor-button:hover{
	border-radius: 0px;
	transition:0.5s linear;
}
.light-btn a.elementor-button-link.elementor-button{
	background-color:#fff !important;
	color:#B74194 !important;
}
.service-page-sec h3 , .service-content-top h3{
	text-transform:uppercase !important;
}
.service-page-sec .elementor-widget-text-editor .elementor-widget-container{
	font-weight: 500 !important;
	line-height:24px !important;
}
.service-page-sec .elementor-widget-text-editor .elementor-widget-container a{
	color:#000 !important;
	border-bottom:1px solid #000;
	padding-bottom: 1px;
	line-height:28px !important;
}
.light-text.service-page-sec .elementor-widget-text-editor .elementor-widget-container a{
	color:#fff !important;
	border-bottom:1px solid #fff;
} 
.service-page-sec .elementor-widget-text-editor .elementor-widget-container a:hover{
	border-bottom:none;
}

/*---- Header CSS ------*/

.static-header ul li{
	padding-left:30px !important;
}
.static-header ul li a{
	position:relative;
}
.static-header ul li a:before{
	position:absolute;
	content:"";
	background-color:#B74194;
	width:0px;
	height:1px;
	left:0px;
	right:0px;
	margin:0px auto;
	bottom:-8px;
	transition:0.4s linear;
}
.static-header ul li a:hover:before , .static-header ul li.current-menu-item a:before{
	width:100%;
	transition:0.4s linear;
}



/*---- Footer CSS ------*/
.footer-menu ul li{
	width:100% !important;
	background-image: url("https://staging.cswebsolutions.ca/eurofabwp/wp-content/uploads/2022/09/bi_arrow-right-short.png");
	background-size:auto;
	background-repeat:no-repeat;
	background-position: center left;
	padding-left:28px !important;
	margin-bottom:20px !important;
}
.footer-link a{
	color:#000 !important;
}
.footer-link a:hover{
	color:#B74194 !important;
}
.footer-cta h3{
	margin:0px !important;
}
.jupiterx-corner-buttons.jupiterx-scrolled {
    bottom: 70px;
}

/*---- Home Page CSS ------*/
.margin-left-right{
	margin: 0px auto !important;
    width: calc( 100% - 40px ) !important;
    left: 0px !important;
}
.home-banner-col{
	position:relative;
}
.home-banner-col:before {
    position: absolute;
    content: "";
    background-color: hsl(0deg 0% 100% / 55%);
    border-radius: 50%;
    width: 580px;
    height: 580px;
    left: -63px;
    top: -154px;
    filter: blur(65px);
}
.home-banner-col p , .home-banner-col .elementor-widget-container{
	font-weight: 400 !important;
}
.about-sec-counter{
	position:absolute !important;
	right:0;
	top:calc( 50% - 100px );
}
.about-sec-counter .elementor-counter{
	display:flex;
	align-items: center;
}
.about-sec-counter .elementor-widget-container{
	width:237px;
}
.home-services h3.elementor-image-box-title {
    font-weight: 500 !important;
    font-size: 22px !important;
    line-height: 30px !important;
    margin-bottom: 0px;
    text-transform: capitalize !important;
}
@keyframes image-size {
    from { transform:scale(0.95); }
    to { transform:scale(1.07); }
}
.home-services figure.elementor-image-box-img {
    height: auto !important;
    width: 73px !important;
    margin-right: 15px !important;
	animation: image-size 0.7s linear infinite alternate;
}
.home-product-cat .jet-woo-categories__item .jet-woo-categories-content{
	background-color:rgb(0 0 0 / 50%);
	height: 70px;
	padding:17px 15px !important;
}
.home-product-cat .jet-woo-categories--preset-3 .jet-woo-categories__item:hover .jet-woo-categories-content {
    bottom: 0 !important;
    -webkit-transform: translateY(0%) !important;
    -ms-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
    top: auto;
    height: 52%;
}
.home-product-cat .jet-woo-categories .jet-woo-category-img-overlay__hover{
	height:0px;
	background-color:rgb(0 0 0 / 50%);
}
.home-product-cat .jet-woo-categories--preset-3 .jet-woo-categories__item:hover .jet-woo-category-img-overlay__hover{
	height:48%;
}
.home-product-cat h5.jet-woo-category-title{
	margin:0px !important;
}
.home-product-cat h5.jet-woo-category-title a.jet-woo-category-title__link{
	font-weight: 500 !important;
	font-size: 22px;
	line-height: 26px !important;
}
.home-gallery-tab .elementor-tab-title{
	border: 1px solid #D2D2D2 !important;
	font-weight: 300 !important;
	font-size: 22px !important;
	line-height: 26px !important;
	margin-bottom:7px !important;
	padding:20px 30px !important;
}
.home-gallery-tab .elementor-tab-title.elementor-active {
    background-color: #B74194 !important;
	font-weight:700 !important;
}
.home-gallery-tab .elementor-tab-content{
	padding:0px 0px 0px 50px !important;
}
.home-partners-car img.swiper-slide-image {
    padding: 20px 12px !important;
}

/*---- About Page CSS ------*/
.inner-footer-left h2{
	font-weight: 500 !important;
	font-size: 40px !important;
	line-height: 35px !important;
	text-transform:unset !important;
}
.inner-footer-left .elementor-widget-container{
	font-weight: 300 !important;
	font-size: 26px !important;
	line-height: 35px !important;
}
.overflow-hidden{
	overflow:hidden;
}
.inner-footer-right{
	position:relative;
}
.inner-footer-right:before {
    content: "";
    width: 100%;
    height: 103%;
    position: absolute;
    left: -47px;
    top: 55px;
    background-color: #000;
    border-radius: 15px 0px 0px 15px !important;
    transform: rotate(17deg);
}
.inner-footer-right a , .inner-footer-right p{
	font-weight: 500 !important;
	font-size: 26px !important;
	line-height: 50px !important;
	color:#fff !important;
	display:block !important;
}
.inner-footer-right a:hover{
	color:#fff !important;
	text-decoration:underline;
}
.inner-banner-bread a , .inner-banner-bread .elementor-widget-container{
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 24px !important;
	color:#000 !important;
}
.inner-banner-bread a:hover{
    color: #b74194 !important;
}
.inner-banner-bread span {
    padding: 0px 5px;
}
.for-back-color{
	display:block !important;
}
.home .for-back-color{
	display:none !important;
}

/*---- Gallery category Page CSS ------*/
.gallery-cat-page .raven-post-title a , .gallery-cat-page .raven-post-title{
	font-weight: 700 !important;
	font-size: 20px !important;
	line-height: 26px !important;
	color:#000 !important;
	text-transform:capitalize !important;
}
.gallery-cat-page .raven-post-title a:hover{
	color: #B74194 !important;
}
.gallery-cat-page .raven-post-excerpt{
	font-weight: 300 !important;
	font-size: 20px !important;
	line-height: 35px !important;
	-webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.gallery-cat-page a.raven-post-button{
	font-weight: 700;
	font-size: 16px;
	line-height: 35px;
	color: #B74194;
	text-transform:uppercase;
}
.gallery-cat-page a.raven-post-button:hover{
	font-weight: 700;
	font-size: 16px;
	line-height: 35px;
	color: #000;
}
.gallery-inner-sec{
	padding:150px 50px 100px !important;
}
.gallery-inner-banner{
	padding:180px 50px !important;
}
.gallery-inner-sec p {
    margin-bottom: 60px;
}
.gallery-inner-sec .fg-item.fg-type-image.fg-loaded {
    position: static !important;
    width: 25%;
	padding-left: 50px;
	padding-bottom:55px;
}
.gallery-inner-sec .elementor-widget-container {
    margin-left: -50px !important;
}
.gallery-inner-sec .foogallery.fg-masonry{
	height:auto !important;
}
.gallery-inner-sec .foogallery.fg-masonry , .gallery-inner-sec p {
    text-align: left;
}
.gallery-inner-sec img.skip-lazy.fg-image {
    height: 385px !important;
    object-fit: cover;
}
.gallery-inner-sec p{
	padding-left:50px !important;
}
.gallery-inner-sec figure.fg-item-inner {
    border-radius: 15px !important;
	box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 20%);
}
.partners-gallery .gallery-icon.landscape {
    border: 1px solid #DBDBDB;
    padding: 22px 70px !important;
}
.partners-gallery a.custom-link.no-lightbox{
	opacity:1 !important;
}
.partners-gallery .gallery-item {
    padding: 0 15px 50px 0 !important;
}

/*---- Measuring Guid page CSS ------*/
.measuring-sec ul{
	list-style-type:none !important;
	padding-left:0px !important;
}
.measuring-sec ul li{
    padding-left: 28px !important;
	position:relative;
	font-weight: 300 !important;
	font-size: 20px !important;
	line-height: 35px !important;
	margin-bottom:25px !important;
}
.measuring-sec ul li:before{
	content:"";
	background-image: url(https://staging.cswebsolutions.ca/eurofabwp/wp-content/uploads/2022/09/bi_arrow-right-short.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
	width:17px !important;
	height:17px;
	position:absolute;
	top:10px;
	left:0;
	color:#000;
}

/*---- Contact page CSS ------*/
.contact-form-sec .nf-form-content {
    padding: 0;
    max-width: 100%;
}
.contact-form-sec .textarea-container {
    position: absolute;
    right: 0;
}
.contact-form-sec .nf-form-fields-required{
	font-family: "Lato", Sans-serif !important;
	font-weight: 300 !important;
    font-size: 18px;
    line-height: 26px !important;
	margin-bottom:20px !important;
}
.contact-form-sec input , .contact-form-sec textarea{
	background: #FFFFFF !important;
	border: 1px solid #BFBFBF !important;
	border-radius: 10px !important;
	font-family: "Lato", Sans-serif !important;
	font-style: normal;
	font-weight: 300;
	font-size: 18px !important;
	line-height: 35px;
	color:#000 !important;
	padding-right:50px !important;
	padding-left:30px !important;
}
.contact-form-sec input{
	height:72px !important;
}
.contact-form-sec textarea{
	height:172px !important;
}
.contact-form-sec input::placeholder , .contact-form-sec textarea::placeholder {
	font-family: "Lato", Sans-serif !important;
	font-style: normal;
	font-weight: 300;
	font-size: 18px !important;
	line-height: 35px;
	color:#000 !important;
}
input::-moz-placeholder , 
textarea::-moz-placeholder{
	color: #000 !important;
	opacity: 1 !important;
}
input:-moz-placeholder , 
textarea:-moz-placeholder{
	color: #000 !important;
	opacity: 1 !important;
}
.contact-form-sec .nf-error.field-wrap .nf-field-element:after {
    right: 0px;
    bottom: 1px;
    height: 70px;
    line-height: 75px;
	border-radius:0 10px 10px 0 !important;
}
.contact-form-sec .nf-error-msg.nf-error-field-errors {
    position: absolute;
    bottom: 0;
    left: 50%;
}
.contact-form-sec .nf-error-msg.nf-error-required-error , .contact-form-sec .nf-error-msg.nf-error-field-errors , .contact-form-sec .nf-error-msg.nf-error-invalid-email {
    font-size: 16px;
    line-height: 22px;
	font-family: "Lato", Sans-serif !important;
}
.contact-form-sec #ninja_forms_required_items, .contact-form-sec .nf-field-container {
    margin-bottom: 17px !important;
}
.contact-form-sec .nf-form-content input[type=button]{
	background: #B74194 !important;
	border-radius: 50px !important;
	color:#fff !important;
	font-weight: 500;
	font-size: 16px !important;
	line-height: 20px !important;
	text-transform:uppercase;
	padding:19px 70px !important;
	transition:0.5s linear;
	height:auto !important;
	cursor:pointer;
	font-family: "Lato", Sans-serif !important;
    margin-top: 10px;
}
.contact-form-sec .nf-form-content input[type=button]:hover{
	border-radius: 0px !important;
	transition:0.5s linear;
}
.contact-page-cta a{
	color:#000 !important;
}
.contact-page-cta a:hover{
	color:#B74194 !important;
}
.hours-head .elementor-widget-container {
	font-weight: 600 !important;
	font-size: 22px !important;
	line-height: 35px !important;
	color:#B74194 !important;
}
.contact-page-cta .email-box .elementor-image-box-img {
    width: 45px !important;
    height: 51px;
}
.contact-form-sec .nf-pass.field-wrap .nf-field-element:after {
    top: 11px !important;
}
.custom-drapery-sec a{
	color: #B74194 !important;
}
.custom-drapery-sec a:hover{
	color: #000 !important;
}


/*---- product listing page CSS ------*/
.archive .jupiterx-main-header {
    display: none !important;
}
.archive .jupiterx-main-content {
    padding: 0;
}
.archive div#jupiterx-primary {
    padding: 0px !important;
}
.product-listing-sec {
	padding:150px 50px 100px !important;
}
.product-listing-banner-sec{
	padding:180px 50px !important;
}
.product-listing-sec h2.woocommerce-loop-product__title{
	font-family: "Lato", Sans-serif !important;
	font-weight: 500 !important;
	font-size: 22px !important;
	line-height: 36px !important;
	padding:0px !important;
}
.product-listing-sec .jupiterx-wc-loop-product-image {
    margin-bottom: 0px !important;
}
.product-listing-sec ul.products.columns-3 {
    display: flex;
    justify-content: space-between;
	margin-bottom: 0px !important;
	flex-wrap: wrap;
}
.product-listing-sec ul li.product.type-product {
    width: 25% !important;
    margin: 0px !important;
	margin-bottom:50px !important;
	padding:0px 10px !important;
}
.product-listing-sec ul li.product.type-product .jupiterx-wc-loop-product-image{
    margin: 10px 13px 16px 7px !important;
	overflow: visible;
}
.single-pro-con .flex-viewport{
	border-radius: 20px !important;
    box-shadow: 3px 3px 11px 5px rgb(0 0 0 / 20%) !important;
}
.product-listing-sec ul li.product.type-product .jupiterx-wc-loop-product-image img{
    border-radius: 20px !important;
    box-shadow: 3px 3px 11px 5px rgb(0 0 0 / 20%) !important;
}
.product-listing-sec a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover h2.woocommerce-loop-product__title {
    color: #B74194 !important;
}
.single-pro-con div.images .flex-control-thumbs li {
    width: calc( 100% / 5 ) !important;
    max-width: 100% !important;
    margin: 20px 14px 0px !important;
}


/*---- product single page CSS ------*/
.single-product .single-pro-con {
    max-width: 1510px !important;
    width: 100% !important;
    margin: 0px auto !important;
	padding: 150px 50px 110px !important;
}
.single-product section.related.products {
	display:none !important;
}
.single-product .jupiterx-social-share.jupiterx-social-share-product-page {
    display: none;
}
.single-product .jupiterx-main-header {
    display: none !important;
}
.single-pro-banner{
	background-image: url(https://staging.cswebsolutions.ca/eurofabwp/wp-content/uploads/2022/09/inner-banner-compressed.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 180px 50px 180px 50px;
}
.single-pro-row {
    text-align: center;
}
.single-pro-row h2{
	font-weight: 700 !important;
    font-size: 50px;
    line-height: 60px !important;
	color:#000 !important;
	text-transform:capitalize !important;
	font-family: "Lato", Sans-serif !important;
	padding-bottom:0px !important;
}
.breadcrumb-cust{
	display: flex;
    justify-content: center;
}
.single-pro-row .breadcrumb-cust a , .single-pro-row .breadcrumb-cust p{
	font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    color: #000 !important;
	text-decoration:none !important;
	font-family: "Lato", Sans-serif !important;
	text-align:left !important;
	margin-bottom: 0;
}
.single-pro-row .breadcrumb-cust a:hover{
    color: #b74194 !important;
}
.breadcrumb-cust span {
    padding: 0px 7px;
	font-size: 26px !important;
    line-height: 25px !important;
    color: #000 !important;
}

.single-pro-con h1.product_title.entry-title {
    font-weight: 300 !important;
    font-size: 60px !important;
    line-height: 60px !important;
    color: #000 !important;
    padding-bottom: 25px;
    border-bottom: 1px solid #000 !important;
    font-family: "Lato", Sans-serif !important;
    margin-bottom: 30px !important;
    margin-top: 15px !important;
}

.info-custom p.label{
	font-weight: 600 !important;
	font-size: 20px !important;
	color:#000 !important;
	margin-bottom:0px !important;
	font-family: "Lato", Sans-serif !important;
}
.info-custom p.value{
	margin-bottom:30px !important;
	font-family: "Lato", Sans-serif !important;
}
.info-custom.for-3col {
    display: flex;
    flex-wrap: wrap;
}
.info-custom.for-3col .for-3col-inner {
    width: calc( 100% / 3 );
	padding-right: 10px;
}
.single-pro-con .sku {
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #9B9B9B;
	font-family: "Lato", Sans-serif !important;
}
.single-pro-con p.price{
	display:none;
}
.single-pro-con p.price-second {
    font-weight: 500 !important;
    font-size: 30px !important;
    line-height: 36px !important;
    color: #B74194 !important;
	margin-bottom: 35px !important;
	text-transform: uppercase;
}
.single-pro-con .woocommerce-product-gallery {
    width: 40% !important;
}
.single-pro-con .summary.entry-summary {
    width: 58% !important;
	padding-left: 90px;
}
.woocommerce .single-pro-con.product div.woocommerce-product-gallery .flex-direction-nav a{
	background-color: #b74194;
}
.woocommerce .single-pro-con.product div.woocommerce-product-gallery .flex-direction-nav a.flex-prev {
    left: -16px;
}
.woocommerce .single-pro-con.product div.woocommerce-product-gallery .flex-direction-nav a.flex-next {
    right: 90px;
}
.woocommerce .single-pro-con.product div.woocommerce-product-gallery .flex-direction-nav a svg {
    fill: #fff !important;
}
.woocommerce .single-pro-con.product div.woocommerce-product-gallery .flex-control-thumbs img{
	border-radius:10px !important;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 60px;
    padding-top: 50px;
    border-top: 1px solid #B7B7B7 !important;
	margin-bottom:0px !important;
}
.single-product .jupiterx-main-content {
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs .panel, .woocommerce div.product .woocommerce-tabs .panel p{
	margin-bottom:0 !important;
}
.single-product ul.tabs.wc-tabs , .single-product.woocommerce div.product .woocommerce-tabs ul.tabs:before , .single-product li#tab-title-description , .single-product div#tab-description{
	border:none !important;
}
.single-product .description_tab a{
	font-weight: 600 !important;
    font-size: 20px;
    line-height: 36px !important;
    padding: 0px !important;
	pointer-events: none;
    cursor: default;
}
.single-product div#tab-description , .single-product .description_tab  {
    padding: 0px !important;
}
.woocommerce div.product div.summary{
	margin-bottom:0px !important;
}

.single-product ul.flex-direction-nav , .single-product i.flaticon-back.slick-arrow , .single-product i.flaticon-right-arrow.slick-arrow {
    display: none !important;
}
.single-product .wpgs-nav .slick-track .slick-slide {
    padding: 15px 15px 0 !important;
}
.single-product .wpgs-nav .slick-track .slick-slide img {
	border-radius:15px !important;
}
.single-product .wpgs-nav.slick-initialized.slick-slider .slick-next:before {
    content: '\f054';
    font-family: fontAwesome !important;
}
.single-product .wpgs-nav.slick-initialized.slick-slider .slick-prev:before {
    content: '\f053';
	font-family: fontAwesome !important;
}
.single-product .slick-track .slick-slide{
    padding: 15px !important;
}
.single-product .slick-track .slick-slide img {
   border-radius: 20px !important;
   box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 20%) !important;
}
.single-product .slick-list.draggable img{
	box-shadow:none !important;
}
.single-product .wpgs-nav .slick-current img{
	border:1px solid #000 !important;
	box-shadow:none !important;
}
.jet-woo-builder-shop-pagination span.page-numbers.current , .jet-woo-builder-shop-pagination a.page-numbers{
	color:#000 !important;
	font-family: "Lato", Sans-serif !important;
    font-weight: 500 !important;
    font-size: 22px !important;
    line-height: 36px !important;
    padding: 0px !important;
	margin:0px 10px !important;
}
.jet-woo-builder-shop-pagination span.page-numbers.current , .jet-woo-builder-shop-pagination a.page-numbers:hover{
	color: #B74194 !important;
}
.not-found-page h1{
	font-size:100px !important;
	line-height:100px !important;
}
.not-found-page a{
	color: #B74194 !important;
}
.not-found-page a:hover{
	color: #000 !important;
}
.not-found-page p{
	margin-bottom:0px !important;
}
.not-found-banner{
	padding: 180px 50px !important;
}

a.custom-drapery-link{
	color: #B74194 !important;
}
a.custom-drapery-link:hover{
	color: #000 !important;
}

.clear{
	clear:both !important;
}
.remove-link-a a{
	pointer-events: none;
    cursor: default;
}

/*---- Responsive CSS ------*/
@media(max-width:1440px){
	h1{
		font-size: 45px !important;
		line-height: 55px !important;
	}
	h2{
		font-size: 52px;
		line-height: 60px !important;
	}
	.home-product-cat h5.jet-woo-category-title a.jet-woo-category-title__link {
		font-size: 20px;
		line-height: 24px !important;
	}
	.inner-footer-left h2{
		font-size: 36px !important;
		line-height: 40px !important;
	}
	.inner-footer-left .elementor-widget-container{
		font-size: 24px !important;
		line-height: 30px !important;
	}
	.inner-footer-right:before {
		height: 106%;
		top: 46px;
	}
	.gallery-inner-sec .foogallery.fg-masonry {
		text-align:left;
	}
	.gallery-inner-sec .elementor-widget-container{
		margin-left: -30px !important;
	}
	.gallery-inner-sec .fg-item.fg-type-image.fg-loaded {
		padding-left: 30px;
		padding-bottom: 35px;
	}
	.gallery-inner-sec p{
		padding-left:30px !important;
	}
	.single-pro-con h1.product_title.entry-title {
		font-size: 55px !important;
		line-height: 55px !important;
	}
	.not-found-page h1{
		font-size:70px !important;
		line-height:70px !important;
	}
	.product-listing-sec h2.woocommerce-loop-product__title {
		font-size: 20px !important;
		line-height: 30px !important;
	}
}
@media (max-width: 1280px){
	.inner-footer-right:before {
		height: 106%;
		top: 43px;
	}
	.home-product-cat .jet-woo-categories__item .jet-woo-categories-content {
		padding: 14px 15px !important;
	}
	.single-product .wpgs-nav .slick-track .slick-slide {
		padding: 0 6px !important;
	}
}

@media(max-width:1250px){
	.static-header ul li{
		padding-left:15px !important;
	}
}
@media(max-width:1024px){
	h1{
		font-size: 42px !important;
		line-height: 52px !important;
	}
	h2{
		font-size: 38px;
		line-height: 48px !important;
	}
	h3{
		font-size: 22px !important;
		line-height: 30px !important;
	}
	a.elementor-button-link.elementor-button {
		padding: 16px 55px !important;
	}
	p, .elementor-widget-container {
		font-size: 18px;
		line-height: 32px !important;
	}
	.static-header ul li{
		padding-left:0px !important;
	}
	.static-header ul li a:before{
		display:none;
	}
	.static-header nav {
		background-color: #fff !important;
		box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
		top:45px !important;
	}
	.about-sec-counter .elementor-widget-container {
		width: 193px;
	}
	.home-services h3.elementor-image-box-title {
		font-size: 20px !important;
		line-height: 24px !important;
	}
	.home-gallery-tab .elementor-tab-title {
		font-size: 20px !important;
		line-height: 24px !important;
		padding: 15px 20px !important;
	}
	.home-gallery-tab .elementor-tab-content {
		padding: 0px 0px 0px 30px !important;
	}
	.inner-footer-left h2{
		font-size: 30px !important;
		line-height: 38px !important;
	}
	.inner-footer-left .elementor-widget-container{
		font-size: 22px !important;
		line-height: 28px !important;
	}
	.inner-footer-right a , .inner-footer-right p {
		font-size: 20px !important;
		line-height: 34px !important;
	}
	.inner-footer-right:before {
		height: 106%;
		top: 34px;
	}
	.gallery-cat-page .raven-post-excerpt {
		font-size: 18px !important;
		line-height: 30px !important;
	}
	.gallery-inner-sec{
		padding:60px 30px 25px !important;
	}
	.gallery-inner-sec p {
		margin-bottom: 50px;
	}
	.home-product-cat h5.jet-woo-category-title a.jet-woo-category-title__link {
		font-size: 18px;
		line-height: 24px !important;
	}
	.home-product-cat .jet-woo-categories__item .jet-woo-categories-content {
		padding: 13px 15px !important;
	}
	.gallery-inner-sec .fg-item.fg-type-image.fg-loaded {
		width: 33.33%;
	}
	.gallery-inner-sec img.skip-lazy.fg-image {
		height: 345px !important;
	}
	.gallery-inner-banner{
		padding:120px 30px !important;
	}
	.partners-gallery .gallery-item {
		padding: 0 15px 30px 0 !important;
	}
	.partners-gallery .gallery-icon.landscape {
		padding: 20px 40px !important;
	}
	.measuring-sec ul li{
		font-size: 18px !important;
		line-height: 32px !important;
		margin-bottom:20px !important;
	}
	.hours-head .elementor-widget-container {
		font-size: 20px !important;
		line-height: 28px !important;
	}
	.product-listing-sec {
		padding:60px 30px 30px !important;
	}
	.product-listing-banner-sec{
		padding:120px 30px !important;
	}
	.product-listing-sec h2.woocommerce-loop-product__title{
		font-size: 19px !important;
		line-height: 28px !important;
	}
	.product-listing-sec ul li.product.type-product {
		margin-bottom:30px !important;
	}
	.single-product .single-pro-con {
		padding: 60px 30px !important;
	}
	.single-pro-con h1.product_title.entry-title {
		font-size: 50px !important;
		line-height: 50px !important;
	}
	.single-pro-con p.price-second {
		font-size: 26px !important;
		line-height: 30px !important;
		margin-bottom: 25px !important;
	}
	.info-custom p.label{
		font-size: 18px !important;
		line-height: 24px !important;
	}
	.info-custom p.value {
		margin-bottom: 20px !important;
		line-height: 24px !important;
	}
	.single-product .woocommerce-tabs.wc-tabs-wrapper {
		margin-top: 30px;
		padding-top: 30px;
	}
	.single-pro-row h2 {
		font-size: 42px !important;
		line-height: 52px !important;
	}
	.single-pro-banner{
		padding: 120px 30px 120px 30px;
	}
	.single-pro-con .summary.entry-summary {
		padding-left: 50px;
	}
	.not-found-page h1{
		font-size:60px !important;
		line-height:60px !important;
	}
	.not-found-page{
		padding: 100px 30px !important;
	}
	.not-found-banner{
		padding: 120px 30px !important;
	}
}
@media (max-width: 880px){
	.about-sec-counter .elementor-widget-container {
		width: 170px;
	}
	.home-services h3.elementor-image-box-title {
		font-size: 18px !important;
		line-height: 22px !important;
	}
	.inner-footer-right:before {
		height: 106%;
		top: 20px;
		left: -39px;
	}
	.gallery-inner-sec img.skip-lazy.fg-image {
		height: 290px !important;
	}
	.partners-gallery .gallery-icon.landscape {
		padding: 20px 30px !important;
	}
	.contact-form-sec .nf-error-msg.nf-error-field-errors , .contact-form-sec .textarea-container {
		position: static;
	} 
	.product-listing-sec ul li.product.type-product {
		width: 48% !important;
	}
	.single-pro-con .woocommerce-product-gallery {
		width: 100% !important;
	}
	.single-pro-con .summary.entry-summary {
    	width: 100% !important;
		padding:0px !important;
	}
}
@media(max-width:767px){
	h1{
		font-size: 38px !important;
		line-height: 45px !important;
	}
	h2 {
		font-size: 32px;
		line-height: 38px !important;
	}
	h3{
		font-size: 20px !important;
		line-height: 26px !important;
	}
	h4{
		font-size: 18px;
		line-height: 22px !important;
	}
	a.elementor-button-link.elementor-button {
		padding: 13px 40px !important;
	}
	p, .elementor-widget-container {
		font-size: 16px;
		line-height: 28px !important;
	}
	.footer-cta.elementor-widget-icon-box .elementor-icon-box-wrapper {
		text-align: left;
		display: flex;
	}
	.footer-cta.elementor-widget-icon-box .elementor-icon-box-icon{
		margin:0px !important;
		margin-right:15px !important;
	}
	.footer-menu ul li {
		margin-bottom: 15px !important;
	}
	.about-sec-counter .elementor-widget-container {
		width: 151px;
	}
	button.jupiterx-scroll-top.jupiterx-icon-angle-up {
		padding: 8px 10px !important;
	}
	.jupiterx-corner-buttons.jupiterx-scrolled {
		bottom: 0;
	}
	.home-services .elementor-image-box-wrapper {
		display: flex;
		text-align: left !important;
		align-items: center;
	}
	.home-gallery-tab .elementor-tab-title {
		font-size: 18px !important;
		line-height: 24px !important;
		padding: 15px 20px !important;
	}
	.home-gallery-tab .elementor-tab-content {
		padding: 20px 0px 30px 0px !important;
	}
	.about-sec-counter {
		top: calc( 50% - 80px );
	}
	.home-product-cat h5.jet-woo-category-title a.jet-woo-category-title__link {
		font-size: 18px;
		line-height: 24px !important;
	}
	@keyframes image-size {
		from { transform:scale(0.95); }
		to { transform:scale(1.03); }
	}
	.home-services figure.elementor-image-box-img {
		animation: image-size 0.7s linear infinite alternate;
	}
	.inner-footer-left h2{
		font-size: 26px !important;
		line-height: 32px !important;
	}
	.inner-footer-left .elementor-widget-container{
		font-size: 20px !important;
		line-height: 26px !important;
	}
	.for-back-color .elementor-background-overlay{
		background-image: linear-gradient(90deg, #000000 68%, #000000 67%) !important;
	}
	.inner-footer-right .elementor-image-box-wrapper {
		display: flex;
		text-align: left !important;
	}
	.inner-footer-right a , .inner-footer-right p {
		font-size: 18px !important;
		line-height: 30px !important;
	}
	.inner-footer-right:before {
		display:none;
	}
	.inner-footer-right figure{
		width: 67px !important;
	}
	.inner-banner-bread a, .inner-banner-bread .elementor-widget-container {
		font-size: 16px !important;
		line-height: 20px !important;
	}
	.gallery-cat-page .raven-post-title a, .gallery-cat-page .raven-post-title {
		font-size: 18px !important;
		line-height: 24px !important;
	}
	.gallery-cat-page .raven-post-excerpt {
		font-size: 16px !important;
		line-height: 24px !important;
	}
	.gallery-inner-sec{
		padding:50px 20px 20px !important;
	}
	.gallery-inner-sec p {
		margin-bottom: 40px;
		padding-left:0px !important;
	}
	.gallery-inner-sec .elementor-widget-container {
		margin-left: 0px !important;
	}
	.gallery-inner-sec .fg-item.fg-type-image.fg-loaded {
		width: 100%;
		padding-left: 0px;
		padding-bottom:30px;
	}
	.gallery-inner-banner{
		padding:100px 20px !important;
	}
	.partners-gallery figure.gallery-item {
		max-width: 300px !important;
		width: 100% !important;
		margin: auto !important;
	}
	.measuring-sec ul li{
		font-size: 16px !important;
		line-height: 28px !important;
		margin-bottom:15px !important;
	}
	.hours-head .elementor-widget-container {
		font-size: 18px !important;
		line-height: 26px !important;
	}
	.contact-page-cta .email-box .elementor-image-box-img {
		margin-bottom:0px !important;
	}
	.product-listing-sec {
		padding:50px 20px 20px !important;
	}
	.product-listing-banner-sec{
		padding:100px 20px !important;
	}
	.product-listing-sec ul{
		display:block !important;
	}
	.product-listing-sec ul li.product.type-product {
		width: 100% !important;
		margin-bottom:30px !important;
		padding:0px !important;
	}
	.product-listing-sec h2.woocommerce-loop-product__title{
		font-size: 18px !important;
		line-height: 28px !important;
	}
	.single-product .single-pro-con {
		padding: 50px 20px !important;
	}
	.single-pro-con h1.product_title.entry-title {
		font-size: 42px !important;
		line-height: 50px !important;
	}
	.single-pro-con p.price-second {
		font-size: 22px !important;
		line-height: 28px !important;
		margin-bottom: 20px !important;
	}
	.info-custom p.label{
		font-size: 16px !important;
	}
	.info-custom.for-3col {
		display: block;
	}
	.info-custom.for-3col .for-3col-inner {
		width: 100%;
		padding-right: 0px;
	}
	.info-custom p.value {
		margin-bottom: 12px !important;
	}
	.woocommerce .single-pro-con.product div.woocommerce-product-gallery .flex-direction-nav a.flex-next {
		right: 0;
	}
	.single-pro-row h2 {
		font-size: 38px !important;
		line-height: 45px !important;
	}
	.single-pro-banner{
		padding: 100px 20px 100px 20px;
	}
	.not-found-page h1{
		font-size:50px !important;
		line-height:50px !important;
	}
	.not-found-page{
		padding: 70px 20px !important;
	}
	.not-found-banner{
		padding: 100px 30px !important;
	}
	.single-pro-row .breadcrumb-cust a , .single-pro-row .breadcrumb-cust p{
    	font-size: 16px !important;
    	line-height: 22px !important;
}					
}

html , body{
	overflow-x:hidden;
}