/**
 * Theme Name:Cercip	
 * Description: Cercip
 * Author: Adrian Codreanu
 * Template: blocksy
 * Text Domain: blocksy
 */



.wp-block-cover__image-background.has-parallax{
	background-attachment: fixed !important;
}

@media (max-width: 767px) {
	.colreverse {
		flex-direction: column-reverse;
	}
}
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');
body {
	font-family: "IBM Plex Sans", sans-serif;
}
.sale-price del {
	color: #000;
}
body #search-modal {
	position: relative;
	background: #fff !important;
}
#search-modal input {
	font-size: 14px;
	margin-bottom: 5px;
	height: 50px;
	padding: 10px 5px;
	border: 1px solid #333;
	color: #000 !important;
}
#search-modal form .ct-search-form-controls button {
	--search-button-size: 30px;
}
h3.widget-title {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
	display: inline-block;
}
footer h4 {
	color: #fff;
}
h3.widget-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 40px;
	background-color: #ff3c00;
	border-radius: 2px;
}
/*anpc*/
.custom-legal-links {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 20px;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
}
.custom-legal-links a {
	display: block;
	max-width: 500px;
	width: 100%;
	text-decoration: none;
}
.custom-legal-links img {
	width: 100%;
	height: auto;
	display: block;
	border: none;
}
@media (max-width: 768px) {
	.custom-legal-links {
		flex-direction: column;
		align-items: center;
	}
}
/*categorii*/
.products  .product-category {
	border: 1px solid #de1345;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 0 0 10px #ff84472b;
}

.products  .product-category .woocommerce-loop-product__title, .woocommerce-loop-category__title {
	margin-top: auto;
	color: #af0303;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.1em;
	min-height: 80px;
	display: grid;
	place-content: center;
	font-size: 24px;
	
}
/*contactpage*/
.cercip-contact-wrapper {
	padding: 60px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cercip-contact-card {
	background-color: #ffffff;
	max-width: 650px;
	width: 100%;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	padding: 40px 30px;
	border: 1px solid #f3f4f6;
	margin: 0 auto;
}
.cercip-contact-title {
	color: #111827;
	font-size: 26px !important;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 24px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.cercip-contact-details {
	margin-bottom: 35px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e5e7eb;
}
.cercip-contact-company {
	font-size: 22px;
	color: #1f2937;
	margin-bottom: 15px;
}
.cercip-contact-cui,
.cercip-contact-address {
	font-size: 16px;
	color: #4b5563;
	line-height: 1.7;
	margin-bottom: 10px;
}
.cercip-contact-buttons {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
}
.cercip-contact-buttons .wp-block-button {
	width: 100%;
	margin: 0 !important;
}
.cercip-contact-buttons .wp-block-button__link {
	display: block;
	width: 100%;
	text-align: center;
	padding: 15px 20px !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	border-radius: 8px !important;
	text-decoration: none !important;
	transition: all 0.3s ease !important;
	border: none !important;
}
.cercip-btn-call .wp-block-button__link {
	background-color: #111827 !important;
	color: #ffffff !important;
}
.cercip-btn-call .wp-block-button__link:hover {
	background-color: #374151 !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(17, 24, 39, 0.2);
}
.cercip-btn-whatsapp .wp-block-button__link {
	background-color: #25d366 !important;
	color: #ffffff !important;
}
.cercip-btn-whatsapp .wp-block-button__link:hover {
	background-color: #16a34a !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}
/*cotact widget*/
.cercip-contact-bar {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 20px;
	width: 100%;
	margin: 30px auto;
	position: relative;
}
.cercip-btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 10px 32px;
	border-radius: 50px;
	width: 100%;
	max-width: max-content;
	flex: 1 1 auto;
	text-decoration: none !important;
	color: #ffffff !important;
	transition: all 0.3s ease;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}
.cercip-call {
	background-color: #1b1a32;
}
.cercip-call:hover {
	background-color: #374151;
	transform: translateY(-3px);
	box-shadow: 0 12px 24px rgba(17, 24, 39, 0.15);
}
.cercip-wa {
	background-color: #169e49;
}
.cercip-wa:hover {
	background-color: #0d7a25;
	transform: translateY(-3px);
	box-shadow: 0 12px 24px rgba(37, 211, 102, 0.2);
}
.cercip-contact-bar .dashicons {
	font-size: 22px;
	width: 22px;
	height: 22px;
	margin-right: 10px;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
.cercip-text {
	font-size: 16px;
	font-weight: 600;
}
@media (max-width: 768px) {
	.cercip-contact-bar {
		position: unset;
		bottom: 0;
		left: auto;
		right: 0;
		width: auto;
		margin: 0;
		justify-content: flex-end;
		z-index: 99999;
		background: #fff0;
		box-shadow: unset;
		padding: 5px 10px 5px;
	}
	.cercip-btn {
		flex: 1;
		padding: 8px 10px;
		box-shadow: none;
	}
	.cercip-btn:hover {
		transform: none;
		box-shadow: none;
	}
	.cercip-contact-bar .dashicons {
		font-size: 20px;
		width: 20px;
		height: 20px;
		margin-right: 8px;
	}
	.cercip-text {
		font-size: 14px;
	}
	body {
		padding-bottom: 70px;
	}
}
/*products*/
body .products {
	gap: 10px;
}
body .products .product.type-product {
	border: 1px solid #9a9a9a;
	border-radius: 8px;
	padding: 8px;
	box-shadow: 0 0 10px #fff;
	transition: 0.3s;
}
.products .product.type-product:hover {
	box-shadow: 0 0 20px #cb171791;
	border-color: transparent;
}
.products .ct-woo-card-actions,
.products .ct-woo-card-actions .add_to_cart_button {
	width: 100%;
}
mark.count {
	display: none !important;
}
body .xt_woovs-single-product .swatch.swatch-image {
  width: 100px;
}

.ct-cart-actions {
	position: fixed;
	width: 100%;
	background: #fff;
	left: auto;
	right: 0;
	bottom: 0;
	z-index: 999;
	padding: 10px;
	margin: 0 auto !important;
	max-width: 600px;
	border: 2px solid #ff5b00;
	border-radius: 10px;
}
@media (max-width: 767px) {
	.ct-cart-actions {
		left: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
}


/*galery*/
/* This only applies if the element exists - no errors */
.flexy-pills[data-type="thumbs"] {
    width: 100%;
    overflow: visible;
}

.flexy-pills[data-type="thumbs"] ol {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 10px;
    padding: 5px 0 10px 0;
    margin: 0;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.flexy-pills[data-type="thumbs"] ol li {
    flex: 0 0 auto;
    list-style: none;
    width: 70px;
    cursor: pointer;
}

.flexy-pills[data-type="thumbs"] ol li img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.flexy-pills[data-type="thumbs"] ol li.active .ct-media-container {
    outline: 2px solid #000;
    outline-offset: 2px;
    border-radius: 4px;
}

/* Hide scrollbar - optional */
.flexy-pills[data-type="thumbs"] ol {
    scrollbar-width: thin;
}

.flexy-pills[data-type="thumbs"] ol::-webkit-scrollbar {
    height: 4px;
}



body aside[data-type="type-2"] .ct-sidebar:not([data-widgets="separated"]) {
	padding: 10px;
}

.woof_list label{
	line-height: 1.2em;
	max-width: 200px;
}


body .woof_redraw_zone ul li a span {
	width: 20px;
	background-size: contain !important;
	background-position: left;
	height: 20px;
	margin-bottom: 5px;
	filter: hue-rotate(210deg) brightness(0.9);
	
}

