/*-------header-------------*/
body {
    margin: 0px;
    padding:0px ;
}
.bodywrap {
    margin-top: 85px;
}

ul.breadcrumb {
    padding: 20px 50px;
    list-style: none;
    background-color: #eee;
    margin: 0px;
}
ul.breadcrumb li {
    display: inline;
    font-size: 15px;
    font-weight: 548;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: ">";
}
ul.breadcrumb li a {
    color: #000000;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}
li{
    list-style: none;
}

/*-------productdetail-------*/
.product {
    padding: 50px 0 ;
}
.breadcrumb p {
    margin: 0 12px;
    font-size: 14px;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.product-content{
    display: flex;
    width: 1000px;
    margin: 20px auto;
    
}
.product-content-left{
    width: 50%;
}
.big-img{
    width: 500px;
    height: 500px;
    padding-right: 20px;
}
.big-img img{
    width: 100%;
}
.images{
    display: flex;
    width: 100%; 
    margin-right: 20px;
    margin-left: none;
}
.small-img{
    width: 100px;
    height: 100px;
    padding-right: 20px;
}
.small-img img{
    width: 100%;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.small-img:hover img{
    transform: scale(1.2);}
.product-content-right{
    width: 50%;
}
.product-content-right-product-name h1{
    font-size: 25px;
}

@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
div,label{margin:0;padding:0;}
body{margin:0px;}
h1{font-size:1.5em;margin:10px;}

.product-content-right p{
    padding-left: 12px;
}
.product-content-right ul{
    padding-left: 50px;
}
.product-content-right li{
    list-style:disc;
}
.product-content-right i{
    padding-left: 12px;
}
.quantity{
    display: flex;
}
.quantity input{
    width: 60px;
    height: 30px;
    padding: 3px;
    border: 2px solid #17a2b8;
    border-radius: 15%;
    margin-left: 20px ;
}

.product-content-right-button button {
    width: 200px;
    height: 40px;
    display: block;
    margin: 20px 0 12px;
    margin-left: 20px;
}
.product-content-right-button button:first-child{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #ffff;
    border: 2px solid #17a2b8;
    color: #17a2b8;
    cursor: pointer;
    border-radius: 10px;
    font-size:15px ;
    font-weight: bold;
}
.product-content-right-button button:first-child:hover{
    background-color: #17a2b8;
    color: #ffff;
}
.product-content-right-button button:last-child{
    display: flex;
    justify-content:space-evenly;
    align-items: center;
    background-color: #ffff;
    border: 2px solid #17a2b8;
    color: #17a2b8;
    cursor: pointer;
    border-radius: 10px;
    font-size:15px ;
    font-weight: bold;
}
.product-content-right-button button:last-child:hover{
    background-color: #17a2b8;
    color: #ffff;    
}
.product-text-detail-bottom {
    margin-left: 60px;
}
.product-text-detail-bottom-content-title{
    padding-top: 30px;
    padding-left: 150px;
    margin-right: 6px;
    font-weight: bold;
}
.product-text-detail-bottom-content-MOTASP{
    padding-left: 150px;
    padding-top: 10px;
    padding-right: 150px;
    font-size: 15px;
    font-weight: bold;
}

