/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.gt_options {
    position: absolute !important;
    background: #fff;
    z-index: 1111;
    width: auto;
    right: 0;
}

.gtranslate_wrapper {
    margin-bottom: 0 !important;
    margin-top: -20px !important;
}

.gt_float_switcher {
    box-shadow: none !important;
}

[data-footer*="type-1"] .ct-footer {
	background: #000 !important;
}

body.woocommerce-page.single-product .hero-section {
    
    max-width: 100% !important;
    width: 100% !important;
	background: transparent !important;
}

body.single-product nav.ct-breadcrumbs {
    display: none;
}

body.single-product [data-device=desktop][data-transparent] {
    background: #000;
}

.site-title-container {
    position: absolute;
    margin-left: 50px;
    margin-top: 2px;
}

body.woocommerce-page.woocommerce-checkout .hero-section {
    visibility: hidden;
}

[data-header*="type-1"] [data-sticky*="yes"] .site-title-container a {
    color: var( --e-global-color-primary );
    text-transform: uppercase;
}

.site-title-container a {
    color: #fff;
    text-transform: uppercase;
}

.btnRound a {
    border-radius: 30px !important;
}

.testimonials-slider { 
    max-width: 100%; 
    margin: auto; 
    overflow: hidden; /* hide extra slides */
    position: relative;
    text-align: center;
}
.slides { 
    display: flex; 
    transition: transform 0.5s ease; 
    width: 100%; 
}
.slide { 
    min-width: 100%; /* each group of 3 fills the container */
    display: flex; 
    justify-content: space-around; 
}
.testimonial {
    flex: 1;
    padding: 30px;
    margin: 0 20px;
    border: 1px solid #cecece;
    border-bottom: 3px solid #FF5F1C;
}

.testimonial .company {
    color: #ccc;
    font-style: italic;
}

.dots { 
    margin-top: 10px; 
}
.dot { 
    display: inline-block; 
    width: 10px; 
    height: 10px; 
    border-radius: 50%; 
    background: #ccc; 
    margin: 0 5px; 
    cursor: pointer; 
}
.dot.active {
    background: #FF5F1C;
}

.faqs-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin: 40px auto;
    max-width: 1200px;
}
.faq-item {
    flex: 1 1 calc(33.333% - 20px);
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    border-bottom: 3px solid #FF5F1C;
}
.faq-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

a.faq-readmore {
    color: #000;
}

a.faq-readmore:hover {
    color: #FF5F1C;
}

.xt_woofc-cart-open .xt_woofc-checkout {
    background: #FF5F1C !important;
}

.faq-placeholder {
    width: 100%;
    height: 180px;
    background: #ddd;
}
.faq-content {
    padding: 20px;
    text-align: left;
}
.faq-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Noto Sans';
}
.faq-excerpt {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}
a.faq-readmore {
    color: #000;
    font-size: 14px;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    font-weight: 600;
}
.faq-readmore:hover {
    text-decoration: underline;
}

a.faq-readmore i {
    margin-left: 10px;
    font-size: 12px;
    position: relative;
    top: 0px;
}

.ff-default .ff-el-form-control {
    padding: 0 15px !important;
    height: 35px !important;
    border-radius: 0;
}

button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
    background: #FF5F1C;
    border-radius: 30px;
    min-width: 200px;
    margin: 0 auto;
    float: none;
    font-size: 18px;
    text-transform: uppercase;
}

.ff-el-group.ff-text-left.ff_submit_btn_wrapper {
    text-align: center;
}

/* Wrapper for custom products grid */
.custom-products-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

/* Each product card */
.custom-product {
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
    background: #fff;
    border-radius: 0;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
	border-bottom: 3px solid #FF5F1C !important;
}

.custom-product button.buy-now-btn {
    border-radius: 30px !important;
    min-width: 150px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 18px !important;
    text-transform: uppercase;
}



/* Hover effect */
.custom-product:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

/* Price */
.custom-product .product-price {
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 10px;
    display: block;
    justify-content: flex-start;

}

.custom-product .product-price span.currency {
    font-size: 20px;
    position: relative;
    top: -7px;
}

div#block-19 {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

