/*Global*/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{
	font-family:"Urbanist", sans-serif!important
}

body, html { overflow-x:hidden; font-family: "Urbanist", sans-serif!important;}
p { margin-bottom: 0; }

.top-border {
    border-bottom: 1px #f6f6f4 solid !important;
}

.top-bottom-border {
    border-top: 1px #f6f6f4 solid !important;
	border-bottom: 1px #f6f6f4 solid !important;
}

.nova-container
{
  padding-left: 0;
  padding-right: 0;
}

.highlight-text span {
    background: linear-gradient(90deg, #231211 0%, #772820 100%);
    color: white;
    padding: 8px;
}

.clearance-menu-link a {
    color: #3e3e36 !important;
    font-weight: 700!important;
    animation: glow 1.8s infinite, pulse 1.5s infinite;
}

@keyframes glow {
    0% { text-shadow: 0 0 5px #772820; }
    50% { text-shadow: 0 0 15px #63231d; }
    100% { text-shadow: 0 0 5px #f90400; }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}



body ul.products .product.outofstock .product-item__description--actions .button {
    color: var(--wc-highligh-text);
    border-color: var(--site-accent-color);
}
body ul.products .product.outofstock .product-item__description--actions .button:hover {
    border-color: var(--site-secondary-button-color);
}

body ul.products .product .product-item__description--actions .button:hover,
button.wp-block-search__button.wp-element-button:hover {
    color: var(--wc-highligh-text);
}

button.wp-block-search__button.wp-element-button {
    line-height: 1em;
    border-radius: 3px;
}

body ul.products .product .product-item .product-item__description .product-item__description--info a.title .woocommerce-loop-product__title {
    font-size: 16px;
    line-height:1.5;
    font-weight: 600;
}

body ul.products .product .product-item .product-item__description .product-item__description--info span.price {
    font-weight: 600;
    color: var(--site-accent-color);
}

body .product-item__thumbnail {
    background: #fff;
}

button.wp-block-button__link.has-text-align-center.wp-element-button {
    color: var(--wc-highligh-text);
    font-size: 12px;
    border-color: var(--site-accent-color);
    background: var(--site-accent-color);
    border-radius: 3px;
    padding: 10px 20px !important;
}
button.wp-block-button__link.has-text-align-center.wp-element-button:hover {
    border-color: var(--site-link-hover-color);
    background: var(--site-link-hover-color);
}

.wp-block-search__inside-wrapper input {
    margin-bottom:0!important;
}

@media (max-width:720px)
{
	body ul.products .product .product-item .product-item__description .product-item__description--info a.title .woocommerce-loop-product__title {
		
	}
}


/*Testimonial Card*/
.testimonial-card
{
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow:0 5px 5px rgba(0, 0, 0, 0.2) !important;
    border-radius: 12px;
}

/*Header*/

.top-bar-email .elementor-widget-icon-box {
    justify-content: flex-end;
}

.nav-bar.elementor-sticky--effects {
    transition: background-color 300ms ease-in;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2)!important;
    border-radius: 50px;
    margin: 20px auto !important;
}
.nav-bar.elementor-sticky--effects .elementor-column-gap-no { min-height: unset !important; }

.nav-bar.elementor-sticky--effects {
    padding: 10px 25px !important;
    transition: all linear 0.3s;
}

/*.home .nav-bar .kitify-logo__link {
    content: url(/wp-content/uploads/2025/09/logo-white.webp);
}*/
.home .nav-bar.elementor-sticky--effects .kitify-logo__link {
    content: url(/wp-content/uploads/2025/09/Logo.webp);
    width: 140px !important;
}

.nav-bar .nav-menu > li { height: 20px!important; }

/*.home .nav-bar .nav-menu > li > a,
.home .ham-icon a i,
.home .search-icon a i,
.home .user-icon a i,
.home .cart-icon a i {
    color:#fff!important;
}*/

.home .nav-bar.elementor-sticky--effects .search-icon a i,
.home .nav-bar.elementor-sticky--effects .ham-icon a i,
.home .nav-bar.elementor-sticky--effects .user-icon a i,
.home .nav-bar.elementor-sticky--effects .cart-icon a i,
.home .nav-bar.elementor-sticky--effects .nav-menu > li > a {
    color: var(--e-global-color-primary)!important;
}

@media (min-width:720px) {
    .nav-bar.elementor-sticky--effects {
/*         max-width: 1440px; */
        width:95%!important;
        left: 50%;
        transform: translateX(-50%);
    }
	
	.nav-bar.elementor-sticky--effects ul.sub-menu {
		background:#fff!important;
	}

	.nav-bar ul.sub-menu {
		border-radius: 8px;
	}
	
	.nav-bar .main-navigation li ul
	{
		padding:10px 0;
		top: 140%;
	}
	
	.nav-bar .nav-menu li ul:not(.mega-menu) li a
	{
		padding: 10px 20px;
	}
}
@media(max-width:720px) {
    .nav-bar.elementor-sticky--effects .kitify-logo__link {
        width: 120px !important;
    }
	
	.nav-bar.elementor-sticky--effects
	{
		width: 95% !important;
		left: 50%;
		transform: translateX(-50%);
		inset-inline-start: 50%!important;
	}
}
@media(min-width:520px) {
    .nav-bar.elementor-sticky--effects {
        max-width: 1440px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
}

/*Top Bar*/
/* .top-bar-home {
    background: url(/wp-content/uploads/revslider/Home-depot-our-Projects/bg-300x300.png) 50% 50% / contain repeat, linear-gradient(40deg, rgba(35, 18, 17, 0.7) 0%, rgba(119, 40, 32, 0.5) 100%) !important;
} */

.top-bar-home a.elementor-icon {
    color: #fff !important;
}

.top-bar-email .elementor-widget-icon-box {
		display: flex;
    justify-content: flex-end!important;
}

.top-bar .elementor-container,
.top-bar-home .elementor-container
{
    justify-content: space-between;
}

/*Footer*/
.flex-menu ul {
    display: flex;
    column-gap: 15px;
    justify-content:center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 auto !important;
}
@media (max-width:480px) {
    .flex-menu ul {
        max-width: 300px;
        justify-content: space-around;
    }
}

/*Sidebar Widget*/
.wp-block-search__inside-wrapper button.wp-block-search__button.wp-element-button {
    padding:0 10px;
    font-size: 12px;
}

.shop-sidebar h2, .shop-sidebar h3, h3.wp-block-heading
{
	font-family: "Urbanist", sans-serif!important;
}

.wc-block-product-filter-price-slider .text input[type=text] {
    width: fit-content;
    min-width: 100px;
    font-weight: 600;
    text-align: center;
}

.wp-block-woocommerce-product-categories.wc-block-product-categories.is-list li {
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 {
    margin: 10px 20px 0;
}

.wc-block-product-categories select {
    margin: 0;
}

.wc-block-product-categories.is-dropdown {
   gap: 10px;
   width:100%;	
}

.wc-block-product-categories__dropdown {
    position: relative;
    width:100%;	
}

.wc-block-product-categories__dropdown:before {
    content: '\ea10';
    font: normal normal normal 1em / 1 NovaIcons;
    position: absolute;
    font-size: 12px;
    right: 20px;
    top: 44%;
    color:#D1D1D6;
}

form.woocommerce-ordering:before
{
    content: '\ea10';
    font: normal normal normal 1em / 1 NovaIcons;
    position: absolute;
    font-size: 12px;
    right: 20px;
    top: unset;
    color: #D1D1D6;
}

.wc-block-product-categories select {
    margin: 0;
    border-color: #D1D1D6;
    border-radius: 3px;
    cursor:pointer;
    background: transparent;
}

button.wc-block-product-categories__button {
    border-radius: 3px;
	padding: 0 1.2em;
}

button.wc-block-product-filter-checkbox-list__show-more {
    color: var(--e-global-color-primary);
    font-weight: 800;
    margin-top: 12px;
    margin-bottom: 12px;
    text-decoration: none;
    letter-spacing: 0.8px;
}

button.wc-block-product-filter-checkbox-list__show-more:hover {
    color: var(--e-global-color-secondary) !important;
    background: transparent !important;
}

button.wc-block-product-filter-checkbox-list__show-more:hover {
    color: var(--e-global-color-secondary);
}

label.wc-block-product-filter-checkbox-list__label:hover {
    color: var(--e-global-color-secondary);
}

label.wc-block-product-filter-checkbox-list__label {
    cursor: pointer;
}

form.woocommerce-ordering select.orderby {
    border: 1px solid #D1D1D6 !important;
    border-radius: 3px;
    cursor: pointer;
}

.shop-sidebar span.wc-block-product-filter-checkbox-list__text
{
    font-size: 14px!important;
    text-transform: capitalize;
    line-height: 1.5;
}

/*Home*/
@media (max-width:1020px){
	sr7-img#rs-respect-topbar-58-3,
	sr7-img#rs-respect-topbar-56-3,
	sr7-img#rs-respect-topbar-52-3
	{
		filter: blur(0.5px);
	}
}

sr7-img#rs-respect-topbar-52-3 {
    background-position: 0 100% !important;
}

sr7-img#rs-respect-topbar-56-3 {
    background-position: 0 80%  !important;
}

.swiper.slider-blurb { padding:60px 0; }

.slider-blurb .swiper-wrapper { align-items:center; }

.slider-blurb .category-card,
.product-categories-list .category-card{
    color: #fff;
    text-align: center;
    padding: 20px;
    background: linear-gradient(180deg, #231211 0%, #772820 100%);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    display: block;
    left: 0;
    bottom: 0;
    height: 80%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 600ms ease 0ms;
}

.slider-blurb .swiper-slide-active .category-card {
    background: linear-gradient(360deg, #231211 100%, #772820 0%) !important;
    padding-top: 20px;
}
.slider-blurb .swiper-slide-active .category-content h4 { padding-top: 20px; }

.category-image img {
    width: 100%;
    max-height: 200px;
    object-fit: contain;
    margin-bottom: 15px;
    transition: transform 0.8s ease 0ms;
}
.slider-blurb .swiper-slide-active .category-image img {
    transform: scaleX(1.5) scaleY(1.5);
    position: relative;
    top: -40px;
}

.category-content { position: relative; z-index: 2; }

.category-content h4,
.product-categories-list h4{
    font-weight: bold;
    margin-bottom: 10px;
    color:white;
}

.category-content p,
.product-categories-list p{
    font-size: 16px;
	line-height:1.8;
    color: #fff;
    margin-bottom: 0;
}

.slider-blurb .swiper-slide-active .category-content p
{
	margin-bottom:30px;
}

.slider-blurb a.category-button,
.product-categories-list a.category-button{
    background: var(--site-primary-button-color);
    color: #fff !important;
    padding: 10px 15px;
	font-size:12px;
	line-height:1.2;
	letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 5px;
    position: relative;
    display: none;
    width: fit-content;
    margin: 0 auto;
	transition: all 0.5s ease-in-out;
	border: 1px solid var(--site-primary-button-color);
}

.slider-blurb .swiper-slide-active a.category-button
{
    display: block;
}

.slider-blurb a.category-button:hover {
    background: var(--site-link-hover-color);
    border: 1px solid;
}

@media (max-width:980px)
{
	.slider-blurb .swiper-slide-active .category-content h4
	{
		font-size: 20px;
    	line-height: 28px;
	}
}


@media (min-width:1599px)
{
	.sub-cate-section {
		position: relative;
		left: -25%;
	}
}

/*Responsive*/
@media (max-width: 980px) {
    .counter-section .kitify-col-align-center { margin-right: 5% !important; }
    .blog-slider h4.kitify-posts__title a {
        font-size: 20px !important;
        line-height: 1.3;
    }
    .swiper.slider-blurb { overflow: hidden; }
	
    .glass-bg {
        background: rgba(255, 255, 255, 0.1) !important;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
        border-radius: 20px;
    }
}

/*Shop Archive*/
.shop-sidebar h2, .shop-sidebar h3 {
    font-size: 27px;
    line-height: 36px;
    font-weight: 700;
}

aside#block-20 {
    margin-bottom: 0!important;
}


/*Products*/
ul.products .product .product-item .product-item__description--actions{
			opacity: 1 !important;
	}

.price del::before {
    left: -50px!important;
    width: fit-content!important;
    min-width: 100px!important;
	display:none;
}

del bdi {
    text-decoration: line-through;
}

/*Swiper JS*/

.swiper-button-prev,
.swiper-button-next {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 40px!important;
    height: 40px!important;
	border-radius: 6px;
    line-height: 50px;
    font-size: 16px;
    background: #742820;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #231211;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after

{

    font: normal normal normal 1em / 1 NovaIcons !important;
    color: #fff;
}


.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: '\ea6c'!important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after
{
    content: '\ea6b'!important;
}


span.swiper-pagination-bullet,
span.swiper-pagination-bullet:hover,
span.swiper-pagination-bullet.swiper-pagination-bullet-active-next,
span.swiper-pagination-bullet.swiper-pagination-bullet-active-next:hover{  
    width: 25px !important;
    height: 5px !important;
    border-radius: 2px;
}


/*Check out - Done*/
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    background: var(--site-border-color);
    font-size: 1rem;
    font-weight: bold;
    padding: 0.9375rem;
    width: 100%;
    margin-bottom: 0 !important;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    border: 0 !important;
}

section.woocommerce-order-details {
    padding-top: 20px;
}

section.woocommerce-customer-details
{
	padding-bottom:40px;
}

th.woocommerce-table__product-name.product-name {
    padding-left: 20px !important;
}

@media (max-width:980px)
{
	.woocommerce-order {
		margin: 0 5%;
	}
}


/*Projects*/
.project-tabs .elementor-portfolio-item__overlay {
    background: hsl(0deg 0% 0% / 39%) !important;
    backdrop-filter: blur(6px);
}

.project-tabs .e-n-tabs-content {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
    border-radius: 12px;
}

.portfolio-card-tag
{
    width: fit-content !important;
}

/*ul.products .product .product-item .product-item__thumbnail-placeholder a img,
body .product-item__thumbnail
{
	border-radius: 12px;	
}*/

.elementor-cpt-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content:center;
}
.elementor-cpt-gallery a {
  width: calc(25% - 10px);
  display: block;
}
.elementor-cpt-gallery img {
    width: 100%;
    height: 100% !important;
    display: block;
    object-fit: cover;
	border-radius: 8px!important;
}
@media (max-width: 768px) {
  .elementor-cpt-gallery a {
    width: calc(50% - 10px);
  }
}


/*PRODUCT CATGEORIES PAGE*/
.category-card-wrapper {
    opacity: 1;
    transition: opacity 0.6s ease-in-out;
}

.product-categories-list h2 {
    text-align: center;
    margin: 80px 0 20px;
}

.product-categories-list p.parent-category-desc
{
    color: var(--site-text-color);
    text-align: center;
    margin-bottom: 40px;
}

.product-categories-list .category-card
{
	height: 100%;
	transition:all 0.5s ease-in-out;
}
.product-categories-list .category-card:hover 
{
	background: linear-gradient(360deg, #231211 100%, #772820 0%) !important;
	transition:background 0.5s ease-in;
}

.product-categories-list .child-categories-list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 24px;
}

.product-categories-list a.category-button
{
	display:block;
	margin-top: 20px;
    border-color: #fff;
}

.product-categories-list .category-card:hover a.category-button
{
	border-color:transparent;
}

.product-categories-list button.load-more-categories {
    margin: 40px auto;
    display: block;
}

/* .product-categories-list .category-card:hover .category-image img {
    transform: scaleX(1.2) scaleY(1.2);
    margin-top: 20px;
    margin-bottom: 30px;
} */


@media (max-width:780px)
{
	.product-categories-list h2 {
		margin: 60px 0 20px;
	}
	
	.product-categories-list .child-categories-list {
    	grid-template-columns: repeat(1, 1fr);
	}
}
	
@media (max-width:1025px) and (min-width:780px)
{	
	.product-categories-list .child-categories-list {
    	grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width:1200px) and (min-width:1025px)
{	
	.product-categories-list .child-categories-list {
    	grid-template-columns: repeat(3, 1fr);
	}
}


/*LEGAL PAGES*/
.legal-section ul
{
	margin-bottom:0.5rem!important;
}

h2.woocommerce-loop-product__title {
    margin-top: 7px;
}

/*REMOVE THESE CSS- WHEN PAYMENT GATEWAY IS ACTIVATED*/

/* Hide subtotal & total rows on cart */
/*.cart-subtotal,
.order-total,
tr.cart-subtotal,
tr.order-total {
    display: none !important;
}

th.product-total {
    color: transparent !important;
}*/

/* Hide Price column */
.woocommerce .product-price,
.woocommerce table.shop_table th.product-price,
.woocommerce-cart table.cart td.product-price,
.woocommerce-cart table.cart th.product-price {
    /**/
}

/* Hide Subtotal column */
/*.woocommerce .product-subtotal,
.woocommerce table.shop_table th.product-subtotal,
.woocommerce-cart table.cart td.product-subtotal,
.woocommerce-cart table.cart th.product-subtotal {
    display: none !important;
}*/

/* Adjust layout so table doesn't look broken */
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th {
    text-align: left !important;
}

/* Hide email subscription */
p.hostinger-reach-optin.form-row
{
	display:none;
}


/*li.woocommerce-order-overview__total.total,
.shop_table.order_details tfoot{
    display: none!important;
}

th.woocommerce-table__product-table.product-total {
    color: transparent !important;
}*/


/*Slider Revolution*/
.wp-block-themepunch-revslider p {
    font-size: 16px !important;
	line-height: 28px !important;
}

@media (max-width:1200px) and (min-width:720px)
{
	.sr7-layer h1
	{
		font-size: 40px !important;
		line-height: 52px !important;
	}
}

@media (max-width:719px)
{
	.sr7-layer h1
	{
		font-size: 28px !important;
		line-height: 40px !important;
	}
	
	

	div#project-slider.wp-block-themepunch-revslider p
	{
		font-size: 12px !important;
		line-height: 23px !important;
	}
}


