.floating-right-sidebar {
    border-radius: 5px 0px 0px 5px;
    position: fixed;
    z-index: 1001;
    display: flex;
    top: calc(50% - ((55px*6)/2));
    margin-right: 0px;
    right: 0;
    left: auto;
    height:100%;
    align-items: flex-end;
    flex-direction: column;
    -webkit-transition: .3s ease;
    box-shadow: none;
    background: transparent;
    opacity: 1;
    visibility: hidden;
}

.floating-right-sidebar .item.top-border{
    content: '';
    width: 2px;
    height: 30px;
    position: relative;
    background-color: #ff7900;
    right:50%;
    top: -10px;
}

.floating-right-sidebar .item.bottom-border{
    content: '';
    width: 2px;
    height: 30px;
    position: relative;
    background-color: #ff7900;
    right:50%;
}

.scroll-down-button {
    writing-mode: vertical-lr;
    position: relative;
    right: 25%;
    color: #ff7900;
    text-wrap:nowrap;
    top:5px;
}


.floating-right-sidebar .item {
    display: flex;
    position: relative;
    vertical-align: bottom;
    align-items: center;
    justify-content: center;
    margin-right: 0px;
    transition: all 0.3s ease-in-out;
}

.floating-right-sidebar .item:hover {
    animation: shake 1.5s ease-in-out;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(-5px);
    }
}

.floating-right-sidebar .item a {
    display: block;
    text-align: center;
    font-size: 30px;
    padding: 0px;
    cursor: pointer;
    z-index: 1;
    width: 50px;
    height: 50px;
}
.floating-right-sidebar .item a.mobile-call-button{position:absolute;padding:20px;bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;font-size:21px;box-shadow:0 -3px 5px -1px rgba(0,0,0,.75);animation:green-glowing 1.5s infinite}
.floating-right-sidebar .item a.mobile-call-button-spacer{padding-left:20px;padding-right:20px}
.cart-glowing{animation:blue-glowing 1.5s infinite}
.floating-right-sidebar .toggle-status-icon:before{content:"\f0d9"}
.floating-right-sidebar.collapsed .toggle-status-icon:before{content:"\f0da"}
.floating-right-sidebar .expand-text{display:none}
.floating-right-sidebar .collapse-text{display:inline}
.floating-right-sidebar.collapsed .expand-text{display:inline}
.floating-right-sidebar.collapsed .collapse-text{display:none}
.floating-right-sidebar.collapsed .item.collapsable-item{display:none!important;visibility:hidden!important}
.floating-right-sidebar .toggle-status-icon:before{content:"\f066"}
.floating-right-sidebar.collapsed .toggle-status-icon:before{content:"\f065"}
.floating-right-sidebar > .item:last-child {display:none}
.floating-right-sidebar .item:hover {
}

.floating-right-sidebar .item .description {
    right: 50px;
    transition: .6s;
    z-index: -1;
    padding: 5px;
    background: #111;
    color: #fff;
    justify-content: center;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    width: 200px;
    display: none;
}
.floating-right-sidebar .item:hover .description {
    /* display: inline-block; */
    display: ;
}
.floating-right-sidebar .item:hover .description:before {
    content: "";
    border-style: solid;
    border-width: 10px 0px 10px 10px;
    border-color: transparent transparent transparent #000000;
    position: absolute;
    right: -5px;
}
.floating-right-sidebar .item .fa-phone {
    color: #cd0000;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.floating-right-sidebar .item .chat_plugin_toggle > img {
    height: 30px!important;
    width: 30px!important;
}
.floating-right-sidebar .item .fa:hover {
    color: green;
}
.floating-right-sidebar .item .additional-floating-sidebar-button-6 {
    /* box-shadow: 0 0 0 0 #cd0000;
    border-radius: 50%;
    transition: all .5s;
    transform-origin: 50% 50%;
    animation: zoom 1.3s infinite; */
}
.float-show {
    opacity: 1;
    visibility: visible;
}
@keyframes red-glowing{0%{background-color:#b20000;box-shadow:0 0 3px #b20000}50%{background-color:red;box-shadow:0 0 40px red}100%{background-color:#b20000;box-shadow:0 0 3px #b20000}}
@keyframes blue-glowing{0%{background-color:#1200b2;box-shadow:0 0 3px #1200b2}50%{background-color:#1900ff;box-shadow:0 0 40px #1900ff}100%{background-color:#1200b2;box-shadow:0 0 3px #1200b2}}
@keyframes green-glowing{0%{background-color:#007205;box-shadow:0 0 3px #007205}50%{background-color:#019608;box-shadow:0 0 40px #019608}100%{background-color:#007205;box-shadow:0 0 3px #007205}}
@keyframes yellow-grey-glowing{0%{background-color:#7a5503;box-shadow:0 0 3px #7a5503}50%{background-color:#ba8000;box-shadow:0 0 40px #ba8000}100%{background-color:#7a5503;box-shadow:0 0 3px #7a5503}}
@-webkit-keyframes phone-vr-circle-fill {
  0% {-webkit-transform: rotate(0) scale(1) skew(1deg);  }
  10% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  20% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  30% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  40% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  50% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
  100% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
}
@-webkit-keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}@keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}
.lds-roller{display:inline-block;position:relative;width:80px;height:80px}
.lds-roller div{animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;transform-origin:40px 40px}
.lds-roller div:after{content:" ";display:block;position:absolute;width:7px;height:7px;border-radius:50%;background:#111;margin:-4px 0 0 -4px}
.lds-roller div:nth-child(1){animation-delay:-36ms}.lds-roller div:nth-child(1):after{top:63px;left:63px}
.lds-roller div:nth-child(2){animation-delay:-72ms}.lds-roller div:nth-child(2):after{top:68px;left:56px}
.lds-roller div:nth-child(3){animation-delay:-108ms}.lds-roller div:nth-child(3):after{top:71px;left:48px}
.lds-roller div:nth-child(4){animation-delay:-144ms}.lds-roller div:nth-child(4):after{top:72px;left:40px}
.lds-roller div:nth-child(5){animation-delay:-.18s}.lds-roller div:nth-child(5):after{top:71px;left:32px}
.lds-roller div:nth-child(6){animation-delay:-216ms}.lds-roller div:nth-child(6):after{top:68px;left:24px}
.lds-roller div:nth-child(7){animation-delay:-252ms}.lds-roller div:nth-child(7):after{top:63px;left:17px}
.lds-roller div:nth-child(8){animation-delay:-288ms}.lds-roller div:nth-child(8):after{top:56px;left:12px}
@keyframes lds-roller{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}

@media (min-width: 760px){
    .floating-right-sidebar .item a{
        border-top: none; 
        border-bottom:  none;
    }
    
}

@media (max-width: 759px){
    .floating-right-sidebar::before{
        right:4.5%;
        top:-4%;
        width: 1px;
        height: 25px;
    }
    .hidden-sm {
        display: none !important;
    }
    
    .floating-right-sidebar::after{
        right:4.5%;
        top:33%;
        width: 1px;
        height: 25px;
        
    }
    .scroll-down-button {
        right: 2.5%;
        top: 39%;
    }
}

.floating-right-sidebar .item a {
    border: none;
    background: transparent!important;
}