body{
  font-family: "Work Sans", Arial, sans-serif;
}
h1,h2,h3,h4,h5,h6,h7 {
	font-weight: 600 !important;
}
.no-bottom-row > .col, .no-bottom {
	padding-bottom: 0 !important;
}
.main-tt h2 {
	font-size: clamp(1.5rem,4vw,3rem);
	color: var(--primary-color);
	margin: 0;
}
.main-tt p {
	font-weight: 500;
	margin: 0;
}
.button {
	font-weight: 600 !important;
}
.rad-12.img, .rad-8.img {
	border-radius: 12px;
	overflow: hidden;
}


/* header */
.header-nav-main > .menu-item > .sub-menu {
    border: none;
    border-radius: 12px;
    padding: 10px;
}
.header-nav-main > .menu-item:before {
	border: none !important;
}
.header-nav-main {
	gap: 10px;
	justify-content:center !important;
}
.header-nav-main > .menu-item > a{
	font-weight: 600 !important;
}
.custom-hotline {
  display: inline;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
}

.custom-hotline a {
  color: inherit;
  text-decoration: underline;
	color: var(--primary-color);
}

.header-main {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}


/* product */
.product-small.box {
	background: #fff;
	border: 1px solid #e3e8f0;
	border-radius: 16px;
	padding: 16px;
	overflow: hidden;
}

.product-small.box .box-image {
	border-radius: 10px;
	overflow: hidden;
	background: #f7f7f7;
}

.product-small.box .box-image img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
}

.product-small.box .box-text {
	padding: 15px 0 0 !important;
	text-align: left;
}

.product-small.box .tutupetti-loop-card__title {
	margin-bottom: 5px;
	font-size:1rem;
	line-height: 1.35;
	font-weight: 600;
	color: #18365f;
}

.product-small.box .tutupetti-loop-card__title a {
	color: inherit;
	text-decoration: none;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
}

.product-small.box .tutupetti-loop-card__title a:hover {
	color: #18365f;
}

.product-small.box .tutupetti-loop-card__model {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 400;
	color: #2d4061;
}

.product-small.box .tutupetti-loop-card__model span {
	margin-right: 4px;
}

.product-small.box .tutupetti-loop-card__model strong {
	font-weight: 400;
}

.product-small.box .tutupetti-loop-card__rating {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #f5c400;
	font-size: 16px;
	line-height: 1;
	margin: 0;
}

.product-small.box .tutupetti-loop-card__rating i {
	color: #f5c400;
}

@media (max-width: 549px) {
	.product-small.box {
		padding: 12px;
		border-radius: 16px;
	}

	.product-small.box .box-text {
		padding-top: 14px !important;
	}

	.product-small.box .tutupetti-loop-card__title,
	.product-small.box .tutupetti-loop-card__model {
		font-size: 16px;
	}

	.product-small.box .tutupetti-loop-card__rating {
		font-size: 18px;
	}
}

/* ux_product_categories */
.product-category .col-inner {
	height: 100%;
}
.product-category .box-category {
	display: block;
	height: 100%;
	overflow: hidden;
	border-radius: 12px;
	background: #ffed66;
	color: #00143a;
	text-decoration: none;
}

.product-category .box-category:hover {
	color: #00143a;
	text-decoration: none;
}

.product-category .box-category .box-image {
	overflow: hidden;
	background: #f6f6f6;
}

.product-category .box-category .box-image img {
	display: block;
	object-fit: cover;
	object-position: center;
	transition: transform .35s ease;
}

.product-category .box-category:hover .box-image img {
	transform: scale(1.04);
}

.product-category .box-category .box-text .box-text-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 16px;
	background: #ffed66;
}

.product-category .box-category .header-title {
	margin: 0;
	font-size: 1rem;
	line-height: 1.25;
	font-weight: 700;
	color: #00143a;
	text-transform: none;
	letter-spacing: 0;
	    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.product-category .box-category .tp-product-cat-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	padding: 12px;
	border-radius: 999px;
	background: #fff;
	color: #00143a;
	font-size: 1rem;
	line-height: 1;
	font-weight: 600;
	white-space: nowrap;
	margin: 0;
}


/* home */
.h-sec1 .banner-ct > .col-inner {
	border-radius: 12px;
	overflow: hidden;
}
.h-sec1 .banner-ct .flickity-page-dots .dot{
	border: 2px solid #fff !important;
	width: 10px;
	height: 10px;
}
.h-sec1 .banner-ct .flickity-page-dots .dot.is-selected{
	width: 30px;
	border-radius: 99px;
}
.h-sec3 .button, .h-sec4 .button{
	margin: 0 !important;
}
.prod-cat-sec .slider:hover .flickity-button{
	transform: translatey(-50%) !important;
}
.prod-cat-sec .flickity-button {
	opacity: 1 !important;
	margin:0 !important;
	top: 50%;
	transform: translatey(-50%) !important;
}
@media(max-width:549px) {
	.prod-cat-sec .slider:hover .flickity-button{
		transform: unset !important;
	}
}
.prod-cat-sec .flickity-button svg {
	    background: #fff;
    border-radius: 50%;
    padding: 10px;
}
.prod-cat-sec .flickity-page-dots {
	bottom: -15px !important;
}
.prod-cat-sec .flickity-page-dots .dot {
	opacity: 1 !important;
	border-color: #aaa !important;
	background-color: #aaa !important;
}
.prod-cat-sec .flickity-page-dots .dot.is-selected {
	width: 40px;
	border-radius: 99px;
	background-color: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
}
@media(max-width:549px) {
	.bt-15 {
		padding-bottom: 15px !important;
	}
	.bt-0 {
		padding-bottom: 0 !important;
	}
	.center-mb > .col-inner {
		display: flex;
		justify-content:center;
	}
}


