        #zalo-app-btn {
            opacity: 0.7;
            position: fixed;
            right: 22px;
            bottom: 175px;
            text-align: center;
            width: 60px;
            z-index: 9999;
        }
        #zalo-app-btn img {
            max-width: 100%;
        }
        .main-menu .blog-menu a {
            font-family: "Quicksand", sans-serif;
            font-size: .95em;
            color: black;
            font-weight: 600;
        }
        .icon-location {
            display: none;
        }
        #business-params {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-family: "Roboto", sans-serif;
            font-size: .8em;
            padding: .75em 1.5em;
        }
        #business-params:nth-child(2) {
            text-align: center;
        }
        #company-name {
            font-family: "Roboto", sans-serif;
            font-weight: 700;
        }
        #business-links {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            list-style: none;
        }
        #business-links li {
            padding-left: .5em;
            padding-right: .5em;
        }
        #business-links li:not(:last-child) {
            border-right: 1px solid #CCC;
        }
        #business-links li a {
            color: #222;
        }

        #toggle-search {
            background-color: transparent;
            border: none;
        }
        #toggle-search:focus {
            outline: none;
        }
        #search-div-li {
            display: none;
        }
        #search-div-li.active {
            display: block;
        }
        #search-div {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        #search-div form {
            width: 200px;
            position: relative;
        }
        #search-div input {
            padding: .5em 1em;
            font-family: "Montserrat", sans-serif;
            font-weight: bold;
            color: black;
            border: 1px solid #AAA;
            border-radius: 20px;
            height: 40px;
            font-size: 13px;
            font-weight: 400;
        }
        #search-div input::placeholder {
            font-weight: 400;
        }
        #search-div button {
            position: absolute;
            background-color: transparent;
            /*border-radius: 20px;*/
            right: 0px;
            top: 5px;
            width: 50px;
            height: 30px;
            border: none;
            padding: 0px;
            text-align: center;
            margin-top: 0px;
            margin-bottom: 0px;
            color: black;
            display: flex;
            justify-content: center;
            align-items: center;
        }


        #sub-search-div-li {
            display: none;
        }
        .affiliate-link {
            margin-top: .5em;
            font-family: "Quicksand", sans-serif;
            font-size: .9em;
            background-color: teal;
            border: none;
            color: white;
        }

        .hash-tag-link {
            font-size: 1.1em;
        }
        /*MARQUEE*/
        .marquee {
            width: 100%;
/*            position: fixed;
            top: 0px;
            left: 0px;
            z-index: 150;*/
            font-family: "Quicksand", sans-serif;
            background-image: linear-gradient(to top, #09203f 0%, #537895 100%);
            color: white;
            font-weight: 500;
            padding-top: .5em;
            padding-bottom: .5em;
            overflow: hidden;
        }
        #message-list {
            position: relative;
            /*margin-right: 1.5em;*/
        }
        #mail-box {
            text-decoration: none;
            font-size: 1.3em;
        }
        .mess-num {
            position: absolute;
            color: #333;
            top: -10px;
            right: -10px;
            z-index: 5;
        }
        .cart-num {
            position: absolute;
            color: darkred;
            top: -10px;
            right: -9px;
            z-index: 5;
        }
        form label {
            /*font-family: "Quicksand", sans-serif;*/
            font-family: "Montserrat", sans-serif;
            font-size: .9em;
            font-weight: 600;
            text-transform: uppercase;
            margin-top: 1.5em;
            color: black;
        }
        form input {
            font-family: "Poppins", sans-serif;
            border: none;
            width: 100%;
            border-bottom: 1px solid #AAA;
        }
        .modal-title {
            font-family: "Quicksand", sans-serif;
            font-size: 1em;
            text-transform: uppercase;
        }
        button[type='submit'] {
            text-transform: uppercase;
            /*background-color: #333;*/
            color: black;
            font-size: .8em;
            padding: .3em 1em;
            width: 100%;
            margin-top: 1.5em;
        }

        /**/

        #sign-up-invitation {
            margin-top: 2em;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            align-items: center;
            font-family: "Montserrat", sans-serif;
            font-weight: 500;
        }

        #sign-up-invitation a {
            font-family: "Quicksand", sans-serif;
            background-color: #EEE;
            padding: .3em 1.2em;
            border: 1px solid #DDD;
            color: black;
        }

        /*NAVBAR*/
        #login-button {
            color: #333;
            font-family: "Quicksand", sans-serif;
            font-size: .8em;
            border: none;
            background-color: transparent;
            font-size: 16px;
        }

        .burger {
            display: none;
        }

        #close-main-nav {
            display: none;
        }

        nav {
            padding-left: 1.5em;
            padding-right: 1.5em;
            padding-top: 1em;
            margin-bottom: 2em;
            background-color: white;
            position: relative;
            height: 65px;
            display: flex;
            align-items: center;
        }

        .logo {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 1em;
            position: relative;
            /*overflow: hidden;*/
        }

        .logo-link {
            display: flex;
            justify-content: space-around;
            align-items: center;
            font-family: "Montserrat", sans-serif;
            text-transform: uppercase;
            color: #111;
            font-weight: 800;
            text-decoration: none;
            font-size: 20px;
            letter-spacing: 2px;
            min-width: 200px;
        }

        .logo-link:hover {
            text-decoration: none;
            color: black;
        }

        .profile-icons {
            min-width: 300px;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            list-style: none;
            height: 100%;
            margin-bottom: 0px;
            margin-top: 0px;
            /*margin-left: 0px;*/
        }

        .profile-icons a {
            color: rgba(0, 51, 51, .8);
            font-size: 16px;
            color: #333;
        }
        .profile-icons li {
            position: relative;
        }
        .profile-icons li:last-child {
            margin-left: 1em;
        }
        .main-menu {
            display: flex;
            justify-content: space-around;
            align-items: center;
            list-style: none;
            font-family: "Montserrat", sans-serif;
            text-transform: uppercase;
            width: 70%;
            margin-bottom: 0px;
        }

        .main-menu .navlink {
            text-decoration: none;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: "Quicksand", sans-serif;
            font-size: .9em;
            font-weight: 800;
            color: #333;
        }

        .main-menu .navlink span {
            /*font-size: 1.5em;*/
            margin-bottom: .25em;
        }

        .category-view-more {
            display: none;
        }

        .main-menu .navlink .pd-category {
            font-size: 1em;
            margin-bottom: 0px;
        }

        .navlink {
            position: relative;
        }

        .navlink:hover {
            cursor: pointer;
        }

        .navlink::before {
            content: "";
            width: 100%;
            height: 2px;
            background-color: #333;
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 0;
            transition: width 0.3s ease 0s, left 0.3s ease 0s;
        }

        .navlink.active::before {
            width: 100%;
            left: 0;
        }

        .menu {
            position: relative;
        }

        .sub-menu {
            display: none;
            position: absolute;
            left: 0;
            top: 80px;
            z-index: 3;
            background-color: white;
            width: 100%;
            border-radius: 15px;
            box-shadow: 5px 5px 5px #666;
            animation: dropdown-effect 500ms ease-out
        }

        .sub-menu.active {
            display: block;
        }

        .sub-categories {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            list-style: none;
            flex-wrap: wrap;
        }

        .sub-categories li {
            width: 32%;
        }

        .sub-categories li a {
            text-decoration: none;
            color: #111;
            font-family: "Quicksand", sans-serif;
            font-size: .9em;
        }

        .view-all-products-link {
            padding-top: 1.5em;
            padding-left: 1.5em;
            margin-bottom: 1em;
        }

        .view-all-products-link a {
            text-decoration: none;
            color: black;
            font-family: "Quicksand", sans-serif;
            font-size: .9em;
            font-weight: 500;
            text-transform: uppercase;
        }

        #footer {
            /*background-color: #222;*/
            background-image: linear-gradient(to top, #09203f 0%, #537895 100%);
            color: white;
            padding: 2em 1em;
            border-radius: 15px;

        }

        .footer-info-div .title {
            font-family: "Montserrat", sans-serif;
            font-weight: 500;
            text-transform: uppercase;
            padding-left: 1.5em;
            margin-bottom: 1em;
        }

        .footer-news-update .footer-menu {
            list-style: none;
        }

        .footer-menu {
            list-style: none;
        }

        .footer-info-div .footer-menu a {
            font-family: "Quicksand", sans-serif;
            color: white;
            font-size: .9em;
        }

        .footer-menu li span {
            font-family: "Quicksand", sans-serif;
            color: white;
            font-size: .9em;   
        }

        .footer-news-update li {
            list-style: none;
            font-family: "Quicksand", sans-serif;
            color: white;
            font-size: .9em;
        }

        #id_nl_email {
            width: 100%;
            font-family: "Quicksand", sans-serif;
            height: 35px;
        }

        #newsletter-form button {
            background-color: white;
            color: rgba(0, 51, 51, 1.0);
            width: 100%;
            margin-top: 10px;
            transition: all 1s;
            padding: .5em 1em;
        }

        #newsletter-form button:hover {
            background-color: rgba(0, 51, 51, 1.0);
            color: white;
        }

        .sub-menu-li {
            display: none;
        }

        a.navlink-link {
            color: #333;
            /*font-weight: 500;*/
        }

        .loading {
            position: relative;
        }
        .loading::before {
            animation: 1.5s linear infinite spinner;
            animation-play-state: inherit;
            border: solid 5px #cfd0d1;
            border-bottom-color: #1c87c9;
            border-radius: 50%;
            content: "";
            height: 30px;
            width: 30px;
            position: absolute;
            top: 10px;
            left: -20px;
            transform: translate3d(-50%, -50%, 0);
            will-change: transform;
        }

        .icon-shopping-cart {
            font-size: 1.15em;
        }
        @media screen and (max-width: 1000px) {
            .profile-icons {
                min-width: 0px;
            }
            .main-menu .blog-menu a {
                font-family: "Quicksand", sans-serif;
                font-size: 1em;
                color: white;
                font-weight: 600;
            }
            .blog-menu::first-child {
                margin-bottom: 1em;
            }
            #business-params {
                flex-direction: column;
                justify-content: flex-start;
                align-items: center;
            }
            #company-name {
                font-weight: bold;
                margin-bottom: 1em;
                text-transform: uppercase;
                font-size: 1.2em;
                /*color: darkred;*/
                color: #003767;
            }
            #business-open-hours {
                display: none;
            }
            #business-links {
                margin-left: 0px;
                padding-left: 0px;
            }
            #business-links li:nth-child(2) {
                border-right: none;
            }
            #toggle-search {
                display: none;
            }
            #sub-search-div-li {
                display: block;
                width: 85%;
                margin-bottom: .5em;
            }
            #sub-search-div {
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            #sub-search-div form {
                width: 100%;
                position: relative;
            }
            #sub-search-div input {
                padding: .5em 1em;
                font-family: "Montserrat", sans-serif;
                font-weight: bold;
                color: black;
                border: 1px solid #AAA;
                border-radius: 20px;
                height: 40px;
                font-size: 13px;
                font-weight: 400;
            }
            #sub-search-div input::placeholder {
                font-weight: 400;
            }
            #sub-search-div button {
                position: absolute;
                background-color: transparent;
                /*border-radius: 20px;*/
                right: 0px;
                top: 5px;
                width: 50px;
                height: 30px;
                border: none;
                padding: 0px;
                text-align: center;
                margin-top: 0px;
                margin-bottom: 0px;
                color: black;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            .profile-icons {
                width: 5em;
            }

            .logo-link {
                width: 40%;
            }

            .main-menu {
                display: none;
                position: fixed;
                z-index: 10;
                width: 50%;
                top: 0;
                bottom: 0;
                left: 0;
                flex-direction: column;
                justify-content: flex-start;
                align-items: flex-start;
                background-color: #003767;
                color: white;
                overflow-y: auto;
            }

            .main-menu.active {
                display: flex;
            }

            .main-menu .main-menu-li {
                width: 85%;
                margin-left: 0px;
                padding-left: 0px;
                border-bottom: 1px solid #777;
                padding-top: 10px;
                padding-bottom: 10px;
            }

            .main-menu .main-menu-li:not(:last-child) {
                margin-bottom: 10px;
            }

            .main-menu .main-menu-li:first-child {
                margin-top: 20px;
            }

            .main-menu .main-menu-li span {
                font-size: 15px;
                font-family: "Quicksand", sans-serif;
                letter-spacing: 1px;
                color: white;
            }

            .main-menu .navlink {
                justify-content: space-between;
                align-items: flex-start;
            }

            .main-menu .main-menu-li {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

            #close-main-nav {
                display: block;
                margin-bottom: 1em;
            }

            #close-main-nav button {
                border: none;
                background-color: transparent;
                color: white;
                font-size: 2em;
            }

            .category-view-more {
                display: block;
                border: none;
                background-color: transparent;
                color: white;
                font-size: 1.2em;
                font-weight: bold;
            }

            .category-view-more:focus {
                outline: none;
            }

            .navlink::before {
                width: 0px;
                height: 0px;
            }

            .sub-menu-li {
                display: block;
                width: 85%;
            }

            .sub-menu-li ul {
                list-style: none;
            }

            .sub-menu-li ul li {
                text-align: right;
            }

            .sub-menu-li ul li a {
                font-family: "Quicksand", sans-serif;
                font-size: .8em;
                color: #EEE;
                text-align: right;
            }

            .burger {
                display: block;
            }

            .menu-bars {
                border: none;
                background-color: transparent;
                font-size: 1.3em;
            }
        }


        @media screen and (max-width: 800px) {
            a.navlink-link {
                color: white;
                font-weight: 500;
                margin-top: .25em;
            }
            .profile-icons {
                width: 5em;
                justify-content: space-between;
                margin-left: 0px;
                padding-left: 5px;
            }

            .profile-icons a {
                font-size: .8em;
            }

            .logo-link {
                width: 60%;
            }

            .sub-categories li {
                width: 48%;
            }

            .main-menu {
                width: 95%;
            }

            .sub-menu-li {
                display: block;
                width: 85%;
            }
        }

        @keyframes dropdown-effect {
            0% {
                transform: translateY(-20%);
                opacity: 0;
            }

            40% {
                transform: translateY(-10%);
                opacity: .5;
            }

            100% {
                transform: translateY(1);
                opacity: 1;
            }
        }

        @keyframes shining-effect {
            0% {
                transform: translateX(-200%);
            }

            40% {
                transform: translateX(800%);
            }

            100% {
                transform: translateX(800%);
            }
        }

          @keyframes spinner {
            0% {
              transform: translate3d(-50%, -50%, 0) rotate(0deg);
            }
            100% {
              transform: translate3d(-50%, -50%, 0) rotate(360deg);
            }
          }
        #notification-bell {
            border-color: #EEE;
            background-color: white;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 40px;
            width: 40px;
            line-height: 100px;
            opacity: 0.7;
            position: fixed;
            right: 22px;
            bottom: 175px;
            text-align: center;
            z-index: 9999;
        }
        #bell-container {
            position: relative;
        }
        #notification-bell img {
            width: 100%;
        }
        /*CALL BUTTON*/
        #calltrap-btn {
            background-color: #2074a1;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            display: block;
            height: 60px;
            line-height: 100px;
            opacity: 0.7;
            position: fixed;
            right: 22px;
            /*top: 155px;*/
            bottom: 100px;
            text-align: center;
            width: 60px;
            z-index: 9999;
            -webkit-animation: calltrap_opacity 3s infinite linear;
            -moz-animation: calltrap_opacity 3s infinite linear;
            -o-animation: calltrap_opacity 3s infinite linear;
            animation: calltrap_opacity 3s infinite linear
        }
         
        #calltrap-btn.calltrap_offline {
            background-color: #1CB2ED
        }
         
        #calltrap-ico {
            width: 32px;
            height: 32px;
            position: absolute;
            margin: auto;
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: 0px;
            border: 0;
            -webkit-border-radius: 50% !important;
            border-radius: 50% !important;
            -o-background-clip: padding-box;
            background-clip: padding-box;
            -webkit-animation: uptocallmini 1.5s 0s ease-out infinite;
            -moz-animation: uptocallmini 1.5s 0s ease-out infinite;
            -o-animation: uptocallmini 1.5s 0s ease-out infinite;
            animation: uptocallmini 1.5s 0s ease-out infinite
        }
         
        .calltrap_offline #calltrap-ico {
            -webkit-animation: uptocallmini_offline 1.5s 0s ease-out infinite;
            -moz-animation: uptocallmini_offline 1.5s 0s ease-out infinite;
            -o-animation: uptocallmini_offline 1.5s 0s ease-out infinite;
            animation: uptocallmini_offline 1.5s 0s ease-out infinite
        }
         
        #calltrap-overlay {
            background-color: #191919;
            background-color: rgba(25, 25, 25, 0.9);
            position: fixed;
            z-index: 9998;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            text-align: center;
            display: none
        }
         
        #calltrap-overlay .b-calltrap-overlay {
            display: table;
            width: 100%;
            height: 100%
        }
         
        #calltrap-overlay .b-calltrap-overlay__header, #calltrap-overlay .b-calltrap-overlay__body, #calltrap-overlay .b-calltrap-overlay__footer {
            display: table-row;
            padding: 0;
            margin: 0
        }
         
        #calltrap-overlay .b-calltrap-overlay__header-block, #calltrap-overlay .b-calltrap-overlay__body-block, #calltrap-overlay .b-calltrap-overlay__footer-block {
            display: table-cell;
            vertical-align: middle;
            text-align: center
        }
         
        #calltrap-overlay .b-calltrap-overlay__body-block {
            padding: 0 7px
        }
         
        #calltrap-overlay .b-calltrap-overlay__header, #calltrap-overlay .b-calltrap-overlay__footer {
            height: 1px
        }
         
        #calltrap-overlay .b-calltrap__container {
            background-color: white;
            border: 5px solid #2074a1;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            margin: 0;
            padding: 0;
            max-width: 500px;
            display: block;
            margin: 0 auto;
            font-size: 16px;
            line-height: 1.3;
            position: relative;
            font-family: Tahoma, Arial, self-serif !important
        }
         
        @media screen and (min-width: 1px) and (max-width: 500px) {
            #calltrap-overlay .b-calltrap__container {
                width: 290px
            }
        }
         
        #calltrap-overlay .b-calltrap__close {
            display: block;
            position: absolute;
            right: 20px;
            top: 20px;
            width: 20px;
            height: 20px;
            opacity: 0.5;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease
        }
         
        #calltrap-overlay .b-calltrap__close:hover {
            opacity: 1
        }
         
        #calltrap-success, #calltrap-form {
            display: block
        }
         
        #calltrap-success .b-calltrap_form__fields, #calltrap-form .b-calltrap_form__fields {
            margin: 20px 25px 35px
        }
         
        #calltrap-success .b-calltrap_form__title, #calltrap-form .b-calltrap_form__title {
            font-size: 20px;
            margin: 0 0 17px;
            text-align: left
        }
         
        @media screen and (min-width: 1px) and (max-width: 500px) {
            #calltrap-success .b-calltrap_form__title, #calltrap-form .b-calltrap_form__title {
                padding-right: 20px
            }
        }
         
        #calltrap-success .b-calltrap_form__text, #calltrap-form .b-calltrap_form__text {
            text-align: left
        }
         
        #calltrap-success .b-calltrap_form__text p, #calltrap-form .b-calltrap_form__text p {
            margin: 0 0 0.55em
        }
         
        #calltrap-success .b-calltrap_form__input, #calltrap-form .b-calltrap_form__input {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 16px;
            padding: 0 15px 0;
            height: 44px;
            line-height: 40px;
            background-color: white;
            border: 2px solid #ccc;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            display: block;
            width: 100%;
            outline: none;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease
        }
         
        @media screen and (min-width: 1px) and (max-width: 500px) {
            #calltrap-success .b-calltrap_form__input, #calltrap-form .b-calltrap_form__input {
                margin-bottom: 13px
            }
        }
         
        #calltrap-success .b-calltrap_form__input.error, #calltrap-form .b-calltrap_form__input.error {
            background-color: #ffc0c0;
            color: red;
            border-color: red
        }
         
        #calltrap-success .b-calltrap_form__input:disabled, #calltrap-form .b-calltrap_form__input:disabled {
            background-color: #eee;
            border-color: #bdbdbd;
            cursor: default
        }
         
        #calltrap-success .b-calltrap_form__input:focus, #calltrap-form .b-calltrap_form__input:focus {
            border: 2px solid #2074a1
        }
         
        #calltrap-success .b-calltrap_form__submit, #calltrap-form .b-calltrap_form__submit {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            background-color: #2074a1;
            border: 2px solid #2074a1;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            border: medium none;
            color: #fff;
            cursor: pointer;
            font-size: 16px;
            padding: 0;
            height: 44px;
            line-height: 40px;
            outline: medium none;
            display: inline-block;
            width: 180px;
            text-align: center;
            outline: none;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease
        }
         
        @media screen and (min-width: 1px) and (max-width: 500px) {
            #calltrap-success .b-calltrap_form__submit, #calltrap-form .b-calltrap_form__submit {
                width: 100%
            }
        }
         
        #calltrap-success .b-calltrap_form__submit:hover, #calltrap-form .b-calltrap_form__submit:hover {
            background-color: #1c658c
        }
         
        #calltrap-success .b-calltrap_form__submit:disabled, #calltrap-form .b-calltrap_form__submit:disabled {
            background-color: #bdbdbd !important;
            cursor: default
        }
         
        #calltrap-success .b-calltrap_form__controls, #calltrap-form .b-calltrap_form__controls {
            margin: 20px 0 0;
            padding: 0;
            padding: 0 200px 0 0
        }
         
        @media screen and (min-width: 1px) and (max-width: 500px) {
            #calltrap-success .b-calltrap_form__controls, #calltrap-form .b-calltrap_form__controls {
                padding: 0
            }
        }
         
        #calltrap-success .b-calltrap_form__controls-item, #calltrap-form .b-calltrap_form__controls-item {
            position: relative;
            float: right
        }
         
        @media screen and (min-width: 1px) and (max-width: 500px) {
            #calltrap-success .b-calltrap_form__controls-item, #calltrap-form .b-calltrap_form__controls-item {
                float: none
            }
        }
         
        #calltrap-success .b-calltrap_form__controls-left, #calltrap-form .b-calltrap_form__controls-left {
            margin-left: -100%;
            width: 100%
        }
         
        @media screen and (min-width: 1px) and (max-width: 500px) {
            #calltrap-success .b-calltrap_form__controls-left, #calltrap-form .b-calltrap_form__controls-left {
                margin-left: 0
            }
        }
         
        #calltrap-success .b-calltrap_form__controls-right, #calltrap-form .b-calltrap_form__controls-right {
            margin-right: -200px;
            overflow: visible;
            width: 200px;
            text-align: right
        }
         
        @media screen and (min-width: 1px) and (max-width: 500px) {
            #calltrap-success .b-calltrap_form__controls-right, #calltrap-form .b-calltrap_form__controls-right {
                margin-right: 0;
                width: auto;
                text-align: left
            }
        }
         
        #calltrap-success .b-calltrap_form__controls-clear, #calltrap-form .b-calltrap_form__controls-clear {
            clear: both
        }
         
        #calltrap-success {
            display: none
        }
         
        #calltrap-overlay.calltrap_offline .b-calltrap_form__submit {
            background-color: #1CB2ED
        }
         
        #calltrap-overlay.calltrap_offline .b-calltrap_form__submit:hover {
            background-color: #2e8c1c
        }
         
        #calltrap-overlay.calltrap_offline .b-calltrap_form__input:focus {
            border-color: #1CB2ED
        }
         
        #calltrap-overlay.calltrap_offline .b-calltrap__container {
            border-color: #1CB2ED
        }
         
        @-webkit-keyframes calltrap_opacity {
            0% {
                opacity: 1
            }
            57% {
                opacity: 0.75
            }
            75% {
                opacity: 0.95
            }
            100% {
                opacity: 1
            }
        }
         
        @-moz-keyframes calltrap_opacity {
            0% {
                opacity: 1
            }
            57% {
                opacity: 0.75
            }
            75% {
                opacity: 0.95
            }
            100% {
                opacity: 1
            }
        }
         
        @-o-keyframes calltrap_opacity {
            0% {
                opacity: 1
            }
            57% {
                opacity: 0.75
            }
            75% {
                opacity: 0.95
            }
            100% {
                opacity: 1
            }
        }
         
        @keyframes calltrap_opacity {
            0% {
                opacity: 1
            }
            57% {
                opacity: 0.75
            }
            75% {
                opacity: 0.95
            }
            100% {
                opacity: 1
            }
        }
         
        @-webkit-keyframes calltrap_spin {
            0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg)
            }
            30% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg)
            }
            33% {
                -webkit-transform: rotate(-10deg);
                transform: rotate(-10deg)
            }
            36% {
                -webkit-transform: rotate(10deg);
                transform: rotate(10deg)
            }
            39% {
                -webkit-transform: rotate(-10deg);
                transform: rotate(-10deg)
            }
            42% {
                -webkit-transform: rotate(10deg);
                transform: rotate(10deg)
            }
            45% {
                -webkit-transform: rotate(-10deg);
                transform: rotate(-10deg)
            }
            48% {
                -webkit-transform: rotate(10deg);
                transform: rotate(10deg);
                opacity: 1
            }
            51% {
                -webkit-transform: rotate(-10deg);
                transform: rotate(-10deg)
            }
            54% {
                -webkit-transform: rotate(10deg);
                transform: rotate(10deg)
            }
            57% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg)
            }
        }
         
        @-moz-keyframes calltrap_spin {
            0% {
                -moz-transform: rotate(0deg);
                transform: rotate(0deg)
            }
            30% {
                -moz-transform: rotate(0deg);
                transform: rotate(0deg)
            }
            33% {
                -moz-transform: rotate(-10deg);
                transform: rotate(-10deg)
            }
            36% {
                -moz-transform: rotate(10deg);
                transform: rotate(10deg)
            }
            39% {
                -moz-transform: rotate(-10deg);
                transform: rotate(-10deg)
            }
            42% {
                -moz-transform: rotate(10deg);
                transform: rotate(10deg)
            }
            45% {
                -moz-transform: rotate(-10deg);
                transform: rotate(-10deg)
            }
            48% {
                -moz-transform: rotate(10deg);
                transform: rotate(10deg);
                opacity: 1
            }
            51% {
                -moz-transform: rotate(-10deg);
                transform: rotate(-10deg)
            }
            54% {
                -moz-transform: rotate(10deg);
                transform: rotate(10deg)
            }
            57% {
                -moz-transform: rotate(0deg);
                transform: rotate(0deg)
            }
        }
         
        @-o-keyframes calltrap_spin {
            0% {
                -o-transform: rotate(0deg);
                transform: rotate(0deg)
            }
            30% {
                -o-transform: rotate(0deg);
                transform: rotate(0deg)
            }
            33% {
                -o-transform: rotate(-10deg);
                transform: rotate(-10deg)
            }
            36% {
                -o-transform: rotate(10deg);
                transform: rotate(10deg)
            }
            39% {
                -o-transform: rotate(-10deg);
                transform: rotate(-10deg)
            }
            42% {
                -o-transform: rotate(10deg);
                transform: rotate(10deg)
            }
            45% {
                -o-transform: rotate(-10deg);
                transform: rotate(-10deg)
            }
            48% {
                -o-transform: rotate(10deg);
                transform: rotate(10deg);
                opacity: 1
            }
            51% {
                -o-transform: rotate(-10deg);
                transform: rotate(-10deg)
            }
            54% {
                -o-transform: rotate(10deg);
                transform: rotate(10deg)
            }
            57% {
                -o-transform: rotate(0deg);
                transform: rotate(0deg)
            }
        }
         
        @keyframes calltrap_spin {
            0% {
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg)
            }
            30% {
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg)
            }
            33% {
                -webkit-transform: rotate(-10deg);
                -moz-transform: rotate(-10deg);
                -o-transform: rotate(-10deg);
                transform: rotate(-10deg)
            }
            36% {
                -webkit-transform: rotate(10deg);
                -moz-transform: rotate(10deg);
                -o-transform: rotate(10deg);
                transform: rotate(10deg)
            }
            39% {
                -webkit-transform: rotate(-10deg);
                -moz-transform: rotate(-10deg);
                -o-transform: rotate(-10deg);
                transform: rotate(-10deg)
            }
            42% {
                -webkit-transform: rotate(10deg);
                -moz-transform: rotate(10deg);
                -o-transform: rotate(10deg);
                transform: rotate(10deg)
            }
            45% {
                -webkit-transform: rotate(-10deg);
                -moz-transform: rotate(-10deg);
                -o-transform: rotate(-10deg);
                transform: rotate(-10deg)
            }
            48% {
                -webkit-transform: rotate(10deg);
                -moz-transform: rotate(10deg);
                -o-transform: rotate(10deg);
                transform: rotate(10deg);
                opacity: 1
            }
            51% {
                -webkit-transform: rotate(-10deg);
                -moz-transform: rotate(-10deg);
                -o-transform: rotate(-10deg);
                transform: rotate(-10deg)
            }
            54% {
                -webkit-transform: rotate(10deg);
                -moz-transform: rotate(10deg);
                -o-transform: rotate(10deg);
                transform: rotate(10deg)
            }
            57% {
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg)
            }
        }
         
        @-webkit-keyframes uptocallmini {
            0% {
                -webkit-box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0);
                box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0)
            }
            10% {
                -webkit-box-shadow: 0 0 8px 6px #2074a1, 0 0 12px 10px transparent, 0 0 12px 14px #2074a1;
                box-shadow: 0 0 8px 6px #2074a1, 0 0 12px 10px transparent, 0 0 12px 14px #2074a1
            }
            100% {
                -webkit-box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0);
                box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0)
            }
        }
         
        @-moz-keyframes uptocallmini {
            0% {
                box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0)
            }
            10% {
                box-shadow: 0 0 8px 6px #2074a1, 0 0 12px 10px transparent, 0 0 12px 14px #2074a1
            }
            100% {
                box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0)
            }
        }
         
        @-o-keyframes uptocallmini {
            0% {
                box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0)
            }
            10% {
                box-shadow: 0 0 8px 6px #2074a1, 0 0 12px 10px transparent, 0 0 12px 14px #2074a1
            }
            100% {
                box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0)
            }
        }
         
        @keyframes uptocallmini {
            0% {
                -webkit-box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0);
                box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0)
            }
            10% {
                -webkit-box-shadow: 0 0 8px 6px #2074a1, 0 0 12px 10px transparent, 0 0 12px 14px #2074a1;
                box-shadow: 0 0 8px 6px #2074a1, 0 0 12px 10px transparent, 0 0 12px 14px #2074a1
            }
            100% {
                -webkit-box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0);
                box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0)
            }
        }
         
        @-webkit-keyframes uptocallmini_offline {
            0% {
                -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0);
                box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0)
            }
            10% {
                -webkit-box-shadow: 0 0 8px 6px #35A120, 0 0 12px 10px transparent, 0 0 12px 14px #35A120;
                box-shadow: 0 0 8px 6px #35A120, 0 0 12px 10px transparent, 0 0 12px 14px #35A120
            }
            100% {
                -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0);
                box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0)
            }
        }
         
        @-moz-keyframes uptocallmini_offline {
            0% {
                box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0)
            }
            10% {
                box-shadow: 0 0 8px 6px #35A120, 0 0 12px 10px transparent, 0 0 12px 14px #35A120
            }
            100% {
                box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0)
            }
        }
         
        @-o-keyframes uptocallmini_offline {
            0% {
                box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0)
            }
            10% {
                box-shadow: 0 0 8px 6px #35A120, 0 0 12px 10px transparent, 0 0 12px 14px #35A120
            }
            100% {
                box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0)
            }
        }
         
        @keyframes uptocallmini_offline {
            0% {
                -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0);
                box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0)
            }
            10% {
                -webkit-box-shadow: 0 0 8px 6px #1CB2ED, 0 0 12px 10px transparent, 0 0 12px 14px #1CB2ED;
                box-shadow: 0 0 8px 6px #1CB2ED, 0 0 12px 10px transparent, 0 0 12px 14px #1CB2ED
            }
            100% {
                -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0);
                box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0)
            }
        }
