/*
Theme Name: Flatsome Child
Description: 1. 修正评论功能，之前多删了一些东西，现在补回来 2. 更改version的调用方式，改用函数调用
Author: UX Themes
Template: flatsome
Version: 4.5.11
*/

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


@import url('../flatsome/style.css');

/* UX variation css start */
.ux-swatches__limiter {
	font-size: 0;
}

.ux-swatches__limiter::before {
	content: '+';
	border: 1px solid #3a3a3a;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}
.ux-swatch:not(.selected){
	box-shadow: unset;
}
.ux-swatch:not(.selected) img{
	box-shadow: 0 0 1px #000;
}
.ux-swatch.selected{
	box-shadow: 0 0 0 1px #bbb;
}
.ux-swatches-in-loop .ux-swatch {
	margin: 4px 4px 4px 0;
}
.ux-swatch--image,
.ux-swatch--color {
	width: 27px;
	height: 27px;
}
.ux-swatches--small .ux-swatch--image,
.ux-swatches--small .ux-swatch--color {
	width: 23px;
	height: 23px;
}
.ux-swatch.ux-swatch--label {
	background: #ededed;
	color: #3a3a3a;
	min-width: 70px;
	border-radius: 5px;
	font-size: 12px;
}

.ux-swatch.ux-swatch--label.selected,
.ux-swatch.ux-swatch--label:not(.selected):not(.disabled):hover {
	box-shadow: unset;
	background: #3a3a3a;
	color: #fff;
}
/* UX variation css end */

.product-small.col.product.type-product .box-text.box-text-products {
	padding-bottom: 0;
}

.col.lll-pcbanner-2{
	max-width: unset;
}
@media screen and (min-width: 551px){
	.col.lll-pcbanner-2{
		width: 66.66%;
		flex-basis: 66.66%;
	}
}
@media screen and (max-width: 550px){
	.col.lll-pcbanner-2{
		width: 100%;
		flex-basis: 100%;
	}
}
.col .lll-marketbanner-box {
	height: 100%;
	background-size: auto 101%;
	background-repeat: no-repeat;
	background-position: center;
}

.nav-pagination li .page-number {
	color: #aaa;
	border: none;
	background-color: unset !important;
}

.nav-pagination>li>.current,
.nav-pagination>li>.page-number:hover {
	background-color: unset !important;
	border: none;
	color: currentColor;
}
.LLL_Login_box .msgbox.success,.LLL_Login_box .msgbox.warning,.LLL_Login_box .msgbox.error{
	line-height: 1.8;
	padding: 10px 15px;
	margin-bottom: 15px;
}
.LLL_Login_box .msgbox.success{
	background: #e2f3e2;
	color: #058005;
}
.LLL_Login_box .msgbox.warning{
	background: #f6f6cc;
	color: #b77907;
}
.LLL_Login_box .msgbox.error{
	background: #f2dede;
	color: #a94442;
}


@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/
}