/**
 * HEADING
 */
.head_section {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    .title {
        margin: 0;
        font-size: 28px;
        font-weight: 600;
        color: #d7790a;
        position: relative;
        text-transform: uppercase;
    }
    .subtitle {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 300;
        margin-bottom: 5px;
    }
    .line {
        height: 2px;
        width: 100%;
        margin-top: 5px;
        display: flex;
        &::before {
            content: "";
            height: 2px;
            width: 100px;
            background: var(--mainBG);
            display: block;
        }
    }
}
.head_section.text-center{
    .line{
        justify-content: center;
    }
}
.head_section.text-right{
    .line{
        justify-content: flex-end;
    }
}

.head_block {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    .title {
        margin: 0;
        font-size: 26px;
        font-weight: 500;
        color: #f7931e;
        position: relative;
        text-transform: uppercase;
    }
}

.head_taxonomy {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    .title {
        margin: 0;
        font-size: 24px;
        font-weight: 500;
        color: #f7931e;
        position: relative;
        text-transform: uppercase;
    }
}

.head_footer {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    .title {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        margin: 0;
        padding-bottom: 10px;
        border-bottom: 1px dashed #ccc;
        text-transform: uppercase;
        position: relative;
        &::after{
            content:"";
            height: 3px;
            width: 75px;
            position: absolute;
            left: 0;
            bottom: -2px;
            background: #ffffff;
        }
    }
}

/**
 * MENU MOBILE & TABLET
 */
.gv_menu_block {
    position: fixed;
    left: 0;
    transition: all .4s ease 0s;
    transform: translateX(-100%);
    top: 0;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    z-index: 99;
    width: 90%;
    max-width: 320px;
    background: var(--secColor);
    height: 100vh;
    font-family: 'Montserrat', sans-serif;
    overflow-y: scroll;
    .logo_nav {
        background: rgba(0, 0, 0, 0.2);
        padding: 15px 15px;
        position: relative;
        border-bottom: 1px dotted #555;
        .name{
            font-size: 20px;
            display: inline-block;
            font-weight: 600;
            color: #fff;
            letter-spacing: 1px;
        }
        .menu_bar_off {
            position: absolute;
            top: 50%;
            right: 15px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            display: inline-block;

            i {
                font-size: 20px;
                color: #e55532;
            }
        }
    }
    .menu_nav {
        list-style: none;
        padding: 10px 0;
        margin: 0;
        >li {
            position: relative;
            display: block;

            >a {
                color: #fff;
                padding: 13px 15px;
                display: flex;
                font-weight: 500;
                text-transform: uppercase;
                font-size: 14px;
                border-bottom: 1px dotted #555;
                line-height: 20px;
                >i{
                    margin-right: 5px;
                    &::before{
                        height: 18px;
                        width: 18px;
                    }
                }
            }
            >i.arrow{
                position: absolute;
                right: 0px;
                top: 0px;
                height: 46px;
                width: 40px;
                z-index: 3;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #f7931e;
            }
            >i.arrow.show{
                transform: rotate(180deg);
            }

            >.sub-menu {
                display: none;
                position: relative;
                list-style: none;
                padding: 0;
                margin: 0;
                >li {
                    display: block;
                    position: relative;
                    padding: 0 0px;
                    >a {
                        padding: 10px 15px 10px 25px;
                        display: block;
                        font-size: 13px;
                        border-bottom: 1px dotted #555;
                        color: #FFF;
                    }
                    >i.arrow{
                        position: absolute;
                        right: 0px;
                        top: 0px;
                        height: 40px;
                        width: 40px;
                        z-index: 3;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        color: #f7931e;
                    }
                    >i.arrow.show{
                        transform: rotate(180deg);
                    }
                    ul{
                        display: none;
                        position: relative;
                        list-style: none;
                        padding: 0;
                        margin: 0;
                        >li{
                            display: block;
                            position: relative;
                            >a{
                                padding: 10px 30px 10px 10px;
                                display: block;
                                font-size: 13px;
                                border-bottom: 1px dotted #555;
                                color: #FFF;
                            }
                            >i.arrow{
                                position: absolute;
                                right: 0px;
                                top: 0px;
                                height: 40px;
                                width: 40px;
                                z-index: 3;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                color: #f7931e;
                            }
                            >i.arrow.show{
                                transform: rotate(180deg);
                            }
                        }
                    }
                }
            }
        }
    }
    .support_nav {
        padding: 10px 15px 0;
        h4 {
            margin: 0 0 10px;
            font-size: 15px;
            text-transform: uppercase;
            font-weight: 500;
            color: #fff;
        }

        p {
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            color: #f7931e;
            margin-bottom: 10px;
            font-size: 15px;
            span{
                display: flex;
                align-items: center;
                justify-content: center;
                background: #f7931e;
                color: #fff;
                max-width: 25px;
                min-width: 25px;
                height: 25px;
                width: 25px;
                border-radius: 100%;
                margin-right: 5px;
                i {
                    font-size: 13px;
                }
            }
        }
    }
}

