﻿.floating-bar {
                background-color: rgba(0, 0, 0, .8);
                padding: 8px 0;
                position: fixed;
                left: 0;
                right: 0;
                z-index: 10;
                -webkit-transition: transform 150ms ease;
                -moz-transition: transform 150ms ease;
                -ms-transition: transform 150ms ease;
                -o-transition: transform 150ms ease;
                transition: transform 150ms ease
            }
            .editMode .floating-bar,
            .edit_mode .floating-bar {
                position: static;
                display: block!important;
                -webkit-transform: translateY(0)!important;
                -moz-transform: translateY(0)!important;
                -ms-transform: translateY(0)!important;
                -o-transform: translateY(0)!important;
                transform: translateY(0)!important
            }
            .floating-bar.floating-bottom {
                bottom: 0;
                -webkit-transform: translateY(110%);
                -moz-transform: translateY(110%);
                -ms-transform: translateY(110%);
                -o-transform: translateY(110%);
                transform: translateY(110%)
            }
            .floating-bar.floating-bottom.floating-visible {
                -webkit-transform: translateY(0);
                -moz-transform: translateY(0);
                -ms-transform: translateY(0);
                -o-transform: translateY(0);
                transform: translateY(0)
            }
            .floating-bar.floating-top {
                top: 0;
                -webkit-transform: translateY(-110%);
                -moz-transform: translateY(-110%);
                -ms-transform: translateY(-110%);
                -o-transform: translateY(-110%);
                transform: translateY(-110%)
            }
            .floating-bar.floating-force-show,
            .floating-bar.floating-top.floating-visible {
                -webkit-transform: translateY(0);
                -moz-transform: translateY(0);
                -ms-transform: translateY(0);
                -o-transform: translateY(0);
                transform: translateY(0)
            }
            .floating-bar .floating-desc {
                color: #fff;
                margin-bottom: 5px
            }
            .floating-bar .btn-floating-bar {
                display: block;
                text-decoration: none!important;
                -webkit-border-radius: 3px;
                border-radius: 3px
            }
            .floating-bar .btn-floating-bar:hover {
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
                transform: scale(1.1)
            }
            .floating-bar .btn-floating-bar p:first-child {
                padding: 10px 15px;
                color: #fff
            }
            .editor .btn-order a,
            .floating-btn .btn-floating-bar {
                font-size: 18px;
                font-style: normal;
                background-color: #069206;
                display: block;
                color: #fff!important;
                text-align: center;
                text-decoration: none;
                border-bottom: 4px solid #028332;
                padding: 15px;
                border-radius: 7px;
                font-weight: 700;
                box-shadow: 0 2px 4px 0 rgba(0,0,0,.35);
                -webkit-transition: all .3s ease;
                -moz-transition: all .3s ease;
                -ms-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease;
            }
            .editor .btn-order a:hover,
            .floating-btn .btn-floating-bar:hover {
                background: #07893A;
                text-decoration: none!important;
            }
            .floating-btn .btn-floating-bar {
                padding: 15px
            }
            .floating-btn .btn-floating-bar p {
                font-size: 16px;
                line-height: 24px;
                margin: 0!important;
                padding: 0!important
            }
            @media(min-width:768px) {
                .floating-btn .btn-floating-bar p {
                    font-size: 18px;
                    line-height: 24px
                }
            }
            .floating-bar,
            .floating-bar a p {
                font-size: 1.5rem!important;
            }
            .floating-desc p {
                margin-bottom: 0!important;
            }
            #floating-nav-content {
                bottom: 0;
                width: 100%;
                background-color: #00C249;
                position: fixed;
                /* display: none;*/
                color: #FFF;
            }
            .floating-bar .floating-desc {
                display: none;
            }
            @media (max-width: 767px){
                .floating-bar .floating-desc {
                    display: none;
                }
                /*
                #floating-nav-content {
                display: none;
                }
                */
                .floating-bar.floating-visible {
                    display: block;
                }
                .exclusive{
                    display: none!important;
                }
                .header .w_thumb {
                    width: 220px;
                }
                .w_thumb{
                    margin: 0 auto!important;
                }
                #myBtn {
                    display:none;
                }
            }
            .floating-bar .btn-floating-bar {
                background-color: #FFF!important;
                box-shadow: 3px 3px 4px 0 rgba(12,113,40,.7);
                font-size: 14px;
            }
            .floating-bar .btn-floating-bar p:first-child {
                color: #00C249;
                padding: 10px 15px;
                margin-bottom: 0!important;
            }
            b, optgroup, strong {
                font-weight: 700;
            }
            @media (min-width: 768px){
                .floating-bar .btn-floating-bar {
                    font-size: 17px;
                }
            }
            @media(min-width:768px) {
                .floating-bar.floating-visible {
                    display: none;
                }
                .floating-bar .inner {
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: -ms-flex;
                    display: flex;
                    -webkit-align-items: center;
                    -ms-align-items: center;
                    align-items: center;
                    -webkit-justify-content: space-between;
                    -ms-justify-content: space-between;
                    justify-content: space-between
                }
                .floating-bar .inner:after,
                .floating-bar .inner:before {
                    content: none
                }
                .floating-bar.justify-center .inner {
                    -webkit-justify-content: center;
                    -ms-justify-content: center;
                    justify-content: center
                }
                .floating-bar .floating-desc {
                    margin-bottom: 0;
                    padding-right: 20px
                }
                .floating-bar .floating-desc {
                    display: none;
                }
            }
            @media(max-width:768px) {
                .editor h2 {
                    font-size: 30px;
                    line-height: 36px
                }
                .floating-bar .btn-floating-bar:hover{
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -ms-transform: scale(1);
                    -o-transform: scale(1);
                    transform: scale(1);
                }
            }