
/*** thsn-ihbox-style-3 ***/
.thsn-ihbox-style-3 .thsn-element-title{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.thsn-ihbox-style-3 .thsn-ihbox-icon-wrapper{
    font-size: 40px;
    line-height: 50px;
    margin-right: 22px;
    text-align: center;
}
.thsn-ihbox-style-3  .thsn-ihbox-contents{
    padding-right: 30px;
}
.thsn-ihbox-style-3 .thsn-ihbox-icon-wrapper{
    transform: scale(1);
    transition: all 200ms linear;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.thsn-ihbox-style-3:hover .thsn-ihbox-icon-wrapper{
    transform: scale(1.1);
    -webkit-transform: scale(-1) rotate(180deg );
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
    color:var(--thsn-logisto-global-color);
}
