.dl-none {
    display: none;
}
.text-center {
    text-align: center;
}
.justify-center {
    justify-content: center;
}

.bgmn {
    background-color: var(--color-primary);
}
.color-danger {
    color: red !important;
}

.post-feed {
    padding: 10px 26px 14px 26px;
    background: #ffffff;
    font-size: 15px;
    border: 1px solid rgb(172, 179, 193);
    border-radius: 6px;
    overflow: hidden;
}
.sidebar-feed-item, .content .post-feed li.sidebar-feed-item {
    margin: 0;
    padding: 6px 0;
}
.post-feed ul, .content .post-feed ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar .post-feed .sidebar-list {
    padding: 0;
}
.feed__title {
    font-family: Merriweather, serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    margin: 14px 0 18px 0;
    text-align: left;
}
.sidebar-feed-item:not(:last-child){
    border-bottom: 1px dashed rgb(172, 179, 193);
}
.sidebar-feed-item a {
    color: var(--color-primary);
    font-weight: bold;
    text-transform: capitalize;
}
.sidebar-feed-item a:hover {
    text-decoration: underline;
}

.post-feed-mobile {
    display: none;
    margin-bottom: 20px;
    padding: 0;
    border: none;
}
.post-feed-mobile ul, .content .post-feed-mobile ul {
    list-style: inside;
}
@media (max-width: 1023px) {
    .post-feed {
        display: none;
    }
    .post-feed-mobile {
        display: block;
        margin-bottom: 20px;
    }
}

.tsw-header-wrap {
    position: relative;
    display: block;
    max-width: 1099px;
    margin: 0 auto;
}
.tsw-header-wrap h1, .static-page .tsw-header-wrap  h1 {
    font-size: 56px;
    line-height: 1.26em;
    letter-spacing: 1px;
    text-align: center;
}

/** fix product card image **/
.product-v1 .product-card .product-info__img img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 300px;
    object-fit: contain;
}

@media screen and (max-width: 580px) {
    .product-v1 .product-card .product-info .mobile-img-wrap img {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 300px;
        object-fit: contain;
    }
}

