/*
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.   ***************/

a.button span{
	font-weight: 600
}
.header-wrapper{
	height: 100%;
}
.dark, .dark p, .dark td{
	color: #fff;
}

.flex-col{
	max-height: unset !important;
}
.nav-info-phone {
    background: #111;
    color: #fff;
    text-align: center;
    padding: 15px 15px;
}
.nav-info-phone a{
	    color: #f1c046  !important;
}

.form-flat .flex-row .flex-col, .flex-row.form-flat .flex-col{
	padding-right: 2px;
}
.header-search-form-wrapper form.searchform input{
	background-color: #fff;
	border-radius: 0;
	border-left: 2px solid #c21e29;
	border-right: 4px solid #c21e29;
	height: 38px;
}
ul.header-nav>li{
	width: 100%;
	margin:0;
	    border-bottom: 1px solid #fff;
}
ul.header-nav>li a{
	display: block;
}

.nav li.has-icon-left>a>i, .nav li.has-icon-left>a>svg, .nav li.has-icon-left>a>img{
	margin-right: 15px;
}

.nav li.has-icon-left>a>i, .nav li.has-icon-left>a>svg, .nav li.has-icon-left>a>img{
	max-width: 15px;
}

div#masthead .header-inner{

}
.header-main .nav > li:hover > a,
.header-main .nav > li.active > a{
	
}
.header-main .nav > li> a:after{

   
}
.header-main .nav > li:hover> a:after{
	display: block;
}

