.codesigner-email-wrapper{
    padding: 20px;
    background-color: #eeebebbf;
}
.codesigner-email-template {
    width: 100%;
    border:none;
    border-collapse: collapse;
}
.cd-email-center {
    width: 600px;
    background-color: #ffffff;
    padding: unset;
}
.cd-no-border {
    border: none;
}
.cd-deafult-bg{
    background-color: #eeebebbf;
}
.cd-email-bg {
    background: #fff;
}
.cd-email-text-left {
    text-align: left !important;
}
.codesigner-email-header {
    padding: 30px;
    background-color: #6484e7;
    margin: 0 auto;
    margin-bottom: 30px;
}
.codesigner-email-header h3 {
    margin: 0;
}
.codesigner-order-id {
    color: #ffffff;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.codesigner-order-date {
    width: 640px;
    margin: 30px auto;
    margin-bottom: 25px;
}
.codesigner-order-date h4 {
    color: #6484e7;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/*Item Table*/
.codesigner-product-table,
.codesigner-item-price-table{
    margin: 0 auto;
    width: 100%;
    border: none;
    border-collapse: collapse;
}
.codesigner-product-table thead {
    background: #f9f9f9;
}
.codesigner-product-table thead tr th {
    color: #2d2c2c;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    padding: 14px;
    border: none !important;
}
.codesigner-product-table thead tr th:first-child {
    text-align: left;
    padding-left: 30px;
}
.codesigner-product-table thead tr th:last-child {
    text-align: right;
    padding-right: 30px;
}
.codesigner-product-table tbody tr td {
    text-align: center;
    color: #2d2c2c;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
    border: none;
    border-bottom: 2px solid #dddddd;
    background: #ffffff;
    vertical-align: middle;
}

.codesigner-product-table tbody tr td:first-child {
    text-align: left;
}
.codesigner-product-table tbody tr td:last-child {
    text-align: right;
    padding-right: 30px;
}
.codesigner-product-table tbody tr:last-child td {
    border-bottom: none;
}
.codesigner-product-table tbody tr td img {
    width: 60px;
    height: 60px;
    border-radius: 7px;
    margin-right: 18px;
}
.codesigner-product-table tbody tr td span {
    color: #2d2c2c;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
}
.cd-email-product {
    width: 90% !important;
    margin: 0;
    border:none;
    border-collapse: collapse;
}
.cd-product-img {
    width: 30% !important;
    padding: 20px;
}
.cd-product-name {
    width: 70% !important;
}
/*Item Price Table*/
.codesigner-item-price-table{
    border: none;
    border-collapse: collapse;
}
.cd-email-body-wrapper {
    padding: 0px 20px;
}
.codesigner-item-price-table tbody tr td {
    border: none;
    background: #f9f9f9;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    text-align: left;
    padding: 14px;
    border-collapse: collapse;
}
.codesigner-item-price-table tbody tr td:first-child {
    padding-left: 30px;
    color: #2d2c2c;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.codesigner-item-price-table tbody tr td:last-child {
    text-align: right;
    padding-right: 30px;
    color: #2D2C2C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}
.codesigner-item-price-table tbody tr:last-child td {
    color: #6484e7;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: #f5f8ff;
    border-bottom: 2px solid#E4EBFF;
    vertical-align: middle;
}

/* shipping and billing address */
.cd-billing-and-shipping-address {
    width: 640px;
    margin-left: 25px;
    margin-right: 25px;
}
.cd-shipping-billing-table {
    width: 100%;
    border: none;
    border-collapse: separate;
    border-spacing: 10px;
    margin-top: 20px;
}
.cd-shipping-billing-table thead tr th {
    border: none !important;
    color: #6484e7;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}
.cd-shipping-billing-table tbody tr td {
    border: none;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    color: #2D2C2C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
}
.cd-email{
    margin-bottom: 0;
    color: #6484E7;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
    text-decoration-line: underline;
}

/*Message area*/
.cd-before-footer-message{
    margin: 30px 0;
    width: 100%;
}
.cd-before-footer-message p{
    color: #2D2C2C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}
.cd-before-footer-message p a{
    color: #6484E7;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
}

/*link area*/
.cd-link-area {
    margin: auto;
    padding: 20px;
    background: #6484e7;
}
.cd-link-area p {
    text-align: center;
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.cd-link-area p a {
    color: #ffffff;
    text-decoration-line: underline;
}