/*** buying guide ***/
.formatBlock .dl-buying-guide,
.vc_row.wpb_row.vc_row-fluid.vc_row-has-fill.dl-buying-guide {
    background-color: #fff!important;
    color: #303030;
    margin: 0;
}
.formatBlock .dl-buying-guide,
.formatBlock .dl-buying-guide h2,
.formatBlock .dl-buying-guide h2 span {
    color: #303030;
    text-align: left!important;
    font-size: 32px!important;
}
.formatBlock .dl-buying-guide,
.formatBlock .dl-buying-guide p,
.formatBlock .dl-buying-guide p strong,
.formatBlock .dl-buying-guide p span {
    color: #303030!important;
    font-weight: normal;
    text-align: left!important;
}
.formatBlock .vc_row.wpb_row.vc_row-fluid.vc_row-has-fill.dl-buying-guide .vc_column-inner {
    padding: 0 15px!important;
}
.formatBlock .dl-buying-guide i {
    display: none;
}
.sidebar > .widget.widget_text .wpsm_arrowlist ul li.br-top a {
    border-bottom: none;
    border-top: 1px solid #f1f1f1;
}
.sidebar > .widget.widget_text .wpsm_arrowlist ul li.br-top:first-child a {
    border-bottom: none;
    border-top: none;
}
.sidebar > .widget.widget_text .wpsm_arrowlist ul li.br-none a {
    border-bottom: none;
    border-top: none;
}
.widget_sidebar {
    position: static;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 10px 3px 10px 10px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 30px;
}
.is-sticky .widget_sidebar {
    max-height: calc(100% - 100px);
}
@media screen and (max-width: 1280px) {
    .skw-title {
        max-width: 244px;
    }
}
@media screen and (max-width: 1023px) {
    .widget_sidebar {
        display: none;
    }
    .sticky-wrapper {
        display: none;
    }
}


/*** sidebar nav ***/
.ntitle {
    font-family: 'Merriweather', serif;
    display: block;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    text-align: left;
    text-transform: none;
    margin: 13px 18px 14px 34px;
    padding: 0 0 11px 0;
    border-bottom: 1px solid #DFE5F0;
}
.nitems {
    display: flex;
    flex-direction: column;
    margin: 0 12px 9px 13px;
}
.nitems-bg {
    background: #f1f1f1;
}
.nitems a.mPS2id-clicked {
    background: #f1f1f1;
}
.nitem {
    position: relative;
    width: 100%;
}
.nitem-dropdown {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #DFE5F0;
    top: 5px;
    left: -8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9;
}
.nitem-dropdown:before{
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    color: #231F20;
}
.nitem-dropdown.nitem-dropdown-close:before {
    content: '\f106';
}

.nitem:not(:last-child){
}
.nitem-link {
    position: relative;
    display: block;
    color: #303030;
    font-size: 15px;
    font-weight: bold;
    padding: 4px 5px 4px 20px;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 8;
}
.subitems {
    margin-top: 2px;
    margin-left: 26px;
}
.subitem {
    width: 100%;
}
.subitem:last-child {
    margin-bottom: 6px;
}
.subitem-link {
    display: block;
    color: #303030;
    padding: 2px 8px 2px 14px;
    text-decoration: none;
    font-size: 14px;
    line-height: 19px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.nitem-curr {
    background: #f1f1f1;
}

.skw-item-img {
    width: 70px;
    min-width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 15px;
    align-self: flex-start;
}
.skw-item-content {
    align-self: flex-start;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    min-height: 70px;
    padding-bottom: 15px;
}
.skw-item-content .skw-item-title {
    padding-top: 0;
    border-bottom: none!important;
    padding-bottom: 4px;
}
.skw-item-meta {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    color: #ACB3C1;
    font-size: 14px;
}
.skw-meta-name {
    margin-right: 3px;
}
.skw-meta-date {}

/** type modern **/
.widget_sidebar.nav-modern, .sidebar > .widget.widget_text.nav-modern {
    padding: 10px 26px;
}
.nav-modern {}
.nav-modern * {
    box-sizing: border-box;
}
.nav-modern .ntitle {
    margin: 14px 0 10px 0;
    border-bottom: none;
}
.nav-modern .nitems {
    margin: 0;
}
.nav-modern .subitems {
    display: none;
    margin-left: 0;
    padding-left: 6px;
}
.nav-modern .subitem-link {
    padding: 2px 8px 2px 0;
}
.nav-modern .nitem-expanded .subitems {
    display: block;
}
.nav-modern .subitem {
    margin-bottom: 4px;
}
.nav-modern .nitem-dropdown {
    display: none;
}
.nav-modern .nitem-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}
.nav-modern .nitem-icon-wrap {
    position: relative;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 9;
}
.nitem-icon-left {
    padding: 0 4px;
}
.nitem-icon {
    display: none;
    justify-content: center;
    align-items: center;
    width: 21px;
    height: 21px;
    border-radius: 4px;
    background: #dfe5f0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.nitem-icon svg {
    width: 10px;
    max-height: 10px;
}
.nitem-icon svg line {
    stroke: #303030;
}
.nitem-icon-collapse {
    display: flex;
}
.nitem-icon-expand {
    display: none;
}
.nitem-expanded .nitem-icon-collapse {
    display: none;
}
.nitem-expanded .nitem-icon-expand {
    display: flex;
}
.nav-modern .subitem-link {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.subitem-chevron {
    font-size: 10px;
    margin-right: 8px;
    display: flex;
    margin-top: 5px;
    justify-content: center;
    align-items: center;
}
.nav-modern .subitem-chevron::before {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: '';
    display: inline-block;
    height: 3px;
    left: 0.15em;
    position: relative;
    top: 3px;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 3px;
}

.nav-modern .subitem-chevron.subitem-chevron-right:before {
    left: 0;
    transform: rotate(45deg);
}
.nav-modern .nitem-link {
    padding: 8px 0;
}
.nav-modern .nitem:not(:first-child) > .nitem-link {
    border-top: 1px solid #DEEBFF;
}
.nav-modern .nitem-curr {
    background: #ffffff;
}

.nanchor-link-inner {
    display: flex;
    width: 100%;
    flex-direction: row;
}