@font-face{
    src: url('../fonts/Jost-Regular.ttf');
    font-family: 'Jost-Regular';
}
.product-detail{
    padding-top: 60px;
}
.breadcumb{
    font-family: 'Jost-Light';
    font-size: 14px;
    color: #000;
}
.breadcumb strong{
    font-family: 'Jost-Medium';
}
.product-detail h3{
    margin-top: 10px;
    font-family: 'Jost-Light';
    font-size: 45px;
}
.product-detail h3 strong{
    font-family: 'Jost-Medium';
}
.product-detail .description{
    font-family: 'Jost-Light';
    font-size: 18px;
}
.product-detail .price{
    font-family: 'Jost-Light';
    font-size: 24px;
}
.border{
    border-radius: 100% !important;
    border: 1px solid #CECECE;
    height: 32px;
    width: 32px;
    display: inline-block;
    transition: all 0.3s;
}
.border:hover{
    box-shadow: 0 0 0 2px rgba(0,0,0,.1);
}
.color{
    margin-bottom: 20px;
}
.color .border label{
    height: 32px;
    width: 32px;
    border-radius: 100%;
}
.color input{
    display: none;
}
.size{
    margin-top: 20px;
}
.size select{
    width: 144px;
    padding: 4px 10px;
    border-radius: 4px;
    border-color: #CCCCCC;
    margin-bottom: 16px;
    font-family: 'Jost-Regular';
    font-size: 15px;
}
.shop-action{
    padding: 0;
}
.shop-button{
    font-family: 'Jost-Light';
    font-size: 30px;
    padding: 4px 25px;
    background: #70684D;
    color: #fff;
    border: none;
    border-radius: 4px;
}
.number-spinner{
    float: left;
    border: 1px solid #CCC;
    border-radius: 4px;
    max-width: 100px;
    margin-right: 20px;
}
.number-spinner *{
    height: 50px;
    border: none;
}
.number-spinner .glyphicon{
    top: 8px;
    height: 30px;
}
.number-spinner .quantity{
    font-family: 'Jost-Light';
    font-size: 24px;
    color: #000;
}
.table-sizes {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0;
}
.table-sizes a{
    display: block;
    max-width: 144px;
    padding: 2px 10px;
    border: 1px solid;
    border-radius: 4px;
    font-family: 'Jost-Regular';
    font-size: 14px;
    text-transform: uppercase;
    color: #989898;
}
/*** PHOTO GALLERY ***/
.big-photo-holder{
    padding-left: 4px;
}
.big-photo-holder .zoom-button{
    position: absolute;
    border: none;
    background: transparent;
    bottom: 8px; left: 20px;
}
.big-photo{
    width: 540px;
}
.thumb-holder{
    padding-left: 0;
    padding-right: 4px;
    height: 630px;
    overflow-x: auto;
    white-space: nowrap;
}
.product-img-thumb{
    margin-bottom: 6px;
}
.product-img-thumb img{
    cursor: pointer;
}
/*** RELATED PRODUCTS ***/
.related-products{
    margin-top: 80px;
}
.related-products .title{
    text-align: center;
    font-family: 'Jost-Regular';
    font-size: 24px;
    margin-bottom: 100px;
}
.related-products .title strong{
    font-family: 'Jost-Medium';
}
/*** PHOTO MODAL ***/
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.modal-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}
.modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #70684D;
    background-color: rgba(0,0,0,0.85);
    border-radius: 0;
    box-shadow: none;
}
.modal-body {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    font-weight: 300;
    overflow: auto;
    height: auto;
    min-height: 100%;
}
.modal-body .close{
    float: inherit;
    position: absolute;
    right: 20px;
    z-index: 10;
}
.modal-photo-container{
    height: 100%;
}
.modal-photo-container img{
    margin: 0 auto;
    /*max-height: 100%;*/
}
@media (max-width: 768px){
    .product-detail{
        padding-top: 20px;
    }
    .thumb-holder{
        height: auto;
        margin-top: 30px;
    }
    .thumb-holder .product-img-thumb{
        width: 90px;
        display: inline-block;
    }
    .big-photo-holder img{
        margin: 0 auto;
    }
    .product-card{
        margin-top: 40px;
    }
    .related-products .title strong{
        display: block;
    }
}