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

/*************** ADD CUSTOM CSS HERE.   ***************/

.woocommerce-loop-product__title {
	font-size:13px;
	font-weight:bold;
}
/* footer */

.footer p{
	margin-bottom:5px;
}
.footer ul.menu>li+li, .footer .widget>ul>li+li {
	border:none;
	
}
.footer ul.menu>li {
	padding-left:0;
	position:relative;
}

.footer ul.menu>li a{
	padding:0 0 12px 0;
}
.b-addon {
	position: fixed;
    right: auto;
    bottom: 0%;
    z-index: 999;
    width: 100%;
    border: 0;
	margin:0 auto;
    padding: 0px 5px!important;
}
.b-addon .section-bg-overlay {
	
}
.b-addon .section-content {
	display:flex;
	width: 620px;
    margin: 0 auto;
	background-color:rgb(140, 214, 53) !important;
	padding: 0 15px;
}
.b-addon .icon-box {
    border-bottom: 0 solid #bd933f;
    margin-bottom: 0;
    padding: 5px 10px;
    background-color: hsla(0,0%,100%,.2);
    width: auto;
    margin: 10px 5px;
    height: 50px;
    border-radius: 3px;
}
.b-addon .icon-box:hover {
	background-color:rgba(27,27,27,.2);
}
.b-addon .icon-box-img {
    margin-bottom: 0;
	animation: beat .5s infinite alternate;
}
.icon-box-left .icon-box-img+.icon-box-text {
    
}
.b-addon .icon-box-text {
    font-size: 14px;
    margin-bottom: 0px;
	padding-left: 8px !important;
    line-height: 40px;
}
.b-addon a:hover{
	color:#000;
}
.back-to-top {
		bottom:70px;
	}
@keyframes beat {
	to {
		transform: scale(1.1);
	}
}
.badge-container {
    margin: 10px 0 0 10px;
}
.badge-frame .badge-inner, .badge-outline .badge-inner {
	border-width:0px;
}
.badge-frame {
	width:auto;
	height:auto;
}
.badge-inner.on-sale {
	padding: 0 7px;
    font-size: 14px;
    line-height: 20px;
	border-radius:20px;
	color:#fff;
}
.product-small .price del, .product_list_widget del{
	display:block;
}
.select_option {
    float: left;
    border: 2px solid #7a7a7a;
    margin-right: 5px;
    position: relative;
    padding: 0 5px;
    border-radius: 5px;
}
.select_box:not( .on_ptab ) .select_option:hover, .select_option.selected {
    border-color: #007dc5;
}
.select_option .yith_wccl_value {
	border-width:0;
}
.quantity+.button {
	width:80%;
}
.widget_nav_menu {
	padding-left:0;
}
.product_meta .yith-wcbr-brands {
	margin-top:0;
}
@media (min-width:992px) and (max-width:1024px) {
	.header-main .flex-left, .header-main .flex-right {
		flex: 33%;
		margin-left: 3% !important;
	}
	.header-bottom-nav > li {
		margin:0 8px  !important;
	}
	.header-bottom-nav > li > a {
		font-size:14px  !important;
	}
}
@media (min-width:992px) {
	.header-main .flex-left, .header-main .flex-right{
		flex:33%;
		margin-left:10%;
	}
	.header-block {
		width:auto;
	}
	.h-info {
		margin-right:40px;
	}
	
	#wide-nav>.flex-row>.flex-left {
		min-width: 280px;
		margin-right: 50px;
		flex: 10%;
	}
	#mega-menu-wrap {
		background-color: #72bf44;
		font-size: 14px;
		color: #fff;
		width:280px;
	}
	#mega_menu li a {
		display: block;
		vertical-align: middle;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		box-shadow: 0 0 1px rgb(0 0 0 / 0%);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-osx-font-smoothing: grayscale;
		position: relative;
		-webkit-transition-property: color;
		transition-property: color;
		-webkit-transition-duration: 0.5s;
		transition-duration: 0.5s;
	}
	#mega_menu li a:hover, #mega_menu li a:focus, #mega_menu li a:active {
		color:#fff;
	}
	#mega_menu li a:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #097cbc;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transition-duration: 0.5s;
		transition-duration: 0.5s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}
	#mega_menu li a:hover:before, #mega_menu li a:focus:before, #mega_menu li a:active:before {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
		transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	}
	#mega_menu .sub-menu {
		width:270px;
	} 
	#mega_menu .sub-menu a {
		padding:10px;
	}
	
	.nav-right li {
		margin-right:0;
	}
	.header-bottom .flex-center {
		flex:80%;
	}
	.header-bottom .nav-center {
		
		justify-content: left;
	}
	.home-cat {
		margin-top:-110px;
	}
	 .searchform input[type='search'] {
	  height:45px;
	  border-radius:40px;
	  padding:0 40px;
	  border:0;
	  box-shadow:none;
	  background-color:#f4f4f4;
	 }
	.searchform .button.icon {
		margin: 0;
		right:15px;
	}
	.h-pro > .col{
		padding-bottom:0;
	}
	.product-tabs li a {
		font-size: 18px;
		line-height: 48px;
		color: #767676;
		border: 1px solid #767676;
		background: #fff;
		padding:0 30px;
		text-transform: none;
	}
	.product-tabs li.active a, .product-tabs li:hover a{
		color: #fff;
		background-color:#72bf44;
		border-color: #72bf44;
	}
	
}
@media (max-width:767px) {
	.stuck .header-main .nav > li > a {
		line-height: 60px !important;
	}
	.page-title-inner {
		position: relative;
		padding-top: 5px;
		min-height: 40px;
	}
	.featured-title .page-title-inner {
		padding-bottom: 0;
	}
	.footer-wrapper {
		margin-top:30px;
	}
	.col {
		padding-bottom: 15px;
	}
	.product-main {
		padding-top:20px;
		padding-bottom:0;
	}
	.product-tabs > li {
		width: auto !important;
		text-align: center;
		font-size: 20px;
	}
	
	.b-addon {
		left:auto;
		width:100%;
	}
	.b-addon .section-content {
		display: block;
		width:100%;
		padding:0;
	}
	.b-addon .section-bg-overlay {
		background-color: rgba(140,214,53,1) !important;
	}
	.b-addon .icon-box {
		width: 22%;
		float: left;
		text-align: center;
		display: block;
		padding: 0px 5px;
		margin:0 4.5px;
	}
	.b-addon .icon-box-img {
		margin: 0 auto 0;
		width:25px !important;
	}
	.b-addon .icon-box-text {
		font-size:45%;
		line-height:12px;
		padding:0 !important;
		text-align:center;
		margin-top:5px;
	}
}
@media (max-width:480px) {
	.block-bg-white h3 {
		font-size:18px;
	}
	.tabbed-content .nav {
		height: auto !important;
		margin-bottom: 0 !important;
		background-size: cover !important;
	}
	.tabbed-content .nav > li {
		margin: 0 3px !important !important;
	}
	.title-yellow h3, .title-yellow h4 {
		background-size:contain;
		width:100%;
	}
	.footer .widget {
		margin-bottom:0;
	}
	
}