.codeart-mobile-specs-user-specs-table {
    width: 100%;
}

.mobile-specs-table,
.mobile-specs-table tr,
.mobile-specs-table td,
.mobile-specs-table th {
    border: 1px solid #eef3fb;
    border-collapse: collapse;
    background-color: white;
    font-family: Cairo, "Times New Roman", Arial;
}

.mobile-specs-table {
    margin-top: 20px;
    width: 100%;
    border: 1px solid #eef3fb;
    /* padding:1px; */
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 4px 6px rgba(0, 0, 0, 0.45);
    border-radius: 5px;
}

.mobile-specs-table th {
    color: black !important;
    padding: 5px;
    background-color: #f6f6f6;
}

.mobile-specs-table td {
    color: black !important;
    padding: 5px;
}

.mobile-specs-table td:nth-child(1) {
    width: 20%;
    font-weight: bold;
    background-color: #f6f6f6;
    /* vertical-align: top; */
}

#ca-ms-sidebar {
    float: left;
    width: calc(30% - 20px);
    height: 100%;
    vertical-align: top;
    background-color: white;
    margin: 5px;
    padding: 5px;
}

#ca-ms-footer {
    clear: both;
}

.ca-ms-entry-title {
    font-weight: 600;
    font-size: 32px;
}

.ca-ms-featured-image {
    /* float: left; */
    /* width: 50%; */
    /* display: block; */
    border: 0px solid transparent;
    /* padding:1px; */
    /* box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 4px 6px rgba(0, 0, 0, 0.45); */
    /* effect */
    /* border-radius: 10px; */
    /* padding: 5px; */
    background: rgb(126, 175, 214);
    background: linear-gradient(180deg, rgba(126, 175, 214, 1) 0%, rgba(95, 146, 195, 1) 35%, rgba(60, 116, 185, 1) 100%);
    background-size: cover;
    background-position: center;
}

.ca-ms-featured-image:hover {
    /* transform: scale(1.05);
    -webkit-transform: scale(1.05); */
}

.ca-ms-entry-content {
    clear: both;
    color: black;
}

.ca-ms-entry-content p {
    color: black;
}

.ca-ms-intro-specs-row {
    vertical-align: top;
    border: 1px solid lightgrey;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 4px 6px rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    overflow: hidden;
    font-size: 13px;
}

.ca-ms-latest-posts-row {
    /* display: table; */
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    width: 100%;
    border: 1px solid lightgrey;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
    border-radius: 1px;
    display: block;
}

.ca-ms-latest-posts-img {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    /* display: table-cell;
    vertical-align: middle; */
}

.ca-ms-latest-posts-img img {
    width: 100px;
    height: 100px;
}

.ca-ms-latest-posts-title {
    float: left;
    height: 100%;
    /* display: table-cell;
    vertical-align: middle; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}

.ca-ms-more-products-header {
    font-weight: bold;
}

#ca-ms-content {
    /* float: left; */
    display: flex;
    width: 100%;
    height: 400px;
    /* 3D effect */
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-bottom-color: #aaa;
    border-right-color: #aaa;
    border-top-color: #ddd;
    border-left-color: #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    /* end 3D effect */
    background-size: cover;
    background-position: center;
}

#ca-ms-content>div {
    flex-grow: 1;
    width: 33%;
    align-items: stretch;
    margin: 5px;
}

#ca-ms-intro-specs-column {
    display: flex;
    width: 100%;
    height: 100%;
}

#ca-ms-intro-specs-column-row {
    flex-grow: 1;
    align-items: stretch;
    height: 33%;
    /* effect */
    background: rgb(126, 175, 214);
    background: linear-gradient(180deg, rgba(126, 175, 214, 1) 0%, rgba(95, 146, 195, 1) 35%, rgba(60, 116, 185, 1) 100%);
    color: white;
}


/* Responsive layout - medium screens */

@media screen and (max-width: 800px) {
    #ca-ms-content {
        width: 100%;
        margin: 0;
        /* padding: 0; */
    }
    #ca-ms-sidebar {
        float: none;
        width: 100%;
        margin: 0;
    }
    .ca-ms-featured-image {
        float: none;
        width: 100%;
        margin-left: 0;
        padding: 0;
    }
    .mobile-specs-table td:nth-child(1) {
        width: 30%;
    }
}


/* Responsive layout - small screens */

@media screen and (max-width: 600px) {
    #ca-ms-content {
        width: 100%;
        margin: 0;
        /* padding: 0; */
    }
    #ca-ms-sidebar {
        float: none;
        width: 100%;
        margin: 0;
    }
    .ca-ms-featured-image {
        float: none;
        width: 100%;
        margin: 0;
    }
    .mobile-specs-table td:nth-child(1) {
        width: 30%;
    }
}