/*
Theme Name: Shop2
Description: Website bán hàng
Author: 123Web.vn
Author URI: https://123web.vn/
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-nav-main .searchform .search-field {
    border-color: #749850 !important;
}

.box.product-radius {
    border-radius: 8px !important;
    overflow: hidden;
    border: 1px solid #749850;
}

.slider-home .slider {
    border-radius: 15px !important;
    overflow: hidden;
}

#wrapper > .message-wrapper {
	margin-bottom: 0 !important;
}
.co-the-ban-thich .noi-dung {
    position: relative;
}
.top-bar-nav > li > a {
    color: #ffffff !important;
}
.header-nav-main .searchform .button.icon i {
    color: #749850;
}
#header-contact a {
    color: #ffffff;
    text-transform: none;
}
.custom-tabs h4 {
    display: inline-block;
    width: auto;
    margin: 0;
    text-align: left;
    margin-bottom: -40px;
    z-index: 9999;
    background: #749850;
    border-radius: 99px;
    padding: 12px 20px;
    color: #ffffff;
}
.custom-tabs .nav-right {
	gap: 15px !important;
}
.custom-title-center span {
    margin: 0;
    padding: 12px 20px;
    background: #749850;
    color: #ffffff;
    border-radius: 99px;
	font-size: 18px;
}
.custom-title-center b {
    background: #749850;
    opacity: 1;
}
.cam-ket .icon-box {
    align-items: center;
}
.cam-ket:before {
    content: "";
    height: 3px;
    background: url(/wp-content/uploads/2024/01/line.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
/*** SINGLE PRODUCT ***/
.product-info {
    padding-top: 0;
}

#product-sidebar ul.product_list_widget {
    border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
}

#product-sidebar .icon-box {
    align-items: center;
    background: #f8f8f8;
    border-radius: 10px;
    padding: 5px 7px;
}
#product-sidebar .icon-box .icon-box-text {
    font-size: 14px;
}
form.cart {
	margin-bottom: 0;
}
a.devvn_buy_now_style {
    max-width: 100%;
}
.uu-dai-chung {
    border: 1px solid #ebebeb;
    padding: 10px 10px;
    position: relative;
    margin-top: 30px;
	margin-bottom: 15px;
    color: #288ad6;
    font-size: 14px;
}
.uu-dai-chung h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    display: inline-block !important;
    position: absolute;
    left: 45px;
    top: -15px;
    color: #288ad6;
    padding: 0 15px;
    background-color: #fff;
    text-transform: uppercase;
    width: auto;
}
.uu-dai-chung ul {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 14px;
}
.uu-dai-chung ul li {
    list-style: none;
    padding-left: 30px;
    position: relative;
    text-align: left;
    line-height: 28px;
    text-transform: capitalize;
    margin-left: 0;
}
.uu-dai-chung ul li:before {
    content: '1';
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 50%;
    background: #288ad6;
    color: #FFF;
    width: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
}
.uu-dai-chung ul li:nth-child(2):before {
    content: '2';
}
.uu-dai-chung ul li:nth-child(3):before {
    content: '3';
}
.uu-dai-chung ul li:nth-child(4):before {
    content: '4';
}
.uu-dai-chung ul li:nth-child(5):before {
    content: '5';
}
/*** SIDEBAR ***/
#product-sidebar .widget-title, #shop-sidebar .widget-title, #shop-sidebar .widget-woof h4 {
	display: block;
    background: #749850;
	margin-bottom: 0;
    padding: 10px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	overflow: hidden;
}
#product-sidebar .is-divider, #shop-sidebar .is-divider {
	display: none;
}
#product-sidebar .amount {
    font-size: 14px;
}

.absolute-footer {
	padding: 0 !important;
}

#footer .widget-title {
    color: #747c4c;
    font-weight: 500 !important;
}

#footer form {
	margin-bottom: 0 !important;
}
#footer .widget {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
#footer .widget li {
    background: url(/wp-content/uploads/2024/01/arrow-left.png) no-repeat left 10px;
    display: block;
    padding-left: 25px;
    border: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#footer .widget li a {
	padding-top: 0;
	padding-bottom: 0;
}
#footer .is-divider {
    background-color: #747c4c;
    height: 1px;
    max-width: 50px;
}
@media only screen and (max-width: 48em) {
	.custom-tabs h4 {
		display: block;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 15px;
		line-height: normal;
	}
	.custom-tabs .nav-right {
		overflow-x: scroll;
		overflow-y: auto;
		display: block !important;
		white-space: nowrap;
	}
	#fixed_cart {
		display: none;
	}
}