div#block-19  p {
    padding: 0 !important;
    margin: 0;
}

div#block-19 input#ff_2_2_email {
	color: #fff;
}

div#block-19 button {
    width: 100%;
    font-size: 14px;
    min-height: 30px !important;
    padding: 0 !important;
    border-radius: 0;
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] > div {
    padding-bottom: 0;
    padding-top: 50px;
}

/* Quantity input */
.custom-product .product-qty input {
    width: 60px;
    text-align: center;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Product name */
.custom-product .product-name {
    font-weight: bold;
    margin: 15px 0 10px;
    font-size: 16px;
    color: #111;
}

/* Product image */
.custom-product .product-img img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    width: 90%;
    max-height: 300px;
    object-fit: cover;
    margin: 0 auto;
}

/* Buy now button */
.custom-product .buy-now-btn {
    background: #FF5F1C;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 30px;
    font-weight: bold;
    font-size: 14px;
    transition: background 0.3s ease;
}

.custom-product .buy-now-btn:hover {
    background: #e24d0e;
}


.custom-product .product-qty input {
    width: 100% !important;
    max-width: 150px !important;
    border: 0;
    border-bottom: 1px solid #cecece;
    border-radius: 0;
    padding: 5px !important;
    height: auto !important;
}

.fullsizeimage img {
    width: 100%;
}

.sgpb-popup-builder-content-html h3 {
    font-size: 25px;
    line-height: 1;
    padding: 0;
    text-align: center;
}

.sgpb-main-html-content-wrapper {
    padding-top: 25px;
}
/*
body.woocommerce-shop .hero-section {
    background: url(/wp-content/uploads/2025/09/heromain.webp) !important;
    background-size: cover !important;
    
}
*/

body.woocommerce-page .hero-section {
    background: #000 !important;
    background-size: cover !important;
    height: 160px;
    padding-top: 60px !important;
	margin-bottom: 50px;
}

body.woocommerce-page .hero-section h1 {
    color: #000;
    padding-top: 60px;
    letter-spacing: 5px;
}

body.woocommerce-page .hero-section figure {
    display: none;
}

div#block-22 {
    margin-bottom: 0;
}

div#block-23 {
    margin-bottom: 0;
}

ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 li {
    list-style: disc;
    margin-left: 20px;
    margin-top: 10px;
}

.homepage-slider { position:relative; max-width:1000px; margin:auto; text-align:center; overflow:hidden; }
.homepage-slider .slider-track { display:flex; transition:transform 0.5s ease; }
    .homepage-slider .slide { min-width:100%; padding:40px 20px; display: block;}
		.homepage-slider .subtitle {
			margin-bottom: 0;
			font-size: 35px;
			line-height: 1.2em;
			color: var(--e-global-color-primary);
			text-transform: uppercase;
			font-weight: 600;
			font-family: 'Noto Sans';
		}
    .homepage-slider .title {
		font-weight: 500 !important;
		margin-bottom: 50px;
		font-size: 50px;
		line-height: 1.2em;
		color: var(--e-global-color-blocksy_palette_8);
		letter-spacing: 3px;
	}
    .homepage-slider .buttons { display:flex; justify-content:center; gap:15px; }
    .homepage-slider .btn { display:inline-flex; align-items:center; padding:10px 20px; border-radius:30px; text-decoration:none; font-weight:bold; }
    .homepage-slider .btn.main {
		background-color: var(--e-global-color-primary);
		font-size: 18px;
		font-weight: 500;
		fill: var(--e-global-color-blocksy_palette_8);
		color: var(--e-global-color-blocksy_palette_8);
		border-radius: 0px 0px 0px 0px;
		padding: 15px 35px 15px 35px;
		border-radius: 30px;
		text-transform: uppercase;
	}

.homepage-slider .btn.main:hover, .homepage-slider .btn.secondary:hover {
	 background: #000;
	color: #fff;
}
    .homepage-slider .btn.secondary {
		background-color: #fff;
		font-size: 18px;
		font-weight: 500;
		fill: #000;
		color: #000;
		border-radius: 0px 0px 0px 0px;
		padding: 15px 35px 15px 35px;
		border-radius: 30px;
		text-transform: uppercase;
	}
   
