.ca-sticky-overlay .ca-sticky-popup {
    width: 64%;
    position: fixed;
    bottom: 0;
    padding-left: 15px;
    left: 15%;
    z-index: 10;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 9999
}

.ca-sticky-overlay .ca-sticky-popup .ca-sticky-close {
    position: absolute;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: 30px;
    font-weight: 700;
    cursor: pointer;
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    top: -20px;
    right: -15px
}

.ca-sticky-overlay .ca-sticky-popup .ca-sticky-close .ca-sticky-close-btn {
    margin-top: 0;
    margin-left: 6px;
    font-size: 20px
}

.ca-sticky-overlay .ca-sticky-popup .ca-sticky-close:hover {
    color: #06d85f
}

.ca-sticky-overlay .ca-sticky-popup .ca-sticky-content-wrapper {
    width: 85%;
    vertical-align: top;
    padding-top: 5px;
    float: left
}

.ca-sticky-overlay .ca-sticky-popup .ca-sticky-content-wrapper .ca-sticky-content {
    display: inline-block;
    vertical-align: middle;
    width: 32%;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 40px
}

.ca-sticky-overlay .ca-sticky-popup .ca-sticky-btn-wrapper {
    float: right
}

.ca-sticky-overlay .ca-sticky-popup .ca-sticky-button {
    -webkit-transition: background 150ms ease-in-out;
    transition: background 150ms ease-in-out;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    font-size: .88889em;
    font-weight: 700;
    line-height: 1.2;
    outline: 0;
    padding: .76rem 1rem;
    text-decoration: none;
    vertical-align: bottom;
    width: 120px;
    min-height: 55px;
    outline: 0
}

