/*!
 * Start Bootstrap - Shop Homepage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    height: 130px;
    overflow: hidden;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

footer {
    margin: 50px 0;
}


.filter h4 {
    margin-top: 25px;
}

.filter-categories .active2 {
    border-right:4px solid #428bca;
}



.filter .checkbox label:after,
.filter .radio label:after {
    content: '';
    display: table;
    clear: both;
}

.filter .checkbox label,
.filter .radio label {
    padding-right: 20px;
    width: 100%;
}

.filter .checkbox .cr,
.filter .radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.filter .radio .cr {
    border-radius: 50%;
}

.filter .checkbox .cr .cr-icon,
.filter .radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.filter .radio .cr .cr-icon {
    margin-left: 0.04em;
}

.filter .checkbox label input[type="checkbox"],
.filter .radio label input[type="radio"] {
    display: none;
}

.filter .checkbox label input[type="checkbox"] + .cr > .cr-icon,
.filter .radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.filter .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.filter .radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.filter .checkbox label input[type="checkbox"]:disabled + .cr,
.filter .radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}


.filter li.ui-state-default{
    background:#fff;
    border:none;
    border-bottom:1px solid #ddd;
}

.filter li.ui-state-default:last-child{
    border-bottom:none;
}


/*********************************************
					PRODUCTS
*********************************************/

.product{
    border: 1px solid #dddddd;
    height: 321px;
}

.product>img{
    max-width: 230px;
}

.product-rating{
    font-size: 20px;
    margin-bottom: 25px;
}

.product-title{
    margin-top: 0;
}

.product-desc{
    font-size: 14px;
}

.product-price{
    margin-top: 10px;
    font-size: 25px;
    color: #3c763d;
}

.regular-price{
    font-size: 15px;
    margin-bottom: 10px;
}

.regular-price span {
    text-decoration: line-through;
}

.product-info {
    margin-top: 20px;
    margin-bottom: 10px !important;
}

.product-info .size-variants {
    margin-top: 10px;
}

.product-info .size-variants .variant-item {
    float: left;
    min-width: 40px;
    text-align: center;
    margin-right: 5px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;

}

.table-specifications tr.groupheading {
    background-color: #f9f9f9;
}

.table-specifications .optionvalue {
    margin-bottom: 2px;
}

#product-carousel .carousel-inner > .item {
    padding: 10px;
}



/*********************************************
					CHECKOUT
*********************************************/

.bs-wizard {margin-top: 40px;}
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }