.product .btn-wrapper{ margin: 10px 0 0 0; }
.product .btn-wrapper a{ width: 48%; padding: 10px 0; margin: 0; display: inline-block;
    line-height: 16px; font-size: 16px; transition-duration: 0.2s; border-radius: 3px;
}
.product .btn-wrapper .a1{ background-color: #3CB5D0; color: #FFF; box-shadow: inset 0 0 0 0 rgba(0,0,0,0.1); float: left; }
.product .btn-wrapper .a2{ background-color: #FFF; color: #999; box-shadow: inset 0 0 0 1px #E7E7E7; float: right; }

.width-percent-60{ width:56% !important; }
.width-percent-40{ width:40% !important; }

.woocommerce ul.products li.product{
    margin-bottom: 30px !important;
}

@media (max-width: 768px){
    .info-wrapper{ display: none; }
    .talep-wrapper{ display: none; }
}