.ca-sidebar-left {
    position: fixed;
    z-index: 9999;
    right: 10px;
    top: 30%;
    height: 40%;
    width: 300px;
    overflow: hidden;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.ca-sidebar-left.ca-sidebar-list {
    left: 0
}

.ca-sidebar-left.ca-sidebar-list.closed .ca-sidebar-left-trigger {
    right: auto;
    left: 0
}

.ca-sidebar-left.ca-sidebar-list.closed .ca-sidebar-left-content {
    left: -100%;
    right: 100%
}

.ca-sidebar-left.ca-sidebar-list .ca-sidebar-left-content {
    left: 0
}

.ca-sidebar-left.ca-sidebar-list .ca-sidebar-left-content .ca-content-wrapper {
    text-align: left;
    margin-left: 20px
}

.ca-sidebar-left.ca-sidebar-list .ca-sidebar-left-content .ca-content-wrapper .content-1 {
    font-size: 15px;
    line-height: 40px
}

.ca-sidebar-left.ca-sidebar-list .ca-sidebar-left-content .ca-content-wrapper .content-1 .checkmark {
    float: left;
    margin-right: 10px
}

.ca-sidebar-left.ca-sidebar-list .ca-sidebar-left-content .ca-content-wrapper .ca-height {
    height: 180px;
    overflow: hidden;
    padding-top: 25px
}

.ca-sidebar-left.ca-sidebar-list .ca-sidebar-left-trigger {
    left: 87%
}

.ca-sidebar-left.closed .ca-sidebar-left-trigger {
    left: auto;
    right: 25px
}

.ca-sidebar-left.closed .ca-sidebar-left-content {
    left: 100%;
    right: -100%
}

.ca-sidebar-left .ca-sidebar-left-trigger {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 96%;
    margin-right: -25px;
    width: 40px;
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    line-height: 100%;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.ca-sidebar-left .ca-sidebar-left-trigger .ca-sidebar-title {
    height: 100%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    width: 255px;
    margin-left: 10px
}

.ca-sidebar-left .ca-sidebar-left-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 35px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.ca-sidebar-left .ca-sidebar-left-content .ca-content-wrapper {
    text-align: center;
    height: 100%;
    padding-top: 15px
}

.ca-sidebar-left .ca-sidebar-left-content .ca-content-wrapper .content-1 {
    font-size: 30px;
    line-height: 54px;
    min-height: 45px
}

.ca-sidebar-left .ca-sidebar-left-content .ca-content-wrapper .content-2 {
    font-size: 40px;
    line-height: 54px;
    min-height: 45px
}

.ca-sidebar-left .ca-sidebar-left-content .ca-content-wrapper .content-3 {
    font-size: 30px;
    line-height: 54px;
    min-height: 45px
}

.ca-sidebar-left .ca-sidebar-left-content .ca-sidebar-btn {
    min-width: 200px;
    border-radius: 23px;
    padding: 6px 24px;
    height: 44px;
    border: none;
    outline: 0
}

.ca-sidebar-left .ca-sidebar-left-content .ca-sidebar-btn.button-mb-20 {
    margin-top: 20px
}

.ca-sidebar-left .ca-title-wrapper {
    float: left
}

.ca-sidebar-left .ca-title-wrapper.ca-title-content-wrapper {
    width: 85%;
    text-align: center
}

.ca-sidebar-left .ca-title-wrapper .ca-triangle {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle
}

.ca-sidebar-left .ca-title-wrapper .ca-triangle.ca-right {
    border-top: solid 10px #c81e32;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent
}

.ca-sidebar-left .ca-title-wrapper .ca-triangle.ca-left {
    border-bottom: solid 10px #c81e32;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent
}

.ca-popup-messenger-wrapper {
    bottom: 0;
    margin: 0!important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: fixed;
    width: 360px;
    max-height: 100vh;
    overflow: auto;
    z-index: 9000;
    font-size: 18px;
    line-height: 32px
}

.ca-popup-messenger-wrapper.ca-popup-left {
    left: 24px
}

.ca-popup-messenger-wrapper.ca-popup-right {
    right: 24px
}

.ca-popup-messenger-wrapper .ca-messenger-popup-title {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 12px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    cursor: pointer
}

.ca-popup-messenger-wrapper .ca-messenger-popup-title a {
    text-decoration: none!important
}

.ca-popup-messenger-wrapper .ca-msngr-list-view {
    font-size: 15px
}

.ca-popup-messenger-wrapper .ca-popup-messenger-content-wrapper {
    color: #333
}

.ca-popup-messenger-wrapper .ca-popup-messenger-content-wrapper.ca-is-active {
    display: block
}

.ca-popup-messenger-wrapper .ca-popup-messenger-content-wrapper.ca-popup-not-active {
    display: none
}

.ca-popup-messenger-wrapper .ca-popup-messenger-content-wrapper .ca-msngr-image-wrapper {
    display: block
}

.ca-popup-messenger-wrapper .ca-popup-messenger-content-wrapper .ca-msngr-content-wrapper {
    padding: 15px
}

.ca-popup-messenger-wrapper .ca-popup-messenger-content-wrapper .ca-msngr-title {
    margin: 0;
    margin-bottom: 15px
}

.ca-popup-messenger-wrapper .ca-popup-messenger-content-wrapper .ca-msngr-btn-link {
    display: block
}

.ca-popup-messenger-wrapper .ca-popup-messenger-content-wrapper .ca-msngr-btn {
    width: 100%;
    border: none;
    border-radius: 0;
    height: 55px;
    outline: 0
}

.ca-popup-messenger-wrapper .center {
    text-align: center
}

.ca-popup-messenger-wrapper .right {
    text-align: right
}

.ca-popup-messenger-wrapper .left {
    text-align: left
}

.ca-popup-messenger-wrapper .ca-up-down-arrow {
    background: #f60;
    position: relative;
    display: block
}

.ca-popup-messenger-wrapper .ca-up-down-arrow .triangle {
    position: absolute
}

.ca-popup-messenger-wrapper .ca-up-down-arrow .triangle.down {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    top: 20px
}

.ca-popup-messenger-wrapper .ca-up-down-arrow .triangle.up {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-top: none
}
 
.ca-delayedPopupWindow {
    display: none;
    position: fixed;
    width: auto;
    max-width: 360px;
    top: 15%;
    z-index: 999999;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    line-height: 40px;
    font-size: 12px;
    font-weight: 400
}

.ca-delayedPopupWindow.left {
    left: 2%
}

.ca-delayedPopupWindow.right {
    left: 70%
}

.ca-delayedPopupWindow.center {
    left: 35%
}

.ca-delayedPopupWindow .ca-overlay-title-wrapper {
    padding: 10px
}

.ca-delayedPopupWindow .ca-title {
    position: relative;
    display: block
}

.ca-delayedPopupWindow .ca-msngr-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700
}

.ca-delayedPopupWindow .ca-content {
    font-size: 16px
}

.ca-delayedPopupWindow .ca-overlay-image-wrapper {
    height: 500px;
    overflow: hidden;
    width: 360px
}

.ca-delayedPopupWindow .ca-overlay-list-view,
.ca-delayedPopupWindow .ca-overlay-msg-box {
    padding: 20px;
    width: 360px;
/* Siuke code below */
	line-height: 20px;
	
}

.ca-delayedPopupWindow .ca-overlay-heading {
    margin: 0
}

.ca-delayedPopupWindow .ca-overlay-list-content-wrapper {
    margin-top: 10px
}

.ca-delayedPopupWindow .ca-overlay-btn-link {
    display: block
}

.ca-delayedPopupWindow .ca-overlay-btn {
    width: 100%;
    border: 0;
    border-radius: 0;
    height: 56px;
    outline: 0
}

.ca-delayedPopupWindow .center {
    text-align: center
}

.ca-delayedPopupWindow .right {
    text-align: right
}

.ca-delayedPopupWindow .left {
    text-align: left
}

.ca-delayedPopupWindow .ca-overlay-close {
    position: absolute;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: 30px;
    font-weight: 700;
    cursor: pointer;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    top: -20px;
    right: -15px
}

.ca-delayedPopupWindow .ca-overlay-close .ca-overlay-close-btn {
    margin-top: -6.5px;
    margin-left: 3.5px;
	font-weight: bold;
	
}

.ca-delayedPopupWindow .ca-overlay-close:hover {
    color: #06d85f
}

@media screen and (min-width:1370px) {
    .ca-sidebar-left .ca-sidebar-left-trigger .ca-sidebar-title {
        width: 277px
    }
}

.ca-sidebar-left-content .ca-content-wrapper a {
    box-shadow: 0!important
}

.ca-sidebar-list-wrapper .ca-sidebar-left.closed {
    width: 40px
}

.ca-sidebar-wrapper .ca-sidebar-left.closed {
    width: 40px
}

.ca-sidebar-list-wrapper .ca-sidebar-left.closed {
    width: 40px
}

.ca-urgency-popup-wrapper {
    position: fixed;
    z-index: 9999999999999
}

.ca-urgency-popup-wrapper.top-left {
    top: 20px;
    left: 20px
}

.ca-urgency-popup-wrapper.top-right {
    top: 20px;
    right: 20px
}

.ca-urgency-popup-wrapper.bottom-left {
    bottom: 20px;
    left: 20px
}

.ca-urgency-popup-wrapper.bottom-right {
    bottom: 20px;
    right: 20px
}

.ca-urgency-popup-wrapper .ca-widget-2 {
    margin-top: 30px
}

.ca-urgency-popup-wrapper .ca-widget-1,
.ca-urgency-popup-wrapper .ca-widget-2 {
    display: none
}

.ca-urgency-popup-wrapper .ca-urgency-notification {
    width: 320px;
    border: 0;
    text-align: left;
    z-index: 99999;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 6px;
    box-shadow: 2px 2px 10px 2px rgba(11, 10, 10, .2);
    position: relative;
    cursor: pointer;
    display: none
}

.ca-urgency-popup-wrapper .ca-urgency-notification.second-urgency,
.ca-urgency-popup-wrapper .ca-urgency-notification.third-urgency {
    margin-top: 30px
}

.ca-urgency-popup-wrapper .ca-urgency-notification .ca-urgency-notification-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px
}

