/*
Theme Name: 123Web.vn
Description: Giao diện website thực phẩm
Author: 123Web.vn
Author URI: https://123web.vn/
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.your-title {
	visibility: hidden !important;
}
/*** SIDEBAR ***/
.widget .current-cat>a {
	color: #63af31;
	font-weight: 500;
}
span.widget-title {
    background: #fa7d0d;
	color: #ffffff;
    display: block;
    padding: 7px 13px;
    border-radius: 20px;
    letter-spacing: 0;
    font-size: 17px;
	margin-bottom: 0 !important;
	font-weight: 500;
}
.vertical-menu-home .menu, .widget ul {
	padding: 15px;
}
.vertical-menu-home li, .widget_categories ul li {
    margin-left: 0;
    background-image: url(/wp-content/themes/123web-vn/assets/img/icon-arrow.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position-y: center;
    padding-left: 20px;
}
.widget {
    border: 1px solid #d8d8d8;
    border-radius: 20px;
}

.widget .is-divider {
    display: none;
}
.recent-blog-posts a {
	font-size: 14px;
}
/*** SINGLE PRODUCT ***/
.woocommerce-tabs li a {
	display: block;
	font-size: 17px;
	font-weight: 500;
    padding: 7px 13px !important;
	border-radius: 5px;
	line-height: normal !important;
	color: #ffffff !important;
	background-color: #63af31;
}
.woocommerce-tabs li.active a {
    background: #fa7d0d;
}
.woocommerce-tabs .nav-line > li > a:before {
	display: none !important;
}
.product-footer .woocommerce-tabs {
	border: none !important;
}
.woocommerce-tabs .tab-panels {
    border: 1px solid #e9e9e9;
    padding: 15px;
    border-radius: 15px;
}
.woocommerce-tabs .nav {
    margin-top: -61px !important;
}
.product-gallery-slider img {
    width: 100%;
    border-radius: 15px;
}
.product .product-images {
    border: 1px solid #dfdfdf;
    border-radius: 15px;
}
/*** FOOTER ***/
#footer .widget {
    border: none;
}
#footer .widget ul {
	padding: 0 !important;
}
#footer .section-title-normal span {
    background: transparent !important;
    margin: 0;
    padding: 0;
}
#footer .col-1 ul {
	list-style: none !important;
}
#footer .col-1 ul li {
	margin-left: 0 !important;
	list-style: none !important;
}
#footer ul li {
    border: none !important;
    list-style: square;
}
.absolute-footer {
	padding: 0 !important;
	height: 50px;
}
.copyright-footer {
    line-height: 50px;
}
@media only screen and (max-width: 48em) {
	.home .nav-line-bottom {
		overflow-x: scroll;
		overflow-y: auto;
		display: block !important;
		white-space: nowrap;
		margin-top: 50px;
		line-height: 1;
	}
	.woocommerce-tabs li a {
		margin-bottom: 10px;
	}
}