/*
Theme Name: Padis
Theme URI:
Author: amirali habibi (in collaboration with bluestart.ir)
Author URI: https://github.com/amirali-habibi
Description:
Tags:
Version: 0.8.15
Requires at least:
Tested up to:
Requires PHP:
License:
License URI:
Text Domain: padis-theme
*/

/*
    fix contact form 7
*/
form.wpcf7-form.init p {
    display: contents !important;
}
.aparat-frame {
    border-radius: 0.4em;
}

.woocommerce table.shop_attributes th {
    width: initial !important;
    border-top: inherit !important;
    border-bottom: inherit !important;
    margin: inherit !important;
    line-height: inherit !important;
    text-wrap: nowrap;
    font-weight: 700 !important;
}

.woocommerce table.shop_attributes td {
    font-style: normal !important;
    padding: 0 !important;
    border-top: 0 !important;
    border-bottom: 1px dotted rgba(0, 0, 0, .1) !important;
    margin: 0 !important;
    line-height: 1.5 !important;
    font-weight: 700 !important;
}

.woocommerce table.shop_attributes td p {
    margin: inherit !important;
    padding: inherit !important;
    margin-top: 5px !important;
    font-weight: 700 !important;
}