.quantity-wrapper{
    overflow: hidden;
    border:1px solid #cacaca;
    width: 80px;
    margin: 0 auto;
}
.quantity-wrapper span{
    display: block;
    background: #ebebeb;
    height: 22px;
    line-height: 22px;
    width: 19px;
    cursor: pointer;
    color: #4c4e4e;
    font-size: 18px;
    float: left;
    text-align: center;
}
.quantity-wrapper input{
    color: #333;
    display: block;
    height: 22px;
    background: #fff;
    float: left;
    width: 40px;
    text-align: center;
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    padding: 0;
    box-shadow: none;
}
.product-detail-info{
    overflow: hidden;
}
.product-detail-info > div{
    box-sizing: border-box;
}
.product-detail-info > div:first-child{
    padding-right:15px;
    padding-left:0;
}
.product-detail-info__images{
    width: 420px;
    padding-right:15px;
    border-right:1px solid #dcdcdc;
    float: left;
    text-align: center;
}
.preview-img{
    height: 400px;
    line-height: 400px;
}
.preview-img img{
    vertical-align: middle;
}
.product-detail-info__properties{
    padding-left:15px;
    float: left;
}
.product-detail-info__images img{
    max-width: 100%;
}
#morePhoto{
    padding-top: 15px;
}
#morePhoto .photos-item{
    width: 100px;
    text-align: center;
    border:1px solid #dcdcdc;
    border-radius: 3px;
    height: 60px;
    line-height: 56px;
}
#morePhoto .photos-item img{
    vertical-align: middle;
}
.product-detail-info__properties table td{
    padding:5px 3px;
    color: #323232;
}
.product-detail-info__properties table td:first-child{
    font-weight: bold;
    max-width: 186px;
}
.add2cart-block{
    padding-top: 10px;
}
.product-price{
    color: #323232;
    font-size: 14px;
}
.product-price span{
    color: #cc0000;
    font-size: 28px;
    font-weight: bold;
}
.quantity-block{
    margin-top: 10px;
    width: 116px;
    height: 36px;
    box-sizing: border-box;
    padding: 2px;
}
.quantity-block .quantity-wrapper{
    width: 116px;
}
.quantity-block input{
    width: 44px;
    height: 32px;
    padding: 0 6px;
    float: left;
}
.quantity-block span{
    height: 32px;
    line-height: 32px;
    width: 28px;
}

.quantity-block a{
    background: #1B7D8C;
    padding-left: 8px;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 116px;
    height: 32px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 32px;
    margin-top: 8px;
    transition: all 0.2s;
}
.quantity-block a:hover{
    box-shadow: 0 2px 5px rgba(0,0,0,0.4);
}
.other-data{
    margin-top: 20px;
    border-top: 1px solid #dcdcdc;
    padding-top: 20px;
}
.detail-text{
    line-height: 1.5;
}
.product-detail-info .owl-theme .owl-controls{
    text-align: center;
    position: relative;
    z-index: 1000;
    margin-top: 0;
}
.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 10px;
    height: 10px;
    margin: 9px 3px;
    background: #969696;
    border:1px solid #fff;
    border-radius: 7px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #1B7D8C;
}
a.gallery{
    display: block;
    width: 100%;
    height: 100%;
}