.gv_menu_block.open {
    transform: translateX(0);
}

/**
 * SEARCH
 */
.gv_search_block {
    position: fixed;
    padding: 30px 0;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.45);
    color: #FFF;
    z-index: 9999;
    >button{
        position: absolute;
        top: 100%;
        left: 0;
        border: 0;
        background: rgba(0, 0, 0, 0.78);
        padding: 10px;
        cursor: pointer;
        i{
            font-size: 30px;
            color: orange;
        }
    }
    .container {}

    .search {
        .search__form {
            width: 100%;

            .from_group {
                display: -webkit-box;
                display: flex;
                -webkit-box-align: center;
                align-items: center;
                width: 100%;

                input {
                    border: 0;
                    padding: 15px 15px;
                    background: #FFF;
                    line-height: 20px;
                    border-radius: 4px 0 0 4px;
                    width: 100%;
                }

                button {
                    border: 0;
                    background: orange;
                    padding: 15px 15px;
                    line-height: 20px;
                    border-radius: 0px 4px 4px 0;
                    text-transform: uppercase;
                    color: #FFF;
                    cursor: pointer;
                    white-space: nowrap;
                }
            }
        }
    }
}

/**
 * BREADCRUMB
 */
.gv_breadcrumb_block{
    background-image: url('../images/bg_breadcrumb.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 0;
    .container{
        >.row{
            align-items: center;
        }
    }
    .breadcrumb-nav {
        margin: 0;
        padding: 0;
        position: relative;
        span,
        a {
            font-family: inherit;
            font-size: 14px;
            color: #000;
            line-height: 1;
            font-weight: 400;
        }
        a{
            color: #f7931e;
        }
        @media(max-width:991px){
            text-align: center;
            padding-bottom: 10px;
        }
    }

    .sidebar-show{
        text-align: center;
        padding-bottom: 10px;
        display: none;
        button{
            display: inline-block;
            font-size: 15px;
            text-transform: uppercase;
            outline: none;
            padding: 0;
            background: transparent;
            cursor: pointer;
            color: #333;
            font-weight: 500;
            border: 0;
            i{
                font-size: 16px;
                margin-right: 8px;
            }
        }
        @media(max-width:991px){
            display: block;
        }
    }

    .orderby-box {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 0px;
        span {
            margin-right: 10px;
        }

        .woocommerce-ordering {
            float: none;
            margin: 0;

            select {
                padding: 6px 10px;
                border: 1px solid #ccc;
                border-radius: 2px;
                margin-bottom: 00;
            }
        }
        @media(max-width:991px){
            justify-content: center;
            span{
                display: none;
            }
        }
    }
}

/**
 * CONTENT
 */
.entry-content {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.67;
    text-align: justify;

    img {
        max-width: 100%;
        height: auto;
    }

    h1 {
        font-weight: 700;
        font-size: 1.9em;
    }

    h2 {
        font-weight: 700;
        font-size: 1.65em;
    }

    h3 {
        font-weight: 700;
        font-size: 1.45em;
    }

    h4 {
        font-weight: 700;
        font-size: 1.2em;
    }

    h5 {
        font-weight: 700;
        font-size: 1.05em;
    }

    h6 {
        font-weight: 700;
        font-size: 1em;
    }

    iframe {
        max-width: 100%;
    }

    object {
        max-width: 100%;
    }

    ul,
    ol {
        padding-left: 15px;
    }

    .aligncenter {
        max-width: 100%;
        float: none;
        margin: auto;
        display: block;

        img {
            max-width: 100%;
            height: auto;
        }
    }

    .alignleft {
        max-width: 100%;
        float: left;
        display: inline-block;
        margin-right: 15px;

        img {
            max-width: 100%;
            height: auto;
        }
    }

    .alignright {
        max-width: 100%;
        float: right;
        display: inline-block;
        margin-left: 15px;

        img {
            max-width: 100%;
            height: auto;
        }
    }

    .wp-caption-text {
        background: #fdfdfd;
        text-align: center;
        margin-bottom: 13px;
        font-style: italic;
        padding: 6px;
        font-size: 13px;
    }
}

/**
 * DESC
 */
.desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    img {
        max-width: 100%;
        height: auto;
    }

    ol, ul{
        padding-left: 18px;
        li{
            padding-bottom: 4px;
            &:last-child{
                padding-bottom: 0;
            }
        }
    }

    table{
        width: 100%;
        border: 1px solid #ccc;
        tr{
            td{
                padding: 5px 10px;
                border: 1px solid #ccc;
            }
        }
    }

    iframe, object{
        width: 100%;
    }

    .aligncenter {
        max-width: 100%;
        float: none;
        margin: auto;
        display: block;

        img {
            max-width: 100%;
            height: auto;
        }
    }

    .alignleft {
        max-width: 100%;
        float: left;
        display: inline-block;
        margin-right: 15px;

        img {
            max-width: 100%;
            height: auto;
        }
    }

    .alignright {
        max-width: 100%;
        float: right;
        display: inline-block;
        margin-left: 15px;

        img {
            max-width: 100%;
            height: auto;
        }
    }
}

/**
 * LOOP PRODUCT
 */
.product_inner {
    position: relative;
    margin: 0;
    padding: 0px;
    height: 100%;
    border-radius: 0px;
    background: #fff;
    .image {
        position: relative;
        .badge {
            position: absolute;
            background-image: url('../images/icon_sun.svg');
            background-position: center;
            height: 45px;
            width: 45px;
            background-size: contain;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 3;
            color: #FFF;
            font-size: 14px;
            font-weight: 500;
            top: 10px;
            right: 10px;
        }

        .stock {
            position: absolute;
            top: 5px;
            right: 5px;
            display: inline-block;
            background: red;
            border-radius: 4px;
            padding: 2px 5px;
            font-size: 12px;
            color: #FFF;
            z-index: 1;
        }

        >a {
            display: block;
            padding-bottom: 100%;
            width: 100%;
            background-position: center;
            position: relative;
            height: auto;
            overflow: hidden;
            img {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                height: 100%;
                width: 100%;
                object-fit: cover;
                object-position: 50% 50%;
                transition: all .4s ease-in-out;
            }
        }
        &:hover{
            >a{
                img{
                    transform: scale(1.09);
                }
            }
        }
    }

    .info {
        position: relative;
        padding: 10px 0 0;    
        .title {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            font-size: 15px;
            font-weight: 300;
            margin-bottom: 0.1em;
            margin-top: 0.1em;
            height: 40px;
            line-height: 1.3;
            text-align: center;
            a {
                color: #333;
                &:hover{
                    color: var(--textHover);
                }
            }
        }
        .rate {
            color: #f7931e;
            text-align: center;
        }
        .price-group {
            display: block;
            padding-top: 8px;
            text-align: center;
            p {
                font-size: 15px;
                font-weight: 600;
                color: #f7931e;
                margin: 0;
                line-height: 1.3;
            }
            p.old{
                text-decoration: line-through;
                color: #888;
                font-size: 12px;
                font-weight: 300;
            }
        }
    }
    @media(max-width:767px){
        .info{
            .title{
                font-size: 14px;
                font-weight: 400;                
                height: 38px;                
            }
        }
    }
}

/**
 * LOOP NEW
 */
