/*dPress Table CSS*/
.dpress-table-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wpstrom-table-head {
    background: #169998;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
.wpstrom-table-head tr th {
    padding: 8px 14px;
    border: 0px;
    text-align: left;
}
.wpstrom-table-head tr {
    border: 0px;
}

.wpstrom-table-body .wpstrom-table-image-column {
    width: 20%;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #e6e6e6 !important;
    border-bottom: 1px solid #e6e6e6 !important;
    border-right: none !important;
}
.wpstrom-table-body .wpstrom-table-description-column {
    width: 80%;
    vertical-align: middle;
    border-bottom: 1px solid #e6e6e6 !important;
    border-left: none !important;
    border-right: 1px solid #e6e6e6 !important;
}
.table.wpstrom-table {
    background: #fff;
    margin-bottom: 35px;
    border: 0;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 5px;
}
.table tr th, .table tr td{
    border: 0px;
}
.wpstrom-table-dsc-container {
    display: flex;
    flex-direction: row;
}
.wpstrom-table-pro-dsc {
    width: 60%;
}
.wpstrom-table-pro-button {
    background: #fff;
    border-left: none !important;
    vertical-align: middle;
    text-align: center;
    display: block;
    margin: auto;
}
.table tbody + tbody {
    border-top: 0px solid #dee2e6;
}
.dpress-table-btn.btn-product-table {
    display: inline-block;
    background: #EF5323;
    color: #fff;
    text-decoration: navajowhite;
    font-size: 15px;
    padding: 9px 11px;
    transition: 0.5s;
    font-weight: 500;
}
.dpress-table-btn.btn-product-table:hover{
    opacity: 0.8;
    transition: 0.5s;
}
.wpstrom-table-pro-tag span {
	display: inline-block;
	background: #00b894;
	color: #fff;
	padding: 6px 11px;
	margin-bottom: 7px;
	border-radius: 3px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1.2;
}
.wpstrom-table-pro-name a.table-pro-title {
    font-size: 16px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    letter-spacing: -.8px;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 0.9;
}
.wpstrom-table-pro-feture ul li {
    font-size: 13px;
    line-height: 1.1;
}
.wpstrom-table-pro-ratings {
    display: inline-block;
    color: #F5A623;
    font-size: 13px;
    font-weight: 400;
}
.wpstrom-table-pro-image img {
    max-height: 90px;
    width: auto;
}
.wpstrom-table-pro-name {
    margin-bottom: 1px;
}
.table-pro-title {
    display: block;
    color: #000;
}
.dpress-table-btn.btn-product-table {
    text-decoration: none !important;
    font-size: 14px;
}
.wpstrom-table-pro-feture ul {
    margin: 0 !important;;
    padding: 0 !important;;
    margin-left: 16px !important;;
}
.wpstrom-table-pro-feture ul li {
    line-height: 1.4 !important;;
    font-size: 14px !important;
}

/*Responsive Table CSS*/

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .wpstrom-table-dsc-container {
        flex-direction: column;
    }
    .wpstrom-table-pro-dsc {
        width: 100%;
    }
    .wpstrom-table-pro-button {
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
    }
    .dpress-table-btn.btn-product-table {
        padding: 5px 10px;
        font-size: 12px;
    }
    .wpstrom-table-pro-tag span {
        padding: 1px 10px;
        font-size: 11px;
    }
    .wpstrom-table-pro-button {
        text-align: left;
    }
    .wpstrom-table-pro-image img {
        max-height: 85px;
        width: auto;
    }
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .wpstrom-table-dsc-container {
        flex-direction: column;
    }
    .wpstrom-table-pro-dsc {
        width: 100%;
    }
    .wpstrom-table-pro-button {
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
    }
    .dpress-table-btn.btn-product-table {
        padding: 5px 10px;
        font-size: 12px;
    }
    .wpstrom-table-pro-tag span {
        padding: 1px 10px;
        font-size: 11px;
    }
    .wpstrom-table-pro-button {
        text-align: left;
    }
    .wpstrom-table-pro-image img {
        max-height: 85px;
        width: auto;
    }
}