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

/*************** ADD CUSTOM CSS HERE.   ***************/
:root{
	--primary-custom-color: #ec1c24;
}
body, #content, .entry-content, .post-content, .page-content, .post-excerpt, .entry-summary, .entry-excerpt, .widget-area, .widget, .sidebar, #sidebar, footer, .footer, #footer, .site-footer, .nav > li > a {
    font-family: "Montserrat" !important;
}
.sticky-add-to-cart--active, #wrapper, #main, #main.dark, .absolute-footer, html
{
	background-image: url(/wp-content/uploads/2025/09/body-bg.svg) !important;
}
/* Header */
.header .flex-right .nav{
	flex-flow: row !important;
	min-width: 590px;
}
.gt_switcher-popup{
	display: flex;
    justify-content: center;
    align-items: center;
}
.logo-left .logo {
    margin-right: 150px !important;
}
.header .header-bottom-nav .menu-item{
	margin-right: 43px;
}
.header-full-width .container{
	max-width: 1520px !important;
}
.header .header-bottom .container{
	background: rgb(233, 35, 43);
    background: linear-gradient(0deg, rgba(233, 35, 43, 1) 0%, rgba(156, 64, 66, 1) 33%, rgba(156, 64, 66, 1) 66%, rgba(227, 37, 38, 1) 100%);
    border-radius: 100px 20px;
	min-height: 60px;
	max-width: 1520px !important;
}
.header-bottom-nav > li > a {
    position: relative;
    z-index: 1;
	color: #fff;
}
.header-bottom-nav > li > a::before {
    padding: 0 50px;
    border-radius: 100px 20px;
    left: -20px;
    right: -20px;
}
.header-bottom-nav > li.active > a::before,.header-bottom-nav > li:hover > a::before{
    content: "";
    position: absolute;
    height: 40px;
	font-size: 18px;
    font-family: inherit;
    background: linear-gradient(0deg, rgba(192, 193, 195, 1) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: -1;
	color: #000;
}
.header-search-form{
	width:100%;
	padding: 0 15px !important;
}
.gt_switcher-popup span{
	margin-left: 3px;
	color: rgb(236, 28, 36);
}
.html_topbar_right{
    background-color: #fff !important;
    border-radius: 99px;
}
.advise-button{
	color: #EC1C24;
    font-size: 16px !important;
	border-radius: 99px;
}
.advise-button{
	background-color: #fff !important;
	padding: 6px 30px !important;
}
#nut_modal .el-content {
    border-radius: 100px;
    color: #EC1C24;
    font-size: 16px;
}
#nut_modal svg {
    width: 20px;
    height: 15px;
}
.uk-flex-middle {
    align-items: center;
}
.uk-flex-center {
    justify-content: center;
}
.uk-flex-inline {
    display: inline-flex;
}
.uk-margin-small-right {
    margin-right: 10px !important;
}
.uk-icon>* {
    transform: translate(0, 0);
}
canvas, img, svg, video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}
.uk-icon {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    fill: currentcolor;
    line-height: 0;
}
#nut_modal rect {
    fill: #fff;
    stroke: #EC1C24;
}
#nut_modal path {
    stroke: #EC1C24;
}
.page-header {
	background: #ffffff00;
	border-top: unset !important;
	border-bottom: unset !important;
}
.page-header .title-content {
	margin-left: unset !important;
    margin-right: auto;
}
/* End Header */