.homepage-slider .btn .chevron {
    margin-left: 20px;
    font-size: 30px;
    margin-top: -55px;
    float: right;
    height: 0;
}

    .homepage-slider .slider-nav { position:absolute; top:50%; width:100%; display:flex; justify-content:space-between; transform:translateY(-50%); }
    .homepage-slider .slider-nav span {
    cursor: pointer;
    font-size: 50px;
    background: none;
    color: #fff;
    padding: 5px 12px;
    border-radius: 50%;
}

ul#menu-top-menu {
    margin-top: 5px;
}

ul#menu-top-menu a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

ul#menu-top-menu a i {
    font-size: 20px;
    position: relative;
    top: 2px;
}

.ct-header-socials a {
    margin-left: 15px;
	color: #000;
}

#header [data-row*=top] {
    z-index: 3;
    background: white;
}

div#sgpb-popup-dialog-main-div h5 {
    text-align: center;
}

img.sgpb-popup-close-button-1 {
    top: 10px !important;
    right: 10px !important;
    border: 0 !important;
    box-shadow: none !important;
    width: 25px !important;
    height: 25px !important;
}

div#sgpb-popup-dialog-main-div .wp-block-column:hover {
    box-shadow: 1px -1px 7px 2px #eee;
}

body .elementor-1995 .elementor-element.elementor-element-3548620 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit,
body .elementor-523 .elementor-element.elementor-element-3548620 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit,
body .elementor-1770 .elementor-element.elementor-element-28bedd6 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit,
body .elementor-527 .elementor-element.elementor-element-c178a6f .fluentform-widget-wrapper .ff-el-group .ff-btn-submit
{
    background: rgba(255, 95, 28, 1) !important;
}


[data-header*="type-1"] .ct-header [data-id="button"] .ct-button {
    border-radius: 30px;
}

button.wp-block-search__button.wp-element-button {
    background: #FF5F1C;
    display: block !important;
    position: absolute;
    right: -25px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

#search-modal form .ct-search-form-controls button {
    background: #fff;
    color: #FF5F1C;
	border-radius: 0;
    margin-top: -1px;
    margin-right: 3px;
}


body .elementor-1995 .elementor-element.elementor-element-3548620 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit:hover,
body .elementor-523 .elementor-element.elementor-element-3548620 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit:hover,
body .elementor-1770 .elementor-element.elementor-element-28bedd6 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit:hover, 
.fluentform .ff-el-group button.ff-btn:hover,
body .elementor-527 .elementor-element.elementor-element-c178a6f .fluentform-widget-wrapper .ff-el-group .ff-btn-submit:hover 
{
    background: #000 !important;
}

ul.products li a.ct-media-container img {
    height: 300px;
    object-fit: cover;
	border: 1px solid #ccc;
}

ul.products li h2.woocommerce-loop-product__title {
    font-weight: bold !important;
    font-family: 'Noto Sans';
    font-size: 18px;
}

ul.products li h2.woocommerce-loop-product__title a:hover {
	color: #FF5F1C;
}

ul.products li.meta-categories {
    display: none;
}

ul.products li a.add_to_cart_button,
ul.products li a.added_to_cart.wc-forward,
ul.products li a.button.product_type_simple
{
    background: #FF5F1C;
    border-radius: 30px;
    font-size: 18px;
}

button.single_add_to_cart_button {
    background: #FF5F1C !important;
    border-radius: 30px !important;
    margin-left: 20px;
}

.xoo-qv-inner-modal .product_meta {
    margin-top: 20px;
    margin-bottom: 10px;
}

.xoo-qv-inner-modal .xoo-qv-plink {
    background: #FF5F1C;
    border-radius: 30px;
    float: right;
    font-size: 16px;
}

ul.products li a.add_to_cart_button:hover,
ul.products li a.added_to_cart.wc-forward:hover,
ul.products li a.button.product_type_simple:hover
{
    background: #000;
}

#search-modal input::placeholder {
    color: #fff !important;
    opacity: 1;
    border-bottom: 1px solid;
}



