@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,100,200,300,700);
body{
    font-family: "Exo 2", "Spoqa Han Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    word-break: break-word;
}
.ajax-loader{
    z-index: 1010;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.svg-loader{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border-radius: 4px;
}
.spacer-60 {
    height: 60px;
    width: 100%;
}
.position-relative {
    position: relative;
}
.product-card a{
    text-decoration: none;
    color: #333;
}
.product-box {
    transition: box-shadow .3s;
    background-color: #ffffff;
    border: 1px solid #eee;
}
.product-box:hover{
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}

.product-box-img {
    max-height: 80%;
    max-width: 90%;
}
.product-img-bg {
    height: 320px;
    background-color: #f9f9f9;
}
.product-img-bg img{
    box-shadow: 0px 10px 20px #000;
}

.product-img-bg:hover {
    background-color: #ccc;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}
.product-title{
    font-size: 0.9rem;
    letter-spacing: 0px;
    font-weight: 600;
    color: #333;
    padding: 0px;
    text-align: left;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-info{
    font-size: 12px;
    font-weight: 300;
}
.product-price{
    font-size: 0.9rem;
    font-weight: 600;
}
.valign-middle{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.div-img-real {
    position: absolute;
    width: 100%;
    text-align: center;
    -ms-transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
.size-xl .div-img-real {
    top: 40%;
    left: 18%;
}
.size-lg .div-img-real {
    top: 28%;
    left: 0%;
}
.size-md .div-img-real {
    top: 28%;
    left: -18%;
}
.size-sm .div-img-real {
    top: 33.3%;
    left: 19%;

}
.img-real {
    box-shadow: 0 6px 10px -1px #333;
    width: 32%;
    display: inline;
}
.carousel-inner{
    background-color: #eee;
}
#note {
    min-height: 280px;
}