.h-title{
	font-size: 20px !important;
	line-height: 42px;
    font-weight: 800;
	margin-bottom: 10px !important;
}
.h-title .section-title{
	justify-content: center;
	border-bottom: unset !important;
}
.h-title .section-title span{
    border-bottom: 3px solid #EC1C24;
	padding-bottom: 0 !important;
	font-size: 32px;
    font-weight: 900;
}
.r-title{
	border-bottom: 1px solid #000;
	height: 40px;
}
.r-left:before{
	content: '';
    background: #EC1C24;
    display: block;
    height: 3px;
    width: 85px;
    position: absolute;
    bottom: 14px;
}
.product-cate img{
	border-radius: 6px;
}
.product-cate .box{
	display: flex;
	flex-direction: column;
}
.product-cate .box-text.text-center {
	position: absolute;
	top: 10%;
	left: 35px;
	width: 80%;
	transition: 0.6s;
}
.product-cate .box-text.text-center .header-title{
	font-size: 26px;
	color: #fff;
}
.product-cate .box .box-text .box-text-inner{
	padding: 100px 0;
}
.product-cate .box:hover .box-text .box-text-inner{
	background: rgba(255, 255, 255, .8);
	padding: 100px 0;
	transition: 0.6s;
}
.product-cate .box:hover .header-title{
	color: #ec1c24;
}
.box-h-about .col-inner{
	background: #fff;
    color: #000 !important;
	padding: 18px 25px;
	border-radius: 15px;
}
.box-h-about > .col:first-child .col-inner{
	background: #ec1c24;
    color: #fff !important;
}
.btn-rd {
  position: relative;
  overflow: hidden;
  border-radius: 99px;
  background-color: unset !important;
  border: unset !important;
  color: #ec1c24;
  z-index: 0;
}

.btn-rd span,
.btn-rd i {
  position: relative;
  z-index: 2;
}
/* .btn-rd .icon-expand{
	background: #ec1c24;
    padding: 6px;
    border-radius: 50%;
    color: #fff;
} */
.btn-rd::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #ec1c24;
  transition: left 0.7s ease;
  border-radius: 15px;
  z-index: 1;
}
/* .btn-rd:hover .icon-expand{
	background: #fff;
	color: #ec1c24;
} */
.btn-rd:hover {
  color: #fff !important;
	box-shadow: unset !important;
}
.btn-rd:hover::before {
  left: 0;
}

/* Product */
.product.product-small, .flickity-slider .product-small{
	background-color: #ffffff;
	box-shadow: none;
	border-radius: 15px;
    border: 1px solid #E9E9E9;
}
.product.product-small .box-image img, .flickity-slider .product-small .box-image img{
	width: 75%;
}
.product.product-small .box-text.text-center .product-title a,  .flickity-slider .product-small .box-text.text-center .product-title a{
	font-size: 22px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
	text-transform: lowercase; 
}
.product.product-small .box-text.text-center .product-title a::first-letter,  .flickity-slider .product-small .box-text.text-center .product-title a::first-letter{
	text-transform: uppercase;
}
.show-on-hover{
	display: none;
}
.single_add_to_cart_button, .wc-block-cart__submit-button{
	background: var(--primary-custom-color)!important;
	color: #fff;
	border-radius: 99px;
}
.quantity .minus, .quantity .plus{
	border-radius: 99px;
}
/* Blog */
.badge.top {
    left: -20px !important;
}
.custom-blog .post-item .col-inner{
	background: #fff;
	height: 400px;
	padding: 15px;
	border-radius: 15px;
	border: 1px solid #D8DCFC;
}
.custom-blog .post-item .col-inner .image-cover{
	width: 312px;
    height: 198px;
    border-radius: 8px;
}
.custom-blog .post-item .col-inner .post-title{
	font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
}
.box-blog-post img{
	border-radius: 15px;
}
/* Footer */
.slider-nav-light .flickity-prev-next-button .arrow, .slider-nav-light .flickity-prev-next-button svg{
	fill: #ec1c24 !important;
}
.flickity-prev-next-button .arrow, .flickity-prev-next-button svg {
	color: #ec1c24 !important;
}
.flickity-page-dots{
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -15px;
}
.flickity-page-dots .dot.is-selected{
	width: 34px !important;
    height: 17px !important;
    border-radius: 168px;
	background-color: #ec1c24 !important;
}
.flickity-page-dots .dot{
	display: block;
    box-sizing: border-box;
    width: 17px !important;
    height: 17px !important;
	padding-left: 15px;
    border-radius: 50%;
	border: unset !important;
    background: #8a93a6;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    transition: .2s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
}
.slider-nav-light .flickity-page-dots .dot{
	border-color: #ec1c24 !important;
}
.absolute-footer .container{
	border-top: 1px solid #000;
    padding-top: 18px;
}
.copyright-footer{
	color: #000 !important;
}
.copyright-footer a:hover{
	color: #ec1c24;
}
.from-fl{
	padding: 30px 20px 10px 20px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}
.from-fl {
    position: relative;
    z-index: 10;
}
.n-right {
    position: relative;
}
.from-fl .fomr-title{
	font-size: 20px;
    line-height: 39px;
	color: #ec1c24 !important;
	text-align: center;
    margin-bottom: 1rem;
}
.html_top_right_text{
	width: 95%;
}
.search-header .aws-container .aws-search-form{
	height: 35px;
}
.search-header input[type=search]{
	border-bottom-left-radius: 8px !important;
	border-top-left-radius: 8px !important;
	box-shadow: unset !important;
}
.search-header .aws-container .aws-search-form .aws-form-btn{
	border-bottom-right-radius: 8px !important;
	border-top-right-radius: 8px !important;
}
input[type=email], input[type=number], input[type=tel], input[type=text], input[type=url], textarea{
	box-shadow: unset !important;
	border-radius: 8px;
}
.from-fl input[type='submit']:not(.is-form){
	width: 100%;
    border-radius: 8px;
	margin-bottom: 0;
}
.bm .box-badge .box-text{
	height: 210px;
	bottom: 0 !important;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	color: #fff;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0, #000 100%) !important;
}
.bm .box-badge .box-text .blog-post-inner{
	width: 50%;
}
.bm .box-badge .box-text .post-title{
	font-size: 22px;
	color: #fff;
}
.absolute-footer.dark{
    background-color: rgba(0, 0, 0, 0.081);
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.header .flex-right .nav{
		min-width: auto;
	}
	.header-main li.html.custom {
        display: unset;
    }
	.advise-button {
		background-color: transparent !important;
		padding: 0px !important;
    	color: #fff;
    	border-radius: 99px;
		border: 1px solid #EC1C24;
	}
	#nut_modal .el-content{
		font-size: 12px;
		color: #ec1c24;
		width: 93px;
        padding: 7px 11px;
	}
	.gt_switcher-popup > span:nth-child(2) {
        display: none;
    }
	.logo-left .logo{
		margin-right: unset !important;
	}
	.mfp-content{
		min-width: 280px;
	}
	.box-h-about .col-inner{
		padding: 7px 0px;
	}
	.box-h-about span{
		font-size: 18px !important;
	}
	.product-small .box-image img{
		width: 75%;
		height: 75%;
	}
	.product-small .image-cover{
		padding-top: 245px !important;
	}
	.product-cate .image-cover{
		padding-top: 150px !important;
	}
	.product-cate .box .box-text .box-text-inner, .product-cate .box:hover .box-text .box-text-inner{
    	padding: 20px 0;
	}
	.product-cate .box-text.text-center {
    	top: 15%;
    	left: 22px;
	}
	.product-small .box-text p, .product-small .box-text.text-center .product-title a, .price-wrapper .price{
		font-size: 18px;
	}
	.r-title {
		height: 70px;
	}
	.custom-blog .post-item .col-inner{
		padding: 10px;
		height: 350px;
	}
	.custom-blog .post-item .col-inner .post-title{
		font-size: 15px;
	}
	.custom-blog .box-blog-post .is-divider{
		display: none;
	}
	.img-ab-h .img .img-inner{
		padding-top: 250px;
	}
	.btn-rd{
		padding: 0 8px !important;
		margin-bottom: 0 !important;
	}
	.sp .r-title{
		height: 42px;
	}
	.sp .r-left:before {
		bottom: 10px;
	}
	.bm .box-badge .box-text{
		height: unset !important;
	}
	.bm .box-badge .box-text .blog-post-inner {
    	width: 100%;
	}
	.bm .box-badge .box-text .post-title{
		font-size: 16px;
	} 
	.from-fl{
		margin-top: -60px;
	}
}
	