.new_inner {
    position: relative;
    margin: 0;
    padding: 0px;
    height: 100%;
    border-radius: 0px;
    background: #fff; 
    .image {
        position: relative;
        >a {
            display: block;
            padding-bottom: 60%;
            width: 100%;
            background-position: center;
            position: relative;
            height: auto;
            overflow: hidden;
            img {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                height: 100%;
                width: 100%;
                object-fit: cover;
                object-position: 50% 50%;
            }
        }
    }
    .info {
        position: relative;
        padding: 10px 0 0;    
        .title {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 0.1em;
            margin-top: 0.1em;
            height: 40px;
            text-align: center;
            a {
                color: #f7931e;
            }
        }
    }
}
/**
 * LOOP BLOG
 */
.blog_inner {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0px;
    display: flex;
    background: #fff;
    .image {
        min-width: 320px;
        max-width: 320px;
        >a {
            display: block;
            padding-bottom: 60%;
            position: relative;
            background-position: center;
            width: 100%;
            img {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                height: 100%;
                width: 100%;
                object-fit: cover;
                object-position: 50% 50%;
            }
        }
    }

    .info {
        flex: 1;
        padding: 0 15px 15px;
        .title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 10px;
            padding-bottom: 4px;
            border-bottom: 1px solid #333;     
            a {
                color: #f7931e;
            }
        }

        .date{
            position: relative;
            display: flex;
            align-items: center;
            margin-bottom: 8px;
            span {
                font-size: 12px;
                font-style: italic;
                color: #888;
                display: inline-block;
                margin-right: 10px;
            }
        }
        .desc{
            font-size: 15px;
            line-height: 1.55;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            height: 45px;
        }
    }
    @media(max-width:992px){
        .image {
            min-width: 240px;
            max-width: 240px;
        }
    }

    @media(max-width:575px){
        flex-wrap: wrap;
        .image {
            min-width: initial;
            max-width: 100%;
            flex: 0 0 100%;
        }
        .info {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }
}

.post_inner{
    font-family: 'Montserrat', sans-serif;
    position: relative;
    margin: 0;
    padding: 0px;

    .image {
        position: relative;
        padding-bottom: 10px;
        >a {
            display: block;
            padding-bottom: 50%;
            width: 100%;
            background-position: center;
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            img {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                height: 100%;
                width: 100%;
                object-fit: cover;
                object-position: 50% 50%;
            }
        }
    }

    .info {
        position: relative;
        padding: 0 0 0 15px;
        .title {
            font-size: 14px;
            font-weight: 700;
            line-height: 1.3;
            margin-bottom: 0px;
            padding-bottom: 8px;
            a {                
                color: #555;
                &:hover{
                    color: #e55532;
                }
            }
        }
        
        .desc{
            font-size: 14px;
            display: -webkit-box;
            height: 42px;
            overflow: hidden;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            line-height: 1.5;
        }
    }
}

/**
 * MY ACCOUNT
 */
.account__nav {
    background: #2c55a5;
    padding: 20px;

    >ul {
        list-style: none;
        padding: 0;
        margin: 0;

        >li {
            display: block;
            position: relative;

            >a {
                padding: 13px 0;
                display: block;
                color: #FFF;
                border-bottom: 1px dotted #555;
                text-transform: uppercase;

                &:hover {
                    color: orange;
                }
            }

            &:last-child {
                >a {
                    border-bottom: 0;
                }
            }
        }
    }
}

.account__content {
    .head__address {
        position: relative;
        margin-bottom: 10px;

        .title {
            font-family: 'Montserrat', sans-serif;
            font-size: 20px;
            font-weight: 600;
            padding-bottom: 0px;
            position: relative;
            margin: 0;
        }

        .edit {
            display: inline-block;
            position: absolute;
            right: 10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            background:
                blue;
            padding: 1px 8px;
            color: #FFF;
            border-radius: 3px;
        }
    }
}

.address__fields {
    padding: 20px;
    background: #eee;
}

/**
 * CART
 */