.ca-urgency-popup-wrapper .ca-urgency-notification .ca-urgency-notification-container .ca-urgency-notification-image-wrapper {
    margin-left: 10px
}

.ca-urgency-popup-wrapper .ca-urgency-notification .ca-urgency-notification-container .ca-urgency-notification-image-wrapper img {
    max-height: 75px;
    width: 90px;
    overflow: hidden;
    border-radius: 6px 0 0 6px;
    -o-object-fit: cover;
    object-fit: cover
}

.ca-urgency-popup-wrapper .ca-urgency-notification .ca-urgency-notification-container .ca-urgency-notification-content-wrapper {
    margin: 0;
    height: 100%;
    color: gray;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0 6px 6px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ca-urgency-popup-wrapper .ca-urgency-notification .ca-urgency-notification-container .ca-urgency-notification-content-wrapper .ca-urgency-notification-content {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    color: red
}

.ca-urgency-popup-wrapper .ca-urgency-notification .ca-urgency-close {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 12px;
    width: 12px;
    cursor: pointer;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
}

.ca-urgency-popup-wrapper .ca-urgency-notification .ca-urgency-close::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: gray;
    position: absolute;
    left: 0;
    top: 5px
}

.ca-urgency-popup-wrapper .ca-urgency-notification .ca-urgency-close::after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background-color: gray;
    position: absolute;
    left: 5px;
    top: 0
}

.ca-urgency-popup-wrapper .ca-urgency-notification:hover .ca-urgency-close {
    opacity: 1
}

@media only screen and (max-width:767px) {
    .ca-delayedPopupWindow,
    .ca-popup-messenger-wrapper,
    .ca-sidebar-wrapper,
    .ca-sticky-overlay,
    .ca-urgency-popup-wrapper {
        display: none
    }
}