/*** Hub pages widget ***/
.hp-wrap {
    display: flex;
    margin: 12px 9px 12px 0;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 23px 20px 12px 32px;
}
.hp-header {
    min-width: 307px;
    max-width: 307px;
    margin-right: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.hp-title, h1.hp-title, h2.hp-title, h3.hp-title, p.hp-title {
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.36em;
    letter-spacing: initial;
    color: #231F20;
    margin: 0;
    margin-bottom: 86px;
}
.hp-header-actions {
    width: 100%;
    margin-left: -15px;
    margin-bottom: 15px;
    align-self: flex-end;
}
.hp-more {
    position: relative;
    display: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-transform: none;
    background: #F6F8FC;
    border-radius: 4px;
    color: #231F20;
    padding: 14px 12px 16px 15px;
}
.hp-more.hp-more-active {
    display: flex;
}
.hp-more-icon {
    width: 12px;
    height: 8px;
    margin-left: 20px;
}

.hp-more:hover, .hp-more:active, .hp-more:focus {
    text-decoration: none;
    opacity: 0.7;
}
.hp-content {
    margin-top: 5px;
}
.hp-header, .hp-content {
    flex:1;
}
.hp-item {
    line-height: 1em;
    margin-bottom: 12px;
}
.hp-item.hp-d-none {
    display: none;
}
a.hp-link {
    font-weight: normal;
    font-size: 15px;
    line-height: 1.5em;
    text-decoration: none;
    text-transform: capitalize;
    color: #103244;
}
a.hp-link:hover {
    opacity: 0.7;
    text-decoration: underline;
    color: #103244;
}
.hp-footer-actions {
    display: none;
    margin: 20px 0 0 0;
}
.hp-more.hp-more-footer {
    display: none;
}
@media screen and (max-width: 768px) {
    .hp-wrap {
        display: flex;
        flex-direction: column;
        padding: 20px 20px;
        margin-right: 0;
    }
    .hp-title, h1.hp-title, h2.hp-title, h3.hp-title, p.hp-title {
        margin-bottom: 12px;
    }
    .hp-header {
        min-width: 100%;
        max-width: 100%;
    }
    .hp-header-actions {
        display: none;
    }
    .hp-more.hp-more-header {
        display: none;
    }
    .hp-footer-actions {
        display: flex;
    }
    .hp-more.hp-more-footer {
        display: block;
    }
    .hp-item.hp-d-none {
        display: block;
    }
}

/** widget rating system **/
.widget__rating-system {
    margin-bottom: 30px;
    background: #ffffff;
    border: 1px solid #ACB3C1;
    border-radius: 6px;
    overflow: hidden;
}
.rating-card {
    background: #FFFFFF;
}

.rating-system a {
    text-decoration: none;
    font-weight: bold;
}
.rating-system a:hover {
    opacity: 0.6;
    text-decoration: underline;
}

.rating-system {
    max-width: 336px;
    padding: 30px 28px;
}

.rating-system__header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.rating-system__rate {
    margin-left: 20px;
    font-family: 'Merriweather';
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}

.rating-system__rate-description {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
}

.rating-system__title {
    font-family: 'Merriweather';
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
}

.rating-system__title-description {
    font-size: 15px;
    line-height: 25px;
}
/** widget rating system END **/

/** trusted links **/
.trl-wrap {
    position: relative;
    display: inline-block;
}
.trl-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
a.trl-link {}
a.trl-link:hover {
    text-decoration: none;
}
.trl-link-wrap {}
.trl-link:hover .trl-link-wrap {
    text-decoration: underline;
}
.trl-position {
    font-size: 10px;
    align-self: flex-start;
    margin-left: 3px;
    text-decoration: none;
    margin-top: -6px;
    max-height: 8px;
}

.trl-link svg {
    align-self: flex-start;
    width: 6px;
    height: 5px;
    padding-top: 7px;
    margin-left: 3px;
}

.trl-tooltip {
    visibility: hidden;
    width: 336px;
    color: #231F20;
    padding: 20px 25px 25px 25px;
    background: #FFFFFF;
    box-shadow: 0 4px 24px rgba(39, 30, 7, 0.2);
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}
.trl-tooltip.trl-tooltip-disabled {
    display: none;
}
.trl-wrap:hover .trl-tooltip {
    visibility: visible;
    z-index: 22;
}

.trl-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 18px;
}
.trl-header-icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 17px;
    height: 17px;
    margin-right: 7px;
    border-radius: 50%;
    overflow: hidden;
}
.trl-header-icon svg {
    position: relative;
    z-index: 4;
}
.trl-title {
    display: block;
    font-family: 'Merriweather', serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.36em;
    margin-bottom: 10px;
}
.trl-content {
    display: block;
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 20px;
}
.trl-domain {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: -1px;
}
.trl-domain .trl-domain-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3em;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}
.trl-domain-link svg {
    width: 11px;
    height: 11px;
    margin-left: 8px;
}
a.trl-domain-link {
    font-weight: normal;
}

.trl-header-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.1;
    z-index: 3;
}
/** trusted links END **/

/* references */
.ref-wrap {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.ref-title, .formatBlock .ref-title, .formatBlock .wpb_wrapper .ref-title {
}
.ref-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.ref-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 12px;
}
.ref-item-position {
    display: flex;
    flex-direction: row;
    width: auto;
    word-break: keep-all!important;
    word-wrap: normal !important;
    margin-right: 8px;
    font-weight: bold;
}
.ref-item-content {}
.ref-item-title {
    margin-bottom: 8px;
    font-weight: bold;
}
.ref-item-description {
    margin-bottom: 8px;
}
.ref-item-links {}
.ref-item-link {}
/* references END */
.related-articles {
    margin-bottom: 30px;
}
.specifications {
    margin-bottom: 30px;
}

@media (max-width: 1023px) {
    .review-fix-header__links .price-link {
        display: none !important;
    }
    .review-fix-header__links .price-link:nth-child(1) {
        display: flex !important;
    }
    .review-fix-header__links .price-link:nth-child(2) {
        display: flex !important;
    }
}
.header-v4 .submenu__item {
    text-transform: capitalize;
}
.header-v4 .submenu__item > a {
    white-space: normal;
    line-height: 1.3em;
}
.grid-item__excerpt {
    margin-top: 6px;
    margin-bottom: 8px;
    color: #303030;
}
.grid-v13 .grid-item__desc a {
    color: var(--color-primary);
    font-weight: bold;
}
.grid-v5 .grid-item__desc a {
    color: var(--color-primary);
    font-weight: 700;
}