* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif ;
}

body {
    margin: 0;
    padding: 0;
    font-size:14px !important;
}

.fluid {
    background-color: #faaf18;
    color: rgba(255, 255, 255, 0.8);
    /* height: 50px;
    line-height: 50px; */
    font-size: 14px;
}

.container-fluid {
    max-width: 1240px;
}

.row .heading--1 {
    display: flex;
    align-items: center;
}

.heading--1 span i {
    margin-right: 5px;
    font-size: 20px;
}

.row .heading--2 {
    text-align: end;
}

.row .heading--2 a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.row .heading--2 a:hover {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.fa-shopping-cart,
.fa-search {
    font-size: 14px;
    color: #000;
    padding: 0 5px;
}

.heading--2 .textLeft {
    display: inline-block;
    margin: 5px 0;
    margin-right: 20px;
    position: relative;
}

.heading--2 .textLeft input {
    max-width: 100%;
    border-radius: 3px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    outline: none;
    padding: 8px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    width: 210px;
}

.heading--2 .textLeft input::-webkit-input-placeholder{
  color: rgba(255, 255, 255, 0.8);
}

.heading--2 .textLeft button {
    color: #fff;
    position: absolute;
    background: transparent;
    top: 0;
    right: 0;
    border: none;
    height: 100%;
}

.heading--2 .textLeft button i {
    color: #fff;
}

.navbar-navigation {
    display: block;
    /*background-color: #FEFCFC;*/
    /*box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);*/
}

.navigation {
    height: 70px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.navigation .row {
    align-items: center;
    height: 100%;
}

.navbar_brand {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.hide-for-medium {
    /* display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center; */
    width: 100%;
    height: 100%;
}

.hide-for-medium ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.hide-for-medium li {
    list-style: none;
    padding: 0 15px;
}
.hide-for-medium li.activecolor>a{
  color: #faaf18;
}

.hide-for-medium a {
  text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight:600;
    font-size:14px;
}

.hide-for-medium ul li a:hover {
    color: #faaf18;
}

.nav-dropdown-simple {
    position: absolute;
    min-width: 260px;
    z-index: 10;
    border-radius:2px;
    padding: 10px 0 10px 0;
    background-color: #fff;
    left: 0;
    height: auto;
    max-height:1000px;
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 700ms;
    -moz-transition: 700ms;
    -o-transition: 700ms;
    transition: 700ms;
}

.nav-dropdown-multiple{
    position: absolute;
    min-width: 260px;
    z-index: 10;
    border-radius:2px;
    padding: 10px 0 10px 0;
    background-color: #fff;
    left: 100%;
    height: auto;
    max-height:1000px;
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 700ms;
    -moz-transition: 700ms;
    -o-transition: 700ms;
    transition: 700ms;
}

.menu-item-has-children {
    position: relative;
    transition: all 0.6s;
}

.menu-item-has-children:hover .nav-dropdown-simple,
.menu-item_type:hover .nav-dropdown-multiple{
  max-height: 1000px;
  -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}

.woocommerce-mini-cart__total {
    border-bottom: 2px solid #eee;
    /*border-top: 2px solid #eee;*/
    padding: 10px 0 10px;
}

.nav-fas {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-fas span {
    margin: 0 10px;
}

.nav-dropdown,
.nav-dropdown-search {
    top: 100%;
    right: 0;
    background-color: #fff;
    min-width: 264px;
    padding: 20px !important;
    margin: 0;
    z-index: 30;
    display: none;
    height: max-content;
    transform: all 0.6s;
    border-radius: 4px;
}

.nav-dropdown li,
.nav-dropdown-search li {
    list-style: none;
    text-align: center;
}

.woocommerce-button-index {
    margin: 10px 0;
}

.nav-fas_icon_shop:hover ul.nav-dropdown {
    display: block;
    transform: all 0.6s;
}

.nav-fas_icon_search:hover .nav-dropdown-search {
    display: block;
    transform: all 0.6s;
}

.nav-dropdown-search .woocommerce-mini-cart {
    display: flex;
    justify-content: center;
    flex: 1;
}

.shop_icon {
    position: relative;
}

.header-share {
    position: absolute;
    height: 17px;
    width: 17px;
    background-color: #000;
    color: #fff;
    font-size: 11px;
    padding: 1px 2px 0 3px;
    border-radius: 50px;
    font-weight: 600;
    left: 10px;
    top: -10px;
}

.woocommerce-mini-cart__search input {
    height: 36px;
    padding: 7px 12px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.woocommerce-mini-cart__search input:focus {
    outline: none;
    box-shadow: 0 0 5px #ccc !important;
}

.woocommerce-mini-cart__search input:hover {
    box-shadow: inset 0 -1.8em 1em 0 rgba(0, 0, 0, 0);
}

.ux-search-submit {
    background-color: #000;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: none;
}

button.ux-search-submit:focus {
    outline: none;
    border: none;
}

.woocommerce-button-index button {
    background-color:#faaf18;
    color: #f1f1f1;
    padding: 10px 25px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    width: 100%;
    transition: all .3s ease-out;
}

.woocommerce-button-index button:hover{
   background-color:#29a449;
}

.navition {
    display: none;
}

.mobile-sidebar {
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 115;
    background-color: #fff;
    transform: translateX(-100%);
    transition: transform 0.5s;
    bottom: 0;
    overflow: auto;
}

.off-canvas-cart {
    width: 300px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 115;
    transform: translateX(100%);
    transition: transform 0.5s;
    bottom: 0;
    overflow: auto;
    background: #f6f6f6;
}

.off-canvas-cart ul li{
  list-style:none;
}

@media(min-width:992px){
  .off-canvas-cart{
    width:400px;
  }
}

#dropback,
#dropprev {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    z-index: 100;
    opacity: 0.6;
    display: none;
}

.inner-padding {
    position: relative;
}

.inner-padding span {
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer;
}

.inner-padding h4 {
    font-weight: 600;
    margin-top: 20px;
    padding: 0 20px;
    /* text-align: center; */
    /* display: inline-block; */
}

.cart-dropdown{
    padding: 0 20px;
    height:70%;
    overflow: scroll;
}

.cart-dropdown li {
    list-style: none;
    text-decoration: none;
    padding: none;
}

.cart-dropdown .mini_cart_item{
    border-bottom:1px solid #e9e9e9;
    margin-bottom:15px !important;
    padding-bottom:15px !important;
}

.border-divider {
    text-align: -webkit-center;
}

.is_divider {
    height: 2px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 15px 20px 15px;
    width: 100%;
    max-width: 30px;
    text-align: center;
}

.fixed-cart{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding:0 20px;
}


.fixed-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left:0;
}

.fixed-cart li,
.fixed-btn li{
  list-style:none;
}


.padding-outline {
    padding: 10px;
}

.navition-left {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    height: 100%;
}

.navition-right {
    text-align: center;
    height: 100%;
    display: flex;
    justify-content:end;
}

.menu-item_type,
.menu-item {
    cursor: pointer;
    padding: 7px 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.menu-item_type a{
  font-size:11px;
}

.menu-item_type a i{
  right:0;
}

.menu-item_type a:hover {
    color: #faaf18 !important;
}

.menu-item_type:hover a {
    color: #000;
}

.menu-item-type {
    padding: 5px 0px 5px 20px;
    cursor: pointer;
}

.menu-item-type a {
    text-decoration: none;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.btn-toggle-nav {
    margin-right: 20px;
    transition: all .3s ease;
}

div#down.active {
    transform: rotate(-180deg);
    transition: all .3s ease;
}

.children {
    height: 0;
    display: none;
    /* transform: rotate(-180deg); */
}

.children.active {
    height: 100%;
    display: block;
}

@media (max-width: 1084px) {
    /* .navigation {
        display: none;
    }
    .navition {
        display: block;
    } */
    .hide-for-medium li {
        padding: 0 10px;
    }
    .navition-right .fa-shopping-cart {
        padding: 20px 0;
    }
    #cart {
        float: right;
    }
}
.navitionright{
    position:relative;
    cursor: pointer;
}
.navitionright img {
    max-width: 34px;
}
.navitionright span{
  position: absolute;
    bottom: 0;
    font-size: 14px;
    font-weight: 600;
}
.mfp-content {
    background-color: rgba(255, 255, 255, 0.95);
    width: 350px;
}

.sidebar-menu {
    background: #f6f6f6;
}

.sidebar-menu ul {
    padding: 0;
    margin: 0;
}

.sidebar-menu ul li {
    list-style: none;
    width: 100%;
    padding: 15px;
    border-top: 1px solid #e9e9e9;
    text-transform: uppercase;
    font-weight: 700;
}

.closeMb,
.txtmb {
    display: table-cell;
    vertical-align: middle;
}

.sidebar-menu ul li .nav-top-link {
    text-decoration: none;
    color: #000;
    color: #666666D9;
    font-size: 14px;
    width: 100%;
    height: 100%;
}
.sidebar-menu ul li .nav-top-link img{
  max-width:40px;
  margin-right:10px;
}
.flex-row_relative {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
}

.flex-row {
    position: relative;
    display: flex;
    justify-content: space-between;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
}

.widget-area {
    margin: 0;
    width: 100%;
    /* padding: 20px 15px; */
}


/* 
.widget-area-title{
    padding: 0 0 30px;
} */

.flex-grow {
    flex: 1;
}

.search-field {
    height: 37px !important;
    /* border-radius: 3px 0 0 3px; */
    outline: none;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
    width: 100%;
    /* box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); */
    padding: 0 10px;
}

.ux-search {
    width: 37px;
    height: 37px;
    /* border-radius: 0 3px 3px 0; */
    background-color: #faaf18;
    color: #fff;
    border: none;
}

.ux-search i {
    color: #fff;
}

.search-field:focus {
    box-shadow: 0 0 5px #ccc;
}


/*  */

.stuck {
   top: 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #ffffff;
    transition: top 0.5s linear 0s;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    animation-name: stuck;
    animation-duration: 0.5s;
}
@keyframes stuck {
    from {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    to {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
}
.menuCon:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.menuCon.active:after {
    content: "\2212";
}

.submenuMb {
    padding: 0 18px;
    display:none;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.submenuMb li a{
  text-decoration:none;
  color:#000;
  font-size:14px;
  font-weight:500;
}
@media (max-width: 1000px) {
    .navigation {
        display: none;
    }
    .navition {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        overflow: hidden;
        height:80px;
    }
    .navbar_brand {
        justify-content: center;
    }
    .fluid {
        display: none;
    }
}

.row {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-left: 0 !important;
}

.menu-item ul li,
.menu-item ul li a {
    clear: left;
    padding: 5px 0;
    color: #fff;
}

.menu-item ul li a:hover {
    font-weight: 600;
    color: #fff;
}

.mini_cart_item {
    margin-bottom: 10px;
}

.mini_cart_item-img img {
    width: 100%;
    height: auto;
}

.mini_cart_item-text {
    margin-left: 10px;
}

.mini_cart_item-text span a{
  text-decoration: none;
  color:#000000;
}

.cartQuantity {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cartPrice {
    margin-left: 20px;
}

.cartQuantity .is-form {
    width: 30px;
    border: none;
}

.cartChuthich textarea {
    width: 100%;
    border-color: #e9e9e9;
    padding:10px;
}

.cartQuantity .input-qty {
    width: 40px;
    border: none;
    text-align: center;
}

.mini_cart_item-text span {
    font-size: 14px;
    text-align: left;
    display: flex;
    margin: 0;
        justify-content: space-between;
}

.mini_cart_item-text p {
    margin: 0;
}

.product-remove a {
    text-decoration: none;
    color: #000;
    border: 2px solid #ddd;
    padding: 3px 10px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* banner */

.flash_sale {
    margin-bottom: 30px;
    border:1px solid #fafafa;
    position:relative;
}


@media(max-width:480px) {
    .bannerPc {
        display: none !important;
    }
}

@media(min-width:481px) {
    .bannerMb {
        display: none !important;
    }
}

.owl-carousel .owl-dots {
    position: absolute;
    bottom: 8px;
    text-align: center;
    width: 100%;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: #fff;
}

.owl-carousel .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    background: transparent;
    border: 2px solid #fff;
    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

/*css animation phone*/
div#phonering-alo-phoneIcon {
  z-index: 10000;
}
.phonering-alo-phone.phonering-alo-static {
    opacity:.6
}

.phonering-alo-phone.phonering-alo-hover,.phonering-alo-phone:hover {
    opacity:1
}

.phonering-alo-ph-circle {
    width:160px;
    height:160px;
    top:20px;
    left:20px;
    position:absolute;
    background-color:transparent;
    border-radius:100% !important;
    border:2px solid rgba(30,30,30,0.4);
    border:2px solid #bfebfc 9;
    opacity:.1;
    -webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone:hover .phonering-alo-ph-circle {
    border-color:#75eb50;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    border-color:#baf5a7;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    border-color:#bfebfc;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
    border-color:#ccc;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    opacity:.5
}

.phonering-alo-ph-circle-fill {
    width:100px;
    height:100px;
    top:50px;
    left:50px;
    position:absolute;
    background-color: #000;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    opacity:0!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#75eb50 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    background-color:#baf5a7 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#a6e3fa 9
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(204,204,204,0.5);
    background-color:#ccc 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    opacity:.75!important
}

.phonering-alo-ph-img-circle {
    width:60px;
    height:60px;
    top:70px;
    left:70px;
    position:absolute;
    background:rgba(30,30,30,0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color:#75eb50
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
    background-color:#75eb50;
    background-color:#75eb50 9
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color:#75eb50;
    background-color:#75eb50 9
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color:#ccc
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color:#75eb50
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        -webkit-opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        -webkit-opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        -webkit-opacity:.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    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 fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}

@keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}
/*End animation phone*/


.animated  {
  transition: left 1s;
}  