.grid-view .product_wrap {
    min-height: 365px;
}

.list-view .product_wrap .in-grid {
    display: none;
}

.shopping-product {
    width: 100px;
    height: auto;
}

/*
header ul.cart-list {
    height: 275px;
    overflow-y: auto;
}
*/

.step {
    text-align: center;
    padding: 10px 0;
}

.step .number {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: silver;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-weight: bold;
    line-height: 40px;
    margin: 10px;
}

.step .name {
    margin-top: 20px;
    text-transform: uppercase;
}

.step .number.done {
    background: #99CC33;
}

.step .number.selected {
    width: 60px;
    height: 60px;
    background: #99CC33;
    border: 10px solid #99CC33;
    margin: 0;
}

.tag-new span {
    left: 1px;
}

.social a {
    background: white;
}

.form-control {
    border: 1px solid #dddddd;
    border-radius: 0;
    padding: 15px;
    height: 48px;
}

























div.radio {
    clear: both;
}

div.radio label {
    width: 200px;
    border: 1px solid #D1D3D4
}

/* hide input */
input.radio:empty {
    margin-left: -999px;
}

/* style label */
input.radio:empty ~ label {
    position: relative;
    float: left;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 1em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.radio:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    /*border-radius: 3px 0 0 3px;*/
}

/* toggle hover */
input.radio:hover:not(:checked) ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

input.radio:hover:not(:checked) ~ label {
    color: black;
}

/* toggle on */
input.radio:checked ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: white;
    background-color: #99CC33;
}

input.radio:checked ~ label {
    color: black;
    border-color: #99CC33
}

/* radio focus */
input.radio:focus ~ label:before {
    /*box-shadow: 0 0 0 3px #999;*/
}

.search-toggle .top-search {
    background: #99CC33;
}

.search-toggle .top-search .input-group-addon {
    color: white;
}

.search-toggle .top-search .form-control::-webkit-input-placeholder {
    color: #d7e9ef;
}
.search-toggle .top-search .form-control:-moz-placeholder {
    color: #d7e9ef;
}

.author {
    width: 50px;
    height: 50px;
    background-color: #99CC33;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: white;
    text-transform: uppercase;
    font-size: 25px;
}

.rating {
    font-size: 14px;
}

.btn-light {
    overflow: inherit;
}

.btn-light:after {
    content: none;
}

.cart-list {
    background-color: #f5f5f5 !important;
}

.form-error {
    border-left: 2px solid red;
    padding-left: 16px;
    color: black;
}

.form-error > li {
  margin-bottom: 10px;
  color: #9a0101;
}

.address {
    margin-top: 74px;
}

.summary-table {
    width: 100%;
}

.summary-table td {
    padding: 0;
    border: 0;
}

.summary-table tr.padding-top td {
    padding-top: 10px;
}

.listing-item {
    padding: 8px;
    line-height: 1.42857143;
}