/* Sticky Icons */
.sticky-icon-links {
    position: fixed;
    right: 10px;
    top: 200px;
    z-index: 10;
}
@media (max-width: 767px) {
    .sticky-icon-links,
    .demos-list {
        display: none;
    }
}
.sticky-icon-links ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
}
.sticky-icon-links li:not(:last-child) {
    margin-bottom: 5px;
}
.sticky-icon-links .fa-shopping-cart:before {
    margin-left: -2px;
}
.sticky-icon-links li a {
    display: flex;
    align-items: center;
    border-radius: 3px;
    background: #33363b;
    color: #fff;
    overflow: hidden;
    transition: color .3s, background-color .3s;
}
.sticky-icon-links li:nth-child(5) a {
    background: var(--rio-primary-color, #27c);
}
.sticky-icon-links li a:hover span {
    width: 125px;
    padding-right: 10px;
}
.sticky-icon-links li:nth-child(1) a:hover span {
    width: 62px;
}
.sticky-icon-links li:nth-child(3) a:hover span {
    width: 70px;
}
.sticky-icon-links li:nth-child(4) a:hover span {
    width: 70px;
}
.sticky-icon-links li:nth-child(5) a:hover span {
    width: 80px;
}
.sticky-icon-links li i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    font-size: 20px;
}
.sticky-icon-links li span {
    display: inline-block;
    white-space: nowrap;
    width: 0;
    text-transform: capitalize;
    font-weight: 600;
    transition: width .3s;
}
/* Demos List */
.demos-list {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}
.demos-list.show {
    opacity: 1;
    visibility: visible;
}
.demos-list .demos-close {
    position: absolute;
    top: 20px;
    left: 20px;
    transition: transform .3s;
}
.demos-list .close-icon:after, .demos-list .close-icon:before {
    background-color: #fff;
}
.demos-list .demos-close:hover {
    opacity: 1;
    transform: scale(1.1) rotateZ(180deg);
}
.demos-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
}
.demos-content {
    position: relative;
    margin-left: auto;
    max-width: 600px;
    height: 100%;
    transform: translateX(600px);
    background: #282B30;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.6);
    transition: transform .3s;
    overflow-x: hidden;
}
.demos-content .d-loading {
    background: none;
}
.demos-list.show .demos-content {
    transform: translateX(0);

}

.demos {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    padding: 20px 30px;
    letter-spacing: -0.025em;
    text-align: center;
}
.demos-title {
    padding-top: 40px;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.demos .demo-wrapper {
    padding: 10px;
    flex: 0 0 50%;
    max-width: 50%;
}
.demos .demo-wrapper,.demos a,.demos a.active {
    position: relative;
    color: #fff;
}
.demos .demo-wrapper img,.demos a.active img,.demos a img {
    transition: transform .3s;
}
.demos .demo-wrapper .demo-links,.demos a.active .demo-links,.demos a .demo-links {
    position: absolute;
    right: 20px;
    top: 20px
}
.demos .demo-wrapper .demo-links>a,.demos a.active .demo-links>a,.demos a .demo-links>a {
    opacity: 0;
    transform: translateX(20px);
    transition: opacity .3s, transform .3s, background-color .3s
}
.demos .demo-wrapper:hover img,.demos a.active:hover img,.demos a:hover img {
    transform: translateY(-5px)
}
.demos .demo-wrapper:hover .demo-links>a,.demos a.active:hover .demo-links>a,.demos a:hover .demo-links>a {
    opacity: 1;
    transform: translateX(0);
}
.demos .demo-links>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    background-color: #33363b;
    background-position: center;
    background-repeat: no-repeat
}
.demos .demo-links>a+a {
    margin-top: 10px
}
.demos .demo-links>a:hover {
    background-color: #1c72dd
}
.demo-links .wpb-link {
    background-image: url(images/icon-wpbakery.png)
}
.demo-links .elementor-link {
    background-image: url(images/icon-elementor.png)
}
.demos a {
    display: inline-block;
}
.demos .demo-wrapper:hover svg {
    transition: transform .3s
}
.demos .demo-wrapper a.disabled {
    opacity: 0.2;
    pointer-events: none
}
.demos svg {
    vertical-align: -8px;
    fill: #fff
}
.demos img {
    display: block;
    margin: auto;
    border-radius: 3px;
    width: 100%;
    background: #31363e;
}
.demo-wrapper > a {
    width: 100%;
}

.demo-wrapper .demo-title {
    display: inline-block;
    min-height: 5.2rem;
    margin: -2.6rem 0 1.25vw;
    padding: 0.95em 2.8em;
    background-color: #33363b;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    min-width: 15rem;
    backface-visibility: hidden
}

.demo-wrapper .demo-title:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    width: 0;
    height: 0;
    transform: translate(-50%,-50%);
    background: linear-gradient(104deg,#1c72dd,#5349ff);
    border-radius: 50%;
    opacity: 0.2;
    transition: .3s
}

.demo-wrapper .demo-title span:before {
    content: "";
    display: inline-block;
    background: url(images/demo-shape.png) center no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 5px;
}

.demo-wrapper a:hover .demo-title:before {
    width: 350%;
    padding-top: 200%;
    opacity: 1
}
