
table{
    width: 100%;
}
td{
    padding: 5px 15px 2px 5px !important;
    border-bottom: solid 1px #ccc;
    font-size: 14px;
}
.main-img{
    width: 100%;
    border: solid 1px #cccccc;
    text-align: center;
    padding: 13px;
    margin-bottom: 20px;
}
.main-img img{
    max-width: 100%;
}
.product-content{
    border: solid 1px #ccc;
    padding-bottom: 15px;
}
.content-title{
    background: #95aabb;
    line-height: 36px;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    width: 100%;
}
.content-content{
    width: 100%;
    padding: 0 10px;   
}
.col-content{
    padding: 0 !important;
}
.woocommerce-breadcrumb,h1{
    padding-left: 5px;
}

form{
    padding: 10px 5px;
    padding-bottom: 0;
}
form input{
    border: solid 1px #ccc;
    width: 100%;
    height: 30px;
    margin-bottom: 10px !important;
}
textarea{
    width: 100%;
    height: 80px;
    border: solid 1px #ccc;
    outline:medium;
}
.submitr{
    margin-top: 10px;
    width: 100%;
    height: 36px;
    background: #ff6600;
    border: none;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}
.submitr:hover{
    background: #ff4608;
}

@media  (max-width:768px) {
    h1 {
        margin-bottom: 15px !important;
    }
    .wp-pd{
        padding: 0 10px !important;
        padding-bottom:20px;
    }
    
}