body.search[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a
{
    color: #fff;
}

ul.products li a.xoo-qv-button {
    margin-top: -54px;
    background: #fff !important;
    width: 100%;
    text-align: center;
	border: 1px solid #ccc !important;
}

ul.products li .xoo-qv-btn-icon {
    display: inline;
    float: none;
    margin-right: 6px;
    font-size: 18px;
    position: absolute;
    margin-left: -25px;
    margin-top: -2px;
}

.testimonials-slider .slide {
    display: flex;
    gap: 20px;
}

.testimonials-slider .slide .testimonial {
    flex: 1 1 calc(33.333% - 20px); /* 3 per row on desktop */
}

body.woocommerce-page.woocommerce-cart .hero-section {
    visibility: hidden;
}

body.woocommerce-cart #header [data-row*=middle] {
    background: #000;
}

body.woocommerce-cart [data-sticky*="yes"] [data-row*=middle] {
	background: #fff !important;
}

body.woocommerce-page.woocommerce-checkout .hero-section {
    visibility: hidden;
}

body.woocommerce-checkout #header [data-row*=middle] {
    background: #000;
}

body.woocommerce-checkout [data-sticky*="yes"] [data-row*=middle] {
	background: #fff !important;
}



body.search .hero-section {
    visibility: hidden;
}

body.search #header [data-row*=middle] {
    background: #000;
}

body.search [data-sticky*="yes"] [data-row*=middle] {
	background: #fff !important;
}

body.search[data-header*="type-1"] [data-sticky*="yes"] [data-id="menu"] > ul > li > a {
	color: #000 !important;
}

a.checkout-button.button.alt.wc-forward {
    background: #FF5F1C;
    border-radius: 30px;
}

.coupon button.button {
    background: #000 !important;
    border-radius: 30px !important;
}

button.button[name="update_cart"] {
    background: #000 !important;
    border-radius: 30px;
}

.woocommerce-checkout-payment .place-order button[type=submit] {
    background: #ff5f1c !important;
    border-radius: 30px;
    font-size: 18px;
}

@media (max-width: 768px) {
    .testimonials-slider .slide {
        flex-direction: column; /* stack vertically on mobile */
    }
    .testimonials-slider .slide .testimonial {
        flex: 1 1 100%; /* 1 per row on mobile */
    }
	
	.faq-item {
		flex: 1 1 100%;
	}
}

@media (max-width: 450px) {
	
	body.woocommerce-page.woocommerce-checkout .hero-section {
		height: 68px;
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden !important;
	}
	
	body.woocommerce-shop .hero-section[data-type="type-2"] {
		height: 70px;
		padding: 0;
		margin: 0;
	}
	
	body.woocommerce-shop .entry-header .page-title {
		display: none;
	}
	
	body.woocommerce-page.woocommerce-cart .hero-section {
		height: 60px;
		margin: 0;
		padding: 0;
	}
	
	body.woocommerce-page.woocommerce-cart td.product-remove {
		position: absolute;
		right: 17px;
		font-size: 30px;
		margin-top: -33px;
	}
	
	body.woocommerce-page.woocommerce-cart td.product-thumbnail img {
		width: 100%;
	}
	
	body.woocommerce-page.woocommerce-cart td.product-remove a {
		border: 1px solid;
		border-radius: 100%;
		width: 30px;
		display: block;
		text-align: center;
		height: 30px;
		line-height: 1;
		position: relative;
		right: -8px;
		background: #fff;
		top: 6px;
	}

	.gt_float_switcher .gt_options {
		position: relative !important;
	}
	
	[data-header*="type-1"] #offcanvas {
		background: black !important;
	}
	
	.homepage-slider .title {
		font-weight: 500 !important;
		margin-bottom: 20px;
		font-size: 35px;
		line-height: 1.2em;
		color: var(--e-global-color-blocksy_palette_8);
		letter-spacing: 3px;
	}
	
	.homepage-slider .subtitle {
		margin-bottom: 5px;
		font-size: 25px;
		line-height: 1.2em;
		color: var(--e-global-color-primary);
		text-transform: uppercase;
		font-weight: 600;
		font-family: 'Noto Sans';
	}
}