/* footer */
.footer-sec .ux-logo-link {
	padding: 0 0 15px !important;
}
.absolute-footer {
	padding: 15px 0 10px !important;
}
.footer-sec p {
	margin: 0;
}
.footer-sec a {
	color: #222;
}
.footer-sec a:hover {
	color: var(--primary-color);
}
.footer-sec ul {
	display: flex;
	flex-direction: column;
	gap: .6rem;
	list-style: none;
	margin: 0;
}
.footer-sec ul li {
	margin: 0 !important;
}


/* product page */
/* WooCommerce ordering select */

.woocommerce-ordering select.orderby {
	margin: 0;
	padding: 0 30px 0 15px;
	border-radius: 99px;
}
.woocommerce-breadcrumb {
	text-transform: none !important;
    font-weight: 400 !important;
	font-size: 16px;
}


/* blog post */
.h-blog-link p {
	margin: 0;
	font-weight: 500;
}
.h-blog-link p a {
	color: var(--primary-color) !important;

}
.box-blog-post {
	box-shadow: rgba(19, 74, 155, 0.1) 0px 0px 10px 0px;
    border-radius: 12px;
	overflow: hidden;
}
.box-blog-post .box-text {
    padding: 16px 16px 14px;
}
.box-blog-post .text-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--primary-color);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
}

.box-blog-post .text-link svg {
	width: 17px;
	height: 17px;
	fill: currentColor;
	transition: .25s ease;
}

.box-blog-post .text-link:hover svg {
	transform: translateX(4px);
}
.box-blog-post .post-category-badge {
    color: #fff;
    background: var(--fs-color-secondary);
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 12px; 
	width: fit-content;
	margin-bottom: 10px;
}
.box-blog-post .post-title a, .box-blog-post .from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
}

.box-blog-post .post-category-badge {
    color: #fff;
    background: var(--fs-color-secondary);
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 12px; 
	width: fit-content;
	margin-bottom: 10px;
}

/* breadcrumbs */
.bc-sec {
    padding: 15px 0 !important;
}
.rank-math-breadcrumb > p {
    margin: 0;
}

.single-post .entry-content {
	padding-top: 0;
}
.tt-sec {
	padding: 0px 0 0 !important;
	margin-bottom: 5px;
}
.tt-sec .dc-page-title {
margin: 0;
	    line-height: 1;
}



/* single blog */
.blog-single .entry-header {
	display: none;
}


/* single product */
.single-product .product-main {
	padding-top: 10px !important;
}
.single-product .product-info {
	padding-top: 0;
}
.single-product .single_add_to_cart_button, .single-product .ux-buy-now-button {
	flex: 1;
}
.single-product .product-thumbnails .flickity-slider a {
	border-radius: 8px;
	background: #f9f9f9 !important;
	border: 1px solid #ddd;
}
.single-product .product-thumbnails .flickity-slider a img {
	opacity: 1;
}
.single-product .product-thumbnails .is-nav-selected a, .single-product .product-thumbnails .is-nav-selected a:hover {
	border: 1px solid var(--primary-color);
}
.single-product .product-thumbnails .is-nav-selected a img, .single-product .product-thumbnails a:hover img {
	transform: none !important;
	border: none !important;
}
.single-product .product-gallery-slider {
	border-radius:12px;
	overflow: hidden;
}
.single-product .product-gallery-slider img {
	aspect-ratio: 1 / 1;
    object-fit: cover;
}
.dc-consultation-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	margin-left: 10px;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: all .25s ease;
}

.dc-consultation-btn:hover {
	background: #333;
	color: #fff;
}

@media (max-width: 549px) {
	.dc-consultation-btn {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
}



/* contact page */
.dc-consult-form input[type="text"],
.dc-consult-form input[type="tel"],
.dc-consult-form input[type="email"],
.dc-consult-form textarea {
	width: 100%;
	height: 46px;
	margin-bottom: 0;
	padding: 0 15px;
	border: 1px solid #ddd;
	border-radius: 10px;
	background: #fff;
	color: #222;
	font-size: 14px;
	box-shadow: none;
}

.dc-consult-form textarea {
	height: 120px;
	padding-top: 13px;
	resize: vertical;
}

.dc-consult-form input::placeholder,
.dc-consult-form textarea::placeholder {
	color: #888;
	opacity: 1;
}

.dc-consult-form input:focus,
.dc-consult-form textarea:focus {
	border-color: #111;
	box-shadow: none;
	outline: none;
}

.dc-consult-form .wpcf7-not-valid-tip {
	margin-top: 6px;
	font-size: 13px;
}

.dc-consult-form .dc-consult-submit {
	width: 100%;
	min-height: 48px;
	margin: 0;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 700;
	text-transform: none;
	background: var(--fs-color-secondary) !important;
}

.dc-consult-form .wpcf7-spinner {
	display: none;
}
.wpcf7-form {
	margin: 0;
}
.wpcf7-response-output {
	margin: 10px 0 0 !important;
}
.contact-sec1 > .col-inner {
	border-radius: 12px;
	overflow: hidden;
	background: #FFF;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.10);
}
.contact-sec .label {
	color: var(--fs-color-secondary);
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 0;
}
.contact-sec h2 {
	font-size: 1.2rem;
	font-size: clamp(1.4rem, 4vw, 2rem);
    color: #111;
    margin: 0;
}

/* checkout */
.woocommerce-checkout input {
    border-radius: 6px !important;
    box-shadow: none !important;
}
.woocommerce-checkout .address-field {
	width: 100%;
}
.woocommerce-billing-fields__field-wrapper .select2-selection {
	border-radius: 8px !important;
}