/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
:root{
	--primary-color: #013162;
	--secondary-color: #013162;
	--base: #666;
	--border-color: #e1e3e4;
}
button{
	font-size: 14px;
}
body{
	font-family: "Roboto Condensed", sans-serif;
}
*{
	box-sizing: border-box;
}
img{
	max-width: 100%;
}	
.col-inner:last-child{
	padding-bottom: 0;
}
a{
	transition: all .25s ease;
}
.html_topbar_left h3 {
	color: #fff;
	margin: 0;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
}
.header-bottom {
	border-bottom: 1px solid #eaeaea;
}
a.hotline-header {
	display: flex;
	align-items: center;
	gap: 12px;
	span{
		font-size: 14px;
		line-height: 1.4;
	}
}
.header-search-form-wrapper{
	.searchform-wrapper {
		margin-left: 20%;
		border-radius: 6px;
		overflow: hidden;
		border: 1px solid #80808012;
		input{
			box-shadow: none;
			height: 42px;
			border: 0;
		}
		.button{
			height: 42px;
			padding: 2px 14px;
		}
	}
}
.flickity-page-dots{
	.dot{
		background: #fff !important;
		opacity: 1;
		width: 10px;
		height: 10px;
		border: 5px ;
		box-shadow: 0 0 0 4px rgba(19, 25, 48, 0.1);
		transition: all .25s ease;
	}
	.dot.is-selected{
		background-color: var(--primary-color) !important;
	}
}
.flickity-button{
	.flickity-button-icon{
		background-color: #333;
		border-radius: 6px;
		overflow: hidden;
		padding: 10px !important;
		width: 30px !important;
		height: 30px !important;
		max-width: 30px;
		.arrow{
			fill: #fff !important;
		}
	}
}
.absolute-footer, .wpcf7-spinner{
	display: none;
}
.ss-pd{
	padding-top: 40px !important;
	padding-bottom: 10px !important;
}
.frame-title{
	h2{
		font-size: 22px;
		line-height: 1.3;
		margin-bottom: 0;
	}
	p{
		font-size: 14px;
		line-height: 28px;
		margin-bottom: 0;
	}
}
.form-footer-edit {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	input{
		width: 415px;
		height: 50px;
		line-height: 25px;
		color: #999999;
		padding: 10px 20px;
		border: 1px solid #d4d6d8;
		box-shadow: none;
		outline: none !important;
		font-size: 12px;
		border-radius: 2px;
		box-shadow: 0 1px rgba(212, 214, 216, 0.25) inset;
		transition: all .25s ease;
	}
	.wpcf7-submit{
		width: 100px;
		color: #fff;
		border-color: var(--primary-color);	
		margin-right: 0;	
	}
	.wpcf7-not-valid-tip {
		position: absolute;
		bottom: 0;
		transform: translateY(85%);
	}
}
.ss-footer-iconbox{
	.icon-box{
		align-items: center;
	}
	h3{
		font-weight: 500;
		margin-bottom: 0;
		font-size: 14px;
	}
	p{
		font-size: 14px;
	}
}
.ss-footer-contact{
	h3{
		font-size: 20px;
		letter-spacing: 0.02em;
		margin: 0 0 20px;
		position: relative;
		line-height: 1.4;
	}
	p{
		font-size: 14px;
	}
	ul{
		margin-bottom: 0;
		li{
			margin-left: 0;
			list-style-type: none;
			position: relative;
			color: var(--base);
			a{
				color: var(--base);
			}
			i{
				width: 20px;
				height: 20px;
				margin-right: 4px;
			}
		}
		li:last-child{
			margin-bottom: 0;
		}
	}
	.ul-link{
		ul{
			li{
				margin-left: 1.3em;
				a:hover{
					color: var(--primary-color);
				}
			}
			li:before{
				content: '';
				position: absolute;
				left: 0;
				top: 50%;
				transform: translate(-20px, -50%);
				width: 10px;
				height: 1px;
				background-color: #677279;
			}
		}
	}
	.social-icons{
		margin-top: 15px;
		a{
			background-color: #ffffff;
			padding: 6px;
			font-size: 14px;
			border-radius: 2px;
		}
	}
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	line-height: 1.2;
}
.ss-footer-copyright{
	p{
		font-size: 14px;
	}
}
article.post{
	position: relative;
	padding: 20px;
	border: 1px solid var(--border-color);
	background: #fff;
	border-radius: 4px;
	margin-bottom: 0;
	.entry-content{
		padding: 0;
		p:last-child{
			margin-bottom: 0;
		}
	}
}
.widget{
	position: relative;
	padding: 20px;
	border: 1px solid var(--border-color);
	background: #fff;
	border-radius: 4px;
	.widget-title{
		font-size: 18px;
		text-transform: uppercase;
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 2px solid #000;
		text-align: center;
		display: block;
	}
	.post_comments, .is-divider{
		display: none;
	}
}
.widget:last-child{
	margin-bottom: 0;
}
.frame-breadcumb{
	.col{
		padding-bottom: 10px;
	}
}
.posted-on.byline{
	font-size: 16px;
}
#content{
	padding-bottom: 0 !important;
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button{
	margin-top: 0;
}
.navigation-post {
	margin-top: 20px;
}
.ss-product{
	.flickity-slider .col{
		padding-bottom: 0 !important;
	}
	.product-small{
		padding: 10px;
		background-color: #fff;
		border: 1px solid #ececec;
		border-radius: 4px;
	}
	.product-small:hover{
		box-shadow: 0px 0px 20px #eaeaea;
	}
}
.product-small{
	transition: all .25s ease;
	.box-text{
		padding: 10px;
	}
	.product-title{
		margin-bottom: 10px;
		a{
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
			overflow: hidden;
		}
	}
}
.price-wrapper .price{
	color: #ff9921;
	span{
		color: #ff9921;
	}
}
.ss-product-new{
	.product-small{
		.box-image:before{
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 40px;
			height: 40px;
			background-image: url('/wp-content/uploads/2025/10/home_fsale_sticker.png');
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
			z-index: 2;
		}
	}
}
.ss-product-sales{
	.product-small{
		.box-image:before{
			background-image: url('/wp-content/uploads/2025/10/home_fsale_two_sticker.png');
		}
	}
}
.row-slider .flickity-prev-next-button svg{
	padding: 8px !important;
}
.ss-blogpost{
	.box-text{
		padding-bottom: 0;
	}
	.post-title, .from_the_blog_excerpt {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
}
.ss-partner{
	.box-text{
		display: none;
	}
	.gallery-col.col{
		padding-bottom: 0;
	}
}
.recent-blog-posts a{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 0;
}
.archive{
	.products.row-small{
		background-color: #fff;
		border-top: 1px solid var(--border-color);
		border-left: 1px solid var(--border-color);
		margin-bottom: 30px;
		.product-small.col{
			padding: 10px;
			border-right: 1px solid var(--border-color);
			border-bottom: 1px solid var(--border-color);
		}
	}
}
.nav-pagination{
	li{
		a, span{
			border-radius: 0;
			width: 35px;
			height: 35px;
			display: flex;
			align-items: center;
			justify-content: center;
			background-color: #fff;
			border-color: #e1e1e1;
			font-weight: 600;
			line-height: 33px;
			font-size: 14px;
			i{
				top: 0;
				font-size: 12px;
			}
		}
	}
}
.ss-breadcumb-cat p {
	margin-bottom: 0;
}
.product-container .product-main > .content-row{
	gap: 15px;
}
.product-gallery.col > .row-small, .product-info.col, .product-footer .container .woocommerce-tabs{
	padding: 15px;
	background: #fff;
	border: 1px solid var(--border-color);
}
.product-gallery.col > .row-small{
	padding-right: 5px;
}
.product-gallery.col > .row-small > .col{
	padding-bottom: 0;
}
.product-footer .container{
	padding: 0px 5px;
	ul.product-tabs{
		margin-top: 0 !important;
	}
	.related-products-wrapper{
		margin-top: 20px;
		h3{
			text-align: center;
			margin-bottom: 0;
		}
		>.row.has-equal-box-heights{
			background: #fff;
			border-top: 1px solid var(--border-color);
			border-left: 1px solid var(--border-color);
			margin: 0;
		}
		.product-small.col{
			padding: 0;
		}
		.product-small.box{
			padding: 10px;
			border-right: 1px solid var(--border-color);
			border-bottom: 1px solid var(--border-color);
		}
	}
}
.product-main {
	padding: 20px;
	padding-bottom: 25px;
}
.single-product .frame-breadcumb {
	margin-top: 30px;
	p{
		margin-bottom: 0;
	}
}
.product-info.col {
	margin-left: 6px;
	margin-right: -10px !important;
	form.cart{
		margin-bottom: 0;
		display: flex;
		button.single_add_to_cart_button{
			width: 100%;
			font-size: 14px;
		}
	}
}
.message-container.container {
	background: #fff;
	padding: 10px 20px;
	font-size: 16px;
	border: 1px solid var(--border-color);
	border-radius: 4px;
}
.blog-wrapper{
	.large-9.col .row{
		background-color: #fff;
		padding: 15px;
		border: 1px solid var(--border-color);
		margin: 0;
		.col.post-item{
			padding: 0;
			padding-bottom: 15px;
			.box-text{
				padding-bottom: 0;
			}
		}
		.col.post-item:last-child{
			padding-bottom: 0px;
		}
	}
	.archive-page-header{
		.col{
			padding-bottom: 10px;
		}
	}
}
.cart-item .header-cart-link {
	flex-direction: row-reverse;
	gap: 10px;
	img{
		max-width: 26px;
	}
}
.button.wc-forward:not(.checkout) {
	background-color: #fff !important;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	box-shadow: none;
}
.button.wc-forward:not(.checkout):hover{
	background-color: var(--primary-color) !important;
	color: #fff;
}
.button.wc-forward{
	font-size: 14px;
}
#wrapper>.message-wrapper{
	outline: 0;
	margin-bottom: 0;
}
.message-wrapper {
	padding-bottom: 30px;
}
form.woocommerce-cart-form, .cart-collaterals .cart-sidebar{
	background-color: #fff;
	padding: 15px;
	padding-bottom: 0;
	border: 1px solid var(--border-color);
	margin: 0;
	table.shop_table{
		margin-bottom: 0;
	}
}
.row-large>.col, .row-large>.flickity-viewport>.flickity-slider>.col {
	padding: 0 15px 20px;
}
form.checkout #customer_details, .col-inner.has-border {
	background-color: #fff;
	padding: 15px;
	padding-bottom: 0;
	border: 1px solid var(--border-color);
	margin: 0;
}
.coupon {
	position: relative;
	.coupon-error-notice {
		position: absolute;
		left: 0;
		bottom: 0;
		transform: translateY(100%);
		background: #333;
		color: #fff;
		padding: 5px 10px;
		font-size: 14px;
		border-radius: 4px;
		z-index: 2;
	}
}
.is-well {
	padding: 15px;
	background: #fff;
	border: 1px solid var(--border-color);
}
.woocommerce-checkout{
	.woocommerce{
		.col > p, .woocommerce-order-details, .woocommerce-customer-details{
			background-color: #fff;
			padding: 15px !important;
			padding-bottom: 0;
			border: 1px solid var(--border-color);
			margin-bottom: 30px;
			table, p:last-child{
				margin-bottom: 0;
			}
		}
	}
}
.nav-dropdown-default{
	padding: 10px;
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    width: 100%;
    max-width: 350px;
}
.btn-call-order {
    display: block;
    background: var(--primary-color);
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid var(--primary-color);
}
.btn-call-order:hover {
    background: #fff;
    color: var(--primary-color);
}