a.button.alert.lowercase.btnkm{
	background-image: url(images/bg-promotion-user.webp);
	    background-size: 35px;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.row8>.col:hover>.col-inner{
	outline: 1px solid #7b7b7b;
}
.header-main .flex-right{
margin-right: 0;
    margin-left: 0;
    width: 100%;
}
.list_link .icon-box{
	padding: 10px 20px;
	border-left: 6px solid transparent;
	position: relative;

}
.list_link .icon-box:before{
	    content: "";
    width: 6px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg,#35bb89,#1c9869);
    display: none;
    border-radius: 0 16px 16px 0;
    z-index: 1;
}
.icon-box .icon-inner {
    display: flex;
}
.list_link .icon-box-img svg,.list_link .icon-box-img img{
	padding-top: 0;
}
.list_link .icon-box:hover:before{
	    display: block;
}
.list_link .icon-box:hover{
	background: linear-gradient(90deg,#3c3e42,rgba(60,62,66,0));
	border-color: 
}
.wrapper-menu-bottom{
    width: 100%;
    height: 58px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}
.wrapper-menu-bottom__content a{
	color: #fff !important
}
.wrapper-menu-bottom__content {
    width: 100%;
    height: 100%;
    background: #2a292e;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    align-items: center;
    position: relative;
    padding-bottom:0;
    color: #fff;
}
.wrapper-menu-bottom__content .menu-item__text {
    font-size: 11px;
    line-height: 1;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.5px;
    color: #fbfbfb;
    text-align: center;
    position: relative;
    z-index: 3;
}
.wrapper-menu-bottom__content .menu-item.deposit .menu-item__text[data-v-e9e12ee8] {
   padding-top: 35px;
}
.wrapper-menu-bottom__content .menu-item.deposit .menu-item__icon {
    width: 12.26667vw;
    height: 12.26667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background: linear-gradient(3.01deg,hsla(0,0%,76.9%,.105) -23.69%,hsla(0,0%,52.5%,.7) 36.26%,hsla(0,0%,71.4%,.217) 140.38%);
    box-shadow: inset 0 1px 1px hsla(0,0%,100%,.5);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    border-radius: 999px;
    position: absolute;
    top: -3.73333vw;
}
.wrapper-menu-bottom__content .menu-item {
    height: 100%;
    padding: 1.6vw 9px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.slider-wrapper+.row:not(.row-collapse), .banner-grid-wrapper+.row:not(.row-collapse), .banner+.row:not(.row-collapse), .section+.row:not(.row-collapse){
	margin-top: 0;
}
.row-box-shadow-3 .col-inner, .row-box-shadow-3-hover .col-inner:hover, .box-shadow-3, .box-shadow-3-hover:hover{
	    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
a.button.bnt_style2{
	    font-size: 14px;
	border:none;
	    background: #fa883b;
    background: -webkit-linear-gradient(to right, #fa883b, #fcca3f);
       background: linear-gradient(to right, #fa883b, #fcca3f);
}
a.button.bnt_style1{
	    font-size: 14px;
	border:none;
	     background: #4485f8;
    background: -webkit-linear-gradient(to right, #4485f8, #36D1DC);
    background: linear-gradient(to right, #4485f8, #36D1DC);
}
a.button.secondary.is-large{
	background: #fa883b;
    background: -webkit-linear-gradient(to right, #fa883b, #fcca3f);
    background: linear-gradient(to right, #fa883b, #fcca3f);
}
.product-short-description{
	 border: 1px solid #ccc;
    padding: 10px 20px 15px;
    border-radius: 10px;
}
.single-product button.single_add_to_cart_button.button.alt{
	margin-bottom: 0;
}
.product-short-description ul{
	margin-bottom: 0;
}
.product-short-description li{
	margin-bottom: 0;
}
.product-short-description:before {
    content: "Product Details:";
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    color: #f98644;
}
.single-product .product-images{
	    border: 1px solid #e0e0e0;
}
ul.tabs.wc-tabs li.description_tab a{
	    text-transform: none;
    font-size: 18px;
    font-weight: 700;
}
h3.product-section-title.container-width.product-section-title-related.pt-half.pb-half.uppercase{
	text-transform: none
}
.archive.tax-product_cat .row.category-page-row,
.shop-page-title.category-page-title.page-title .page-title-inner{
		max-width: 1024px;
}
.term-description{
	border: 1px solid #ccc;
    padding: 10px 20px 5px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.row-box-shadow-1 .col-inner, .row-box-shadow-1-hover .col-inner:hover, .box-shadow-1, .box-shadow-1-hover:hover{
	box-shadow: none;
	    border: 1px solid #ccc;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #000;
}
ul.list-unstyled li::marker{
	display: none !important;
}
ul.list-unstyled{
	list-style: none;
}
ul.list-unstyled li{
	margin-bottom: 0;
	margin-left: 0;
}
ul.list-unstyled li i{
	color: #f98644;
	margin-right: 5px;
}
.li-sub {
    list-style: none;
    font-size: 0.95rem;
    margin-bottom: 5px;
    font-style: italic;
    margin-top: -10px;
}
.ctform input.wpcf7-form-control{
	border-radius: 5px;
}
.khslider .gallery-col.col img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.khslider .gallery-col.col>.col-inner{
	padding: 10px;
	background-color: #fff;
	border-radius: 5px;
	    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
@media only screen and (min-width: 550px) {
		.wrapper-menu-bottom{
			display: none !important
		}
}
@media only screen and (min-width: 850px) {
	
	ul.sub-menu.nav-dropdown{
		left: 100%;
    	top: 0;
		visibility: hidden;
        display: none;
	}
	.header-main li.has-dropdown:after {
		
		right: 0;
		left: unset;
		bottom: 11px;
		transform: rotate(-90deg);
	}
	.header-main li:hover>ul.sub-menu{
			visibility: visible;
        display: block;
	}
	.row5>.col{
		        max-width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
	}
	.header-main .nav > li > a i{
		font-size: 13px;
		margin-right: 6px;
	}
	.header-main .nav > li > a{
		padding:10px 15px;
	}
	div#logo img{
		max-width: 100%;
	}
	div#logo{
		margin:0 ;
		width: 100%;
		padding:0 15px;
		margin-bottom: 10px;
	}
	body, body.full-width{
		padding-left: 260px !important;
	}
	div#masthead .header-inner{
	padding-top: 30px;
	display: flex;
	flex-direction: column;
	    padding-left: 0px;
    padding-right: 0px;
}
	.header-main{
		height: 100% !important;
	}
	.row8>.col{
		max-width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
	}
	header#header {
	    width: 260px;
	    height: 100%;
	    position: fixed;
	    left: 0;
	}

}
.off-canvas-right.dark .mfp-content, .off-canvas-left.dark .mfp-content{
	background-color: #4485f8;
}
.off-canvas .nav-vertical>li>a{
	color: #fff;
}
@media only screen and (max-width: 849px) {
		.off-canvas .nav-vertical>li>a i{
			margin-right: 5px;
		}
}
@media only screen and (max-width: 549px) {
	.header-main .nav > li > a{
		font-size: 15px;
	}
	a.button.bnt_style1,
	a.button.bnt_style2{
		margin-right: 5px !important;
	}
	.medium-logo-center .flex-left{
	    max-width: 30px;
	}
}