
.last-comment .info{
    text-align: left;
}
.last-comment span:hover{
    color: blue;
}
.last-comment span{
    font-size: 15pt;
    color: #070585;
    padding: 3px 10px;
    cursor: pointer;
}
.last-comment{
    width: 97%;
    PADDING: 10px;
    background-image: linear-gradient(to left,white, #fbf17d, #e2f9b0,white, transparent,#dbdbdb);
    color: #6a6a6a;
    margin: 10px auto;
}
.comments textarea{
    width: 34%;
}
.reply-comment textarea{
    width: 99%;
}
.reply-comment{
    display: none;
}
.is-reply{
    padding: 10px 35px;
    width: calc(100% - 70px);
    background: white;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.btn-orange{
    background: orange;
    box-shadow: -1px 1px 1px orange;
    border: 1px solid #b79b3b;
}
.btn{
    padding: 3px 18px;
    font-family: 'BYekan',serif;
    cursor: pointer;
}
.comments textarea{
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: -1px 1px 1px #ccc;
}
.comments input{
    border: 1px solid #ccc;
    box-shadow: -1px 1px 1px #ccc;
    padding: 5px 20px;
    font-family: 'BYekan', serif;
}
.comments .formGroup{
    margin: 5px 10px;
}
.comments .add-comment{
    box-shadow: none;
    width: 100%;
}
.comments{
    float: right;
    width: 100%;
}
.similar .pro{
    box-shadow: -2px 2px 2px #ccc;
    padding: 20px;
    margin: 20px 10px;
    border-left: none ;
    float: right;
    max-width: calc(50% - 60px);
    box-sizing: border-box;
    background-color: aliceblue;
    height: 400px;
}
.similar{
    float: right;
    width: 100%;
}
.similarTitle{
    color: red;
    padding-right: 20px;
    float: right;
    width: calc(100% - 20px);
    font-size: 13pt;
    margin: 10px 0;
}
.similar .pro img{
    max-width: 100% !important;
    overflow: hidden !important;
}
.voice{
    text-align: center;
    background: linear-gradient(to right,transparent, #c4c4c4,#eee,transparent);
    float: right;
    width: 100%;
    padding: 20px 0;
    color: red;
    box-shadow: 0 2px 2px #ccc;
}
.voice audio{
    width: 45%;
}
.voice strong{
    position: absolute;
}
.topic .title{
    color: red;
    margin-right: 20px;
    float: right;
    width: calc(100% - 20px);
}
.topic ul li:before{
    content: url("images/tick-box.png");
    position: absolute;
    right: 32px;
}
.topic ul li{
    background: linear-gradient(29deg, #c7bebe,#f5f5aa, transparent);
    border-radius: 3px;
    box-shadow: 0 2px #ccc;
    margin: 13px 0;
    padding: 10px 30px;
    font-weight: 800;
}
.topic ul{
    margin: 0 20px;
    float: right;
    list-style: none;
}
.topic{
    float: right;
    margin: 20px 0;
    width: 100%;
}
.productProperty .basket span{
    color: white !important;
    width: auto!important;
}
.productProperty .basket:before{
    font-size: 24px;
}
.productProperty .basket{
    background: #06c715 !important;
    cursor: pointer !important;
}
.productProperty .discount{
    background: red !important;
}
.productProperty .beforeDiscount{
    text-decoration-line: line-through;
    color: red !important;
}
.productProperty .discount,.productProperty .basket{
    color: white !important;
    margin-top: 10px;
    text-align: center;
    padding: 8px 0;
    border-radius: 4px;
    box-shadow: -2px 2px 2px #660707;
}
.productProperty ul li:not(.productPrice){
    border-bottom: 1px dashed #ccc;
}
.productProperty ul li span:not(.property){
    color: blue;
}
.productProperty ul li span{
    width: calc(40% - 12px);
    display: inline-block;
    padding: 5px;
    font-family: BYekan,serif;
}

.productProperty li{
    padding-right: 20px;
    width: 50%;
}
.productProperty title{
    border: 1px solid #eee;
    list-style: none;
    padding: 9px 40px;
    border-radius: 3px;
    box-shadow: -1px 1px 2px #ccc;
    float: right;
    width: 100%;
}

section.details{
    padding: 0 20px 20px;
    width: calc(100% - 42px);
    float: left;
}
main{
    border: 1px solid #ccc;
    box-shadow: -1px -1px 2px #ccc;
    float: right;
    margin: 20px 0;
}
.details .container {
    float: left;
    direction: ltr;
    width:auto;

}
.show{
    width: 400px;
    height: 400px;
}
#show-img { width: 400px; height: 400px; }
.small-img{
    width: 350px;
    height: 70px;
    margin-top: 10px;
    position: relative;
    left: 25px;
}
.small-img .icon-left, .small-img .icon-right{
    width: 12px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.small-img .icon-left{
    transform: rotate(180deg)
}
.small-img .icon-right{
    right: 0;
}
.small-img .icon-left:hover, .small-img .icon-right:hover{
    opacity: .5;
}
.small-container{
    width: 310px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.small-container div{
    width: 800%;
    position: relative;
}

.small-container .show-small-img{
    width: 70px;
    height: 70px;
    margin-right: 6px;
    cursor: pointer;
    float: left;
}
.small-container .show-small-img:last-of-type{
    margin-right: 0;
}
