/*** thsn-ihbox-style-10 ***/
.thsn-ihbox-style-10{
    background: var(--thsn-logisto-global-color);
    padding: 20px 40px;
    display: inline-block;
}
.thsn-ihbox-style-10 .thsn-element-title{
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0px;
}
.thsn-ihbox-style-10 .thsn-element-heading{
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0;
    color:var(--thsn-logisto-secondary-color);
}
.thsn-ihbox-style-10 .thsn-ihbox-icon-wrapper{
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: var(--thsn-logisto-blackish-color);
}
.thsn-ihbox-style-10  .thsn-ihbox-contents{
    padding-right: 10px;
}
.thsn-ihbox-style-10  .d-flex{
    align-items: center;
    position: relative;
    padding: 12px;
}
.thsn-ihbox-style-10 .thsn-ihbox-icon:before,
.thsn-ihbox-style-10 .thsn-ihbox-icon:after,
.thsn-ihbox-style-10  .d-flex:before,
.thsn-ihbox-style-10  .d-flex:after{
    position: absolute;
    width: 8px;
    height: 8px;
    border-color: var(--thsn-logisto-blackish-color);
    opacity: 0.30;
    border-style: solid;
    content: ' ';
}
.thsn-ihbox-style-10 .d-flex:before{
    top: 0;
    left: 0;
    border-width: 2px 0 0 2px;
}
.thsn-ihbox-style-10 .d-flex:after{
    top: 0;
    right: 0;
    border-width: 2px 2px 0 0;
}
.thsn-ihbox-style-10 .thsn-ihbox-icon:after{
    bottom: 0;
    left: 0;
    border-width: 0 0 2px 2px;
}
.thsn-ihbox-style-10 .thsn-ihbox-icon:before{
    bottom: 0;
    right: 0;
    border-width: 0 2px 2px 0;
}
.thsn-ihbox-style-10:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 40px solid var(--thsn-logisto-global-color);
    border-right: 40px solid transparent;
    left: 0;
    bottom: -40px;
}