.fl-contact-form textarea, .fl-contact-form input[type="text"], .fl-contact-form input[type="tel"], .fl-contact-form input[type="email"] {
	display: inline-block;
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 13px;
	color: #373737;
	border-radius: 3px;
}
.vtoko-list-taxonomy .item-taxonomy {
    border-bottom: 1px solid #c3ced9;
}
.vtoko-list-taxonomy .item-taxonomy:hover {
    color: #fff !important;
    background-color: var(--primary);
}
.vtoko-list-taxonomy .item-taxonomy:hover a {
    color: #fff !important;
}
.collapse-icon-toggle i {
    transform: rotate(0);
    -webkit-transition: all 800ms linear;
    -moz-transition: all 800ms linear;
    -ms-transition: all 800ms linear;
    -o-transition: all 800ms linear;
    transition: all 800ms linear;
}
.collapse-icon-toggle[aria-expanded="true"] i {transform: rotate(90deg);}

@media only screen and (max-width: 768px) {
    html, body {overflow-x: hidden;}
}