.gv_cart_modal{
    .modal-content{
        font-family: 'Montserrat', sans-serif;
        background-color: #f7931e;
        color: #FFF;
        .modal-header{
            padding: 10px 15px;
            background: var(--secColor);
            border-bottom: 0;
            color: #fff;
            h5{
                font-size: 16px;
                font-weight: 400;
                text-transform: uppercase;
            }
            .close {
                padding: 10px;
                margin: -10px -10px -10px auto;
                color: #fff;
                opacity: 1;
            }
        }
        .modal-body{
            .woocommerce-mini-cart, >ul{
                padding-bottom: 20px;
                list-style: none;
                >li{
                    padding: 10px 25px 10px 75px;
                    position: relative;
                    border-bottom: 1px solid #fff;
                    height: 85px;
                    >a{
                        display: block;
                        font-weight: 400;
                        font-size: 15px;
                        color: #FFF;
                        line-height: 1.2;
                        img{
                            float: none;
                            margin-left: 0;
                            position: absolute;
                            left: 0;
                            top: 10px;
                            margin-right: 0px;
                            width: 60px;
                            height: auto;
                            box-shadow: 0px 0px 6px 0px #ccc;
                        }
                    }
                    >a.remove{
                        position: absolute;
                        right: 0;
                        font-size: 30px;
                        top: 50%;
                        transform: translateY(-50%);
                    }
                    .quantity{
                        font-size: 16px;
                        font-weight: bold;
                    }
                }
            }
            .total{
                color: #fff;
                font-size: 16px;
                text-transform: uppercase;
            }
            .buttons{
                display: flex;
                justify-content: space-between;
                margin-bottom: 0;
                >a{
                    width: calc(50% - 5px);
                    background: #fff;
                    color: #fcd100;
                    text-transform: uppercase;
                    font-size: 16px;
                    font-weight: bold;
                    margin: 5px 0;
                    padding: 12px;
                    text-align: center;
                }
            }
            button.btc-close{
                border: 0;
                color: #fff;
                background: transparent;
                text-align: center;
                display: block;
                padding: 10px 10px;
                text-transform: uppercase;
                font-weight: 600;
                text-decoration: underline;
                cursor: pointer;
                width: 100%;
            }
        }
    }
}

@media(max-width: 575px){
    .gv_cart_modal{
        .modal-content{
            .modal-header{
            }
            .modal-body{
                .buttons{
                    display: flex;
                    justify-content: space-between;
                    flex-wrap: wrap;
                    >a{
                        flex: 0 0 100%;
                        width: 100%;
                    }
                }
            }
        }
    }
}

.gv_cart_fixed{
    position: fixed;
    z-index: 9;
    right: 40px;
    bottom: 50px;
    button{
        background: #fff;
        box-shadow: 0px 0px 9px 0px #ccc;
        height: 60px;
        width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #333;
        position: relative;
        cursor: pointer;
        padding: 0;
        border: 0;
        border-radius: 5px;

        i{
            font-size: 30px;
        }
        span{
            height: 26px;
            width: 26px;
            position: absolute;
            right: -10px;
            top: -10px;
            background: red;
            color: #FFF;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 13px;
            border-radius: 100%;
            font-weight: 700;
        }
        &:hover{
            background: #fcd100;
        }
    }
}

/**
 * CALL NOW
 */
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
    .hotline-phone-ring {
        position: relative;
        visibility: visible;
        background-color: transparent;
        width: 100px;
        height: 100px;
        cursor: pointer;
        z-index: 11;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        transition: visibility .5s;
        left: 0;
        bottom: 0;
        display: block;
        .hotline-phone-ring-circle {
            width: 100px;
            height: 100px;
            top: 0px;
            left: 0px;
            position: absolute;
            background-color: transparent;
            border-radius: 100%;
            border: 2px solid #16b3f0;
            -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%;
            opacity: 0.5;
        }
        .hotline-phone-ring-circle-fill {
            width: 60px;
            height: 60px;
            top: 20px;
            left: 20px;
            position: absolute;
            background-color: rgb(22, 179, 240);
            border-radius: 100%;
            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%;
        }
        .hotline-phone-ring-img-circle {
            background-color: #16b3f0;
            width: 40px;
            height: 40px;
            top: 30px;
            left: 30px;
            position: absolute;
            background-size: 20px;
            border-radius: 100%;
            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%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            justify-content: center;
            .pps-btn-img {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                img {
                    width: 20px;
                    height: 20px;
                }
            }
        }
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-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);
    }
}

.gv_fixed_bg{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 98;
}