.cww-theme-top .cww-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.cww-theme-top {
    background-color: #e9ecfc;
    padding: 95px 0;
    margin-bottom: 20px;
}
.theme-links .btn-bg {
    margin-right: 30px;
}
.more-th-links::before {
    content: "";
    position: absolute;
    background: #b3b3b3;
    height: 2px;
    width: 67%;
    top: 0;
    left: 0;
}
.more-th-links {
    margin-top: 30px;
    padding-top: 30px;
    position: relative;
}
.more-th-links a {
    color: #6f6c6c;
    font-weight: 600;
    padding-right: 57px;
}
.cww-bottom-wrapp.cww-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
}
.more-th-links ul li {
    display: inline-block;
}
.cww-theme-side {
    padding: 30px;
    margin-left: 40px;
    border: 1px solid #eee;
}

.theme-details {
    background-color: #f9f9f9;
    padding: 30px;
}
.cww-theme-side ul li {
    list-style: none;
    border-bottom: 1px solid #f1f1f1;
}
.cww-theme-side ul li label {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}
.cww-theme-side ul {
    margin-bottom: 40px;
}
.cww-theme-side h3 {
    border-bottom: 1px solid #f1f1f1;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 36px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.notice-content {
    font-size: 14px;
}
.aside-content-note {
    font-size: 18px;
    margin: 12px 0;
    border-bottom: 1px solid #c4bebe;
}
.cww-side-down-btns span {
    position: absolute;
    bottom: 40%;
    left: 25%;
    background: #fff;
    height: 30px;
    width: 73px;
    text-align: center;
    line-height: 30px;
    border-radius: 20px;
    -webkit-box-shadow: 2px 1px 7px rgba(0,0,0,0.2);
        box-shadow: 2px 1px 7px rgba(0,0,0,0.2);

}
.cww-side-down-btns {
    position: relative;
}
.cww-side-down-btns a:first-child {
    margin-bottom: 11px;
}
.btn-bg.btn-sec {
    background: #2760b8;
    -webkit-box-shadow:none;
    box-shadow: none;
}
.cww-side-down-btns a {
    text-transform: uppercase;
    font-size: 14px;
    width: 220px;
    display: block;
    text-align: center;
}
.tab-content-container {
    background: #fff;
    padding: 30px;
}
.cww-bottom-wrapp-chlog.cww-container {
    padding: 55px 100px;
    box-shadow: 0px 1px 20px 2px rgb(0 0 0 / 10%);
    margin-bottom: 80px;
}
/*  */
.single-theme_compare td {
    border: 1px solid #f1f1f1;
    padding: 22px;
}
.single-theme_compare table img{
    height: 25px;
    width: 25px;
}
.cww-bottom-wrapp-chlog.cww-container {
    margin-top: 65px;
}

.cww-single-titles-wrapp nav.breadcrumb-trail.breadcrumbs ul li a,
.cww-single-titles-wrapp nav.breadcrumb-trail.breadcrumbs ul li:not(:last-child):after {
    color: #777;
    font-size: 12px;
    font-weight: 600;
}
.cww-single-titles-wrapp nav.breadcrumb-trail.breadcrumbs ul li:not(:last-child):after{
    top:  55%;
}
nav.breadcrumb-trail.breadcrumbs ul li:first-child {
    padding-left: 0;
}
nav.breadcrumb-trail.breadcrumbs ul li.trail-item.trail-end.current{
    display: none;
}
button.btn-bg.cww-theme-purchase {
    border-radius: 0;
    padding: 20px 40px;
}