

.ymm-theme-border {
    border: 1px solid #d8d8d8;
    padding:15px;
}

.ymm-theme-white .css-hide {
    display:none;
}

.ymm-filter form {
	margin:0;
}

.ymm-theme-white .section {
    border-top: 1px solid #d8d8d8;
    padding:10px 2px 15px 2px;
}

.ymm-theme-white .section-top {
    border-top: 0;
    padding-top: 0;
}

.ymm-theme-white .title
{
	font-weight:bold;
	text-transform:uppercase;
	color: #333;
	font-size: 18px;
	margin-bottom: 10px;
}

.ymm-theme-white select
{
	font-weight:bold;
	color: #333;
	font-size: 0.8em;
	padding: .6em .7em;
	width:100%;
}

.ymm-theme-white .elem {
	margin-bottom: 0;
    font-weight: normal;
	display:flex;
	align-items:center;
}

.ymm-theme-white .elem {
	margin-bottom: 0.2em;
}




.ta-filter .taw-brand-list
{
	max-height: 300px;
    overflow: auto;
}


.ymm-theme-white input[type="checkbox"] {
	display:none!important;
}
.ymm-theme-white label {
	font-size:16px;
}
.ymm-theme-white input[type="checkbox"]+label::before {
	width: 16px;
	height: 16px;
	border-radius: 4px;
	border: 2px solid #999;
	background-color: #fff;
	display: block;
	content: "";
	float: left;
	margin-right: 7px;
}
.ymm-theme-white input[type="checkbox"]+label {
	display:flex;
	align-items:center;
	margin-left:2px;
}
.ymm-theme-white input[type="checkbox"]:checked+label::before {
	box-shadow: inset 0px 0px 0px 2px #fff;
	background-color: #555;
	border-color:#555;
}
.ymm-theme-white input[type="checkbox"]:disabled+label{
	color:#ccc;
}
.ymm-theme-white input[type="checkbox"]:disabled+label::before{
	border-color:#ccc;
}



.ymm-theme-white .taw-buttons {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	margin-top: 1em;
}


/* common */

/* 	load animation */

@-webkit-keyframes load-opacity-pulse {
    0% {opacity: 0.5;}
    50% {opacity: 1.0;}
    100% {opacity: 0.5;}
}

.ta-filter .load
{
	animation: load-opacity-pulse 1.5s ease-out;
    animation-iteration-count: infinite; 
}
