.acat-catalog *, 
.acat-catalog *:before, 
.acat-catalog *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    padding: 0;
}

@-webkit-keyframes cir {
    0% {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes cir {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.acat-catalog {
    width: 100%;
    padding: 20px 0 30px;
}

.acat-catalog.short {
    padding: 0;
}

.acat-catalog h1 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
}

.acat-catalog__search {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 4px;
}

.acat-catalog__search.blocked:before {
	content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(255 255 255 / 75%);
    cursor: not-allowed;
}

.acat-catalog__search.blocked:after {
    content: "";
    z-index: 1000;
    border: 10px solid #ddd;
    border-radius: 50%;
    border-top: 10px solid #777;
    width: 40px;
    height: 40px;
    -webkit-animation: cir 1s linear infinite;
    animation: cir 1s linear infinite;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    margin-top: -40px;
    top: 50%;
}

.acat-catalog__search-more {
	visibility: hidden;
	opacity: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.acat-catalog__search-more.visible {
	visibility: visible;
	opacity: 1;
}

.acat-catalog__search hr {
    display: block;
    width: 100%;
    border: none;
}

.acat-catalog__search-or {
    display: block;
    margin: 10px 10px 0px 0;
    font-size: 14px;
    color: #cd2128;
    font-weight: bold;
}

.acat-catalog__search-item {
	position: relative;
    min-width: 260px;
    margin: 0 10px 10px 0;
}

.acat-catalog__search-item label {
	display: block;
	margin: 0 0 5px 0;
	font-weight: bold;
    font-size: 12px;
}

.search-info-modal {
    display: none;
    position: absolute;
    z-index: 1;
    left: -10px;
    bottom: calc(100% + 5px);
    background-color: #333;
    padding: 8px 12px;
    font-size: 12px;
    min-width: 300px;
    color: #fff;
    border-radius: 4px;
}

.search-info-modal:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: -4px;
    left: 13px;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #333;
    transform: rotate(45deg);
}

.acat-catalog__search-item input {
    border: 1px solid #ccc;
    padding: 6px 12px;
    line-height: 1;
    width: 100%;
    border-radius: 4px;
}

.acat-catalog__search-item input:focus {
	border-color: #83b043;
}

.acat-catalog__search-item input.active {
    background-color: #d6eeb3;
    border-color: #83b043;
}

.acat-catalog__search-item input:focus + .search-info-modal {
	display: block;
}

.acat-catalog__search-btn {
    display: inline-block;
    background-color: #83b043;
    padding: 8px 18px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border: none;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 4px;
    line-height: 1;
}

.acat-catalog__search-btn:hover {
	background-color: #7aa142;
}

.acat-catalog__search-btn:active {
    background-color: #729540;
    -webkit-transform: scale(.99);
    transform: scale(.99);
}

.acat-catalog__search-result {
    padding: 15px 20px;
    background-color: #f7f7f7;
    border-radius: 4px;
}

.short .acat-catalog__search-result {
    padding: 20px;
    border: none; 
}

.acat-catalog__search-result h3 {
	font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #333;	
}

.acat-catalog__search-result .table-head {
    font-weight: bold;
    border: none;
    text-align: center;
}

.acat-catalog__search-result .table td {
    font-size: 12px;
    padding: 4px;
}

.acat-catalog__search-result .table > tbody > tr > td {
    border-top: 1px solid #ccc;
}

.acat-catalog__search-result .table > tbody > tr:hover > td {
    background-color: #eee;
}

.acat-catalog__search-list {
	list-style: none;
}

.acat-catalog__search-list a,
.acat-catalog__result-item {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 0 5px 0;
    background-color: #ddd;
    text-decoration: none;
    border-radius: 4px;
    font-size: 12px;
}

.acat-catalog__search-list a:hover,
.acat-catalog__result-item:hover {
	color: #231f20;
    text-decoration: none;
}




/*** chosen ***/
.acat-catalog .chosen-container-single .chosen-single,
.acat-catalog .chosen-container-active.chosen-with-drop .chosen-single,
.acat-catalog .chosen-container .chosen-drop {
    box-shadow: none;
    background-image: none;
    border-color: #ccc;
    font-size: 15px;
}

.acat-catalog .chosen-container-active.chosen-with-drop .chosen-single,
.acat-catalog .chosen-container .chosen-drop {
    border-color: #83b043;
}

.acat-catalog .chosen-container-single .chosen-single {
    height: auto;
    padding: 4px 12px;
}

.acat-catalog .chosen-container-single .chosen-single div b {
    background-position: 0 8px;
}

.acat-catalog .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -16px 4px;
}

.acat-catalog .chosen-container-single .chosen-search input[type=text] {
    border-radius: 4px;
    padding: 6px 8px;
}

.acat-catalog .chosen-container .chosen-results li {
    font-size: 14px;
    padding: 8px 10px;
}

.acat-catalog .chosen-container .chosen-results li.highlighted {
	background-color: #ccc;
	background-image: none;
}

.acat-catalog .chosen-container .chosen-results {
	margin: 0;
	padding: 0;
}

.acat-catalog__search-error-title {
    position: relative;
    display: block;
    color: #cd2128;
    font-size: 14px;
    margin: 20px 0 5px;
}

.acat-catalog__search-error-title:before {
    content: "!";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #cd2128;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    color: #cd2128;
    margin-right: 8px;
    font-size: 14px;
    font-weight: bold;
}

.acat-catalog__search-error {
    display: inline-block;
    background-color: #f7e2df;
    border-color: #97392d;
    color: #97392d;
    padding: 6px 12px;
    margin: 5px 0;
    font-size: 14px;
}