@media(max-width: 998px){
	.header-search-form-wrapper {
		.searchform-wrapper {
			 margin-left: 0; 
		}
	}
	a#top-link {
		display: none;
	}
	.woocommerce-cart .woocommerce.row.row-large.row-divided {
		gap: 20px;
	}
	.large-3.col{
		padding-bottom: 20px;
	}
	.product-container .product-main > .content-row {
		gap: 20px;
	}
	.product-info.col {
		margin-bottom: 20px; 
	}
	.product-main {
		padding: 0;
		padding-top: 20px;
	}
	.product-gallery.col > .row-small > .col {
		padding-bottom: 20px;
	}
	.product-gallery.col > .row-small {
		padding-left: 5px;
	}
	article.post{
		padding: 15px;
	}
}
@media(max-width: 580px){
	.price-wrapper .price {
		display: flex;
		gap: 6px;
		flex-direction: column;
	}
	.ss-footer-contact {
		& .social-icons {
			a {
				padding: 8px;
				font-size: 18px;
			}
		}
	}
	.ss-footer-contact {
		p {
			font-size: 16px;
		}
		ul{
			li{
				font-size: 16px;
				a{
					font-size: 16px;
				}
			}
		}
	}
	.ss-footer-iconbox {
		h3, p{
			font-size: 16px;
		}
	}
	.form-footer-edit {
		flex-direction: column;
		gap: 0;
		input, p, .wpcf7-submit {
			width: 100%;
		}
	}
	.frame-title {
		h2 {
			font-size: 22px;
		}
	}
}