/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.small {
	font-size: 14px;
}

.btn-link {
    font-weight: 400;
    color: #701447;
    border-radius: 0;
}

.catalog-query {
    text-align: center;
    min-height: 250px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,.2);
}

.catalog-header {
    border-radius: 4px 4px 0 0;
    background-color: #701447;
    padding: 1px 20px;
}

.catalog-body {
    padding: 1px 20px;
}
.catalog-list .catalog-header h4 {
    color: white;
    font-size: 24px;
    margin-bottom: 10px;
}

.catalog-list .catalog-header {
    background-color: #0f3059;
    margin-top: 20px;
}

.icons img {
    width: 30px;
    margin: 2px;
}

form#catalog-query{
    padding: 1px 20px;
}

form#catalog-query button,
form#catalog-query select,
form#catalog-query input:not([type=radio]){
  width: 100%;
  padding: 5px 5px;
  margin: 5px 0px;
}

.catalog-query h4 {
    text-align: left;
    font-size: larger;
    font-weight: 800;
}

.catalog-query .catalog-header p,
.catalog-query .catalog-header h3 {
  color:white;
}

.catalog-item  {
    border-width: 1px;
    border-style: solid;
    border-color: #e2e2e2;
    padding: 16px;
    border-bottom-width: 0px;
}

.catalog-item h4 {
	font-size: 18px;
}

.cart-item {
    text-align: left;
}

.catalog-list .catalog-item:last-child {
    border-bottom-width: 1px;
    border-color: #e2e2e2;
}

.price-time {
  float: right;
}

.star {
    visibility:hidden;
    font-size:30px;
    cursor:pointer;
}
.star:disabled::before,
.star:disabled ~ span
 {
    color:grey;
}
.star:checked:before {
   content: "\2605";
   position: absolute;
}
.star:before {
   content: "\2606";
   position: absolute;
   visibility:visible;
}

.cart-item:before {
    font-family: "FontAwesome";
    content: "\f00d";
    float: left;
    color: red;
    margin-right: 10px;
}

.ajax-loader {
    display: inline;
}

div#ac-exs-register {
    padding: 6px;
    outline: #00000075;
    outline-width: 1px;
    outline-style: auto;
}
