/* Call to Action */
.sub-whatapp-icon {
    position: relative;
    z-index: 999999;
}
.sub-whatapp-icon a {
    position: fixed;
    bottom: 30px;
    z-index: 999999;
    right: 30px;
}
.sticky-icon {
    z-index: 999999999;
    position: fixed;
    top: 0;
    left: 0%;
    width: 220px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sticky-icon a {
    transform: translate(-160px, 0px);
    border-radius: 0 0px 0px 0;
    text-align: right;
    margin: 2px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    font-size: 18px;
    transition: all 0.8s;
    position: relative;
}
.sticky-icon a::before {
    width: 26px;
    height: 60px;
    content: "";
    background: url(../images/right-tr.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: -19px;
}
.sticky-icon a:hover {
    color: #fff;
    transform: translate(0px, 0px);
}
.sticky-icon a:hover i {
    transform: rotate(360deg);
}
/*.search_icon a:hover i  {
transform:rotate(360deg);}*/
.Facebook {
    background-color: #2c80d3;
    color: #fff;
}
.Youtube {
    background-color: #fa0910;
    color: #fff;
}
.Twitter {
    background-color: #53c5ff;
    color: #fff;
}
.Instagram {
    background-color: #fd1d1d;
    color: #fff;
}
.Google {
    background-color: #d34836;
    color: #fff;
}
.sticky-icon a i {
    background-color: #fff;
    height: 40px;
    width: 40px;
    color: #000;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin: 0 -4px 0 10px;
    transition: all 0.5s;
}
.sticky-icon a i.fa-facebook-f {
    background-color: #fff;
    color: #2c80d3;
}
.sticky-icon a i.fa-google-plus-g {
    background-color: #fff;
    color: #d34836;
}
.sticky-icon a i.fa-instagram {
    background-color: #fff;
    color: #fd1d1d;
}
.sticky-icon a i.fa-youtube {
    background-color: #fff;
    color: #fa0910;
}
.sticky-icon a i.fa-twitter {
    background-color: #fff;
    color: #53c5ff;
}
.fas fa-shopping-cart {
    background-color: #fff;
}
#myBtn {
    height: 50px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    text-align: center;
    padding: 10px;
    text-align: center;
    line-height: 40px;
    border: none;
    outline: none;
    background-color: #3939ab;
    color: white;
    cursor: pointer;
    border-radius: 50%;
}
.fa-arrow-circle-up {
    font-size: 30px;
}
#myBtn:hover {
    background-color: #555;
}
.all-icon-color {
    background-color: #3939ab;
}
/* Call to Action End */