
.crt-pc-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.crt-pc-btn {
    border: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
}

.elementor a.crt-pc-btn {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.crt-pc-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.crt-pc-btn-icon-right .crt-pc-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.crt-pc-btn-icon-left .crt-pc-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.crt-pc-btn-icon-bottom .crt-pc-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.crt-pc-btn-icon-top .crt-pc-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.crt-pc-btn-align-fixed .crt-pc-btn {
    position: fixed;
    z-index: 9999;
}

.crt-pc-btn-align-fixed-right .crt-pc-btn {
    left: auto;
}

.crt-pc-btn-align-fixed-left .crt-pc-btn {
    right: auto;
}
